comparison lisp/ChangeLog @ 51612:eda97661c41f

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 18 Jun 2003 21:49:55 +0000
parents ff5ee3a81a6e
children 0d6027772d4e
comparison
equal deleted inserted replaced
51611:d201fdadadce 51612:eda97661c41f
1 2003-06-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * subr.el (looking-back): Handle the case of non-trivial regexps.
4 Add an optional `limit' argument.
5 (push, pop, with-temp-file, with-temp-message, delay-mode-hooks)
6 (with-syntax-table): Add edebug info.
7
8 2003-06-17 Stefan Monnier <monnier@cs.yale.edu>
9
10 * simple.el (kill-new): Leave yank-handler property alone if no
11 explicit yank-handler is specified.
12 (vis-mode-saved-buffer-invisibility-spec): Rename from
13 saved-buffer-invisibility-spec.
14 (vis-mode): Correctly handle the case where the mode is turned on
15 or off several times in a row.
16
1 2003-06-17 Luc Teirlinck <teirllm@mail.auburn.edu> 17 2003-06-17 Luc Teirlinck <teirllm@mail.auburn.edu>
2 18
3 * info.el (Info-fontify-node): Give only the last whitespace 19 * info.el (Info-fontify-node): Give only the last whitespace
4 character after the node name the display property. Give all 20 character after the node name the display property. Give all
5 other such whitespace the invisibility property. 21 other such whitespace the invisibility property.