]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Revert unintentional addition of 2012 to Ecma copyright years.
[gnu-emacs] / lisp / ChangeLog
index f9701955a771cac1c6c8c3222de048e110a85493..f8070b2b93e092f880b9d0546855ef7dd8d8b5b1 100644 (file)
@@ -1,3 +1,111 @@
+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
+       let-binding rfc2047-encode-encoded-words to nil.
+
+2011-05-23  Kenichi Handa  <handa@m17n.org>
+
+       * mail/sendmail.el: Require `rfc2047'.
+       (mail-insert-from-field): Do not perform RFC2047 encoding.
+       (mail-encode-header): New function.
+       (sendmail-send-it): Set buffer-file-coding-system of the work
+       buffer to the return value of select-message-coding-system.  Call
+       mail-encode-header.
+
+       * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
+
+2011-05-22  Sean Neakums  <sneakums@zork.net>  (tiny change)
+
+       * mail/supercite.el (sc-default-cite-frame): Handle
+       sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
+
+2011-05-16  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * diff-mode.el (diff-fixup-modifs): Fix last change.
+
+2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * diff-mode.el (diff-fixup-modifs): Locate correct position for
+       hunk-end tags (Bug#8672).
+
+2011-05-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/python.el (python-font-lock-keywords):
+       Add the Python 3.X keyword "nonlocal" (bug#8639).
+
+2011-05-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * smerge-mode.el (smerge-resolve): Use null-device rather than a
+       literal "/dev/null".
+
 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
        * 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>
 
@@ -12857,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.