From: Glenn Morris Date: Wed, 15 Jan 2014 03:06:07 +0000 (-0500) Subject: ChangeLog fixes X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 ChangeLog fixes --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a11e39936c..e02ce43bd9 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -10812,11 +10812,12 @@ 2002-10-02 Karl Berry - * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi - dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi - eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi - message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi - speedbar.texi vip.texi viper.texi widget.texi woman.texi): + * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi: + * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi: + * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi: + * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi: + * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi: + * widget.texi, woman.texi: Per rms, update all manuals to use @copying instead of @ifinfo. Also use @ifnottex instead of @ifinfo around the top node, where needed for the sake of the HTML output. @@ -10995,6 +10996,10 @@ * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep. +1997-04-12 Per Abrahamsen + + * widget.texi (push-button): Document it. + 1996-08-11 Richard Stallman * Version 19.33 released. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9255c5b82c..2f447877b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -12024,7 +12024,7 @@ 2013-03-21 Eric Ludlam - * 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 diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 1faa67dcef..9e299a2e3c 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 @@ -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 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb". @@ -8229,7 +8227,6 @@ 2004-04-22 Lars Hansen * 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 @@ -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 * dabbrev.el (dabbrev--substitute-expansion): Don't lose diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 43575cceb8..d70d9b2248 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 @@ -20681,8 +20681,6 @@ 2005-10-06 Bill Wohler - * 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 97937c84fb..e6500bebd8 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 a39e817ae3..66ac43a48d 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 98e12d5a81..9ac9699da8 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 3afdd4390a..faaaf15f1e 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 diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 633c4261fa..a4f0287597 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -417,7 +417,7 @@ 1998-08-05 Sam Steingold - * cl-indent.el (top-level let): Add defsubst. + * emacs-lisp/cl-indent.el (top-level let): Add defsubst. 1998-08-04 Andrew Innes @@ -2956,7 +2956,7 @@ 1998-05-21 Sam Steingold - * 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 @@ -4097,7 +4097,7 @@ 1998-04-24 Sam Steingold - * 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 - * 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-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 @@ -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 - * 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 @@ -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 @@ -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 diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index afa6251190..e6c88c90d6 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 @@ -1991,7 +1991,7 @@ 1999-10-22 Paul Eggert - * 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 - * ada-stmt.el: Doc-string fixes. + * progmodes/ada-stmt.el: Doc-string fixes. 1999-10-12 Gerd Moellmann @@ -2472,28 +2472,26 @@ 1999-10-07 Emmanuel Briot - * 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 @@ -6871,7 +6869,7 @@ 1999-01-17 Ian T Zimmerman 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 - * 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 ceb3def78c..3b470fb67f 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 12914a9362..24c076d0bc 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -1,11 +1,12 @@ 2014-01-13 Eric Ludlam - * 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 c73b3092d9..b5cbf56d88 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 + + * erc-list.el (erc-list-menu-mode): Inherit from `special-mode'. + 2011-01-31 Antoine Levitt (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 858646788a..b2b597d5f3 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 + + * mh-loaddefs.el: Remove. Now generated automatically. + 2005-10-04 Bill Wohler * ChangeLog: Move contents into ChangeLog.1 and trim. diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index daebfa8ecb..d274282675 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 + + * 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 * 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 + + * mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. + +2004-04-22 Lars Hansen + + * mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. + +2004-04-21 Lars Hansen + + * mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. + Add Parameters. + 2004-04-14 Bill Wohler * 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 diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 093fa7f897..906fe229a0 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog @@ -654,6 +654,9 @@ * Internal.c: Declare argument `display' in some functions. +1989-08-09 Joseph Arceneaux (jla@spiff) + + * Makefile: Removed all the unnecessary X stuff. ;; Local Variables: ;; coding: utf-8 diff --git a/src/ChangeLog b/src/ChangeLog index f06800dcfd..50aa25bd92 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2600,8 +2600,7 @@ Don't run timers in input-pending-p. Its new check-timers param provides the prior behavior. (Bug#15045). - * src/keyboard.c (Finput_pending_p): Accept optional check-timers - param. + * keyboard.c (Finput_pending_p): Accept optional check-timers param. 2013-10-17 Paul Eggert diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 887918abe7..19adb22b86 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -21410,7 +21410,7 @@ 2002-11-19 Dave Love - * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define. + * s/usg5-4.h, s/sco4.h (bcopy, bzero, bcmp): Don't define. 2002-11-18 Jason Rumney @@ -21425,7 +21425,7 @@ * m/orion105.h (HAVE_ALLOCA): Don't define. - * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca. + * m/m68k.h, m/arm.h, m/mtekxd88.h, m/tower32v3.h: Don't define alloca. * m/intel386.h: Don't include alloca.h or define alloca. @@ -24220,22 +24220,22 @@ * config.in: Regenerated using autoheader. - * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h, - m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h, - m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h, - m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h, - m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h, - m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h, - m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h, - m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h, - m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h, - m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h, - m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h, - m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h, - m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h, - m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h, - m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h, - s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and + * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h: + * m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h: + * m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h: + * m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h: + * m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h: + * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h: + * m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h: + * m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h: + * m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h: + * m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h: + * m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h: + * m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h: + * m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h: + * m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h: + * m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h: + * s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf. 2002-04-14 Pavel Janík diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 2155f08a01..1ca14ccd61 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 @@ -8971,7 +8971,7 @@ * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS) (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H) (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section. - (ORDINARY_LINK): Remove, defined in src/s/gnu.h. + (ORDINARY_LINK): Remove, defined in s/gnu.h. (CRT0_COMPILE): Remove, inline it in the only user. 2010-04-14 Juri Linkov @@ -16939,7 +16939,7 @@ * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS, shortcircuit if popup_activated like GTK and X toolkit. - * m/inter386.h: Change DARWIN to DARWIN_OS. + * m/intel386.h: Change DARWIN to DARWIN_OS. * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def. Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index a9a1d9b132..53c93b4dea 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 @@ -1680,7 +1680,7 @@ 2012-12-30 Andreas Schwab - * src/Makefile.in (TEMACS_LDFLAGS2): Remove. + * Makefile.in (TEMACS_LDFLAGS2): Remove. (LIBS_GNUSTEP): Define. (LIBES): Add $(LIBS_GNUSTEP). (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2). @@ -8360,7 +8360,7 @@ * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. This no-op macro hasn't been needed for many years. - * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise. + * regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise. Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB. * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits. @@ -9075,7 +9075,7 @@ (adjust_intervals_for_insertion, make_new_interval): Remove obsolete and unused code. * intervals.h (struct interval): Remove obsolete comment. - * textprotp.c (erase_properties): Remove unused code. + * textprop.c (erase_properties): Remove unused code. (Fadd_text_properties, set_text_properties_1, Fremove_text_properties) (Fremove_list_of_text_properties): Convert to eassert. @@ -9393,9 +9393,9 @@ 2012-07-12 Glenn Morris - * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h: - * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h: - * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h: + * s/aix4-2.h, s/cygwin.h, s/darwin.h: + * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h: + * s/sol2-6.h, s/unixware.h, s/usg5-4-common.h: Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure. * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h: @@ -11202,7 +11202,7 @@ 2012-06-13 Glenn Morris - * s/usg5-4-common.h, src/s/unixware.h: + * s/usg5-4-common.h, s/unixware.h: Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04). * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04). @@ -12496,7 +12496,7 @@ 2012-05-22 Paul Eggert - Remove src/m/*. + Remove m/*. This directory predates autoconf and is no longer needed nowadays. Move its few remaining bits of functionality to where they're needed. * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h: @@ -22159,7 +22159,7 @@ 2011-03-20 Juanma Barranquero * minibuf.c (Vcompleting_read_function): Don't declare, global variables - are now in src/globals.h. + are now in globals.h. (syms_of_minibuf): Remove spurious & from previous change. 2011-03-20 Leo Liu diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 4a4d737623..8f8c5d24d9 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 @@ -3961,7 +3961,7 @@ 1986-09-01 Richard M. Stallman (rms@prep) - * xterm.c/xfns.c: Many changes from rlk, + * xterm.c, xfns.c: Many changes from rlk, including using sigblock/sigsetmask to block signals instead of turning handler off and on. diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index cee5d43ed5..227b65a520 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 @@ -14878,10 +14878,6 @@ * dispnew.c: Handle BROKEN_FIONREAD as in other files. -1989-08-09 Joseph Arceneaux (jla@spiff) - - * ../oldXMenu/Makefile: Removed all the unnecessary X stuff. - 1989-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu) * fileio.c (barf_or_query_if_file_exists): When signaling, @@ -16266,7 +16262,7 @@ 1988-12-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) - * bytecode.el (Fbyte_code): Cache the pointer in the string + * bytecode.c (Fbyte_code): Cache the pointer in the string to avoid recalculating it at each fetch. Also turn off the error check for stack overflow/underflow. diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index 81e74a9dfa..54b37258c9 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 @@ -4925,7 +4925,7 @@ 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu) Changes for 3b1 suggested by Andy Fyfe - * 7300.h [__GNUC__]: #define HAVE_ALLOCA. + * m/7300.h [__GNUC__]: #define HAVE_ALLOCA. [not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION. (HAVE_SYSVIPC, USE_UTIME): #define these. (memmove): We don't have this; call safe_bcopy. @@ -6675,7 +6675,7 @@ 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * x/esix5-4.h: Redone by Joe Kelsey. + * s/esix5-4.h: Redone by Joe Kelsey. * xterm.c (x_new_font): Take out last change. diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index 48f802e5ef..dcb7f668b1 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 @@ -215,7 +215,7 @@ 1995-06-10 Geoff Voelker - * ntterm.c,ntproc.c,nt.c: Include config.h before stdio.h. + * ntterm.c, ntproc.c, nt.c: Include config.h before stdio.h. 1995-06-09 Geoff Voelker @@ -5728,7 +5728,7 @@ * lisp.h (EMACS_INT, EMACS_UINT): Define, if not already defined. - * alpha.h (EMACS_INT, EMACS_UINT): Defined. + * m/alpha.h (EMACS_INT, EMACS_UINT): Defined. 1994-09-16 Rainer Schoepf @@ -7039,7 +7039,7 @@ 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * mips-siemens.h: Include pyramid.h, not mips.h. + * m/mips-siemens.h: Include pyramid.h, not mips.h. (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted. (NO_ARG_ARRAY, HAVE_ALLOCA): Defined. (BROKEN_FIONREAD): Add #undef. diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index f80957ebf0..c43ab88fff 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 @@ -3201,7 +3201,7 @@ * syntax.c (update_syntax_table): Properly update `position' field of used intervals. - * interval.c (update_interval): Properly update `position' + * intervals.c (update_interval): Properly update `position' field of used intervals. 1998-02-28 Richard Stallman @@ -8530,7 +8530,7 @@ * data.c (Faref, Faset): Adjusted for the new structure of Lisp_Char_Table. - * disptab.c (disp_char_vector): Extern it. + * disptab.h (disp_char_vector): Extern it. (DISP_CHAR_VECTOR): Handle multibyte characters. * fns.c (copy_sub_char_table): New function. diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index b1ab7ced5c..874526e2c9 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -1251,7 +1251,7 @@ 1999-11-02 Dave Love - * gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1). + * s/gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1). * process.c: Define _GNU_SOURCE before config.h to get strsignal declared with glibc2. @@ -1575,10 +1575,10 @@ then use strsignal istead of sys_siglist. * w32proc.c (sys_wait): Likewise. - * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h, - s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h, - s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, - s/usg5-2.h, s/usg5-3.h, s/xenix.h: + * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h: + * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h: + * s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h: + * s/usg5-2.h, s/usg5-3.h, s/xenix.h: (open, close, read, write, INTERRUPTIBLE_OPEN) (INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove. @@ -1809,7 +1809,7 @@ 1999-10-07 Jeffrey C Honig - * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. + * s/bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. 1999-10-07 Richard M. Stallman @@ -3112,7 +3112,7 @@ 1999-08-30 Gerd Moellmann - * freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers + * s/freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers in /usr/X11R6/include which are checked for with AC_CHECK_HEADER. 1999-08-30 Gerd Moellmann @@ -3478,10 +3478,10 @@ 1999-08-21 Dave Love - * aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O. - * aix4-1.h: Likewise. + * s/aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O. + * s/aix4-1.h: Likewise. - * irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize. + * s/irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize. 1999-08-20 Gerd Moellmann