Mercurial > emacs
comparison etc/NEWS @ 107638:772da445ced7
Merge from mainline.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Mar 2010 05:16:27 -0500 |
parents | 973da8561c25 |
children | e29233cedd0a |
comparison
equal
deleted
inserted
replaced
107637:59df2de8b31d | 107638:772da445ced7 |
---|---|
64 This means that `move-file-to-trash' trashes files according to | 64 This means that `move-file-to-trash' trashes files according to |
65 freedesktop.org specifications, the same method used by the Gnome, | 65 freedesktop.org specifications, the same method used by the Gnome, |
66 KDE, and XFCE desktops. (This change has no effect on Windows, which | 66 KDE, and XFCE desktops. (This change has no effect on Windows, which |
67 uses `system-move-file-to-trash' for trashing.) | 67 uses `system-move-file-to-trash' for trashing.) |
68 | 68 |
69 +++ | |
69 ** The pointer now becomes invisible when typing. | 70 ** The pointer now becomes invisible when typing. |
70 Customize `make-pointer-invisible' to disable this feature. | 71 Customize `make-pointer-invisible' to disable this feature. |
71 | 72 |
72 ** Font changes | 73 ** Font changes |
73 | 74 |
120 | 121 |
121 --- | 122 --- |
122 ** Function arguments in *Help* buffers are now shown in upper-case. | 123 ** Function arguments in *Help* buffers are now shown in upper-case. |
123 Customize `help-downcase-arguments' to t to show them in lower-case. | 124 Customize `help-downcase-arguments' to t to show them in lower-case. |
124 | 125 |
125 ** Delete Auto Composition Mode. Now the variable | |
126 `auto-composition-mode' is simply a buffer local variable. The | |
127 commands `auto-composition-mode' and `global-auto-composition-mode' | |
128 still works as before. | |
129 | |
130 | 126 |
131 * Editing Changes in Emacs 23.2 | 127 * Editing Changes in Emacs 23.2 |
132 | 128 |
133 ** Kill-ring and selection changes | 129 ** Kill-ring and selection changes |
134 +++ | 130 +++ |
279 experience delays when sending mail, you may wish to set this to nil. | 275 experience delays when sending mail, you may wish to set this to nil. |
280 | 276 |
281 ** nXML mode is now the default for editing XML files. | 277 ** nXML mode is now the default for editing XML files. |
282 | 278 |
283 ** Shell | 279 ** Shell |
284 | 280 +++ |
285 *** ansi-color is now enabled by default. | 281 *** ansi-color is now enabled by default. |
286 To disable it, set ansi-color-for-comint-mode to nil. | 282 To disable it, set ansi-color-for-comint-mode to nil. |
287 | 283 |
288 +++ | 284 +++ |
289 ** Tramp | 285 ** Tramp |
360 | 356 |
361 --- | 357 --- |
362 *** Customize `elint-ignored-warnings' to suppress some warnings. | 358 *** Customize `elint-ignored-warnings' to suppress some warnings. |
363 | 359 |
364 ** Miscellaneous | 360 ** Miscellaneous |
365 | 361 +++ |
366 *** The new command `async-shell-command' bound globally to `M-&' executes | 362 *** The new command `async-shell-command' bound globally to `M-&' executes |
367 the command asynchronously without the need to manually add ampersand to | 363 the command asynchronously without the need to manually add ampersand to |
368 the end of the command. Its output appears in the buffer `*Async Shell | 364 the end of the command. Its output appears in the buffer `*Async Shell |
369 Command*'. | 365 Command*'. |
370 | 366 |
434 ** imap-hash.el is a new library to address IMAP mailboxes as hashtables. | 430 ** imap-hash.el is a new library to address IMAP mailboxes as hashtables. |
435 | 431 |
436 | 432 |
437 * Incompatible Lisp Changes in Emacs 23.2 | 433 * Incompatible Lisp Changes in Emacs 23.2 |
438 | 434 |
435 --- | |
439 ** Several obsolete functions removed. | 436 ** Several obsolete functions removed. |
440 The functions have been obsolete since Emacs 19, and are unlikely to | 437 The functions have been obsolete since Emacs 19, and are unlikely to |
441 be in use: | 438 be in use: |
442 | 439 |
443 time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy | 440 time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy |