diff options
| author | Richard M. Stallman | 2002-12-02 16:20:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-12-02 16:20:46 +0000 |
| commit | 19fa03f3701d502a4656556bc2e8254108cfa0a4 (patch) | |
| tree | a783586b785a05a8b67ab1d11f75df1fa2cc80c3 /lisp | |
| parent | ec17ee786413224c97788a2fb8b23e89d524082b (diff) | |
| download | emacs-19fa03f3701d502a4656556bc2e8254108cfa0a4.tar.gz emacs-19fa03f3701d502a4656556bc2e8254108cfa0a4.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8015f8318c6..22cff430cf5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2002-12-02 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-dict-map): Move specific | ||
| 4 | dictionary selection into a submenu. | ||
| 5 | |||
| 6 | * textmodes/fill.el (fill-indent-to-left-margin): New function. | ||
| 7 | (fill-newline, fill-region-as-paragraph): Use that. | ||
| 8 | |||
| 9 | * simple.el (completion-setup-function): Handle | ||
| 10 | ffap-read-file-or-url-internal specially like | ||
| 11 | read-file-name-internal. | ||
| 12 | |||
| 13 | 2002-12-02 Simon Marshall <marshals@perth> | ||
| 14 | |||
| 15 | * font-lock.el (c++-font-lock-extra-types): Fix previous change. | ||
| 16 | |||
| 17 | 2002-12-02 Fran,Ag(Bois Pinard <pinard@iro.umontreal.ca> | ||
| 18 | |||
| 19 | * (makefile-font-lock-keywords): Highlight more make keywords: | ||
| 20 | defined, endef, override, export, unexport and vpath. | ||
| 21 | |||
| 1 | 2002-12-02 Dave Love <fx@gnu.org> | 22 | 2002-12-02 Dave Love <fx@gnu.org> |
| 2 | 23 | ||
| 3 | * autoarg.el (autoarg-kp-mode): Give it a :group. | 24 | * autoarg.el (autoarg-kp-mode): Give it a :group. |