diff options
| author | Stefan Monnier | 2001-10-31 02:54:33 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-31 02:54:33 +0000 |
| commit | bf9bb76fe5da844622da05f1fd9aa140d8030381 (patch) | |
| tree | 53ba36a60d5dff6c1b7951c9b495fb0113bc25d0 | |
| parent | 9aa40401912b3fb44aa062f025bc7bc6962d9571 (diff) | |
| download | emacs-bf9bb76fe5da844622da05f1fd9aa140d8030381.tar.gz emacs-bf9bb76fe5da844622da05f1fd9aa140d8030381.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d893946c4a..cacd8b71085 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * font-lock.el (java-font-lock-syntactic-face-function): New fun. | ||
| 4 | (font-lock-defaults-alist): Use it. | ||
| 5 | From David Ponce <david.ponce@wanadoo.fr> | ||
| 6 | |||
| 7 | * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare | ||
| 8 | output of `char-after'. | ||
| 9 | |||
| 3 | * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e. | 10 | * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e. |
| 4 | 11 | ||
| 5 | * simple.el (reindent-then-newline-and-indent): Insert the newline | 12 | * simple.el (reindent-then-newline-and-indent): Insert the newline |
diff --git a/src/ChangeLog b/src/ChangeLog index ed9e898f40d..cf8cc35a5fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * emacs.c (main): Don't call keys_of_macros any more. | ||
| 4 | |||
| 5 | * lisp.h (keys_of_macros): Remove. | ||
| 6 | |||
| 7 | * macros.c (keys_of_macros): Remove. | ||
| 8 | |||
| 3 | * xfaces.c (Fface_attribute_relative_p): Declare args. | 9 | * xfaces.c (Fface_attribute_relative_p): Declare args. |
| 4 | 10 | ||
| 5 | 2001-10-30 Jason Rumney <jasonr@gnu.org> | 11 | 2001-10-30 Jason Rumney <jasonr@gnu.org> |