]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Remove VC rollback method.
[gnu-emacs] / lisp / ChangeLog
index d5f22541dcf008862fe29423019c36b428281f65..5916f2996e3f6a144dda573fec3af18042f87b73 100644 (file)
@@ -1,3 +1,23 @@
+2014-12-12  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el,
+       vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el: rrollback
+       method removed, to be replaced in the future by uncommit.
+
+2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc/vc-hg.el (vc-hg-state): Make FILE absolute.  Handle the case
+       that there is empty output.
+
+2014-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.
+       (eldoc-mode, eldoc-schedule-timer): Adjust to new default.
+
+2014-12-10  Artur Malabarba  <bruce.connor.am@gmail.com>
+
+       * let-alist.el: Add new package and macro.
+
 2014-12-10  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el,
 
 2014-12-10  Andreas Schwab  <schwab@suse.de>
 
-       * files.el (file-tree-walk): Use file-name-as-directory
-       unconditionally.
+       * files.el (file-tree-walk): Use file-name-as-directory unconditionally.
 
 2014-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * files.el (directory-files-recursively): Use
-       `file-name-all-completions' instead of `directory-files' for
+       * files.el (directory-files-recursively):
+       Use `file-name-all-completions' instead of `directory-files' for
        greater speed.
 
        * net/shr.el (shr-tag-object): Don't bug out on text elements in
 
 2014-12-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
-       * progmodes/python.el (inferior-python-mode): Set
-       `comint-prompt-read-only` to `t` only locally.
+       * progmodes/python.el (inferior-python-mode):
+       Set `comint-prompt-read-only` to `t` only locally.
 
 2014-12-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>