]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(dired-pop-to-buffer): Try to make this behave the
[gnu-emacs] / lisp / ChangeLog
index aef6b360d2352e625eef8bec4565a3c61199bdb2..e7e011147c1e3b2584ea03309d7216b5bce6ea65 100644 (file)
@@ -1,3 +1,87 @@
+2009-05-15  Martin Rudalics  <rudalics@gmx.at>
+
+       * dired.el (dired-pop-to-buffer): Try to make this behave the
+       Emacs 22 way (Bug#1806).
+
+2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
+
+2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * tutorial.el (help-with-tutorial): Don't use text mode, since the
+       tutorial text assume Fundamental mode.  Use TUTORIAL.xx for the
+       tutorial buffer, since that is what the tutorial text assumes.
+
+2009-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (completion-setup-function):
+       Only modify the default-directory in *Completions* (bug#3250).
+       Take partial-completion into account when setting default-directory.
+
+2009-05-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
+
+2009-05-10  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el: Add proper support for confirm-nonexistent-file-or-buffer
+       values `confirm' and `confirm-after-completion'.
+       (ido-read-internal, ido-buffer-internal, ido-file-internal):
+       Setup and handle require-match arg according to c-n-f-o-b.
+       (ido-show-confirm-message): New dynamic variable.
+       (ido-exit-minibuffer): Request confirmation for non-existing file
+       or buffer according to confirm-nonexistent-file-or-buffer.
+       (ido-decorations): Add 11th element for "confirm" message.
+       (ido-completions): Show confirmation message when requested.
+
+2009-05-08  Kenichi Handa  <handa@m17n.org>
+
+       * international/encoded-kb.el (encoded-kbd-setup-keymap):
+       * international/mule-diag.el (describe-coding-system): Fix for big5.
+
+2009-05-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (split-window-sensibly): New function.
+       (split-height-threshold, split-width-threshold): State in
+       doc-string that these affect split-window-sensibly.
+       Change customization subtype from number to integer.
+       (window--splittable-p): Rename to window-splittable-p since it's
+       referred to in doc-string of split-window-sensibly.  Update doc-string.
+       (window--try-to-split-window): Unconditionally call
+       split-window-preferred-function and move splitting functionality
+       to split-window-sensibly (Bug#3142).
+       (split-window-preferred-function): Rewrite doc-string.
+       Don't allow nil as customization type.
+
+2009-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * faces.el (x-handle-named-frame-geometry): Ignore errors from
+       x-get-resource due to not yet opened X connection.  This is a
+       temporary workaround for Bug#3194.
+
+2009-05-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
+
+       * vc-svn.el (vc-svn-parse-status): ?D is for removed files (bug#3213).
+
+2009-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-delete-file): Add autoload cookie (bug#3209).
+
+2009-05-04  Miles Bader  <miles@gnu.org>
+
+       * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
+       directly (Bug#2878).
+
+2009-05-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
+       (ns-echo-working-text, ns-utf8-nfd-post-read-conversion)
+       (ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu)
+       (mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec)
+       (ns-set-background-alpha, ns-set-foreground-at-mouse)
+       (ns-set-background-at-mouse): Fix typos in docstrings.
+
 2009-05-03  Daiki Ueno  <ueno@unixuser.org>
 
        * epg.el (epg-wait-for-completion): Sleep after the process
        * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords
        "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".
 
-       * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons): New
-       function.
+       * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons):
+       New function.
 
 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
 
 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
 
        * files.el (hack-local-variables-prop-line)
-       (hack-local-variables, dir-locals-read-from-file): Bind
-       read-circle to nil before reading.
+       (hack-local-variables, dir-locals-read-from-file):
+       Bind read-circle to nil before reading.
 
 2009-04-28  Geert Kloosterman  <g.j.kloosterman@gmail.com>  (tiny change)