diff options
| author | Glenn Morris | 2014-01-14 22:06:07 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-14 22:06:07 -0500 |
| commit | 39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch) | |
| tree | 37e8094a0234f15293f9110b8bdd5805c69c9a13 | |
| parent | dac696602de6984ff8e4ce9d6bac9d51ab735cde (diff) | |
| download | emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip | |
ChangeLog fixes
| -rw-r--r-- | doc/misc/ChangeLog | 15 | ||||
| -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 | ||||
| -rw-r--r-- | oldXMenu/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog.10 | 36 | ||||
| -rw-r--r-- | src/ChangeLog.11 | 4 | ||||
| -rw-r--r-- | src/ChangeLog.12 | 18 | ||||
| -rw-r--r-- | src/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.3 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.4 | 4 | ||||
| -rw-r--r-- | src/ChangeLog.5 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.7 | 4 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 20 |
26 files changed, 170 insertions, 160 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a11e39936c2..e02ce43bd96 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -10812,11 +10812,12 @@ | |||
| 10812 | 10812 | ||
| 10813 | 2002-10-02 Karl Berry <karl@gnu.org> | 10813 | 2002-10-02 Karl Berry <karl@gnu.org> |
| 10814 | 10814 | ||
| 10815 | * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi | 10815 | * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi: |
| 10816 | dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi | 10816 | * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi: |
| 10817 | eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi | 10817 | * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi: |
| 10818 | message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi | 10818 | * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi: |
| 10819 | speedbar.texi vip.texi viper.texi widget.texi woman.texi): | 10819 | * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi: |
| 10820 | * widget.texi, woman.texi: | ||
| 10820 | Per rms, update all manuals to use @copying instead of @ifinfo. | 10821 | Per rms, update all manuals to use @copying instead of @ifinfo. |
| 10821 | Also use @ifnottex instead of @ifinfo around the top node, where | 10822 | Also use @ifnottex instead of @ifinfo around the top node, where |
| 10822 | needed for the sake of the HTML output. | 10823 | needed for the sake of the HTML output. |
| @@ -10995,6 +10996,10 @@ | |||
| 10995 | 10996 | ||
| 10996 | * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep. | 10997 | * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep. |
| 10997 | 10998 | ||
| 10999 | 1997-04-12 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 11000 | |||
| 11001 | * widget.texi (push-button): Document it. | ||
| 11002 | |||
| 10998 | 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 11003 | 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 10999 | 11004 | ||
| 11000 | * Version 19.33 released. | 11005 | * Version 19.33 released. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9255c5b82c1..2f447877b75 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -12024,7 +12024,7 @@ | |||
| 12024 | 12024 | ||
| 12025 | 2013-03-21 Eric Ludlam <zappo@gnu.org> | 12025 | 2013-03-21 Eric Ludlam <zappo@gnu.org> |
| 12026 | 12026 | ||
| 12027 | * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots): | 12027 | * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots): |
| 12028 | Inhibit read only while inserting objects. | 12028 | Inhibit read only while inserting objects. |
| 12029 | 12029 | ||
| 12030 | 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com> | 12030 | 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 @@ | |||
| 3142 | 3142 | ||
| 3143 | * subr.el (read-passwd): Move back from password.el. | 3143 | * subr.el (read-passwd): Move back from password.el. |
| 3144 | 3144 | ||
| 3145 | * password.el: Remove, not ready yet. | 3145 | * net/password.el: Remove, not ready yet. |
| 3146 | 3146 | ||
| 3147 | 2004-10-29 Andreas Schwab <schwab@suse.de> | 3147 | 2004-10-29 Andreas Schwab <schwab@suse.de> |
| 3148 | 3148 | ||
| @@ -8082,8 +8082,6 @@ | |||
| 8082 | 8082 | ||
| 8083 | * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. | 8083 | * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. |
| 8084 | 8084 | ||
| 8085 | * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. | ||
| 8086 | |||
| 8087 | 2004-04-26 Eli Zaretskii <eliz@gnu.org> | 8085 | 2004-04-26 Eli Zaretskii <eliz@gnu.org> |
| 8088 | 8086 | ||
| 8089 | * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb". | 8087 | * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb". |
| @@ -8229,7 +8227,6 @@ | |||
| 8229 | 2004-04-22 Lars Hansen <larsh@math.ku.dk> | 8227 | 2004-04-22 Lars Hansen <larsh@math.ku.dk> |
| 8230 | 8228 | ||
| 8231 | * info.el (Info-restore-desktop-buffer): Delete with-no-warnings. | 8229 | * info.el (Info-restore-desktop-buffer): Delete with-no-warnings. |
| 8232 | * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. | ||
| 8233 | 8230 | ||
| 8234 | 2004-04-22 Kim F. Storm <storm@cua.dk> | 8231 | 2004-04-22 Kim F. Storm <storm@cua.dk> |
| 8235 | 8232 | ||
| @@ -8340,9 +8337,6 @@ | |||
| 8340 | * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. | 8337 | * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. |
| 8341 | Add Parameters. | 8338 | Add Parameters. |
| 8342 | 8339 | ||
| 8343 | * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. | ||
| 8344 | Add Parameters. | ||
| 8345 | |||
| 8346 | 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net> | 8340 | 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net> |
| 8347 | 8341 | ||
| 8348 | * dabbrev.el (dabbrev--substitute-expansion): Don't lose | 8342 | * 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 @@ | |||
| 13529 | (last-arg): Add defvar. | 13529 | (last-arg): Add defvar. |
| 13530 | 13530 | ||
| 13531 | * makefile.w32-in (WINS): Add erc. | 13531 | * makefile.w32-in (WINS): Add erc. |
| 13532 | (MH_E_SRC): Update (copied from lisp/Makefile.in). | 13532 | (MH_E_SRC): Update (copied from Makefile.in). |
| 13533 | 13533 | ||
| 13534 | 2006-01-29 Bill Wohler <wohler@newt.com> | 13534 | 2006-01-29 Bill Wohler <wohler@newt.com> |
| 13535 | 13535 | ||
| @@ -20681,8 +20681,6 @@ | |||
| 20681 | 20681 | ||
| 20682 | 2005-10-06 Bill Wohler <wohler@newt.com> | 20682 | 2005-10-06 Bill Wohler <wohler@newt.com> |
| 20683 | 20683 | ||
| 20684 | * mh-e/mh-loaddefs.el: Remove. Now generated automatically. | ||
| 20685 | |||
| 20686 | * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el. | 20684 | * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el. |
| 20687 | (MH-E-SRC): New. Used by mh-autoloads. | 20685 | (MH-E-SRC): New. Used by mh-autoloads. |
| 20688 | (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any | 20686 | (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any |
| @@ -22929,10 +22927,6 @@ | |||
| 22929 | (Info-restore-desktop-buffer): Remove autoload cookie. | 22927 | (Info-restore-desktop-buffer): Remove autoload cookie. |
| 22930 | (Info-mode): Add autoload cookie. | 22928 | (Info-mode): Add autoload cookie. |
| 22931 | 22929 | ||
| 22932 | * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers. | ||
| 22933 | (mh-restore-desktop-buffer): Remove autoload cookie. | ||
| 22934 | (mh-folder-mode): Add autoload cookie. | ||
| 22935 | |||
| 22936 | * mail/rmail.el: Add handler to desktop-buffer-mode-handlers. | 22930 | * mail/rmail.el: Add handler to desktop-buffer-mode-handlers. |
| 22937 | (rmail-restore-desktop-buffer): Remove autoload cookie. | 22931 | (rmail-restore-desktop-buffer): Remove autoload cookie. |
| 22938 | 22932 | ||
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 @@ | |||
| 1416 | `special-mode-map'. | 1416 | `special-mode-map'. |
| 1417 | (package-menu-mode): Define using `define-derived-mode' | 1417 | (package-menu-mode): Define using `define-derived-mode' |
| 1418 | inheriting from `special-mode'. | 1418 | inheriting from `special-mode'. |
| 1419 | * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'. | ||
| 1420 | * net/xesam.el (xesam-mode): Inherit from `special-mode'. | 1419 | * net/xesam.el (xesam-mode): Inherit from `special-mode'. |
| 1421 | (xesam-mode-map): Define separately. | 1420 | (xesam-mode-map): Define separately. |
| 1422 | * play/solitaire.el (solitaire-mode): Inherit from `special-mode'. | 1421 | * play/solitaire.el (solitaire-mode): Inherit from `special-mode'. |
| @@ -5755,7 +5754,6 @@ | |||
| 5755 | * emacs-lisp/edebug.el (edebug-eval-mode-map): | 5754 | * emacs-lisp/edebug.el (edebug-eval-mode-map): |
| 5756 | * emacs-lisp/chart.el (chart-map): | 5755 | * emacs-lisp/chart.el (chart-map): |
| 5757 | * edmacro.el (edmacro-mode-map): | 5756 | * edmacro.el (edmacro-mode-map): |
| 5758 | * erc/erc-list.el (erc-list-menu-mode-map): | ||
| 5759 | * array.el (array-mode-map): Declare and define in one step. | 5757 | * array.el (array-mode-map): Declare and define in one step. |
| 5760 | 5758 | ||
| 5761 | * vc/log-view.el (log-view-mode-map): Bind revert-buffer. | 5759 | * 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 @@ | |||
| 432 | current-time-string and current-time-zone. Adjust to new format | 432 | current-time-string and current-time-zone. Adjust to new format |
| 433 | returned by current-time-zone. | 433 | returned by current-time-zone. |
| 434 | 434 | ||
| 435 | * xfaces.el (face-equal): Doc fix. | 435 | * faces.el (face-equal): Doc fix. |
| 436 | 436 | ||
| 437 | 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 437 | 1993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 438 | 438 | ||
| @@ -768,7 +768,7 @@ | |||
| 768 | (x-initialize-frame-faces): Use the NOERROR argument to the | 768 | (x-initialize-frame-faces): Use the NOERROR argument to the |
| 769 | font manipulation functions to avoid errors while starting up. | 769 | font manipulation functions to avoid errors while starting up. |
| 770 | Remove initialization of isearch font. | 770 | Remove initialization of isearch font. |
| 771 | * xfaces.c (internal-x-complain-about-font): Add new frame | 771 | (internal-x-complain-about-font): Add new frame |
| 772 | argument, so we can check the frame parameters to find the | 772 | argument, so we can check the frame parameters to find the |
| 773 | default font. Callers changed. | 773 | default font. Callers changed. |
| 774 | 774 | ||
| @@ -2121,11 +2121,6 @@ | |||
| 2121 | initialization that make it a lot smarter, with a more uniform | 2121 | initialization that make it a lot smarter, with a more uniform |
| 2122 | and featureful interface across many different keyboard types. | 2122 | and featureful interface across many different keyboard types. |
| 2123 | 2123 | ||
| 2124 | * term.c (fkey_table): Has been expanded to handle the entire | ||
| 2125 | intersection of the capability sets defined by X keysyms and | ||
| 2126 | terminfo. That is, every keysym for which there is a natural | ||
| 2127 | equivalent in terminfo is now bound to that by the startup code. | ||
| 2128 | |||
| 2129 | * loaddefs.el (global-map): Natural default keybindings set up for | 2124 | * loaddefs.el (global-map): Natural default keybindings set up for |
| 2130 | almost all supported keysyms other than function keys. All | 2125 | almost all supported keysyms other than function keys. All |
| 2131 | other keysyms are now default-bound to a function which explains | 2126 | 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 @@ | |||
| 2871 | 2871 | ||
| 2872 | 1994-02-18 Paul Eggert (eggert@twinsun.com) | 2872 | 1994-02-18 Paul Eggert (eggert@twinsun.com) |
| 2873 | 2873 | ||
| 2874 | * (vc-lookup-triple): Yield nil, not "", if version name is nil. | 2874 | * vc.el (vc-lookup-triple): Yield nil, not "", if version name is nil. |
| 2875 | 2875 | ||
| 2876 | 1994-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 2876 | 1994-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 2877 | 2877 | ||
| @@ -2954,10 +2954,6 @@ | |||
| 2954 | 2954 | ||
| 2955 | 1994-02-11 Paul Eggert (eggert@twinsun.com) | 2955 | 1994-02-11 Paul Eggert (eggert@twinsun.com) |
| 2956 | 2956 | ||
| 2957 | * editfns.c (init_editfns): Look at LOGNAME before USER. | ||
| 2958 | * fileio.c (Fsubstitute_in_file_name): Remove long-dead code | ||
| 2959 | that looked at USER before LOGNAME. | ||
| 2960 | |||
| 2961 | * time.el (display-time-filter): Remove unnecessary (getenv "LOGNAME") | 2957 | * time.el (display-time-filter): Remove unnecessary (getenv "LOGNAME") |
| 2962 | and (getenv "USER"), since (user-login-name) already does this. | 2958 | and (getenv "USER"), since (user-login-name) already does this. |
| 2963 | * gnuspost.el (gnus-inews-login-name): Likewise. | 2959 | * gnuspost.el (gnus-inews-login-name): Likewise. |
| @@ -6780,7 +6776,7 @@ | |||
| 6780 | 6776 | ||
| 6781 | 1993-07-29 Paul Eggert (eggert@twinsun.com) | 6777 | 1993-07-29 Paul Eggert (eggert@twinsun.com) |
| 6782 | 6778 | ||
| 6783 | * (vc-mode-line): Set vc-mode to nil if FILE no longer is | 6779 | * vc-hooks.el (vc-mode-line): Set vc-mode to nil if FILE no longer is |
| 6784 | version-controlled. | 6780 | version-controlled. |
| 6785 | 6781 | ||
| 6786 | 1993-07-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 6782 | 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 @@ | |||
| 4275 | (forms--mode-menu-ro, forms--mode-menu-edit): | 4275 | (forms--mode-menu-ro, forms--mode-menu-edit): |
| 4276 | New functions to create a pulldown menu in the menubar. | 4276 | New functions to create a pulldown menu in the menubar. |
| 4277 | (forms--mode-commands): Call them for the edit and view mode. | 4277 | (forms--mode-commands): Call them for the edit and view mode. |
| 4278 | * (forms-print): New function. | 4278 | (forms-print): New function. |
| 4279 | 4279 | ||
| 4280 | 1995-01-04 Stephen Gildea <gildea@stop.mail-abuse.org> | 4280 | 1995-01-04 Stephen Gildea <gildea@stop.mail-abuse.org> |
| 4281 | 4281 | ||
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 @@ | |||
| 417 | 417 | ||
| 418 | 1998-08-05 Sam Steingold <sds@goems.com> | 418 | 1998-08-05 Sam Steingold <sds@goems.com> |
| 419 | 419 | ||
| 420 | * cl-indent.el (top-level let): Add defsubst. | 420 | * emacs-lisp/cl-indent.el (top-level let): Add defsubst. |
| 421 | 421 | ||
| 422 | 1998-08-04 Andrew Innes <andrewi@harlequin.co.uk> | 422 | 1998-08-04 Andrew Innes <andrewi@harlequin.co.uk> |
| 423 | 423 | ||
| @@ -2956,7 +2956,7 @@ | |||
| 2956 | 2956 | ||
| 2957 | 1998-05-21 Sam Steingold <sds@usa.net> | 2957 | 1998-05-21 Sam Steingold <sds@usa.net> |
| 2958 | 2958 | ||
| 2959 | * cl-indent.el: Indent `with-standard-io-syntax' correctly. | 2959 | * emacs-lisp/cl-indent.el: Indent `with-standard-io-syntax' correctly. |
| 2960 | 2960 | ||
| 2961 | 1998-05-21 Michael Ernst <ernst@cs.washington.edu> | 2961 | 1998-05-21 Michael Ernst <ernst@cs.washington.edu> |
| 2962 | 2962 | ||
| @@ -4097,7 +4097,7 @@ | |||
| 4097 | 4097 | ||
| 4098 | 1998-04-24 Sam Steingold <sds@usa.net> | 4098 | 1998-04-24 Sam Steingold <sds@usa.net> |
| 4099 | 4099 | ||
| 4100 | * cl-indent.el: Indent defpackage correctly. | 4100 | * emacs-lisp/cl-indent.el: Indent defpackage correctly. |
| 4101 | 4101 | ||
| 4102 | * font-lock.el (lisp-font-lock-keywords-2): Added `defpackage'. | 4102 | * font-lock.el (lisp-font-lock-keywords-2): Added `defpackage'. |
| 4103 | 4103 | ||
| @@ -4471,8 +4471,8 @@ | |||
| 4471 | 4471 | ||
| 4472 | 1998-04-16 Ilya Zakharevich <ilya@math.ohio-state.edu> | 4472 | 1998-04-16 Ilya Zakharevich <ilya@math.ohio-state.edu> |
| 4473 | 4473 | ||
| 4474 | * cperl-mode.el (cperl-style-alist): New variable, since `c-mode' | 4474 | * progmodes/cperl-mode.el (cperl-style-alist): |
| 4475 | is no longer loaded. | 4475 | New variable, since `c-mode' is no longer loaded. |
| 4476 | - (Somebody who uses the styles should check that they work OK!) | 4476 | - (Somebody who uses the styles should check that they work OK!) |
| 4477 | - (a lot of work is needed, especially with new | 4477 | - (a lot of work is needed, especially with new |
| 4478 | `cperl-fix-line-spacing'). | 4478 | `cperl-fix-line-spacing'). |
| @@ -7681,7 +7681,7 @@ | |||
| 7681 | 7681 | ||
| 7682 | * progmodes/scheme.el, progmodes/tcl-mode.el, progmodes/f90.el, | 7682 | * progmodes/scheme.el, progmodes/tcl-mode.el, progmodes/f90.el, |
| 7683 | * progmodes/fortran.el, progmodes/c-mode.el, progmodes/ada-mode.el, | 7683 | * progmodes/fortran.el, progmodes/c-mode.el, progmodes/ada-mode.el, |
| 7684 | * cc-mode.el, progmodes/cplus-md.el, progmodes/dcl-mode.el, | 7684 | * progmodes/cc-mode.el, progmodes/cplus-md.el, progmodes/dcl-mode.el, |
| 7685 | * progmodes/pascal.el, progmodes/perl-mode.el, textmodes/bibtex.el, | 7685 | * progmodes/pascal.el, progmodes/perl-mode.el, textmodes/bibtex.el, |
| 7686 | * textmodes/texinfo.el, emacs-lisp/lisp-mode.el, generic.el, | 7686 | * textmodes/texinfo.el, emacs-lisp/lisp-mode.el, generic.el, |
| 7687 | * progmodes/octave-mod.el: Use imenu-case-fold-search. | 7687 | * progmodes/octave-mod.el: Use imenu-case-fold-search. |
| @@ -12109,32 +12109,34 @@ | |||
| 12109 | 12109 | ||
| 12110 | 1997-08-15 Barry A. Warsaw <cc-mode-help@python.org> | 12110 | 1997-08-15 Barry A. Warsaw <cc-mode-help@python.org> |
| 12111 | 12111 | ||
| 12112 | * cc-styles.el (c-style-alist): | 12112 | * progmodes/cc-styles.el (c-style-alist): |
| 12113 | "python" style requires c-comment-continuation-stars be "". | 12113 | "python" style requires c-comment-continuation-stars be "". |
| 12114 | 12114 | ||
| 12115 | * cc-engine.el (c-end-of-statement-1): | 12115 | * progmodes/cc-engine.el (c-end-of-statement-1): |
| 12116 | Eliminate false hits on important characters | 12116 | Eliminate false hits on important characters |
| 12117 | inside literals (strings, comments). | 12117 | inside literals (strings, comments). |
| 12118 | 12118 | ||
| 12119 | * cc-cmds.el (c-comment-line-break-function): | 12119 | * progmodes/cc-cmds.el (c-comment-line-break-function): |
| 12120 | In this function, and the defadvice, | 12120 | In this function, and the defadvice, |
| 12121 | call indent-new-comment-line if not in a comment. | 12121 | call indent-new-comment-line if not in a comment. |
| 12122 | 12122 | ||
| 12123 | * cc-cmds.el (c-fill-paragraph): | 12123 | * progmodes/cc-cmds.el (c-fill-paragraph): |
| 12124 | Remove conditional on obsolete variable | 12124 | Remove conditional on obsolete variable |
| 12125 | c-double-slash-is-comments-p. | 12125 | c-double-slash-is-comments-p. |
| 12126 | 12126 | ||
| 12127 | * cc-vars.el (c-buffer-is-cc-mode): Definition moved to cc-mode.el. | 12127 | * progmodes/cc-vars.el (c-buffer-is-cc-mode): |
| 12128 | Definition moved to cc-mode.el. | ||
| 12128 | 12129 | ||
| 12129 | * cc-mode.el (c-buffer-is-cc-mode): | 12130 | * progmodes/cc-mode.el (c-buffer-is-cc-mode): |
| 12130 | Definition moved here from cc-vars.el. Also, | 12131 | Definition moved here from cc-vars.el. Also, |
| 12131 | put permanent-local property on variable so its value won't get | 12132 | put permanent-local property on variable so its value won't get |
| 12132 | killed by kill-all-local-variables. | 12133 | killed by kill-all-local-variables. |
| 12133 | 12134 | ||
| 12134 | * cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): | 12135 | * progmodes/cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): |
| 12135 | Remove obsolete variable c-double-slash-is-comments-p. | 12136 | Remove obsolete variable c-double-slash-is-comments-p. |
| 12136 | 12137 | ||
| 12137 | * cc-langs.el (c-double-slash-is-comments-p): Remove obsolete variable. | 12138 | * progmodes/cc-langs.el (c-double-slash-is-comments-p): |
| 12139 | Remove obsolete variable. | ||
| 12138 | 12140 | ||
| 12139 | 1997-08-15 Boris Goldowsky <boris@gnu.ai.mit.edu> | 12141 | 1997-08-15 Boris Goldowsky <boris@gnu.ai.mit.edu> |
| 12140 | 12142 | ||
| @@ -12273,42 +12275,44 @@ | |||
| 12273 | 12275 | ||
| 12274 | * Release 5.15 | 12276 | * Release 5.15 |
| 12275 | 12277 | ||
| 12276 | * cc-align.el (c-lineup-java-throws): | 12278 | * progmodes/cc-align.el (c-lineup-java-throws): |
| 12277 | Change the `when' clause to an `if-progn'. | 12279 | Change the `when' clause to an `if-progn'. |
| 12278 | 12280 | ||
| 12279 | * cc-cmds.el (indent-new-comment-line): On older Emacs versions, | 12281 | * progmodes/cc-cmds.el (indent-new-comment-line): |
| 12280 | add advice, to work around lack of comment-line-break-function. | 12282 | On older Emacs versions, add advice, to work around |
| 12283 | lack of comment-line-break-function. | ||
| 12281 | 12284 | ||
| 12282 | * cc-cmds.el (c-electric-slash): | 12285 | * progmodes/cc-cmds.el (c-electric-slash): |
| 12283 | Make this work as the final slash in a */ block | 12286 | Make this work as the final slash in a */ block |
| 12284 | oriented comment closing token. | 12287 | oriented comment closing token. |
| 12285 | 12288 | ||
| 12286 | * cc-cmds.el (c-comment-line-break-function): New function. | 12289 | * progmodes/cc-cmds.el (c-comment-line-break-function): New function. |
| 12287 | 12290 | ||
| 12288 | * cc-vars.el (c-buffer-is-cc-mode): New variable. | 12291 | * progmodes/cc-vars.el (c-buffer-is-cc-mode): New variable. |
| 12289 | 12292 | ||
| 12290 | * cc-vars.el (c-comment-continuation-stars): New variable. | 12293 | * progmodes/cc-vars.el (c-comment-continuation-stars): New variable. |
| 12291 | 12294 | ||
| 12292 | * cc-mode.el (c-initialize-cc-mode): Set c-buffer-is-cc-mode to t. | 12295 | * progmodes/cc-mode.el (c-initialize-cc-mode): |
| 12296 | Set c-buffer-is-cc-mode to t. | ||
| 12293 | 12297 | ||
| 12294 | * cc-mode.el (c-initialize-cc-mode): Require 'cc-mode-19 | 12298 | * progmodes/cc-mode.el (c-initialize-cc-mode): Require 'cc-mode-19 |
| 12295 | if functionp is not bound. Check cc-mode-19 interface requirements. | 12299 | if functionp is not bound. Check cc-mode-19 interface requirements. |
| 12296 | 12300 | ||
| 12297 | * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode, idl-mode): | 12301 | * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode) |
| 12298 | Don't set comment-multi-line here. | 12302 | (idl-mode): Don't set comment-multi-line here. |
| 12299 | 12303 | ||
| 12300 | * cc-mode.el (c-mode): c-comment-start-regexp uses | 12304 | * progmodes/cc-mode.el (c-mode): c-comment-start-regexp uses |
| 12301 | c-C++-comment-start-regexp to support line oriented comments. | 12305 | c-C++-comment-start-regexp to support line oriented comments. |
| 12302 | 12306 | ||
| 12303 | * cc-langs.el (c-mode-base-map, c++-mode-map): | 12307 | * progmodes/cc-langs.el (c-mode-base-map, c++-mode-map): |
| 12304 | Move `/' as an electric character | 12308 | Move `/' as an electric character |
| 12305 | from c++-mode-map to c-mode-base-map for all languages. | 12309 | from c++-mode-map to c-mode-base-map for all languages. |
| 12306 | 12310 | ||
| 12307 | * cc-langs.el (c-common-init): Set comment-multi-line and | 12311 | * progmodes/cc-langs.el (c-common-init): Set comment-multi-line and |
| 12308 | comment-line-break-function here for all modes. | 12312 | comment-line-break-function here for all modes. |
| 12309 | Make comment-line-break-function buffer local iff it's boundp. | 12313 | Make comment-line-break-function buffer local iff it's boundp. |
| 12310 | 12314 | ||
| 12311 | * cc-langs.el (c-C-comment-start-regexp): Obsolete. | 12315 | * progmodes/cc-langs.el (c-C-comment-start-regexp): Obsolete. |
| 12312 | 12316 | ||
| 12313 | (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp. | 12317 | (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp. |
| 12314 | 12318 | ||
| @@ -12319,19 +12323,19 @@ | |||
| 12319 | 12323 | ||
| 12320 | (c-enable-//-in-c-mode): Obsolete. | 12324 | (c-enable-//-in-c-mode): Obsolete. |
| 12321 | 12325 | ||
| 12322 | * cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table) | 12326 | * progmodes/cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table) |
| 12323 | (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload | 12327 | (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload |
| 12324 | cookies. c-mode-syntax-table already has one. Use the new syntax | 12328 | cookies. c-mode-syntax-table already has one. Use the new syntax |
| 12325 | table initialization idioms. | 12329 | table initialization idioms. |
| 12326 | 12330 | ||
| 12327 | * cc-engine.el (c-guess-basic-syntax): | 12331 | * progmodes/cc-engine.el (c-guess-basic-syntax): |
| 12328 | CASE 5D.4: template argument continuation | 12332 | CASE 5D.4: template argument continuation |
| 12329 | lines are now analyzed as template-args-cont. | 12333 | lines are now analyzed as template-args-cont. |
| 12330 | 12334 | ||
| 12331 | * cc-styles.el (c-offsets-alist): | 12335 | * progmodes/cc-styles.el (c-offsets-alist): |
| 12332 | Added template-args-cont syntactic symbol. | 12336 | Added template-args-cont syntactic symbol. |
| 12333 | 12337 | ||
| 12334 | * cc-styles.el (c-styles-alist): | 12338 | * progmodes/cc-styles.el (c-styles-alist): |
| 12335 | In "java" style, set c-hanging-comment-starter-p to | 12339 | In "java" style, set c-hanging-comment-starter-p to |
| 12336 | nil to preserve Javadoc starter lines. | 12340 | nil to preserve Javadoc starter lines. |
| 12337 | 12341 | ||
| @@ -13689,7 +13693,7 @@ | |||
| 13689 | 13693 | ||
| 13690 | 1997-07-10 Rob Riepel <riepel@Stanford.EDU> | 13694 | 1997-07-10 Rob Riepel <riepel@Stanford.EDU> |
| 13691 | 13695 | ||
| 13692 | * emulations/tpu-edt.el (tpu-set-mode-line) Added | 13696 | * emulation/tpu-edt.el (tpu-set-mode-line) Added |
| 13693 | mode-line-mule-info and mode-line-frame-identification. | 13697 | mode-line-mule-info and mode-line-frame-identification. |
| 13694 | 13698 | ||
| 13695 | 1997-07-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | 13699 | 1997-07-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
| @@ -13706,9 +13710,10 @@ | |||
| 13706 | * progmodes/cc-styles.el (c-copy-tree): New function. | 13710 | * progmodes/cc-styles.el (c-copy-tree): New function. |
| 13707 | (c-initialize-builtin-style): Use c-copy-tree. | 13711 | (c-initialize-builtin-style): Use c-copy-tree. |
| 13708 | 13712 | ||
| 13709 | * cc-align.el, cc-cmds.el, cc-compat.el, cc-defs.el, cc-engine.el: | 13713 | * progmodes/cc-align.el, progmodes/cc-cmds.el, progmodes/cc-compat.el: |
| 13710 | * cc-langs.el, cc-menus.el, cc-mode.el, cc-styles.el, cc-vars.el: | 13714 | * progmodes/cc-defs.el, progmodes/cc-engine.el, progmodes/cc-langs.el: |
| 13711 | New version of CC mode installed. | 13715 | * progmodes/cc-menus.el, progmodes/cc-mode.el, progmodes/cc-styles.el: |
| 13716 | * progmodes/cc-vars.el: New version of CC mode installed. | ||
| 13712 | Old files completely replaced. | 13717 | Old files completely replaced. |
| 13713 | 13718 | ||
| 13714 | 1997-07-10 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | 13719 | 1997-07-10 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> |
| @@ -19198,7 +19203,6 @@ | |||
| 19198 | * widget.el (:text-format): New keyword. | 19203 | * widget.el (:text-format): New keyword. |
| 19199 | * wid-edit.el (push-button): Define it. | 19204 | * wid-edit.el (push-button): Define it. |
| 19200 | (widget-push-button-value-create): Use it. | 19205 | (widget-push-button-value-create): Use it. |
| 19201 | * widget.texi (push-button): Documented it. | ||
| 19202 | 19206 | ||
| 19203 | 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 19207 | 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 19204 | 19208 | ||
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 @@ | |||
| 403 | `t' command key can change `reftex-toc-max-level'; | 403 | `t' command key can change `reftex-toc-max-level'; |
| 404 | (eval-when-compile (require 'cl)) added. | 404 | (eval-when-compile (require 'cl)) added. |
| 405 | 405 | ||
| 406 | * textmode/reftex-sel.el (reftex-insert-docstruct): Respect | 406 | * textmodes/reftex-sel.el (reftex-insert-docstruct): Respect |
| 407 | `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added. | 407 | `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added. |
| 408 | 408 | ||
| 409 | * textmodes/reftex-auc.el: (eval-when-compile (require 'cl)) added. | 409 | * textmodes/reftex-auc.el: (eval-when-compile (require 'cl)) added. |
| @@ -420,7 +420,7 @@ | |||
| 420 | (reftex-section-info): Deal with environment matches; | 420 | (reftex-section-info): Deal with environment matches; |
| 421 | (eval-when-compile (require 'cl)) added. | 421 | (eval-when-compile (require 'cl)) added. |
| 422 | 422 | ||
| 423 | * reftex-global.el: (eval-when-compile (require 'cl)) added. | 423 | * textmodes/reftex-global.el: (eval-when-compile (require 'cl)) added. |
| 424 | 424 | ||
| 425 | 1999-12-15 Kenichi Handa <handa@etl.go.jp> | 425 | 1999-12-15 Kenichi Handa <handa@etl.go.jp> |
| 426 | 426 | ||
| @@ -1991,7 +1991,7 @@ | |||
| 1991 | 1991 | ||
| 1992 | 1999-10-22 Paul Eggert <eggert@twinsun.com> | 1992 | 1999-10-22 Paul Eggert <eggert@twinsun.com> |
| 1993 | 1993 | ||
| 1994 | * international/mule-cmds.c (locale-language-names): | 1994 | * international/mule-cmds.el (locale-language-names): |
| 1995 | Use Latin-1 (not Latin-3) for Afrikaans, Galician. | 1995 | Use Latin-1 (not Latin-3) for Afrikaans, Galician. |
| 1996 | Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, | 1996 | Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, |
| 1997 | Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). | 1997 | Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
| @@ -2355,7 +2355,7 @@ | |||
| 2355 | 2355 | ||
| 2356 | 1999-10-12 Emmanuel Briot <briot@gnat.com> | 2356 | 1999-10-12 Emmanuel Briot <briot@gnat.com> |
| 2357 | 2357 | ||
| 2358 | * ada-stmt.el: Doc-string fixes. | 2358 | * progmodes/ada-stmt.el: Doc-string fixes. |
| 2359 | 2359 | ||
| 2360 | 1999-10-12 Gerd Moellmann <gerd@gnu.org> | 2360 | 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
| 2361 | 2361 | ||
| @@ -2472,28 +2472,26 @@ | |||
| 2472 | 2472 | ||
| 2473 | 1999-10-07 Emmanuel Briot <briot@gnat.com> | 2473 | 1999-10-07 Emmanuel Briot <briot@gnat.com> |
| 2474 | 2474 | ||
| 2475 | * ada-xref.el: New file | 2475 | * progmodes/ada-xref.el, progmodes/ada-prj.el: New files. |
| 2476 | 2476 | ||
| 2477 | * ada-prj.el: New file | 2477 | * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): New function. |
| 2478 | 2478 | ||
| 2479 | * ada-stmt.el (ada-stmt-add-to-ada-menu): New function | 2479 | * progmodes/ada-stmt.el (ada-subprogram-body): Correctly find |
| 2480 | the name of the subprogram being created. | ||
| 2480 | 2481 | ||
| 2481 | * ada-stmt.el (ada-subprogram-body): Correctly find the name of the | 2482 | * progmodes/ada-mode.el (ada-get-indent-*, ada-indent-current) |
| 2482 | subprogram being created. | 2483 | (ada-goto-*, ada-indent-newline-indent): |
| 2484 | Rewritten to support the new indentation scheme. | ||
| 2483 | 2485 | ||
| 2484 | * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, | 2486 | * progmodes/ada-mode.el (ada-case-read-exceptions) |
| 2485 | ada-indent-newline-indent): Rewritten to support the new indentation | 2487 | (ada-create-case-exceptions): New functions. |
| 2486 | scheme | ||
| 2487 | 2488 | ||
| 2488 | * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): | 2489 | * progmodes/ada-mode.el (ada-fill-comment-paragraph): |
| 2489 | New functions | 2490 | Add support for the justification parameter |
| 2490 | 2491 | ||
| 2491 | * ada-mode.el (ada-fill-comment-paragraph): Add support for the | 2492 | * progmodes/ada-mode.el (ada-make-body, ada-gen-treat-proc) |
| 2492 | justification parameter | 2493 | (ada-make-subprogram-body): Rewritten to benefit from the gnatstub |
| 2493 | 2494 | external program. | |
| 2494 | * ada-mode.el (ada-make-body, ada-gen-treat-proc, | ||
| 2495 | ada-make-subprogram-body): Rewritten to benefit from the gnatstub | ||
| 2496 | external program | ||
| 2497 | 2495 | ||
| 2498 | 1999-10-07 Dave Love <fx@gnu.org> | 2496 | 1999-10-07 Dave Love <fx@gnu.org> |
| 2499 | 2497 | ||
| @@ -6871,7 +6869,7 @@ | |||
| 6871 | 1999-01-17 Ian T Zimmerman <itz@transbay.net> | 6869 | 1999-01-17 Ian T Zimmerman <itz@transbay.net> |
| 6872 | 6870 | ||
| 6873 | Patch failed to install: | 6871 | Patch failed to install: |
| 6874 | * gametree.el: Document scoring functionality. | 6872 | * play/gametree.el: Document scoring functionality. |
| 6875 | (gametree-score-regexp): Add optional plus sign. | 6873 | (gametree-score-regexp): Add optional plus sign. |
| 6876 | (gametree-score-opener): Replace `:' with `=' as the former | 6874 | (gametree-score-opener): Replace `:' with `=' as the former |
| 6877 | conflicts with gametree-half-ply-regexp. | 6875 | conflicts with gametree-half-ply-regexp. |
| @@ -7393,7 +7391,7 @@ | |||
| 7393 | 7391 | ||
| 7394 | 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | 7392 | 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> |
| 7395 | 7393 | ||
| 7396 | * cperl-mode.el: | 7394 | * progmodes/cperl-mode.el: |
| 7397 | Can use linear algorithm for indentation if Emacs supports it. | 7395 | Can use linear algorithm for indentation if Emacs supports it. |
| 7398 | (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | 7396 | (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. |
| 7399 | (cperl-after-block-p): Likewise. | 7397 | (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 @@ | |||
| 7763 | 7763 | ||
| 7764 | * international/mule.el (make-char): Fix last change. | 7764 | * international/mule.el (make-char): Fix last change. |
| 7765 | 7765 | ||
| 7766 | * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote): | 7766 | * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote): |
| 7767 | New defcustoms. | 7767 | New defcustoms. |
| 7768 | (texinfo-insert-quote): Don't call tex-insert-quote, to avoid | 7768 | (texinfo-insert-quote): Don't call tex-insert-quote, to avoid |
| 7769 | autoloading tex-mode; instead, do the same manually. | 7769 | autoloading tex-mode; instead, do the same manually. |
| @@ -12987,7 +12987,7 @@ | |||
| 12987 | `vc-locking-user' semantics. | 12987 | `vc-locking-user' semantics. |
| 12988 | (vc-backend-merge): Remove. | 12988 | (vc-backend-merge): Remove. |
| 12989 | 12989 | ||
| 12990 | * vc-rcs.el, vc-scc.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state | 12990 | * vc-rcs.el, vc-sccs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state |
| 12991 | rather than 'vc-locking-user. | 12991 | rather than 'vc-locking-user. |
| 12992 | 12992 | ||
| 12993 | * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. | 12993 | * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. |
| @@ -15573,7 +15573,7 @@ | |||
| 15573 | (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el | 15573 | (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el |
| 15574 | can be batch-compiled from the command line. | 15574 | can be batch-compiled from the command line. |
| 15575 | 15575 | ||
| 15576 | * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | 15576 | * progmodes/ada-xref.el: Got rid of all byte-compiler warnings on Emacs. |
| 15577 | Add to the menu when the file is loaded, not in ada-mode-hook. | 15577 | Add to the menu when the file is loaded, not in ada-mode-hook. |
| 15578 | Add -toolbar to the default ddd command Switches moved from | 15578 | Add -toolbar to the default ddd command Switches moved from |
| 15579 | ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | 15579 | ada-prj-default-comp-cmd and ada-prj-default-make-cmd to |
| @@ -15646,7 +15646,7 @@ | |||
| 15646 | cd to the build directory. New field: main_unit Provide a default | 15646 | cd to the build directory. New field: main_unit Provide a default |
| 15647 | file name even if the current buffer has no prj file. | 15647 | file name even if the current buffer has no prj file. |
| 15648 | 15648 | ||
| 15649 | * ada-prj.el: | 15649 | * progmodes/ada-prj.el: |
| 15650 | Rewritten to show a tabbed-dialog. | 15650 | Rewritten to show a tabbed-dialog. |
| 15651 | (ada-prj-add-ada-menu): Remove the map and name parameters. | 15651 | (ada-prj-add-ada-menu): Remove the map and name parameters. |
| 15652 | (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | 15652 | (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): |
| @@ -15656,7 +15656,7 @@ | |||
| 15656 | (ada-prj-save): Always save fields that depend on the current buffer. | 15656 | (ada-prj-save): Always save fields that depend on the current buffer. |
| 15657 | (ada-prj-show-value): New function | 15657 | (ada-prj-show-value): New function |
| 15658 | 15658 | ||
| 15659 | * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in | 15659 | * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
| 15660 | Ada mode. This will allow us to display the Ada menu in any buffer | 15660 | Ada mode. This will allow us to display the Ada menu in any buffer |
| 15661 | we want (for project items). | 15661 | we want (for project items). |
| 15662 | (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | 15662 | (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct |
| @@ -16403,7 +16403,7 @@ | |||
| 16403 | Support for bibentry. | 16403 | Support for bibentry. |
| 16404 | (reftex-compile-variables): Fixed problem with end of section-re. | 16404 | (reftex-compile-variables): Fixed problem with end of section-re. |
| 16405 | 16405 | ||
| 16406 | * texmodes/reftex-dcr.el (reftex-view-crossref, | 16406 | * textmodes/reftex-dcr.el (reftex-view-crossref, |
| 16407 | reftex-view-crossref-from-bibtex): | 16407 | reftex-view-crossref-from-bibtex): |
| 16408 | Deal with changed `reftex-find-citation-regexp-format'. | 16408 | Deal with changed `reftex-find-citation-regexp-format'. |
| 16409 | (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): | 16409 | (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 @@ | |||
| 1 | 2014-01-13 Eric Ludlam <zappo@gnu.org> | 1 | 2014-01-13 Eric Ludlam <zappo@gnu.org> |
| 2 | 2 | ||
| 3 | * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix Typo | 3 | * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix typo |
| 4 | in a doc string. | 4 | in a doc string. |
| 5 | |||
| 5 | * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if | 6 | * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if |
| 6 | prefix is all lower case. | 7 | prefix is all lower case. |
| 7 | (semantic-ia-fast-jump): Push mark before jumping to an include | 8 | (semantic-ia-fast-jump): Push mark before jumping to an include file. |
| 8 | file. | 9 | |
| 9 | * semantic/complete.el (semantic-displayor-point-position): | 10 | * semantic/complete.el (semantic-displayor-point-position): |
| 10 | Calculate if the toolbar is on the left when calculating point | 11 | Calculate if the toolbar is on the left when calculating point |
| 11 | position. | 12 | 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 @@ | |||
| 434 | (erc-modified-channels-update): Remove | 434 | (erc-modified-channels-update): Remove |
| 435 | erc-modified-channels-update from post-command-hook after update. | 435 | erc-modified-channels-update from post-command-hook after update. |
| 436 | 436 | ||
| 437 | 2011-02-01 Sam Steingold <sds@gnu.org> | ||
| 438 | |||
| 439 | * erc-list.el (erc-list-menu-mode): Inherit from `special-mode'. | ||
| 440 | |||
| 437 | 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change) | 441 | 2011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change) |
| 438 | 442 | ||
| 439 | * erc-track.el (track): Don't reset erc-modified-channels-object | 443 | * 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 @@ | |||
| 3624 | * mh-customize.el: Call mh-image-load-path just before | 3624 | * mh-customize.el: Call mh-image-load-path just before |
| 3625 | mh-tool-bar-define so that the toolbar images can be found. | 3625 | mh-tool-bar-define so that the toolbar images can be found. |
| 3626 | 3626 | ||
| 3627 | 2005-10-06 Bill Wohler <wohler@newt.com> | ||
| 3628 | |||
| 3629 | * mh-loaddefs.el: Remove. Now generated automatically. | ||
| 3630 | |||
| 3627 | 2005-10-04 Bill Wohler <wohler@newt.com> | 3631 | 2005-10-04 Bill Wohler <wohler@newt.com> |
| 3628 | 3632 | ||
| 3629 | * ChangeLog: Move contents into ChangeLog.1 and trim. | 3633 | * 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 @@ | |||
| 145 | (xemacs): Depend on autoloads instead of deleted loaddefs-xemacs. | 145 | (xemacs): Depend on autoloads instead of deleted loaddefs-xemacs. |
| 146 | (loaddefs-xemacs): Deleted. | 146 | (loaddefs-xemacs): Deleted. |
| 147 | 147 | ||
| 148 | 2005-08-10 Lars Hansen <larsh@soem.dk> | ||
| 149 | |||
| 150 | * mh-e.el: Add handler to desktop-buffer-mode-handlers. | ||
| 151 | (mh-restore-desktop-buffer): Remove autoload cookie. | ||
| 152 | (mh-folder-mode): Add autoload cookie. | ||
| 153 | |||
| 148 | 2005-07-19 Bill Wohler <wohler@newt.com> | 154 | 2005-07-19 Bill Wohler <wohler@newt.com> |
| 149 | 155 | ||
| 150 | * README (INSTALL): Added info for Mac users. | 156 | * README (INSTALL): Added info for Mac users. |
| @@ -903,6 +909,19 @@ | |||
| 903 | rfc822-goto-eoh with something that allows From_ lines in the mail | 909 | rfc822-goto-eoh with something that allows From_ lines in the mail |
| 904 | header. | 910 | header. |
| 905 | 911 | ||
| 912 | 2004-04-26 Lars Hansen <larsh@math.ku.dk> | ||
| 913 | |||
| 914 | * mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. | ||
| 915 | |||
| 916 | 2004-04-22 Lars Hansen <larsh@math.ku.dk> | ||
| 917 | |||
| 918 | * mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. | ||
| 919 | |||
| 920 | 2004-04-21 Lars Hansen <larsh@math.ku.dk> | ||
| 921 | |||
| 922 | * mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. | ||
| 923 | Add Parameters. | ||
| 924 | |||
| 906 | 2004-04-14 Bill Wohler <wohler@newt.com> | 925 | 2004-04-14 Bill Wohler <wohler@newt.com> |
| 907 | 926 | ||
| 908 | * mh-utils.el (mh-show-mouse): s/EVENT/event/. Thanks to John Paul | 927 | * mh-utils.el (mh-show-mouse): s/EVENT/event/. Thanks to John Paul |
| @@ -9946,7 +9965,7 @@ | |||
| 9946 | bug that I accidentally introduced by adding an extra line when | 9965 | bug that I accidentally introduced by adding an extra line when |
| 9947 | cut and pasting my changes. | 9966 | cut and pasting my changes. |
| 9948 | 9967 | ||
| 9949 | * mh-func.el (compilation): Code rearrangement to remove compiler | 9968 | * mh-funcs.el (compilation): Code rearrangement to remove compiler |
| 9950 | warnings. | 9969 | warnings. |
| 9951 | 9970 | ||
| 9952 | * mh-mime.el (compilation): Code rearrangement to remove compiler | 9971 | * mh-mime.el (compilation): Code rearrangement to remove compiler |
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 093fa7f8972..906fe229a00 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -654,6 +654,9 @@ | |||
| 654 | 654 | ||
| 655 | * Internal.c: Declare argument `display' in some functions. | 655 | * Internal.c: Declare argument `display' in some functions. |
| 656 | 656 | ||
| 657 | 1989-08-09 Joseph Arceneaux (jla@spiff) | ||
| 658 | |||
| 659 | * Makefile: Removed all the unnecessary X stuff. | ||
| 657 | 660 | ||
| 658 | ;; Local Variables: | 661 | ;; Local Variables: |
| 659 | ;; coding: utf-8 | 662 | ;; coding: utf-8 |
diff --git a/src/ChangeLog b/src/ChangeLog index f06800dcfdf..50aa25bd92a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2600,8 +2600,7 @@ | |||
| 2600 | 2600 | ||
| 2601 | Don't run timers in input-pending-p. Its new check-timers param | 2601 | Don't run timers in input-pending-p. Its new check-timers param |
| 2602 | provides the prior behavior. (Bug#15045). | 2602 | provides the prior behavior. (Bug#15045). |
| 2603 | * src/keyboard.c (Finput_pending_p): Accept optional check-timers | 2603 | * keyboard.c (Finput_pending_p): Accept optional check-timers param. |
| 2604 | param. | ||
| 2605 | 2604 | ||
| 2606 | 2013-10-17 Paul Eggert <eggert@cs.ucla.edu> | 2605 | 2013-10-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2607 | 2606 | ||
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 887918abe7f..19adb22b869 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -21410,7 +21410,7 @@ | |||
| 21410 | 21410 | ||
| 21411 | 2002-11-19 Dave Love <fx@gnu.org> | 21411 | 2002-11-19 Dave Love <fx@gnu.org> |
| 21412 | 21412 | ||
| 21413 | * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define. | 21413 | * s/usg5-4.h, s/sco4.h (bcopy, bzero, bcmp): Don't define. |
| 21414 | 21414 | ||
| 21415 | 2002-11-18 Jason Rumney <jasonr@gnu.org> | 21415 | 2002-11-18 Jason Rumney <jasonr@gnu.org> |
| 21416 | 21416 | ||
| @@ -21425,7 +21425,7 @@ | |||
| 21425 | 21425 | ||
| 21426 | * m/orion105.h (HAVE_ALLOCA): Don't define. | 21426 | * m/orion105.h (HAVE_ALLOCA): Don't define. |
| 21427 | 21427 | ||
| 21428 | * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca. | 21428 | * m/m68k.h, m/arm.h, m/mtekxd88.h, m/tower32v3.h: Don't define alloca. |
| 21429 | 21429 | ||
| 21430 | * m/intel386.h: Don't include alloca.h or define alloca. | 21430 | * m/intel386.h: Don't include alloca.h or define alloca. |
| 21431 | 21431 | ||
| @@ -24220,22 +24220,22 @@ | |||
| 24220 | 24220 | ||
| 24221 | * config.in: Regenerated using autoheader. | 24221 | * config.in: Regenerated using autoheader. |
| 24222 | 24222 | ||
| 24223 | * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h, | 24223 | * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h: |
| 24224 | m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h, | 24224 | * m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h: |
| 24225 | m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h, | 24225 | * m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h: |
| 24226 | m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h, | 24226 | * m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h: |
| 24227 | m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h, | 24227 | * m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h: |
| 24228 | m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h, | 24228 | * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h: |
| 24229 | m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h, | 24229 | * m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h: |
| 24230 | m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h, | 24230 | * m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h: |
| 24231 | m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h, | 24231 | * m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h: |
| 24232 | m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h, | 24232 | * m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h: |
| 24233 | m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h, | 24233 | * m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h: |
| 24234 | m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h, | 24234 | * m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h: |
| 24235 | m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h, | 24235 | * m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h: |
| 24236 | m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h, | 24236 | * m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h: |
| 24237 | m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h, | 24237 | * m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h: |
| 24238 | s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and | 24238 | * s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and |
| 24239 | STACK_DIRECTION, now set by autoconf. | 24239 | STACK_DIRECTION, now set by autoconf. |
| 24240 | 24240 | ||
| 24241 | 2002-04-14 Pavel JanÃk <Pavel@Janik.cz> | 24241 | 2002-04-14 Pavel JanÃk <Pavel@Janik.cz> |
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 2155f08a012..1ca14ccd616 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -8971,7 +8971,7 @@ | |||
| 8971 | * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS) | 8971 | * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS) |
| 8972 | (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H) | 8972 | (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H) |
| 8973 | (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section. | 8973 | (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section. |
| 8974 | (ORDINARY_LINK): Remove, defined in src/s/gnu.h. | 8974 | (ORDINARY_LINK): Remove, defined in s/gnu.h. |
| 8975 | (CRT0_COMPILE): Remove, inline it in the only user. | 8975 | (CRT0_COMPILE): Remove, inline it in the only user. |
| 8976 | 8976 | ||
| 8977 | 2010-04-14 Juri Linkov <juri@jurta.org> | 8977 | 2010-04-14 Juri Linkov <juri@jurta.org> |
| @@ -16939,7 +16939,7 @@ | |||
| 16939 | * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS, | 16939 | * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS, |
| 16940 | shortcircuit if popup_activated like GTK and X toolkit. | 16940 | shortcircuit if popup_activated like GTK and X toolkit. |
| 16941 | 16941 | ||
| 16942 | * m/inter386.h: Change DARWIN to DARWIN_OS. | 16942 | * m/intel386.h: Change DARWIN to DARWIN_OS. |
| 16943 | 16943 | ||
| 16944 | * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def. | 16944 | * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def. |
| 16945 | Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs | 16945 | Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs |
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index a9a1d9b1326..53c93b4dea7 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -1680,7 +1680,7 @@ | |||
| 1680 | 1680 | ||
| 1681 | 2012-12-30 Andreas Schwab <schwab@linux-m68k.org> | 1681 | 2012-12-30 Andreas Schwab <schwab@linux-m68k.org> |
| 1682 | 1682 | ||
| 1683 | * src/Makefile.in (TEMACS_LDFLAGS2): Remove. | 1683 | * Makefile.in (TEMACS_LDFLAGS2): Remove. |
| 1684 | (LIBS_GNUSTEP): Define. | 1684 | (LIBS_GNUSTEP): Define. |
| 1685 | (LIBES): Add $(LIBS_GNUSTEP). | 1685 | (LIBES): Add $(LIBS_GNUSTEP). |
| 1686 | (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2). | 1686 | (temacs$(EXEEXT)): Use $(LDFLAGS) instead of $(TEMACS_LDFLAGS2). |
| @@ -8360,7 +8360,7 @@ | |||
| 8360 | 8360 | ||
| 8361 | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | 8361 | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. |
| 8362 | This no-op macro hasn't been needed for many years. | 8362 | This no-op macro hasn't been needed for many years. |
| 8363 | * src/regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise. | 8363 | * regex.c (SWITCH_ENUM_CAST) [!emacs]: Likewise. |
| 8364 | 8364 | ||
| 8365 | Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB. | 8365 | Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB. |
| 8366 | * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits. | 8366 | * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]: Add lsb_bits. |
| @@ -9075,7 +9075,7 @@ | |||
| 9075 | (adjust_intervals_for_insertion, make_new_interval): | 9075 | (adjust_intervals_for_insertion, make_new_interval): |
| 9076 | Remove obsolete and unused code. | 9076 | Remove obsolete and unused code. |
| 9077 | * intervals.h (struct interval): Remove obsolete comment. | 9077 | * intervals.h (struct interval): Remove obsolete comment. |
| 9078 | * textprotp.c (erase_properties): Remove unused code. | 9078 | * textprop.c (erase_properties): Remove unused code. |
| 9079 | (Fadd_text_properties, set_text_properties_1, Fremove_text_properties) | 9079 | (Fadd_text_properties, set_text_properties_1, Fremove_text_properties) |
| 9080 | (Fremove_list_of_text_properties): Convert to eassert. | 9080 | (Fremove_list_of_text_properties): Convert to eassert. |
| 9081 | 9081 | ||
| @@ -9393,9 +9393,9 @@ | |||
| 9393 | 9393 | ||
| 9394 | 2012-07-12 Glenn Morris <rgm@gnu.org> | 9394 | 2012-07-12 Glenn Morris <rgm@gnu.org> |
| 9395 | 9395 | ||
| 9396 | * src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h: | 9396 | * s/aix4-2.h, s/cygwin.h, s/darwin.h: |
| 9397 | * src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h: | 9397 | * s/gnu-linux.h, s/hpux10-20.h, s/irix6-5.h: |
| 9398 | * src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h: | 9398 | * s/sol2-6.h, s/unixware.h, s/usg5-4-common.h: |
| 9399 | Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure. | 9399 | Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure. |
| 9400 | 9400 | ||
| 9401 | * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h: | 9401 | * s/cygwin.h, s/darwin.h, s/gnu-linux.h, s/irix6-5.h: |
| @@ -11202,7 +11202,7 @@ | |||
| 11202 | 11202 | ||
| 11203 | 2012-06-13 Glenn Morris <rgm@gnu.org> | 11203 | 2012-06-13 Glenn Morris <rgm@gnu.org> |
| 11204 | 11204 | ||
| 11205 | * s/usg5-4-common.h, src/s/unixware.h: | 11205 | * s/usg5-4-common.h, s/unixware.h: |
| 11206 | Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04). | 11206 | Remove define/undef of HAVE_SYSV_SIGPAUSE (not used since 2010-05-04). |
| 11207 | 11207 | ||
| 11208 | * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04). | 11208 | * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04). |
| @@ -12496,7 +12496,7 @@ | |||
| 12496 | 12496 | ||
| 12497 | 2012-05-22 Paul Eggert <eggert@cs.ucla.edu> | 12497 | 2012-05-22 Paul Eggert <eggert@cs.ucla.edu> |
| 12498 | 12498 | ||
| 12499 | Remove src/m/*. | 12499 | Remove m/*. |
| 12500 | This directory predates autoconf and is no longer needed nowadays. | 12500 | This directory predates autoconf and is no longer needed nowadays. |
| 12501 | Move its few remaining bits of functionality to where they're needed. | 12501 | Move its few remaining bits of functionality to where they're needed. |
| 12502 | * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h: | 12502 | * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h: |
| @@ -22159,7 +22159,7 @@ | |||
| 22159 | 2011-03-20 Juanma Barranquero <lekktu@gmail.com> | 22159 | 2011-03-20 Juanma Barranquero <lekktu@gmail.com> |
| 22160 | 22160 | ||
| 22161 | * minibuf.c (Vcompleting_read_function): Don't declare, global variables | 22161 | * minibuf.c (Vcompleting_read_function): Don't declare, global variables |
| 22162 | are now in src/globals.h. | 22162 | are now in globals.h. |
| 22163 | (syms_of_minibuf): Remove spurious & from previous change. | 22163 | (syms_of_minibuf): Remove spurious & from previous change. |
| 22164 | 22164 | ||
| 22165 | 2011-03-20 Leo Liu <sdl.web@gmail.com> | 22165 | 2011-03-20 Leo Liu <sdl.web@gmail.com> |
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 4a4d7376236..8f8c5d24d9b 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -3961,7 +3961,7 @@ | |||
| 3961 | 3961 | ||
| 3962 | 1986-09-01 Richard M. Stallman (rms@prep) | 3962 | 1986-09-01 Richard M. Stallman (rms@prep) |
| 3963 | 3963 | ||
| 3964 | * xterm.c/xfns.c: Many changes from rlk, | 3964 | * xterm.c, xfns.c: Many changes from rlk, |
| 3965 | including using sigblock/sigsetmask to block signals | 3965 | including using sigblock/sigsetmask to block signals |
| 3966 | instead of turning handler off and on. | 3966 | instead of turning handler off and on. |
| 3967 | 3967 | ||
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index cee5d43ed57..227b65a5202 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -14878,10 +14878,6 @@ | |||
| 14878 | 14878 | ||
| 14879 | * dispnew.c: Handle BROKEN_FIONREAD as in other files. | 14879 | * dispnew.c: Handle BROKEN_FIONREAD as in other files. |
| 14880 | 14880 | ||
| 14881 | 1989-08-09 Joseph Arceneaux (jla@spiff) | ||
| 14882 | |||
| 14883 | * ../oldXMenu/Makefile: Removed all the unnecessary X stuff. | ||
| 14884 | |||
| 14885 | 1989-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 14881 | 1989-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 14886 | 14882 | ||
| 14887 | * fileio.c (barf_or_query_if_file_exists): When signaling, | 14883 | * fileio.c (barf_or_query_if_file_exists): When signaling, |
| @@ -16266,7 +16262,7 @@ | |||
| 16266 | 16262 | ||
| 16267 | 1988-12-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 16263 | 1988-12-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 16268 | 16264 | ||
| 16269 | * bytecode.el (Fbyte_code): Cache the pointer in the string | 16265 | * bytecode.c (Fbyte_code): Cache the pointer in the string |
| 16270 | to avoid recalculating it at each fetch. | 16266 | to avoid recalculating it at each fetch. |
| 16271 | Also turn off the error check for stack overflow/underflow. | 16267 | Also turn off the error check for stack overflow/underflow. |
| 16272 | 16268 | ||
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index 81e74a9dfa0..54b37258c9f 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 | |||
| @@ -4925,7 +4925,7 @@ | |||
| 4925 | 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | 4925 | 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
| 4926 | 4926 | ||
| 4927 | Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu> | 4927 | Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu> |
| 4928 | * 7300.h [__GNUC__]: #define HAVE_ALLOCA. | 4928 | * m/7300.h [__GNUC__]: #define HAVE_ALLOCA. |
| 4929 | [not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION. | 4929 | [not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION. |
| 4930 | (HAVE_SYSVIPC, USE_UTIME): #define these. | 4930 | (HAVE_SYSVIPC, USE_UTIME): #define these. |
| 4931 | (memmove): We don't have this; call safe_bcopy. | 4931 | (memmove): We don't have this; call safe_bcopy. |
| @@ -6675,7 +6675,7 @@ | |||
| 6675 | 6675 | ||
| 6676 | 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 6676 | 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 6677 | 6677 | ||
| 6678 | * x/esix5-4.h: Redone by Joe Kelsey. | 6678 | * s/esix5-4.h: Redone by Joe Kelsey. |
| 6679 | 6679 | ||
| 6680 | * xterm.c (x_new_font): Take out last change. | 6680 | * xterm.c (x_new_font): Take out last change. |
| 6681 | 6681 | ||
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index 48f802e5efb..dcb7f668b1e 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -215,7 +215,7 @@ | |||
| 215 | 215 | ||
| 216 | 1995-06-10 Geoff Voelker <voelker@cs.washington.edu> | 216 | 1995-06-10 Geoff Voelker <voelker@cs.washington.edu> |
| 217 | 217 | ||
| 218 | * ntterm.c,ntproc.c,nt.c: Include config.h before stdio.h. | 218 | * ntterm.c, ntproc.c, nt.c: Include config.h before stdio.h. |
| 219 | 219 | ||
| 220 | 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> | 220 | 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> |
| 221 | 221 | ||
| @@ -5728,7 +5728,7 @@ | |||
| 5728 | 5728 | ||
| 5729 | * lisp.h (EMACS_INT, EMACS_UINT): Define, if not already defined. | 5729 | * lisp.h (EMACS_INT, EMACS_UINT): Define, if not already defined. |
| 5730 | 5730 | ||
| 5731 | * alpha.h (EMACS_INT, EMACS_UINT): Defined. | 5731 | * m/alpha.h (EMACS_INT, EMACS_UINT): Defined. |
| 5732 | 5732 | ||
| 5733 | 1994-09-16 Rainer Schoepf <schoepf@sc.ZIB-Berlin.DE> | 5733 | 1994-09-16 Rainer Schoepf <schoepf@sc.ZIB-Berlin.DE> |
| 5734 | 5734 | ||
| @@ -7039,7 +7039,7 @@ | |||
| 7039 | 7039 | ||
| 7040 | 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 7040 | 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 7041 | 7041 | ||
| 7042 | * mips-siemens.h: Include pyramid.h, not mips.h. | 7042 | * m/mips-siemens.h: Include pyramid.h, not mips.h. |
| 7043 | (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted. | 7043 | (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted. |
| 7044 | (NO_ARG_ARRAY, HAVE_ALLOCA): Defined. | 7044 | (NO_ARG_ARRAY, HAVE_ALLOCA): Defined. |
| 7045 | (BROKEN_FIONREAD): Add #undef. | 7045 | (BROKEN_FIONREAD): Add #undef. |
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index f80957ebf0c..c43ab88fff6 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -3201,7 +3201,7 @@ | |||
| 3201 | * syntax.c (update_syntax_table): Properly update `position' | 3201 | * syntax.c (update_syntax_table): Properly update `position' |
| 3202 | field of used intervals. | 3202 | field of used intervals. |
| 3203 | 3203 | ||
| 3204 | * interval.c (update_interval): Properly update `position' | 3204 | * intervals.c (update_interval): Properly update `position' |
| 3205 | field of used intervals. | 3205 | field of used intervals. |
| 3206 | 3206 | ||
| 3207 | 1998-02-28 Richard Stallman <rms@psilocin.gnu.org> | 3207 | 1998-02-28 Richard Stallman <rms@psilocin.gnu.org> |
| @@ -8530,7 +8530,7 @@ | |||
| 8530 | * data.c (Faref, Faset): Adjusted for the new structure of | 8530 | * data.c (Faref, Faset): Adjusted for the new structure of |
| 8531 | Lisp_Char_Table. | 8531 | Lisp_Char_Table. |
| 8532 | 8532 | ||
| 8533 | * disptab.c (disp_char_vector): Extern it. | 8533 | * disptab.h (disp_char_vector): Extern it. |
| 8534 | (DISP_CHAR_VECTOR): Handle multibyte characters. | 8534 | (DISP_CHAR_VECTOR): Handle multibyte characters. |
| 8535 | 8535 | ||
| 8536 | * fns.c (copy_sub_char_table): New function. | 8536 | * fns.c (copy_sub_char_table): New function. |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index b1ab7ced5c3..874526e2c99 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -1251,7 +1251,7 @@ | |||
| 1251 | 1251 | ||
| 1252 | 1999-11-02 Dave Love <fx@gnu.org> | 1252 | 1999-11-02 Dave Love <fx@gnu.org> |
| 1253 | 1253 | ||
| 1254 | * gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1). | 1254 | * s/gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1). |
| 1255 | 1255 | ||
| 1256 | * process.c: Define _GNU_SOURCE before config.h to get strsignal | 1256 | * process.c: Define _GNU_SOURCE before config.h to get strsignal |
| 1257 | declared with glibc2. | 1257 | declared with glibc2. |
| @@ -1575,10 +1575,10 @@ | |||
| 1575 | then use strsignal istead of sys_siglist. | 1575 | then use strsignal istead of sys_siglist. |
| 1576 | * w32proc.c (sys_wait): Likewise. | 1576 | * w32proc.c (sys_wait): Likewise. |
| 1577 | 1577 | ||
| 1578 | * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h, | 1578 | * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h: |
| 1579 | s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h, | 1579 | * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h: |
| 1580 | s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, | 1580 | * s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h: |
| 1581 | s/usg5-2.h, s/usg5-3.h, s/xenix.h: | 1581 | * s/usg5-2.h, s/usg5-3.h, s/xenix.h: |
| 1582 | (open, close, read, write, INTERRUPTIBLE_OPEN) | 1582 | (open, close, read, write, INTERRUPTIBLE_OPEN) |
| 1583 | (INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove. | 1583 | (INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove. |
| 1584 | 1584 | ||
| @@ -1809,7 +1809,7 @@ | |||
| 1809 | 1809 | ||
| 1810 | 1999-10-07 Jeffrey C Honig <jch@bsdi.com> | 1810 | 1999-10-07 Jeffrey C Honig <jch@bsdi.com> |
| 1811 | 1811 | ||
| 1812 | * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. | 1812 | * s/bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. |
| 1813 | 1813 | ||
| 1814 | 1999-10-07 Richard M. Stallman <rms@gnu.org> | 1814 | 1999-10-07 Richard M. Stallman <rms@gnu.org> |
| 1815 | 1815 | ||
| @@ -3112,7 +3112,7 @@ | |||
| 3112 | 3112 | ||
| 3113 | 1999-08-30 Gerd Moellmann <gerd@gnu.org> | 3113 | 1999-08-30 Gerd Moellmann <gerd@gnu.org> |
| 3114 | 3114 | ||
| 3115 | * freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers | 3115 | * s/freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers |
| 3116 | in /usr/X11R6/include which are checked for with AC_CHECK_HEADER. | 3116 | in /usr/X11R6/include which are checked for with AC_CHECK_HEADER. |
| 3117 | 3117 | ||
| 3118 | 1999-08-30 Gerd Moellmann <gerd@gnu.org> | 3118 | 1999-08-30 Gerd Moellmann <gerd@gnu.org> |
| @@ -3478,10 +3478,10 @@ | |||
| 3478 | 3478 | ||
| 3479 | 1999-08-21 Dave Love <fx@gnu.org> | 3479 | 1999-08-21 Dave Love <fx@gnu.org> |
| 3480 | 3480 | ||
| 3481 | * aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O. | 3481 | * s/aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O. |
| 3482 | * aix4-1.h: Likewise. | 3482 | * s/aix4-1.h: Likewise. |
| 3483 | 3483 | ||
| 3484 | * irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize. | 3484 | * s/irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize. |
| 3485 | 3485 | ||
| 3486 | 1999-08-20 Gerd Moellmann <gerd@gnu.org> | 3486 | 1999-08-20 Gerd Moellmann <gerd@gnu.org> |
| 3487 | 3487 | ||