]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(ewoc-create, ewoc-set-hf): Use `insert'
[gnu-emacs] / lisp / ChangeLog
index abb057f0fd4f9344442a9916df39adcfe74bfb3b..f57eba17275c626e6906564560764d614f7de8a1 100644 (file)
@@ -1,3 +1,99 @@
+2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
+       directly instead of a lambda expression that calls it.
+
+2006-05-06  Kim F. Storm  <storm@cua.dk>
+
+       * avoid.el (mouse-avoidance-point-position): Use posn-at-point
+       instead of compute-motion.
+
+2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
+       change.
+
+2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * startup.el (command-line-1): Refer to "Pure Storage" on
+       pure-space-overflow.
+
+2006-05-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
+       provided faces once they all have been used up.
+
+2006-05-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
+       reference to the Lisp manual to the warning about pure space
+       overflow.
+
+2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+
+       * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
+       argument to avoid the call to `ispell-internal-change-dictionary'
+       when not needed.
+       (ispell-change-dictionary): Use this argument and call
+       `ispell-internal-change-dictionary' after the possible change
+       to `ispell-local-dictionary'.
+       (ispell-internal-change-dictionary): Check for a change in
+       personal dictionary use too.
+       Cosmetic changes from Agustin Martin
+       <agustin.martin@hispalinux.es>.
+
+2006-05-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * startup.el (command-line): On MS-Windows, probe "~", not
+       "~USER", for warning about non-existent home directory
+
+       * arc-mode.el (archive-l-e): New optional argument `float' means
+       generate a float value.
+       (archive-arc-summarize, archive-lzh-summarize)
+       (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
+       with 3rd argument non-nil when file's size is being computed.
+       Format the file sizes with %8.0f instead of %8d.
+
+2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * cus-start.el (all): Add mac-dnd-known-types.
+
+       * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
+       (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
+       (mac-TIFF-to-string): New functions.
+       (mac-text-encoding-mac-japanese-basic-variant): New constant.
+       (x-get-selection, x-selection-value)
+       (mac-select-convert-to-string): Use them.
+       (mac-dnd-types-alist): New customization variable.
+       (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
+       (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
+       (mac-dnd-handle-drag-n-drop-event): New functions.
+       (mac-drag-n-drop): Remove function.
+       (global-map): Bind drag-n-drop and M-drag-n-drop to
+       mac-dnd-handle-drag-n-drop-event.
+
+2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
+
+       * progmodes/perl-mode.el (perl-beginning-of-function):
+       Skip anonymous subs.
+
+2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
+       regexp-opt at run time.
+
+       * term.el (term-handle-ansi-escape): Fix off by one error.
+
+2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
+       (gdb-init-1, gdb-post-prompt): ...and references to it.
+       (gdb-frame-handler): Strip directory name from filename if present.
+
+       * progmodes/gud.el (gdb-force-update): Delete defvar
+       (gud-speedbar-buttons): ...and references to it.  Use window-start
+       to try to keep positon in watch expression.
+
 2006-05-03  Richard Stallman  <rms@gnu.org>
 
        * simple.el (next-history-element, previous-history-element): Doc fix.
 
 2006-05-02  Chong Yidong  <cyd@mit.edu>
 
-       * msb.el (msb): If EVENT is a down event, read and discard the up
-       event.
+       * msb.el (msb): If EVENT is a down event, read and discard the up event.
 
 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * startup.el (command-line-1): Refer to Lisp manual when
        pure-space-overflow occurs.
 
-       * files.el (byte-compile-dynamic)
-       (byte-compile-dynamic-docstrings, byte-compile-warnings)
-       (find-file-visit-truename, indent-tabs-mode, left-margin)
-       (no-byte-compile no-update-autoloads, truncate-lines)
-       (version-control): Don't use `t' for safe-local-variable
-       declarations.
+       * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
+       (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
+       (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
+       (version-control): Don't use `t' for safe-local-variable declarations.
 
 2006-05-01  Richard Stallman  <rms@gnu.org>
 
        Returning "/" only doesn't need to be necessary any longer.
        (tramp-file-name-handler): Make special attention when in hostname
        completion mode.
-       (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
-       (tramp-register-file-name-handlers): Register
-       `tramp-completion-file-name-handler' only when
-       `partial-completion-mode is enabled.
+       (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
+       (tramp-register-file-name-handlers):
+       Register `tramp-completion-file-name-handler' only when
+       `partial-completion-mode' is enabled.
        (tramp-completion-handle-file-name-all-completions):
        Delete directory part from results.
        (tramp-get-completion-methods, tramp-get-completion-user-host):
 
 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
-       * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use
-       select-frame-set-input-focus instead of raise-frame.
+       * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
+       Use select-frame-set-input-focus instead of raise-frame.
        (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
 
 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>