X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b55426e9880dec69108d2e56cd6095b0a4abd975..c074408120c453400b2ab1f085da9911f86f8996:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57d4b21bad..8e6b0ca30a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2008-10-07 Alan Mackenzie + + * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that + indenting a macro followed by blank lines doesn't backslash the + following non-blank line into the macro. + +2008-10-06 Chong Yidong + + * startup.el (before-init-time, after-init-time): Move into + emacs.c. + (command-line): Set after-init-time to nil before initialization. + +2008-10-06 Jay Belanger + + * calc/calc-units.el (math-standard-units): Update the values + of the units. + +2008-10-06 Juanma Barranquero + + * bookmark.el (bookmark-unload-function): New function. + 2008-10-06 Andreas Schwab * emacs-lisp/syntax.el (syntax-ppss): Doc fix. @@ -7,9 +28,9 @@ * mail/footnote.el: Remove * in defcustom docstrings and tell for most options that customizing them doesn't affect buffers already displaying footnotes. - (Footnote-refresh-footnotes, Footnote-renumber-footnotes): Fix - handling of text properties and identical start/end tags. Do - not use format when renumbering. + (Footnote-refresh-footnotes, Footnote-renumber-footnotes): + Fix handling of text properties and identical start/end tags. + Do not use format when renumbering. (Footnote-set-style): Make it work. (Footnote-insert-numbered-footnote): Simplify. (Footnote-narrow-to-footnotes, Footnote-insert-footnote) @@ -214,9 +235,9 @@ * calc/calc-units.el (math-standard-units): Add entries used to display the the values in the units buffer. - (math-build-units-table): Add entries to the units table to be used + (math-build-units-table): Add entries to the units table to be used to display the values in the units buffer. - (math-build-units-table-buffer): Use the display entry of the units + (math-build-units-table-buffer): Use the display entry of the units table when non-nil. (calc-define-unit): Add option to enter display value of unit.