Bump version to 24.0.94
[bpt/emacs.git] / lisp / ChangeLog
index b84b116..cc84653 100644 (file)
@@ -1,3 +1,97 @@
+2012-02-27  Chong Yidong  <cyd@gnu.org>
+
+       * font-lock.el (font-lock-specified-p): Rename from
+       font-lock-spec-present.  Callers changed.
+
+2012-02-27  Daniel Hackney  <dan@haxney.org>
+
+       * emacs-lisp/package.el (package-compute-transaction): Handle
+       holding a package version to t in package-load-list.
+
+2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
+       (tramp-get-inode, tramp-get-device): Use cached values.
+
+2012-02-26  Alan Mackenzie  <acm@muc.de>
+
+       Check there is a font-lock specification before doing initial
+       fontification.
+
+       * font-core.el (font-lock-mode): Move the conditional from
+       :after-hook to font-lock-initial-fontify.
+       (font-lock-default-function): Move the check for a specification
+       to font-lock-spec-present.
+
+       * font-lock.el (font-lock-initial-fontify): call ...
+       (font-lock-spec-present): New function.
+
+2012-02-26  Jim Blandy  <jimb@red-bean.com>
+
+       * progmodes/gdb-mi.el (gdb-mi-quote): New function.
+       (gdb-send): Apply it to the operand of the '-interpreter-exec
+       console' command, so that we can pass arguments with (say) quotes
+       in them.  Store exact string sent in gdb-debug-log (Bug#10765).
+
+2012-02-26  Chong Yidong  <cyd@gnu.org>
+
+       * help-fns.el (describe-function-1): Clarify description of
+       remapping (Bug#10844).
+
+       * files.el (files-equal-p): Doc fix.
+       (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
+       and quit the loop once a mismatch is found.
+
+2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs--show-with-configuration): Don't throw an error
+       if the window cannot be split; otherwise, subsequent calls to
+       bs-show fail, restoring a stale window config.  (Bug#10882)
+
+2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * term/ns-win.el (global-map): Bind ns-drag-file to
+       ns-find-file (Bug#5855, Bug#10050).
+
+2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * calendar/parse-time.el (parse-time-string): Allow extractor to
+       return nil.
+
+2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-file-name-for-operation):
+       Add `files-equal-p' and `file-subdir-of-p'.
+
+       * net/tramp-sh.el (tramp-sh-handle-copy-directory):
+       * net/tramp-smb.el (tramp-smb-handle-copy-directory):
+       Add COPY-CONTENTS argument.
+
+2012-02-25  Chong Yidong  <cyd@gnu.org>
+
+       Add custom groups for VC backends, for consistency with vc-bzr.
+
+       * vc/vc-arch.el (vc-arch):
+       * vc/vc-cvs.el (vc-cvs):
+       * vc/vc-git.el (vc-git):
+       * vc/vc-hg.el (vc-hg):
+       * vc/vc-mtn.el (vc-mtn):
+       * vc/vc-rcs.el (vc-rcs):
+       * vc/vc-sccs.el (vc-sccs):
+       * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
+       All relevant defcustoms reassigned.
+
+2012-02-25  Chong Yidong  <cyd@gnu.org>
+
+       * newcomment.el (comment-styles): Add autoload (Bug#10868).
+
+       * term/x-win.el (x-initialize-window-system): Reduce default for
+       x-selection-timeout to 5 seconds (Bug#8869).
+
+2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+
+       * files.el (file-subdir-of-p): Fix typo.
+
 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
        * files.el (files-equal-p, file-subdir-of-p): New functions.
@@ -6,7 +100,7 @@
        * dired-aux.el (dired-copy-file-recursive): Same.
        (dired-create-files): Modify destination when source is equal to
        dest when copying files.
-       Return also when dest is a subdir of source. (bug#10489)
+       Return also when dest is a subdir of source.  (Bug#10489)
 
 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
 
        the execution of the mode hooks.
 
        * font-lock.el (font-lock-initial-fontify): New function extracted
-       from font-lock-mode-interal.
+       from font-lock-mode-internal.
 
-       * font-core.el (font-lock-mode): call font-lock-initial-fontify in
+       * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
        :after-hook.
 
 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
        * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
        about SMTP before checking the From header.
 
-       * mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out
+       * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
        into own function for reuse by emacsbug.el.
 
 2012-02-10  Leo Liu  <sdl.web@gmail.com>
        * emacs-lisp/package.el (package-refresh-contents)
        (package-menu-execute):
        * desktop.el (desktop-create-buffer):
-       * font-lock.el (lisp-font-lock-keywords-2): caller changed.
+       * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
 
 2012-02-10  Glenn Morris  <rgm@gnu.org>