aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2012-07-31 00:00:41 +0200
committerJoakim Verona2012-07-31 00:00:41 +0200
commit55fa71b3d9bb8609ca3cbb56f92c776ad8724a69 (patch)
treeb002fe941cc8636f8bd735717e440014359839dd /etc
parent5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f (diff)
parentb429a4eee4e09b1ba09e17ced5091d042955d84f (diff)
downloademacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.tar.gz
emacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.zip
upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog9
-rw-r--r--etc/NEWS39
2 files changed, 48 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1d7438b6506..410332037d0 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,12 @@
12012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4 * NEWS: Document these changes.
5
62012-07-28 Juanma Barranquero <lekktu@gmail.com>
7
8 * NEWS: Fix typo.
9
12012-07-26 Paul Eggert <eggert@cs.ucla.edu> 102012-07-26 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 Simplify export of symbols to GDB. 12 Simplify export of symbols to GDB.
diff --git a/etc/NEWS b/etc/NEWS
index ce44a530e26..93da6f7dccf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -147,6 +147,10 @@ for it.
147 147
148* Editing Changes in Emacs 24.2 148* Editing Changes in Emacs 24.2
149 149
150** New option `delete-trailing-lines' specifies whether the M-x
151delete-trailing-whitespace command should delete trailing lines at the
152end of the buffer. It defaults to t.
153
150** Search changes 154** Search changes
151 155
152*** Global `M-s _' starts a symbol (identifier) incremental search, 156*** Global `M-s _' starts a symbol (identifier) incremental search,
@@ -356,6 +360,12 @@ channel keys found, if any.
356if the command ends in `;' (when operating on multiple files). 360if the command ends in `;' (when operating on multiple files).
357Otherwise, it executes the command on each file in parallel. 361Otherwise, it executes the command on each file in parallel.
358 362
363** Shell
364
365*** New option `async-shell-command-buffer' specifies what buffer to use
366for a new asynchronous shell command when the default output buffer
367`*Async Shell Command*' is already taken by another running command.
368
359** FFAP 369** FFAP
360 370
361*** The option `ffap-url-unwrap-remote' can now be a list of strings, 371*** The option `ffap-url-unwrap-remote' can now be a list of strings,
@@ -489,6 +499,35 @@ third argument is a frame (that usage was obsolete since Emacs 22.2).
489but keywords or keyword-string pairs. The old argument list will 499but keywords or keyword-string pairs. The old argument list will
490still be supported for Emacs 24.x. 500still be supported for Emacs 24.x.
491 501
502** Spelling changes.
503Some Lisp symbols have been renamed to avoid problems with spelling
504that is incorrect or inconsistent with how Emacs normally spells a word.
505
506*** Renamed functions
507
508**** hangul-input-method-inactivate -> hangul-input-method-deactivate
509**** inactivate-input-method -> deactivate-input-method
510**** quail-inactivate -> quail-deactivate
511**** robin-inactivate -> robin-deactivate
512**** viper-inactivate-input-method -> viper-deactivate-input-method
513**** viper-inactivate-input-method-action ->
514 viper-deactivate-input-method-action
515**** ucs-input-inactivate -> ucs-input-deactivate
516
517*** Renamed hooks
518The old hooks are still supported for backward compatibility, but they
519are deprecated and will be removed eventually.
520
521**** input-method-inactivate-hook -> input-method-deactivate-hook
522**** robin-inactivate-hook -> robin-deactivate-hook
523**** quail-inactivate-hook -> quail-deactivate-hook
524
525*** Renamed Lisp variables
526
527**** follow-deactive-menu -> follow-inactive-menu
528**** inactivate-current-input-method-function ->
529 deactivate-current-input-method-function
530
492** The following obsolete variables and varaliases have been removed: 531** The following obsolete variables and varaliases have been removed:
493 532
494*** `facemenu-unlisted-faces' 533*** `facemenu-unlisted-faces'