]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
[gnu-emacs] / lisp / ChangeLog
index aef6b360d2352e625eef8bec4565a3c61199bdb2..073d45db52654984cf6cbc01130ad461ae0d9d98 100644 (file)
@@ -1,3 +1,70 @@
+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): Fix for
+       big5.
+
+       * 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