diff options
| author | Dan Nicolaescu | 2007-10-29 18:32:32 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-10-29 18:32:32 +0000 |
| commit | fc5e09b3ee29bda2f2ef666ffd7b7f460cbc6058 (patch) | |
| tree | 3cd49b7f1aba52f016bf6899d98dd276c7e982fb /lisp/ChangeLog | |
| parent | 383b707ece960321295197fcb188de9f70010bb6 (diff) | |
| download | emacs-fc5e09b3ee29bda2f2ef666ffd7b7f460cbc6058.tar.gz emacs-fc5e09b3ee29bda2f2ef666ffd7b7f460cbc6058.zip | |
* textmodes/flyspell.el (message-signature-separator):
* longlines.el (message-indent-citation-function): Pacify byte
compiler.
* emacs-lisp/cl-loaddefs.el:
* ldefs-boot.el: Regenerate.
* Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
(.el.elc, compile, compile-always, compile-calc)
($(lisp)/progmodes/cc-mode.elc): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a46ee2d2d4..1e043d634e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * textmodes/flyspell.el (message-signature-separator): | ||
| 4 | * longlines.el (message-indent-citation-function): Pacify byte | ||
| 5 | compiler. | ||
| 6 | |||
| 7 | * emacs-lisp/cl-loaddefs.el: | ||
| 8 | * ldefs-boot.el: Regenerate. | ||
| 9 | |||
| 10 | * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable. | ||
| 11 | (.el.elc, compile, compile-always, compile-calc) | ||
| 12 | ($(lisp)/progmodes/cc-mode.elc): Use it. | ||
| 13 | |||
| 3 | * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only | 14 | * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only |
| 4 | do work for XEmacs. | 15 | do work for XEmacs. |
| 5 | (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs. | 16 | (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs. |