]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index fef1f8eb4499613286280d113142983c343cf486..1d444bad5eddad7d3abda2f0b671f26ef3328513 100644 (file)
@@ -1,3 +1,106 @@
+2008-01-14  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-vars.el (c-constant-symbol): New function which
+       supersedes c-const-symbol.  During a customize-.. call it enables
+       an element of (e.g.) c-hanging-braces alist to have its name
+       displayed, even when the default value of c-h-b etc. doesn't
+       include the elemnt.  Replace uses of the old function by the new.
+
+       * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
+       obscure non-working fragment ":value c-".
+       
+2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
+
+2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
+       instead of `tramp-file-name-real-host'.
+
+       * net/trampver.el: Update release number.
+
+2008-01-14  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
+       call inside a struct being recognised as a K&R argument.
+
+2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Accept "fatal error" from MSFT.
+       Reported by Jared Finder <jfinder@crypticstudios.com>.
+
+2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * smerge-mode.el (smerge-auto): New function.
+       * vc-svn.el (vc-svn-find-file-hook):
+       * vc-arch.el (vc-arch-find-file-hook):
+       * pcvs.el (cvs-revert-if-needed):
+       * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
+       (top-level): Add a Todo list.
+
+2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-update): Resolve conflicts if necessary instead of
+       just updating the buffer.
+
+       * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
+       update command so that we can parse the output.
+
+2008-01-13  Martin Rudalics  <rudalics@gmx.at>
+
+       * mail/rmail.el (rmail-convert-to-babyl-format):
+       Remove save-excursion to avoid infinite looping.
+       Reported by: dnz <dnz@bk.ru>.
+
+2008-01-12  Glenn Morris  <rgm@gnu.org>
+
+       * woman.el (woman-parse-numeric-arg): Change handling of `==':
+       can be interned without a function definition.
+
+2008-01-12  Jason Rumney  <jasonr@gnu.org>
+
+       * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
+       (rng-nxml-mode-init): Declare.
+
+2008-01-11  Jason Rumney  <jasonr@gnu.org>
+
+       * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
+       (rng-preferred-prefix-alist-default): Remove.
+
+       * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
+       Rename from nxml-enable-unicode-char-name-sets-flag.
+       (nxml-enable-unicode-char-name-sets-1): Merge into
+       nxml-enable-unicode-char-name-sets.
+       (nxml-enable-unicode-char-name-sets): Don't unconditionally set
+       nxml-char-name-ignore-case here.
+
+       * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
+       Update doc string and commentary.
+       (nxml-char-name-ignore-case): Change default value.
+       (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
+
+2008-01-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * cus-start.el (all): Add missing version entries.
+
+2008-01-11  Glenn Morris  <rgm@gnu.org>
+
+       * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
+       (euc-to-flat-code, flat-code-to-euc):
+       * textmodes/org.el (elmo-msgdb-overview-get-entity)
+       (wl-summary-buffer-msgdb): Declare as funtions.
+
+2008-01-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * progmodes/ada-mode.el (ada-set-syntax-table-properties):
+       Bind buffer-file-name and buffer-file-truename.
+
+       * fringe.el (fringe-mode-explicit): New variable.
+       (set-fringe-mode): Don't alter default-frame-alist when just
+       loading this file.
+
 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
 
        * doc-view.el (doc-view-buffer-file-name): New variable.
        (vc-status-current-file): Likewise.
        (vc-ensure-vc-buffer): Understand vc-status mode.
 
-        * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
+       * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
 
 2008-01-09  Glenn Morris  <rgm@gnu.org>
 
        * vc-arch.el (vc-arch-root): Only set a property if the file is
        managed by this backend.
 
-       * vc-hg.el (vc-hg-state): Support the new status code for
-       up-to-date.
+       * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
 
 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
 
 
        * doc-view.el (doc-view-scroll-up-or-next-page)
        (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
-       image-scroll-down instead of the non-image equivalents.  Don't
-       rely on a signalled condition but switch pages when scrolling
+       image-scroll-down instead of the non-image equivalents.
+       Don't rely on a signalled condition but switch pages when scrolling
        doesn't change the vertical position anymore.
        (doc-view-mode-map): Remap scroll-{up,down} to
        image-scroll-{up,down}.
        * bs.el (bs--sort-by-mode, bs--get-mode-name):
        * imenu.el (imenu-add-to-menubar):
        * makesum.el (make-command-summary):
-       * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
+       * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
+       (mouse-buffer-menu):
        * msb.el (msb--mode-menu-cond):
        * calc/calc-embed.el (calc-do-embedded):
        * emacs-lisp/helper.el (Helper-describe-mode):
        * progmodes/ada-xref.el (ada-prj-find-prj-file):
        * progmodes/ada-mode.el (comment-region):
        * calendar/todo-mode.el (todo-insert-item):
-       * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
+       * bookmark.el (bookmark-buffer-name):
+       Test major-mode rather than mode-name.
 
 2008-01-04  Richard Stallman  <rms@gnu.org>
 
 
 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
 
-       Change a return type, for greater extensibility.  See
-       http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
+       Change a return type, for greater extensibility.
+       See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
        and its thread for discussion leading to this change.
 
        * emacs-cvs/lisp/bookmark.el:
 
 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
 
-       * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
+       * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
        correctly.
 
        * vc.el (vc-dired-hook):  Speed tuning.  Replace a vc-backend call