comparison etc/NEWS @ 72452:bcc1f5792592

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 20 Aug 2006 12:19:33 +0000
parents 479403e5eb4e
children 6f2157f30300
comparison
equal deleted inserted replaced
72451:66b140055b7d 72452:bcc1f5792592
4663 keymap alist separate from `minor-mode-map-alist' by adding their 4663 keymap alist separate from `minor-mode-map-alist' by adding their
4664 keymap alist to this list. 4664 keymap alist to this list.
4665 4665
4666 *** The definition of a key-binding passed to define-key can use XEmacs-style 4666 *** The definition of a key-binding passed to define-key can use XEmacs-style
4667 key-sequences, such as [(control a)]. 4667 key-sequences, such as [(control a)].
4668
4668 ** Abbrev changes: 4669 ** Abbrev changes:
4669 4670
4670 +++ 4671 +++
4671 *** The new function `copy-abbrev-table' copies an abbrev table. 4672 *** The new function `copy-abbrev-table' copies an abbrev table.
4672 4673
5491 5492
5492 +++ 5493 +++
5493 *** `emacsserver' now runs `pre-command-hook' and `post-command-hook' 5494 *** `emacsserver' now runs `pre-command-hook' and `post-command-hook'
5494 when it receives a request from emacsclient. 5495 when it receives a request from emacsclient.
5495 5496
5497 +++
5498 *** `current-idle-time' reports how long Emacs has been idle.
5499
5496 ** Lisp file loading changes: 5500 ** Lisp file loading changes:
5497 5501
5498 +++ 5502 +++
5499 *** `load-history' can now have elements of the form (t . FUNNAME), 5503 *** `load-history' can now have elements of the form (t . FUNNAME),
5500 which means FUNNAME was previously defined as an autoload (before the 5504 which means FUNNAME was previously defined as an autoload (before the