* vc.el (vc-root-diff): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
index 28aa284..37605ea 100644 (file)
@@ -1,7 +1,170 @@
+2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-root-diff): Doc fix.
+
+2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vc.el (vc-print-log, vc-print-root-log): Doc fix.
+
+       * simple.el (append-to-buffer): Fix last change.
+
+2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (append-to-buffer): Ensure that point is preserved if
+       BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
+       (Bug#5749)
+
+2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
+       (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
+       not be present any more.
+
+2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * faces.el (set-face-attribute): Fix typo in docstring.
+       (face-valid-attribute-values): Reflow docstring.
+
+       * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
+
+2010-03-23  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
+
+2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * indent.el (indent-for-tab-command): Doc fix.
+
+2010-03-22  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-remove-stale-state-cache):
+       Fix off-by-one error.  Fixes bug #5747.
+
+2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
+       (image-dired-read-comment): Doc fix.
+
+       * json.el (json-object-type, json-array-type, json-key-type)
+       (json-false, json-null, json-read-number):
+       * minibuffer.el (completion-in-region-functions):
+       * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
+       (cal-tex-cursor-week):
+       * emacs-lisp/trace.el (trace-function):
+       * eshell/em-basic.el (eshell/printnl):
+       * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
+       (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
+       * obsolete/levents.el (allocate-event, event-key, event-object)
+       (event-point, event-process, event-timestamp, event-to-character)
+       (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
+       * textmodes/reftex-vars.el (reftex-index-macros-builtin)
+       (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
+       (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
+       (reftex-highlight-selection): Fix typos in docstrings.
+
+2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * minibuffer.el (completion-in-region-functions): Fix docstring typos.
+
+2010-03-18  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmail.el (rmail-highlight-face): Restore option deleted
+       2008-02-13 without comment; mark it obsolete.
+       (rmail-highlight-headers): Use rmail-highlight-face once more.
+
+2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * woman.el (woman2-process-escapes): Only consume the newline if
+       the filler character is on a line by itself (Bug#5729).
+
+2010-03-16  Kenichi Handa  <handa@m17n.org>
+
+       * language/indian.el (devanagari-composable-pattern): Add more
+       consonants.
+
+2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/trampver.el: Update release number.
+
+2010-03-13  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
+
+2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-find-executable):
+       Use `tramp-get-connection-buffer'.  Make the regexp for checking
+       output of "wc -l" more robust.
+       (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
+       (tramp-open-connection-setup-interactive-shell): Remove workaround
+       for OpenSolaris bug, it is not needed anymore.
+
+2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
+
+       * cedet/semantic/imenu.el: New file, from the CEDET repository
+       (Bug#5412).
+
+2010-03-12  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
+
+2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
+
+       * files.el (auto-mode-alist): Accept more verilog file patterns.
+
+2010-03-09  Miles Bader  <miles@gnu.org>>
+
+       * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
+       instead of "format:"; this ensures that the output is
+       newline-terminated.
+
+2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
+       that all errors are caught, and that the return value is always a
+       list (Bug#5692).
+
 2010-03-08  Kenichi Handa  <handa@m17n.org>
 
        * language/misc-lang.el (windows-1256): New coding system.
-       (cp1256): New alias of windows-1256 (bug#5684).
+       (cp1256): New alias of windows-1256 (bug#5690).
+
+2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * mail/rfc822.el (rfc822-addresses): Move catch clause down around
+       call to rfc822-bad-address.  (Bug#5692)
+
+2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
+
+       * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
+       vc-git-root as default directory for revision path (Bug#5657).
+
+2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * calculator.el (calculator): Don't bind split-window-keep-point
+       (Bug#5674).
+
+2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-git.el: Re-flow to fit into 80 columns.
+       (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
+       Remove spurious `quote' element in each case alternative.
+       (vc-git-show-log-entry): Use prog1.
+       (vc-git-after-dir-status-stage): Remove unused var `remaining'.
+
+2010-03-06  Glenn Morris  <rgm@gnu.org>
+
+       * cedet/semantic/grammar.el (semantic-grammar-header-template):
+       Update template copyright to GPLv3+.
+
+2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
+
+2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * macros.el (insert-kbd-macro): Look up keyboard macro using the
+       definition, not the name (Bug#5481).
 
 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
 
 
 2010-03-01  Alan Mackenzie  <acm@muc.de>
 
-       * progmodes/cc-engine.el (c-remove-stale-state-cache): Correct
-       previous patch.
+       * progmodes/cc-engine.el (c-remove-stale-state-cache):
+       Correct previous patch.
 
 2010-03-01  Kenichi Handa  <handa@m17n.org>
 
-       * language/burmese.el (burmese-composable-pattern): Renamed from
+       * language/burmese.el (burmese-composable-pattern): Rename from
        myanmar-composable-pattern.
 
-       * international/characters.el (script-list): Change myanmar to
-       burmese.
-
-       * international/fontset.el (script-representative-chars): Change
-       myanmar to burmese.
+       * international/characters.el (script-list):
+       * international/fontset.el (script-representative-chars):
+       Change myanmar to burmese.
        (otf-script-alist): Likewise.
        (setup-default-fontset): Likewise.  Re-fix :otf spec.
 
 2010-03-01  Alan Mackenzie  <bug-cc-mode@gnu.org>
 
        * cc-engine.el (c-remove-stale-state-cache): Take account of when
-       `good-pos' is in the same macro as `here'.  Fixes bug 5649.
+       `good-pos' is in the same macro as `here'.  Fixes bug#5649.
 
 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2010-02-20  Kevin Ryde  <user42@zip.com.au>
 
-       * progmodes/compile.el (compilation-error-regexp-alist-alist): In
-       `watcom' anchor regexp to start of line, to avoid slowness
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       In `watcom' anchor regexp to start of line, to avoid slowness
        (Bug#5599).
 
 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
 
 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
 
-       * vc-bzr.el: fix typo in Known Bugs section.
+       * vc-bzr.el: Fix typo in Known Bugs section.
 
-       * isearch.el (isearch-update-post-hook): New hook
+       * isearch.el (isearch-update-post-hook): New hook.
        (isearch-update): Use the new hook.
 
 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>