From: Glenn Morris Date: Wed, 2 Jan 2013 19:02:05 +0000 (-0800) Subject: Correct dates of merged ChangeLog entries X-Git-Tag: emacs-24.3.90~173^2~7^2~421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9539d46584868ff54a5acf1bdbe2446f9a84974a;p=emacs.git Correct dates of merged ChangeLog entries --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1820f304425..b837525fb42 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,4 +1,4 @@ -2012-12-31 Glenn Morris +2013-01-02 Glenn Morris * customize.texi (Common Keywords, Type Keywords): Replace "active field" with "button". (Bug#13310) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00bce0b62b5..9ff1ca01c4a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,10 @@ -2012-12-31 Andreas Schwab +2013-01-02 Andreas Schwab * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as defun. Don't check for DECL if DOCSTRING isn't a string. (defun): Likewise. -2012-12-31 Glenn Morris +2013-01-02 Glenn Morris * eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete. (Bug#13293) @@ -12,29 +12,27 @@ * files.el (parse-colon-path): Doc fix. (Bug#12351) Return nil for empty path elements. (Bug#13296) -2012-12-31 Fabián Ezequiel Gallina +2013-01-02 Fabián Ezequiel Gallina * progmodes/python.el (python-nav-end-of-statement): Rewrite in order to improve efficiency (Based on Daniel Colascione's patch). (Bug#13182) -2012-12-31 Glenn Morris +2013-01-02 Glenn Morris * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string. -2012-12-31 Fabián Ezequiel Gallina +2013-01-02 Fabián Ezequiel Gallina * progmodes/python.el: Support other commands triggering python-indent-line so indentation cycling continues to work. (python-indent-trigger-commands): New defcustom. (python-indent-line): Use it. -2012-12-31 Fabián Ezequiel Gallina - * progmodes/python.el (python-shell-send-region): Add blank lines for non sent code so backtraces remain correct. -2012-12-31 Andreas Schwab +2013-01-02 Andreas Schwab * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if neither DOCSTRING nor DECL was given. (Bug#13316) diff --git a/src/ChangeLog b/src/ChangeLog index d967bebff14..7342f7c6add 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,4 @@ -2012-12-31 Glenn Morris +2013-01-02 Glenn Morris * keymap.c (Fkey_description): Doc fix. (Bug#13323)