Mercurial > emacs
comparison lisp/ChangeLog @ 48629:cf1e5fbb7a61
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 02 Dec 2002 22:31:01 +0000 |
parents | 4347ee7b708a |
children | 84477416d98b |
comparison
equal
deleted
inserted
replaced
48628:113fc3ea0bfb | 48629:cf1e5fbb7a61 |
---|---|
1 2002-12-02 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * simple.el (completion-setup-function): Fix last change to use | |
4 minibuffer-completing-file-name instead. | |
5 | |
6 * add-log.el (change-log-mode): Set indent-line-function explicitly | |
7 to what it was before indent-line-function's default was changed. | |
8 | |
1 2002-12-02 Richard M. Stallman <rms@gnu.org> | 9 2002-12-02 Richard M. Stallman <rms@gnu.org> |
2 | 10 |
3 * textmodes/ispell.el (ispell-dict-map): Move specific | 11 * textmodes/ispell.el (ispell-dict-map): Move specific |
4 dictionary selection into a submenu. | 12 dictionary selection into a submenu. |
5 | 13 |
6 * textmodes/fill.el (fill-indent-to-left-margin): New function. | 14 * textmodes/fill.el (fill-indent-to-left-margin): New function. |
7 (fill-newline, fill-region-as-paragraph): Use that. | 15 (fill-newline, fill-region-as-paragraph): Use that. |
8 | 16 |
9 * simple.el (completion-setup-function): Handle | 17 * simple.el (completion-setup-function): |
10 ffap-read-file-or-url-internal specially like | 18 Handle ffap-read-file-or-url-internal specially like |
11 read-file-name-internal. | 19 read-file-name-internal. |
12 | 20 |
13 2002-12-02 Simon Marshall <marshals@perth> | 21 2002-12-02 Simon Marshall <marshals@perth> |
14 | 22 |
15 * font-lock.el (c++-font-lock-extra-types): Fix previous change. | 23 * font-lock.el (c++-font-lock-extra-types): Fix previous change. |
119 | 127 |
120 2002-11-28 Kim F. Storm <storm@cua.dk> | 128 2002-11-28 Kim F. Storm <storm@cua.dk> |
121 | 129 |
122 * ido.el (ido-xemacs): Remove defvar. All uses changed to | 130 * ido.el (ido-xemacs): Remove defvar. All uses changed to |
123 check (featurep 'xemacs) instead. | 131 check (featurep 'xemacs) instead. |
124 (ido-visit-buffer): Use select-frame-set-input-focus | 132 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally. |
125 unconditionally. | |
126 | 133 |
127 2002-11-27 Dave Love <fx@gnu.org> | 134 2002-11-27 Dave Love <fx@gnu.org> |
128 | 135 |
129 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp | 136 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp |
130 forms' block to top (before uses). | 137 forms' block to top (before uses). |