diff options
| author | Paul Eggert | 2015-03-03 14:52:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-03-03 14:52:04 -0800 |
| commit | 98284ef51c67fa69796946466337d426ab81f9ee (patch) | |
| tree | e43f8d3ab77f67a2fca1dd016037693674b91c26 /etc | |
| parent | 518eab2f7db71929e4877daa5ebd06b1416e69e6 (diff) | |
| parent | c4ade119ccd1904795b2e8d76cd93aedc86d1b09 (diff) | |
| download | emacs-98284ef51c67fa69796946466337d426ab81f9ee.tar.gz emacs-98284ef51c67fa69796946466337d426ab81f9ee.zip | |
Merge from origin/emacs-24
c4ade11 textmodes/ispell.el: Look for aspell .dat files also under dict-dir
e28ec9a ispell.el: Extend to aspell current hunspell handling of aliases
Conflicts:
lisp/ChangeLog
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 3 | ||||
| -rw-r--r-- | etc/NEWS | 42 | ||||
| -rw-r--r-- | etc/NEWS.24 | 36 |
3 files changed, 28 insertions, 53 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 9c11e18fb69..cd5c54037c8 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | 2015-03-03 Kelvin White <kwhite@gnu.org> | 1 | 2015-03-03 Kelvin White <kwhite@gnu.org> |
| 2 | 2 | ||
| 3 | * NEWS: Add section to include ERC changes | 3 | * NEWS.24: Add section to include ERC changes. |
| 4 | 4 | ||
| 5 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | 2015-03-02 Daniel Colascione <dancol@dancol.org> | 5 | 2015-03-02 Daniel Colascione <dancol@dancol.org> |
| 7 | 6 | ||
| 8 | * NEWS: Mention finalizers. | 7 | * NEWS: Mention finalizers. |
| @@ -14,24 +14,21 @@ and NEWS.1-17 for changes in older Emacs versions. | |||
| 14 | You can narrow news to a specific version by calling `view-emacs-news' | 14 | You can narrow news to a specific version by calling `view-emacs-news' |
| 15 | with a prefix argument or by typing C-u C-h C-n. | 15 | with a prefix argument or by typing C-u C-h C-n. |
| 16 | 16 | ||
| 17 | Temporary note: | ||
| 18 | +++ indicates that all necessary documentation updates are complete. | ||
| 19 | (This means all relevant manuals in doc/ AND lisp doc-strings.) | ||
| 20 | --- means no change in the manuals is needed. | ||
| 21 | When you add a new item, use the appropriate mark if you are sure it applies, | ||
| 22 | otherwise leave it unmarked. | ||
| 23 | |||
| 17 | 24 | ||
| 18 | * Installation Changes in Emacs 25.1 | 25 | * Installation Changes in Emacs 25.1 |
| 19 | 26 | ||
| 20 | +++ | 27 | +++ |
| 21 | |||
| 22 | ** Building Emacs now requires C99 or later. | 28 | ** Building Emacs now requires C99 or later. |
| 23 | 29 | ||
| 24 | ** The default value of `history-length' has increased to 100. | ||
| 25 | |||
| 26 | ** The variable `redisplay-dont-pause' is obsolete. | ||
| 27 | |||
| 28 | ** Building Emacs now requires GNU make, version 3.81 or later. | 30 | ** Building Emacs now requires GNU make, version 3.81 or later. |
| 29 | 31 | ||
| 30 | ** `call-process-shell-command' and `process-file-shell-command' no longer | ||
| 31 | take "&rest args". | ||
| 32 | |||
| 33 | ** The option `browse-url-firefox-startup-arguments' no longer has an effect. | ||
| 34 | |||
| 35 | ** By default, Emacs no longer works on IRIX. We expect that Emacs | 32 | ** By default, Emacs no longer works on IRIX. We expect that Emacs |
| 36 | users are not affected by this, as SGI stopped supporting IRIX in | 33 | users are not affected by this, as SGI stopped supporting IRIX in |
| 37 | December 2013. If you are affected, please send a bug report. You | 34 | December 2013. If you are affected, please send a bug report. You |
| @@ -39,41 +36,18 @@ should be able to work around the problem either by porting the Emacs | |||
| 39 | undumping code to GCC under IRIX, or by configuring --with-wide-int, | 36 | undumping code to GCC under IRIX, or by configuring --with-wide-int, |
| 40 | or by sticking with Emacs 24.4. | 37 | or by sticking with Emacs 24.4. |
| 41 | 38 | ||
| 42 | ** ERC | ||
| 43 | |||
| 44 | ** 'configure' now prefers gnustep-config when configuring GNUstep. | 39 | ** 'configure' now prefers gnustep-config when configuring GNUstep. |
| 45 | If gnustep-config is not available, the old heuristics are used. | 40 | If gnustep-config is not available, the old heuristics are used. |
| 46 | 41 | ||
| 47 | +++ | ||
| 48 | *** New option `erc-rename-buffers'. | ||
| 49 | |||
| 50 | *** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'. | ||
| 51 | |||
| 52 | *** `erc-format-@nick' displays all user modes instead of only op and voice. | ||
| 53 | |||
| 54 | *** The display of irc commands in the current buffer has been disabled. | ||
| 55 | |||
| 56 | *** `erc-version' now follows the Emacs version. | ||
| 57 | |||
| 58 | ** Obsolete packages | ||
| 59 | |||
| 60 | *** cc-compat.el | ||
| 61 | |||
| 62 | --- | 42 | --- |
| 63 | ** The configure option `--with-pkg-config-prog' has been removed. | 43 | ** The configure option `--with-pkg-config-prog' has been removed. |
| 64 | Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. | 44 | Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. |
| 65 | 45 | ||
| 66 | *** crisp.el (moved to elpa.gnu.org) | ||
| 67 | |||
| 68 | ** The configure option '--enable-silent-rules' is now the default, | 46 | ** The configure option '--enable-silent-rules' is now the default, |
| 69 | and silent rules are now quieter. To get the old behavior where | 47 | and silent rules are now quieter. To get the old behavior where |
| 70 | 'make' chatters a lot, configure with '--disable-silent-rules' or | 48 | 'make' chatters a lot, configure with '--disable-silent-rules' or |
| 71 | build with 'make V=1'. | 49 | build with 'make V=1'. |
| 72 | 50 | ||
| 73 | *** tpu-edt.el, ws-mode.el | ||
| 74 | These emulations of old editors are believed to be no longer relevant | ||
| 75 | - contact emacs-devel@gnu.org if you disagree. | ||
| 76 | |||
| 77 | --- | 51 | --- |
| 78 | ** The configure option '--with-gameuser' now allows to specify a | 52 | ** The configure option '--with-gameuser' now allows to specify a |
| 79 | group instead of a user if its argument is prefixed by ':' (a colon). | 53 | group instead of a user if its argument is prefixed by ':' (a colon). |
| @@ -86,8 +60,6 @@ be installed setgid. The option now defaults to the 'games' group. | |||
| 86 | It has no particular connection to Emacs and has not changed in years, | 60 | It has no particular connection to Emacs and has not changed in years, |
| 87 | so if you want to use it, you can always take a copy from an older Emacs. | 61 | so if you want to use it, you can always take a copy from an older Emacs. |
| 88 | 62 | ||
| 89 | *** vi.el, vip.el (try M-x viper instead) | ||
| 90 | |||
| 91 | 63 | ||
| 92 | * Startup Changes in Emacs 25.1 | 64 | * Startup Changes in Emacs 25.1 |
| 93 | 65 | ||
diff --git a/etc/NEWS.24 b/etc/NEWS.24 index 969713a3393..7d9e1f0d83f 100644 --- a/etc/NEWS.24 +++ b/etc/NEWS.24 | |||
| @@ -14,41 +14,45 @@ and NEWS.1-17 for changes in older Emacs versions. | |||
| 14 | You can narrow news to a specific version by calling `view-emacs-news' | 14 | You can narrow news to a specific version by calling `view-emacs-news' |
| 15 | with a prefix argument or by typing C-u C-h C-n. | 15 | with a prefix argument or by typing C-u C-h C-n. |
| 16 | 16 | ||
| 17 | Temporary note: | ||
| 18 | +++ indicates that all necessary documentation updates are complete. | ||
| 19 | (This means all relevant manuals in doc/ AND lisp doc-strings.) | ||
| 20 | --- means no change in the manuals is needed. | ||
| 21 | When you add a new item, use the appropriate mark if you are sure it applies, | ||
| 22 | otherwise leave it unmarked. | ||
| 23 | |||
| 24 | 17 | ||
| 25 | * Changes in Emacs 24.5 | 18 | * Changes in Emacs 24.5 |
| 26 | 19 | ||
| 27 | --- | 20 | ** This is mainly a bug-fix release, but there are some other changes. |
| 21 | |||
| 28 | ** The default value of `history-length' has increased to 100. | 22 | ** The default value of `history-length' has increased to 100. |
| 29 | 23 | ||
| 30 | +++ | 24 | ** The variable `redisplay-dont-pause' is obsolete. |
| 31 | ** `redisplay-dont-pause' is declared as obsolete. | ||
| 32 | 25 | ||
| 33 | 26 | ||
| 34 | * Changes in Specialized Modes and Packages in Emacs 24.5 | 27 | * Changes in Specialized Modes and Packages in Emacs 24.5 |
| 35 | 28 | ||
| 36 | ** `call-process-shell-command' and `process-file-shell-command' | 29 | ** `call-process-shell-command' and `process-file-shell-command' no longer |
| 37 | don't take "&rest args" any more. | 30 | take "&rest args". |
| 31 | |||
| 32 | ** The option `browse-url-firefox-startup-arguments' no longer has an effect. | ||
| 33 | |||
| 34 | ** ERC | ||
| 35 | |||
| 36 | *** New option `erc-rename-buffers'. | ||
| 37 | |||
| 38 | *** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'. | ||
| 39 | |||
| 40 | *** `erc-format-@nick' displays all user modes instead of only op and voice. | ||
| 41 | |||
| 42 | *** The display of irc commands in the current buffer has been disabled. | ||
| 43 | |||
| 44 | *** `erc-version' now follows the Emacs version. | ||
| 38 | 45 | ||
| 39 | ** Obsolete packages | 46 | ** Obsolete packages |
| 40 | 47 | ||
| 41 | *** cc-compat.el | 48 | *** cc-compat.el |
| 42 | 49 | ||
| 43 | --- | 50 | *** crisp.el (moved to elpa.gnu.org) |
| 44 | *** crisp.el - moved to elpa.gnu.org. | ||
| 45 | 51 | ||
| 46 | --- | ||
| 47 | *** tpu-edt.el, ws-mode.el | 52 | *** tpu-edt.el, ws-mode.el |
| 48 | These emulations of old editors are believed to be no longer relevant | 53 | These emulations of old editors are believed to be no longer relevant |
| 49 | - contact emacs-devel@gnu.org if you disagree. | 54 | - contact emacs-devel@gnu.org if you disagree. |
| 50 | 55 | ||
| 51 | --- | ||
| 52 | *** vi.el, vip.el (try M-x viper instead) | 56 | *** vi.el, vip.el (try M-x viper instead) |
| 53 | 57 | ||
| 54 | 58 | ||