]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Revert unintentional addition of 2012 to Ecma copyright years.
[gnu-emacs] / lisp / ChangeLog
index 965886b02ae10e61d38ebdd252fa4050a50f1005..f8070b2b93e092f880b9d0546855ef7dd8d8b5b1 100644 (file)
@@ -1,3 +1,71 @@
+2012-01-10  Glenn Morris  <rgm@gnu.org>
+
+       * version.el (emacs-copyright): Update year to 2012.
+
+2011-08-21  Deniz Dogan  <deniz@dogan.se>
+
+       * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
+       `memq' (Bug#8799).
+
+2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
+       (Bug#7554).
+
+2011-07-28  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
+       character.  (Bug#6594)
+
+2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (split-window-horizontally): Doc fix (Bug#9060).
+
+2011-06-27  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
+
+       * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
+
+2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
+
+       * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
+       no-conversion (Bug#8870).
+
+2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frame.el (special-display-popup-frame): Doc fix (Bug#8853).
+
+       * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
+
+2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
+
+2011-06-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
+       buffer-file-type before setting its value, to avoid disastrous
+       global effects on decoding files for DOS/Windows systems.
+       (Bug#8780)
+
+2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/python.el (python-after-info-look): Add autoload cookie.
+       (python-unload-function): New function. (Bug#8730, bug#8781)
+
+2011-06-04  Reuben Thomas <rrt@sc3d.org>
+
+       * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
+       Doc fix (Bug#8713).
+
+2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
+
+2011-06-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * loadhist.el (unload-feature-special-hooks):
+       Add `comint-output-filter-functions'.
+
 2011-05-27  Kenichi Handa  <handa@m17n.org>
 
        * mail/sendmail.el (mail-encode-header): Avoid double encoding by
        * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
        we're inside a dedicated or minibuffer window.
 
-2009-10-24  Karl Fogel  <kfogel@red-bean.com>
+2009-10-24  Drew Adams  <drew.adams@oracle.com>
+           Karl Fogel  <kfogel@red-bean.com>
 
        * bookmark.el: Update documentation, especially documentation
-       of `bookmark-alist' and of the bookmark file format.
-       Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
+       of `bookmark-alist' and of the bookmark file format.  (Bug#4195)
 
 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
 
@@ -12897,7 +12965,7 @@ See ChangeLog.14 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
+  Copyright (C) 2009, 2010, 2011, 2012  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.