(fancy-splash-screens): Set emulation-mode-map-alists
[bpt/emacs.git] / lisp / ChangeLog
index 3aad3ec..9afbd1f 100644 (file)
@@ -1,3 +1,120 @@
+2006-04-05  Kim F. Storm  <storm@cua.dk>
+
+       * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
+       to nil while displaying slash screen.
+
+2006-04-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
+       for BEGIN_SIGNING too, new in GnuPG 1.4.3.
+
+2006-04-05  Kenichi Handa  <handa@m17n.org>
+
+       * international/characters.el: Setup cases of Latin, Greek, and
+       Cyrillic characters in CJK charsets.
+
+2006-03-29  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-gpg-start-process): Don't bind
+       default-enable-multibyte-characters.  This reverts the change from
+       revision 6.17 which is no longer necessary because the passphrase
+       is sent separately now.  GnuPG messages are unreadable under
+       multibyte locales with default-enable-multibyte-characters set to
+       nil.
+
+2006-04-04  Andreas Schwab  <schwab@suse.de>
+
+       * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
+       and `byte-compile-warnings' as `safe-local-variable'.
+
+2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * man.el (Man-mode-map): Restore the \r binding.
+       (Man-abstract-xref-man-page): If Man-target-string is a function,
+       call it.
+       (Man-highlight-references): Use Man-default-man-entry to get the
+       target. Deal with xrefs too.
+       (Man-highlight-references0): Don't call the target function.
+
+       * woman.el (WoMan-xref-man-page): Strip the section number, woman
+       cannot deal with it.
+
+2006-04-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el: Clean up process buffers every time gpg processes
+       complete.
+
+2006-04-04  Kenichi Handa  <handa@m17n.org>
+
+       * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
+       here.
+       (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
+       Temporarily bind inhibit-field-text-motion to t.
+
+2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * startup.el (normal-splash-screen): Only set mode-line-format in the
+       splash buffer, so as not to interfere when debugging the code.
+       Ignore errors when switching buffer.
+
+2006-04-03  Romain Francoise  <romain@orebokech.com>
+
+       * dired.el (dired-dnd-protocol-alist): Fix typo.
+
+2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * savehist.el (savehist): Add :version.
+       (savehist-ignored-variables): New variable.
+       (savehist-minibuffer-hook): Don't save variables listed in
+       `savehist-ignored-variables'.
+
+       * dired.el (dired-dnd-protocol-alist): Mention that change does
+       only apply to new buffers in doc string.
+
+2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
+
+       * recentf.el (recentf-open-files-item): Include newline in button
+       field, so opening a file will work, when the point is at the end
+       of the file name.  Allow, for example, to [i]search a file by
+       extension and just push RET to open it.
+
+2006-04-03  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-gpg.el (pgg-gpg-process-filter)
+       (pgg-gpg-wait-for-completion): Check if buffer is alive.
+
+       * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
+       lines, temporary fix.
+
+2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
+
+2006-04-02  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/compile.el (compilation-message-face): Make it defcustom.
+
+2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ibuf-macs.el (define-ibuffer-column): Add a new key:
+       header-mouse-map.
+
+       * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
+       (ibuffer-mode-header-map): New keymaps.
+       (ibuffer-update-title-and-summary): Enable mouse face highlighting
+       and keybindings for column headers.
+       (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
+       property.
+
+2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
+
+       * speedbar.el (speedbar-after-create-hook): Doc fix.
+
+2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
+
+       * shell.el (shell-directory-tracker)
+       (shell-dynamic-complete-command): Doc fixes.
+
 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
 
        * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
 
 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-get-level-face): Fix bug with level
-       counting.
+       * textmodes/org.el (org-get-level-face): Fix bug with level counting.
 
 2006-03-26  Andreas Schwab  <schwab@suse.de>
 
 
 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
+       * textmodes/org.el (org-export-plain-list-max-depth): Rename from
        `org-export-local-list-max-depth'.  Change default value to 3.
        (org-auto-renumber-ordered-lists)
        (org-plain-list-ordered-item-terminator): New options.