]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index f110de99cb8a7a83405ed7161fff4e962c57a31a..8e6b0ca30a846bebf02be197865cd9f6f375219b 100644 (file)
@@ -1,3 +1,84 @@
+2008-10-07  Alan Mackenzie  <acm@muc.de>
+
+       * 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  <cyd@stupidchicken.com>
+
+       * 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  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-standard-units): Update the values
+       of the units.
+
+2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bookmark.el (bookmark-unload-function): New function.
+
+2008-10-06  Andreas Schwab  <schwab@suse.de>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
+
+2008-10-06  Martin Rudalics  <rudalics@gmx.at>
+
+       * 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-set-style): Make it work.
+       (Footnote-insert-numbered-footnote): Simplify.
+       (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
+       (Footnote-goto-footnote): Fix handling of empty section tag.
+       (Footnote-delete-footnote): Fix handling of identical start/end
+       tags, empty section tag, and spaced footnotes.  Do not use
+       kill-region.
+       (footnote-mode): Make most options buffer-local to avoid that
+       customizing messes up handling of footnotes in buffers that
+       already display them.
+
+2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * faces.el (x-create-frame-with-faces): Undo previous change.
+
+       * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
+       existent files.
+
+2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * international/mule-cmds.el (universal-coding-system-argument):
+       Handle digit-argument too.
+
+2008-10-05  Mario Lang  <mlang@delysid.org>
+
+       * xml.el (xml-parse-string): Use skip-chars-forward.
+
+2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
+       existent files.
+       (vc-bzr-dir-status-files): New function.
+
+2008-10-04  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
+
+       * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
+       (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
+
+       * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
+       (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
+
+2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
+
+       * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
+       Fix typo.  (Bug#1074)
+
 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
 
        * progmodes/compile.el (compilation-start): Make sure to move to
 
        * 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.