* lisp/emacs-lisp/authors.el (authors-fixed-entries): Update
[bpt/emacs.git] / lisp / ChangeLog
index 711ceed..50efe9c 100644 (file)
@@ -1,18 +1,81 @@
+2014-01-10  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/authors.el (authors-fixed-entries):
+       Update for files that no longer exist.
+
+2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
+
+       * version.el (emacs-bzr-get-version): Restore compatibilty with
+       24.3 (Tested).
+
+2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
+       and Podfile.
+
+2014-01-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
+
+2014-01-10  Chong Yidong  <cyd@gnu.org>
+
+       * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is
+       loaded.
+
+2014-01-10  Anders Lindgren  <andlind@gmail.com>
+
+       * follow.el (follow-cache-command-list): Include right-char and
+       left-char.
+
+2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Spelling fixes.
+       * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
+       * woman.el (woman-mark-horizontal-position):
+       Rename from woman-mark-horizonal-position.  Use changed.
+
+2014-01-10  Glenn Morris  <rgm@gnu.org>
+
+       * info.el (info-initialize): If running uninstalled, ensure our
+       own info files are always found first, even if INFOPATH is set.
+
+       * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
+
+2014-01-09  David Engster  <deng@randomsample.de>
+
+       * emacs-lisp/eieio-custom.el:
+       * emacs-lisp/eieio-opt.el: Set generated autoload file to
+       'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
+       * emacs-lisp/eieio.el: Regenerate autoloads.
+
+2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
+
+       * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
+       following renames.  (Bug#8756)
+
+2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
+       (bug#16382).
+       (activate-mark): Add `no-tmm' argument.
+       (set-mark, push-mark-command): Use it instead of running
+       activate-mark-hook by hand.
+
 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
 
        In preparation for the move to git, sanitize out some
        Bazaar-specific names.
 
        * version.el (emacs-bzr-version): Name changed to
-       emacs-repository-version.
+       emacs-repository-version. Obsolete-variable alias made.
        * loadup.el: Follow through on this name change.
        * lisp/mail/emacsbug.el (report-emacs-bug): Factor out any
        assumption about the version control system in use.
 
 2014-01-08  David Engster  <deng@randomsample.de>
 
-       * help-fns.el (help-fns-describe-function-functions): New
-       variable to call functions for augmenting help buffers.
+       * help-fns.el (help-fns-describe-function-functions):
+       New variable to call functions for augmenting help buffers.
        (describe-function-1): Remove explicit calls to
        `help-fns--compiler-macro', `help-fns--parent-mode' and
        `help-fns--obsolete'.  Put them in above new variable instead, and
        * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
        `eieio-describe-class'.  Not meant for interactive use anymore,
        but to augment existing help buffers.  Remove optional second
-       argument.  Create proper button for file location.  Rewrite
-       function to use `insert' instead of `princ' and `prin1' where
+       argument.  Create proper button for file location.
+       Rewrite function to use `insert' instead of `princ' and `prin1' where
        possible.
        (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
        (eieio-method-def, eieio-class-def): Move further up.
-       (describe-method, describe-generic, eieio-describe-method): Remove
-       aliases.
+       (describe-method, describe-generic, eieio-describe-method):
+       Remove aliases.
        (eieio-help-constructor, eieio-help-generic): Rename from
        `eieio-describe-constructor' and `eieio-describe-generic', resp.
        Rewrite to use `insert' in the current buffer and use proper help
@@ -36,8 +99,8 @@
        arguments.
        (eieio-help-mode-augmentation-maybee): Remove.
        (eieio-describe-class-sb): Use `describe-function'.
-       * emacs-lisp/eieio.el (help-fns-describe-function-functions): Add
-       `eieio-help-generic' and `eieio-help-constructor'.
+       * emacs-lisp/eieio.el (help-fns-describe-function-functions):
+       Add `eieio-help-generic' and `eieio-help-constructor'.
 
 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>