comparison lisp/ChangeLog @ 26777:bdcf3193d59a

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 09 Dec 1999 13:03:41 +0000
parents 57be3cdaebfb
children 5bd07730f536
comparison
equal deleted inserted replaced
26776:142d6aa7c470 26777:bdcf3193d59a
1 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
2
3 * smerge-mode.el: New file.
4
5 * font-lock.el (font-lock-multiline): New variable.
6 (font-lock-add-keywords): Rename `major-mode' into `mode'.
7 (font-lock-remove-keywords): Added a dummy `mode' argument for
8 potential future support.
9 (font-lock-fontify-anchored-keywords,
10 (font-lock-fontify-keywords-region): Only handle multiline strings
11 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
12
1 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> 13 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 14
3 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. 15 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4 16
5 * dired-aux.el (dired-insert-subdir): Add autoload cookie. 17 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
235 247
236 1999-12-01 Dave Love <fx@gnu.org> 248 1999-12-01 Dave Love <fx@gnu.org>
237 249
238 * delsel.el: Grok skeleton-pair-insert-maybe. 250 * delsel.el: Grok skeleton-pair-insert-maybe.
239 251
240 >>>>>>> 1.224
241 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> 252 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
242 253
243 * progmodes/cperl-mode.el (cperl-under-as-char): 254 * progmodes/cperl-mode.el (cperl-under-as-char):
244 Use nil as default. 255 Use nil as default.
245 256