diff options
| author | Paul Eggert | 2015-03-03 14:41:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-03-03 14:41:30 -0800 |
| commit | 37ad855a38786722833d06dfe78786acc7e9f412 (patch) | |
| tree | de0f0c7aac92eb2c321c1d6ec3254250316d1035 /etc | |
| parent | 36a50f38fbbcf5cc0cafc44af9d1bfcd6c13fc25 (diff) | |
| parent | f1601063f29c99be77d2513320ed6d2494926c1d (diff) | |
| download | emacs-37ad855a38786722833d06dfe78786acc7e9f412.tar.gz emacs-37ad855a38786722833d06dfe78786acc7e9f412.zip | |
Merge from origin/emacs-24
f160106 Avoid assertion violations in Rmail due to newline cache
1b0ebbd browse-url-firefox: update for firefox 36's removal of -remote
1817892 Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925)
0260932 Bump python.el version
b0adfc7 Spelling fixes
35f047c * src/fileio.c (Fmake_temp_name): Doc tweaks.
6f2971a * lisp/comint.el (comint-line-beginning-position): Revert searching
65d8ac7 Mention in admin/notes/repo how to mark commits not to be merged.
86fe750 # Remove NEWS temporary markup
4fa778b erc.el: Add old version header for package.el compatibilty
9366f05 Tramp: Disable paging with PAGER=cat
Conflicts:
admin/notes/repo
etc/NEWS
lisp/ChangeLog
lisp/erc/ChangeLog
src/ChangeLog
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 29 |
1 files changed, 14 insertions, 15 deletions
| @@ -14,13 +14,6 @@ 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 | * Installation Changes in Emacs 25.1 | 18 | * Installation Changes in Emacs 25.1 |
| 26 | 19 | ||
| @@ -28,13 +21,16 @@ otherwise leave it unmarked. | |||
| 28 | 21 | ||
| 29 | ** Building Emacs now requires C99 or later. | 22 | ** Building Emacs now requires C99 or later. |
| 30 | 23 | ||
| 24 | ** The default value of `history-length' has increased to 100. | ||
| 25 | |||
| 31 | ** The variable `redisplay-dont-pause' is obsolete. | 26 | ** The variable `redisplay-dont-pause' is obsolete. |
| 32 | 27 | ||
| 33 | ** Building Emacs now requires GNU make, version 3.81 or later. | 28 | ** Building Emacs now requires GNU make, version 3.81 or later. |
| 34 | 29 | ||
| 35 | +++ | 30 | ** `call-process-shell-command' and `process-file-shell-command' no longer |
| 36 | ** `call-process-shell-command' and `process-file-shell-command' | 31 | take "&rest args". |
| 37 | don't take "&rest args" any more. | 32 | |
| 33 | ** The option `browse-url-firefox-startup-arguments' no longer has an effect. | ||
| 38 | 34 | ||
| 39 | ** By default, Emacs no longer works on IRIX. We expect that Emacs | 35 | ** By default, Emacs no longer works on IRIX. We expect that Emacs |
| 40 | users are not affected by this, as SGI stopped supporting IRIX in | 36 | users are not affected by this, as SGI stopped supporting IRIX in |
| @@ -51,32 +47,33 @@ If gnustep-config is not available, the old heuristics are used. | |||
| 51 | +++ | 47 | +++ |
| 52 | *** New option `erc-rename-buffers'. | 48 | *** New option `erc-rename-buffers'. |
| 53 | 49 | ||
| 54 | --- | ||
| 55 | *** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'. | 50 | *** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'. |
| 56 | 51 | ||
| 57 | +++ | ||
| 58 | *** `erc-format-@nick' displays all user modes instead of only op and voice. | 52 | *** `erc-format-@nick' displays all user modes instead of only op and voice. |
| 59 | 53 | ||
| 60 | --- | ||
| 61 | *** The display of irc commands in the current buffer has been disabled. | 54 | *** The display of irc commands in the current buffer has been disabled. |
| 62 | 55 | ||
| 63 | --- | ||
| 64 | *** `erc-version' now follows the Emacs version. | 56 | *** `erc-version' now follows the Emacs version. |
| 65 | 57 | ||
| 66 | ** Obsolete packages | 58 | ** Obsolete packages |
| 67 | 59 | ||
| 68 | --- | ||
| 69 | *** cc-compat.el | 60 | *** cc-compat.el |
| 70 | 61 | ||
| 71 | --- | 62 | --- |
| 72 | ** The configure option `--with-pkg-config-prog' has been removed. | 63 | ** The configure option `--with-pkg-config-prog' has been removed. |
| 73 | Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. | 64 | Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. |
| 74 | 65 | ||
| 66 | *** crisp.el (moved to elpa.gnu.org) | ||
| 67 | |||
| 75 | ** The configure option '--enable-silent-rules' is now the default, | 68 | ** The configure option '--enable-silent-rules' is now the default, |
| 76 | and silent rules are now quieter. To get the old behavior where | 69 | and silent rules are now quieter. To get the old behavior where |
| 77 | 'make' chatters a lot, configure with '--disable-silent-rules' or | 70 | 'make' chatters a lot, configure with '--disable-silent-rules' or |
| 78 | build with 'make V=1'. | 71 | build with 'make V=1'. |
| 79 | 72 | ||
| 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 | |||
| 80 | --- | 77 | --- |
| 81 | ** The configure option '--with-gameuser' now allows to specify a | 78 | ** The configure option '--with-gameuser' now allows to specify a |
| 82 | group instead of a user if its argument is prefixed by ':' (a colon). | 79 | group instead of a user if its argument is prefixed by ':' (a colon). |
| @@ -89,6 +86,8 @@ be installed setgid. The option now defaults to the 'games' group. | |||
| 89 | It has no particular connection to Emacs and has not changed in years, | 86 | It has no particular connection to Emacs and has not changed in years, |
| 90 | so if you want to use it, you can always take a copy from an older Emacs. | 87 | so if you want to use it, you can always take a copy from an older Emacs. |
| 91 | 88 | ||
| 89 | *** vi.el, vip.el (try M-x viper instead) | ||
| 90 | |||
| 92 | 91 | ||
| 93 | * Startup Changes in Emacs 25.1 | 92 | * Startup Changes in Emacs 25.1 |
| 94 | 93 | ||