Fix buffer-list rename&refresh after after killing a buffer in ido.
[bpt/emacs.git] / lisp / ChangeLog
index 8d74713..2318ce8 100644 (file)
@@ -1,3 +1,48 @@
+2010-08-21  Leo  <sdl.web@gmail.com>
+
+       Fix buffer-list rename&refresh after after killing a buffer in ido.
+       * lisp/ido.el: Revert Óscar's.
+       (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
+       Remember the buffers at head, rather than their name.
+       * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
+
+2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
+            Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
+       extra backslash added to each line (bug#6890).
+
+2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (read-key): Don't echo keystrokes (bug#6883).
+
+2010-08-21  Glenn Morris  <rgm@gnu.org>
+
+       * menu-bar.el (menu-bar-games-menu): Add landmark.
+
+2010-08-20  Glenn Morris  <rgm@gnu.org>
+
+       * align.el (align-regexp): Make group and spacing arguments
+       use the interactive defaults when non-interactive.  (Bug#6698)
+
+       * mail/rmail.el (rmail-forward): Replace mail-text-start with its
+       expansion, so as not to need sendmail.
+       (mail-text-start): Remove declaration.
+       (rmail-retry-failure): Require sendmail.
+
+2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
+
+2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * progmodes/flymake.el (flymake-start-syntax-check-process):
+       Use `start-file-process' in order to let it run also on remote hosts.
+
+2010-08-18  Kenichi Handa  <handa@m17n.org>
+
+       * files.el: Add `word-wrap' as safe local variable.
+
 2010-08-18  Glenn Morris  <rgm@gnu.org>
 
        * woman.el (woman-translate): Case matters.  (Bug#6849)
 
 2010-08-06  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule.el (define-charset): Store NAME as :base
-       property.
-       (ctext-non-standard-encodings-table): Pay attention to charset
-       aliases.
+       * international/mule.el (define-charset): Store NAME as :base property.
+       (ctext-non-standard-encodings-table): Pay attention to charset aliases.
        (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
        current priority.  Force using the designation of the specific
        charset by adding `charset' text property.  Improve the whole
        * language/cyrillic.el: Don't add "microsoft-cp1251" to
        ctext-non-standard-encodings-alist here.
 
-       * international/mule.el (ctext-non-standard-encodings-alist): Add
-       "koi8-r" and "microsoft-cp1251".
+       * international/mule.el (ctext-non-standard-encodings-alist):
+       Add "koi8-r" and "microsoft-cp1251".
        (ctext-standard-encodings): New variable.
        (ctext-non-standard-encodings-table): List only elements for
        non-standard encodings.
-       (ctext-pre-write-conversion): Adjusted for the above change.
+       (ctext-pre-write-conversion): Adjust for the above change.
        Check ctext-standard-encodings.
 
        * international/mule-conf.el (compound-text): Doc fix.