diff options
| author | Richard M. Stallman | 2002-04-28 03:29:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-28 03:29:39 +0000 |
| commit | 8ba148c706ad4c3c13ddfa8f366c0f60a62a36f4 (patch) | |
| tree | 3890ffacf8c5d7725df6ba9f4dbe3e5162c8fecf /lisp/ChangeLog | |
| parent | 8f772dfd7a4e2cc2e0fb0a9dad558b7852f16755 (diff) | |
| download | emacs-8ba148c706ad4c3c13ddfa8f366c0f60a62a36f4.tar.gz emacs-8ba148c706ad4c3c13ddfa8f366c0f60a62a36f4.zip | |
(custom-load-symbol): Moved to custom.el.
(custom-load-recursion): Likewise.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52fe70d3f90..c05d40e4838 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,12 @@ | |||
| 5 | 5 | ||
| 6 | 2002-04-27 Richard M. Stallman <rms@gnu.org> | 6 | 2002-04-27 Richard M. Stallman <rms@gnu.org> |
| 7 | 7 | ||
| 8 | * custom.el (custom-load-symbol): Moved from cus-edit.el. | ||
| 9 | (custom-load-recursion): Likewise. | ||
| 10 | |||
| 11 | * cus-edit.el (custom-load-symbol): Moved to custom.el. | ||
| 12 | (custom-load-recursion): Likewise. | ||
| 13 | |||
| 8 | * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys | 14 | * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys |
| 9 | generated by easymenu are now lowercase. | 15 | generated by easymenu are now lowercase. |
| 10 | 16 | ||
| @@ -52,7 +58,12 @@ | |||
| 52 | Put a `read-face-name' prop on the entire line. | 58 | Put a `read-face-name' prop on the entire line. |
| 53 | (describe-face): Handle multiple faces via read-face-name. | 59 | (describe-face): Handle multiple faces via read-face-name. |
| 54 | 60 | ||
| 55 | * textmodes/tex-mode.el (tex-start-tex): Fix previous change. | 61 | * textmodes/tex-mode.el (tex-start-options): New variable. |
| 62 | (tex-start-commands): New variable. | ||
| 63 | (tex-start-options-string): Variable deleted. | ||
| 64 | (tex-start-tex): Use tex-start-options and tex-start-commands, | ||
| 65 | not tex-start-options-string. | ||
| 66 | (tex-command): Doc fix. | ||
| 56 | 67 | ||
| 57 | 2002-04-26 Sam Steingold <sds@gnu.org> | 68 | 2002-04-26 Sam Steingold <sds@gnu.org> |
| 58 | 69 | ||