comparison lisp/ChangeLog @ 41237:4b41a0868e62

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Nov 2001 06:54:59 +0000
parents 70059cb88be4
children 52a7263af449
comparison
equal deleted inserted replaced
41236:ded3ee1f7b91 41237:4b41a0868e62
1 2001-11-18 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/fortran.el (fortran-mode-syntax-table): Specify
4 punctuation syntax for backslash.
5
6 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
7 All calls deleted.
8
9 * international/mule-util.el (string-to-sequence): Make it obsolete.
10 (string-to-list, string-to-vector): Implement them directly
11 using append and vconcat, not with string-to-sequence.
12
13 * startup.el (command-line): Set abbrevs-changed to nil after
14 reading the init file and the abbrevs file.
15
16 * isearch.el (isearch): Use magenta2 as bg for (background light)
17
18 2001-11-17 Richard M. Stallman <rms@gnu.org>
19
20 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
21
22 * simple.el (minibuffer-history-sexp-flag): Doc fix.
23
1 2001-11-17 Stefan Monnier <monnier@cs.yale.edu> 24 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
2 25
3 * font-lock.el (font-lock-compile-keywords): New arg `regexp'. 26 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4 If set and if applicable, add a regexp to highlight defun-like 27 If set and if applicable, add a regexp to highlight defun-like
5 text inside comments and strings. 28 text inside comments and strings.
32 55
33 2001-11-17 Richard M. Stallman <rms@gnu.org> 56 2001-11-17 Richard M. Stallman <rms@gnu.org>
34 57
35 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event) 58 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
36 (add-to-list): Delete compatibility code. 59 (add-to-list): Delete compatibility code.
60 (checkdoc-next-message-error): Doc fix.
37 61
38 2001-11-17 Stephen Eglen <stephen@gnu.org> 62 2001-11-17 Stephen Eglen <stephen@gnu.org>
39 63
40 * locate.el (locate): Show default locate pattern within the 64 * locate.el (locate): Show default locate pattern within the
41 prompt, but don't insert it into the minibuffer contents. 65 prompt, but don't insert it into the minibuffer contents.