diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/ChangeLog.11 | 8 | ||||
-rw-r--r-- | lisp/ChangeLog.12 | 8 | ||||
-rw-r--r-- | lisp/ChangeLog.15 | 2 | ||||
-rw-r--r-- | lisp/ChangeLog.3 | 9 | ||||
-rw-r--r-- | lisp/ChangeLog.4 | 8 | ||||
-rw-r--r-- | lisp/ChangeLog.5 | 2 | ||||
-rw-r--r-- | lisp/ChangeLog.7 | 80 | ||||
-rw-r--r-- | lisp/ChangeLog.8 | 42 | ||||
-rw-r--r-- | lisp/ChangeLog.9 | 12 | ||||
-rw-r--r-- | lisp/cedet/ChangeLog | 7 | ||||
-rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/mh-e/ChangeLog.1 | 21 |
14 files changed, 108 insertions, 101 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9255c5b82c1..2f447877b75 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -12024,7 +12024,7 @@ 2013-03-21 Eric Ludlam <zappo@gnu.org> - * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots): + * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots): Inhibit read only while inserting objects. 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com> diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 1faa67dcef5..9e299a2e3ca 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 @@ -3142,7 +3142,7 @@ * subr.el (read-passwd): Move back from password.el. - * password.el: Remove, not ready yet. + * net/password.el: Remove, not ready yet. 2004-10-29 Andreas Schwab <schwab@suse.de> @@ -8082,8 +8082,6 @@ * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. - * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. - 2004-04-26 Eli Zaretskii <eliz@gnu.org> * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb". @@ -8229,7 +8227,6 @@ 2004-04-22 Lars Hansen <larsh@math.ku.dk> * info.el (Info-restore-desktop-buffer): Delete with-no-warnings. - * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. 2004-04-22 Kim F. Storm <storm@cua.dk> @@ -8340,9 +8337,6 @@ * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. Add Parameters. - * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. - Add Parameters. - 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net> * dabbrev.el (dabbrev--substitute-expansion): Don't lose diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 43575cceb8c..d70d9b22483 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 @@ -13529,7 +13529,7 @@ (last-arg): Add defvar. * makefile.w32-in (WINS): Add erc. - (MH_E_SRC): Update (copied from lisp/Makefile.in). + (MH_E_SRC): Update (copied from Makefile.in). 2006-01-29 Bill Wohler <wohler@newt.com> @@ -20681,8 +20681,6 @@ 2005-10-06 Bill Wohler <wohler@newt.com> - * mh-e/mh-loaddefs.el: Remove. Now generated automatically. - * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el. (MH-E-SRC): New. Used by mh-autoloads. (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any @@ -22929,10 +22927,6 @@ (Info-restore-desktop-buffer): Remove autoload cookie. (Info-mode): Add autoload cookie. - * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers. - (mh-restore-desktop-buffer): Remove autoload cookie. - (mh-folder-mode): Add autoload cookie. - * mail/rmail.el: Add handler to desktop-buffer-mode-handlers. (rmail-restore-desktop-buffer): Remove autoload cookie. diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 97937c84fb1..e6500bebd84 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 @@ -1416,7 +1416,6 @@ `special-mode-map'. (package-menu-mode): Define using `define-derived-mode' inheriting from `special-mode'. - * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'. * net/xesam.el (xesam-mode): Inherit from `special-mode'. (xesam-mode-map): Define separately. * play/solitaire.el (solitaire-mode): Inherit from `special-mode'. @@ -5755,7 +5754,6 @@ * emacs-lisp/edebug.el (edebug-eval-mode-map): * emacs-lisp/chart.el (chart-map): * edmacro.el (edmacro-mode-map): - * erc/erc-list.el (erc-list-menu-mode-map): * array.el (array-mode-map): Declare and define in one step. * vc/log-view.el (log-view-mode-map): Bind revert-buffer. diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index a39e817ae3c..66ac43a48d2 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 @@ -432,7 +432,7 @@ current-time-string and current-time-zone. Adjust to new format returned by current-time-zone. - * xfaces.el (face-equal): Doc fix. + * faces.el (face-equal): Doc fix. 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -768,7 +768,7 @@ (x-initialize-frame-faces): Use the NOERROR argument to the font manipulation functions to avoid errors while starting up. Remove initialization of isearch font. - * xfaces.c (internal-x-complain-about-font): Add new frame + (internal-x-complain-about-font): Add new frame argument, so we can check the frame parameters to find the default font. Callers changed. @@ -2121,11 +2121,6 @@ initialization that make it a lot smarter, with a more uniform and featureful interface across many different keyboard types. - * term.c (fkey_table): Has been expanded to handle the entire - intersection of the capability sets defined by X keysyms and - terminfo. That is, every keysym for which there is a natural - equivalent in terminfo is now bound to that by the startup code. - * loaddefs.el (global-map): Natural default keybindings set up for almost all supported keysyms other than function keys. All other keysyms are now default-bound to a function which explains diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index 98e12d5a811..9ac9699da88 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 @@ -2871,7 +2871,7 @@ 1994-02-18 Paul Eggert (eggert@twinsun.com) - * (vc-lookup-triple): Yield nil, not "", if version name is nil. + * vc.el (vc-lookup-triple): Yield nil, not "", if version name is nil. 1994-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -2954,10 +2954,6 @@ 1994-02-11 Paul Eggert (eggert@twinsun.com) - * editfns.c (init_editfns): Look at LOGNAME before USER. - * fileio.c (Fsubstitute_in_file_name): Remove long-dead code - that looked at USER before LOGNAME. - * time.el (display-time-filter): Remove unnecessary (getenv "LOGNAME") and (getenv "USER"), since (user-login-name) already does this. * gnuspost.el (gnus-inews-login-name): Likewise. @@ -6780,7 +6776,7 @@ 1993-07-29 Paul Eggert (eggert@twinsun.com) - * (vc-mode-line): Set vc-mode to nil if FILE no longer is + * vc-hooks.el (vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled. 1993-07-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5 index 3afdd4390ae..faaaf15f1ef 100644 --- a/lisp/ChangeLog.5 +++ b/lisp/ChangeLog.5 @@ -4275,7 +4275,7 @@ (forms--mode-menu-ro, forms--mode-menu-edit): New functions to create a pulldown menu in the menubar. (forms--mode-commands): Call them for the edit and view mode. - * (forms-print): New function. + (forms-print): New function. 1995-01-04 Stephen Gildea <gildea@stop.mail-abuse.org> diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 633c4261fab..a4f02875972 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -417,7 +417,7 @@ 1998-08-05 Sam Steingold <sds@goems.com> - * cl-indent.el (top-level let): Add defsubst. + * emacs-lisp/cl-indent.el (top-level let): Add defsubst. 1998-08-04 Andrew Innes <andrewi@harlequin.co.uk> @@ -2956,7 +2956,7 @@ 1998-05-21 Sam Steingold <sds@usa.net> - * cl-indent.el: Indent `with-standard-io-syntax' correctly. + * emacs-lisp/cl-indent.el: Indent `with-standard-io-syntax' correctly. 1998-05-21 Michael Ernst <ernst@cs.washington.edu> @@ -4097,7 +4097,7 @@ 1998-04-24 Sam Steingold <sds@usa.net> - * cl-indent.el: Indent defpackage correctly. + * emacs-lisp/cl-indent.el: Indent defpackage correctly. * font-lock.el (lisp-font-lock-keywords-2): Added `defpackage'. @@ -4471,8 +4471,8 @@ 1998-04-16 Ilya Zakharevich <ilya@math.ohio-state.edu> - * cperl-mode.el (cperl-style-alist): New variable, since `c-mode' - is no longer loaded. + * progmodes/cperl-mode.el (cperl-style-alist): + New variable, since `c-mode' is no longer loaded. - (Somebody who uses the styles should check that they work OK!) - (a lot of work is needed, especially with new `cperl-fix-line-spacing'). @@ -7681,7 +7681,7 @@ * progmodes/scheme.el, progmodes/tcl-mode.el, progmodes/f90.el, * progmodes/fortran.el, progmodes/c-mode.el, progmodes/ada-mode.el, - * cc-mode.el, progmodes/cplus-md.el, progmodes/dcl-mode.el, + * progmodes/cc-mode.el, progmodes/cplus-md.el, progmodes/dcl-mode.el, * progmodes/pascal.el, progmodes/perl-mode.el, textmodes/bibtex.el, * textmodes/texinfo.el, emacs-lisp/lisp-mode.el, generic.el, * progmodes/octave-mod.el: Use imenu-case-fold-search. @@ -12109,32 +12109,34 @@ 1997-08-15 Barry A. Warsaw <cc-mode-help@python.org> - * cc-styles.el (c-style-alist): + * progmodes/cc-styles.el (c-style-alist): "python" style requires c-comment-continuation-stars be "". - * cc-engine.el (c-end-of-statement-1): + * progmodes/cc-engine.el (c-end-of-statement-1): Eliminate false hits on important characters inside literals (strings, comments). - * cc-cmds.el (c-comment-line-break-function): + * progmodes/cc-cmds.el (c-comment-line-break-function): In this function, and the defadvice, call indent-new-comment-line if not in a comment. - * cc-cmds.el (c-fill-paragraph): + * progmodes/cc-cmds.el (c-fill-paragraph): Remove conditional on obsolete variable c-double-slash-is-comments-p. - * cc-vars.el (c-buffer-is-cc-mode): Definition moved to cc-mode.el. + * progmodes/cc-vars.el (c-buffer-is-cc-mode): + Definition moved to cc-mode.el. - * cc-mode.el (c-buffer-is-cc-mode): + * progmodes/cc-mode.el (c-buffer-is-cc-mode): Definition moved here from cc-vars.el. Also, put permanent-local property on variable so its value won't get killed by kill-all-local-variables. - * cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): + * progmodes/cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): Remove obsolete variable c-double-slash-is-comments-p. - * cc-langs.el (c-double-slash-is-comments-p): Remove obsolete variable. + * progmodes/cc-langs.el (c-double-slash-is-comments-p): + Remove obsolete variable. 1997-08-15 Boris Goldowsky <boris@gnu.ai.mit.edu> @@ -12273,42 +12275,44 @@ * Release 5.15 - * cc-align.el (c-lineup-java-throws): + * progmodes/cc-align.el (c-lineup-java-throws): Change the `when' clause to an `if-progn'. - * cc-cmds.el (indent-new-comment-line): On older Emacs versions, - add advice, to work around lack of comment-line-break-function. + * progmodes/cc-cmds.el (indent-new-comment-line): + On older Emacs versions, add advice, to work around + lack of comment-line-break-function. - * cc-cmds.el (c-electric-slash): + * progmodes/cc-cmds.el (c-electric-slash): Make this work as the final slash in a */ block oriented comment closing token. - * cc-cmds.el (c-comment-line-break-function): New function. + * progmodes/cc-cmds.el (c-comment-line-break-function): New function. - * cc-vars.el (c-buffer-is-cc-mode): New variable. + * progmodes/cc-vars.el (c-buffer-is-cc-mode): New variable. - * cc-vars.el (c-comment-continuation-stars): New variable. + * progmodes/cc-vars.el (c-comment-continuation-stars): New variable. - * cc-mode.el (c-initialize-cc-mode): Set c-buffer-is-cc-mode to t. + * progmodes/cc-mode.el (c-initialize-cc-mode): + Set c-buffer-is-cc-mode to t. - * cc-mode.el (c-initialize-cc-mode): Require 'cc-mode-19 + * progmodes/cc-mode.el (c-initialize-cc-mode): Require 'cc-mode-19 if functionp is not bound. Check cc-mode-19 interface requirements. - * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode, idl-mode): - Don't set comment-multi-line here. + * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode) + (idl-mode): Don't set comment-multi-line here. - * cc-mode.el (c-mode): c-comment-start-regexp uses + * progmodes/cc-mode.el (c-mode): c-comment-start-regexp uses c-C++-comment-start-regexp to support line oriented comments. - * cc-langs.el (c-mode-base-map, c++-mode-map): + * progmodes/cc-langs.el (c-mode-base-map, c++-mode-map): Move `/' as an electric character from c++-mode-map to c-mode-base-map for all languages. - * cc-langs.el (c-common-init): Set comment-multi-line and + * progmodes/cc-langs.el (c-common-init): Set comment-multi-line and comment-line-break-function here for all modes. Make comment-line-break-function buffer local iff it's boundp. - * cc-langs.el (c-C-comment-start-regexp): Obsolete. + * progmodes/cc-langs.el (c-C-comment-start-regexp): Obsolete. (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp. @@ -12319,19 +12323,19 @@ (c-enable-//-in-c-mode): Obsolete. - * cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table) + * progmodes/cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table) (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload cookies. c-mode-syntax-table already has one. Use the new syntax table initialization idioms. - * cc-engine.el (c-guess-basic-syntax): + * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5D.4: template argument continuation lines are now analyzed as template-args-cont. - * cc-styles.el (c-offsets-alist): + * progmodes/cc-styles.el (c-offsets-alist): Added template-args-cont syntactic symbol. - * cc-styles.el (c-styles-alist): + * progmodes/cc-styles.el (c-styles-alist): In "java" style, set c-hanging-comment-starter-p to nil to preserve Javadoc starter lines. @@ -13689,7 +13693,7 @@ 1997-07-10 Rob Riepel <riepel@Stanford.EDU> - * emulations/tpu-edt.el (tpu-set-mode-line) Added + * emulation/tpu-edt.el (tpu-set-mode-line) Added mode-line-mule-info and mode-line-frame-identification. 1997-07-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> @@ -13706,9 +13710,10 @@ * progmodes/cc-styles.el (c-copy-tree): New function. (c-initialize-builtin-style): Use c-copy-tree. - * cc-align.el, cc-cmds.el, cc-compat.el, cc-defs.el, cc-engine.el: - * cc-langs.el, cc-menus.el, cc-mode.el, cc-styles.el, cc-vars.el: - New version of CC mode installed. + * progmodes/cc-align.el, progmodes/cc-cmds.el, progmodes/cc-compat.el: + * progmodes/cc-defs.el, progmodes/cc-engine.el, progmodes/cc-langs.el: + * progmodes/cc-menus.el, progmodes/cc-mode.el, progmodes/cc-styles.el: + * progmodes/cc-vars.el: New version of CC mode installed. Old files completely replaced. 1997-07-10 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> @@ -19198,7 +19203,6 @@ * widget.el (:text-format): New keyword. * wid-edit.el (push-button): Define it. (widget-push-button-value-create): Use it. - * widget.texi (push-button): Documented it. 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index afa6251190d..e6c88c90d68 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 @@ -403,7 +403,7 @@ `t' command key can change `reftex-toc-max-level'; (eval-when-compile (require 'cl)) added. - * textmode/reftex-sel.el (reftex-insert-docstruct): Respect + * textmodes/reftex-sel.el (reftex-insert-docstruct): Respect `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added. * textmodes/reftex-auc.el: (eval-when-compile (require 'cl)) added. @@ -420,7 +420,7 @@ (reftex-section-info): Deal with environment matches; (eval-when-compile (require 'cl)) added. - * reftex-global.el: (eval-when-compile (require 'cl)) added. + * textmodes/reftex-global.el: (eval-when-compile (require 'cl)) added. 1999-12-15 Kenichi Handa <handa@etl.go.jp> @@ -1991,7 +1991,7 @@ 1999-10-22 Paul Eggert <eggert@twinsun.com> - * international/mule-cmds.c (locale-language-names): + * international/mule-cmds.el (locale-language-names): Use Latin-1 (not Latin-3) for Afrikaans, Galician. Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). @@ -2355,7 +2355,7 @@ 1999-10-12 Emmanuel Briot <briot@gnat.com> - * ada-stmt.el: Doc-string fixes. + * progmodes/ada-stmt.el: Doc-string fixes. 1999-10-12 Gerd Moellmann <gerd@gnu.org> @@ -2472,28 +2472,26 @@ 1999-10-07 Emmanuel Briot <briot@gnat.com> - * ada-xref.el: New file + * progmodes/ada-xref.el, progmodes/ada-prj.el: New files. - * ada-prj.el: New file + * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): New function. - * ada-stmt.el (ada-stmt-add-to-ada-menu): New function + * progmodes/ada-stmt.el (ada-subprogram-body): Correctly find + the name of the subprogram being created. - * ada-stmt.el (ada-subprogram-body): Correctly find the name of the - subprogram being created. + * progmodes/ada-mode.el (ada-get-indent-*, ada-indent-current) + (ada-goto-*, ada-indent-newline-indent): + Rewritten to support the new indentation scheme. - * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, - ada-indent-newline-indent): Rewritten to support the new indentation - scheme + * progmodes/ada-mode.el (ada-case-read-exceptions) + (ada-create-case-exceptions): New functions. - * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): - New functions + * progmodes/ada-mode.el (ada-fill-comment-paragraph): + Add support for the justification parameter - * ada-mode.el (ada-fill-comment-paragraph): Add support for the - justification parameter - - * ada-mode.el (ada-make-body, ada-gen-treat-proc, - ada-make-subprogram-body): Rewritten to benefit from the gnatstub - external program + * progmodes/ada-mode.el (ada-make-body, ada-gen-treat-proc) + (ada-make-subprogram-body): Rewritten to benefit from the gnatstub + external program. 1999-10-07 Dave Love <fx@gnu.org> @@ -6871,7 +6869,7 @@ 1999-01-17 Ian T Zimmerman <itz@transbay.net> Patch failed to install: - * gametree.el: Document scoring functionality. + * play/gametree.el: Document scoring functionality. (gametree-score-regexp): Add optional plus sign. (gametree-score-opener): Replace `:' with `=' as the former conflicts with gametree-half-ply-regexp. @@ -7393,7 +7391,7 @@ 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> - * cperl-mode.el: + * progmodes/cperl-mode.el: Can use linear algorithm for indentation if Emacs supports it. (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. (cperl-after-block-p): Likewise. diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index ceb3def78c4..3b470fb67f7 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -7763,7 +7763,7 @@ * international/mule.el (make-char): Fix last change. - * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote): + * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote): New defcustoms. (texinfo-insert-quote): Don't call tex-insert-quote, to avoid autoloading tex-mode; instead, do the same manually. @@ -12987,7 +12987,7 @@ `vc-locking-user' semantics. (vc-backend-merge): Remove. - * vc-rcs.el, vc-scc.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state + * vc-rcs.el, vc-sccs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state rather than 'vc-locking-user. * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. @@ -15573,7 +15573,7 @@ (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el can be batch-compiled from the command line. - * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. + * progmodes/ada-xref.el: Got rid of all byte-compiler warnings on Emacs. Add to the menu when the file is loaded, not in ada-mode-hook. Add -toolbar to the default ddd command Switches moved from ada-prj-default-comp-cmd and ada-prj-default-make-cmd to @@ -15646,7 +15646,7 @@ cd to the build directory. New field: main_unit Provide a default file name even if the current buffer has no prj file. - * ada-prj.el: + * progmodes/ada-prj.el: Rewritten to show a tabbed-dialog. (ada-prj-add-ada-menu): Remove the map and name parameters. (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): @@ -15656,7 +15656,7 @@ (ada-prj-save): Always save fields that depend on the current buffer. (ada-prj-show-value): New function - * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in + * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in Ada mode. This will allow us to display the Ada menu in any buffer we want (for project items). (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct @@ -16403,7 +16403,7 @@ Support for bibentry. (reftex-compile-variables): Fixed problem with end of section-re. - * texmodes/reftex-dcr.el (reftex-view-crossref, + * textmodes/reftex-dcr.el (reftex-view-crossref, reftex-view-crossref-from-bibtex): Deal with changed `reftex-find-citation-regexp-format'. (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 12914a9362a..24c076d0bcb 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -1,11 +1,12 @@ 2014-01-13 Eric Ludlam <zappo@gnu.org> - * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix Typo + * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix typo in a doc string. + * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if prefix is all lower case. - (semantic-ia-fast-jump): Push mark before jumping to an include - file. + (semantic-ia-fast-jump): Push mark before jumping to an include file. + * semantic/complete.el (semantic-displayor-point-position): Calculate if the toolbar is on the left when calculating point position. diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index c73b3092d9a..b5cbf56d888 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -434,6 +434,10 @@ (erc-modified-channels-update): Remove erc-modified-channels-update from post-command-hook after update. +2011-02-01 Sam Steingold <sds@gnu.org> + + * erc-list.el (erc-list-menu-mode): Inherit from `special-mode'. + 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change) * erc-track.el (track): Don't reset erc-modified-channels-object diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 858646788a6..b2b597d5f32 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -3624,6 +3624,10 @@ * mh-customize.el: Call mh-image-load-path just before mh-tool-bar-define so that the toolbar images can be found. +2005-10-06 Bill Wohler <wohler@newt.com> + + * mh-loaddefs.el: Remove. Now generated automatically. + 2005-10-04 Bill Wohler <wohler@newt.com> * ChangeLog: Move contents into ChangeLog.1 and trim. diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index daebfa8ecb3..d274282675c 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 @@ -145,6 +145,12 @@ (xemacs): Depend on autoloads instead of deleted loaddefs-xemacs. (loaddefs-xemacs): Deleted. +2005-08-10 Lars Hansen <larsh@soem.dk> + + * mh-e.el: Add handler to desktop-buffer-mode-handlers. + (mh-restore-desktop-buffer): Remove autoload cookie. + (mh-folder-mode): Add autoload cookie. + 2005-07-19 Bill Wohler <wohler@newt.com> * README (INSTALL): Added info for Mac users. @@ -903,6 +909,19 @@ rfc822-goto-eoh with something that allows From_ lines in the mail header. +2004-04-26 Lars Hansen <larsh@math.ku.dk> + + * mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. + +2004-04-22 Lars Hansen <larsh@math.ku.dk> + + * mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. + +2004-04-21 Lars Hansen <larsh@math.ku.dk> + + * mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. + Add Parameters. + 2004-04-14 Bill Wohler <wohler@newt.com> * mh-utils.el (mh-show-mouse): s/EVENT/event/. Thanks to John Paul @@ -9946,7 +9965,7 @@ bug that I accidentally introduced by adding an extra line when cut and pasting my changes. - * mh-func.el (compilation): Code rearrangement to remove compiler + * mh-funcs.el (compilation): Code rearrangement to remove compiler warnings. * mh-mime.el (compilation): Code rearrangement to remove compiler |