*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 538a4ce..bf2b61f 100644 (file)
@@ -1,3 +1,183 @@
+2006-07-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (convert-standard-filename): For Cygwin, replace
+       characters not allowed in Windows file names.
+       (make-auto-save-file-name): Add Cygwin to the list of systems
+       where the auto-save file name needs to be run through
+       convert-standard-filename.
+
+2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
+
+       * window.el (bw-get-tree): Don't integerp subtree if it's nil.
+
+2006-07-28  Richard Stallman  <rms@gnu.org>
+
+       * bindings.el (mode-line-frame-identification)
+       (propertized-buffer-identification): Centralize the code
+       to initialize the variable.
+
+       * progmodes/grep.el (grep-default-command): Catch errors from
+       wildcard-to-regexp.
+
+2006-07-29  Kim F. Storm  <storm@cua.dk>
+
+       * progmodes/grep.el (grep-tag-default): New function.
+       (grep-default-command, grep-read-regexp): Use it.
+       (grep-read-files): Use car of grep-files-history or grep-files-aliases
+       as default if nothing else applies.
+
+2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
+
+       * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
+       Throw error if buffer is not in Dired and Wdired mode, respectively.
+
+2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
+       self-insert-command keys don't activate buttons.
+       (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
+
+2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
+       faces for enable character.
+
+2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * Makefile.in (recompile): Update comment to reflect change
+       on 2004-04-21.
+
+2006-07-27  Richard Stallman  <rms@gnu.org>
+
+       * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
+       (customize-package-emacs-version): Change msg when pkg has no entry.
+       (custom-no-edit): On a button, do like widget-button-press.
+
+2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
+       S-tab and C-S-tab.
+
+2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/which-func.el (which-function): Fix documentation/
+       comment typo.
+
+2006-07-26  Richard Stallman  <rms@gnu.org>
+
+       * textmodes/ispell.el (ispell-word): If we replace the word,
+       move point to the end.  Insert before deleting.
+
+2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * subr.el (sit-for): Use new SECONDS arg of read-event instead of
+       a timer.
+
+2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-backward-image): Add prefix argument. Add error
+       when at first image.
+       (tumme-forward-image): Add prefix argument. Add error when at last
+       image.
+
+2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * tabify.el (tabify-regexp): Use more specific regexps.
+       (tabify): Avoid modifying the buffer unnecessarily.
+
+2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
+       (tumme-format-properties-string): Handle empty `buf'.
+       (tumme-get-comment): Change variable names inside `let'.  Add
+       missing `let' variable that cause font-lock problems.
+       (tumme-write-comments): Change variable names inside `let'.  Add
+       missing `let' variable that cause font-lock problems.
+       (tumme-forward-image): Rename from `tumme-forward-char'.
+       (tumme-backward-image): Rename from `tumme-backward-char'.
+
+2006-07-25  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/ld-script.el (ld-script-keywords)
+       (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
+       and add comments.
+
+2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
+       (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
+       (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
+       for status indicator.
+
+2006-07-24  Richard Stallman  <rms@gnu.org>
+
+       * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
+
+       * subr.el (dolist, dotimes): Use interned symbols for locals.
+       (--dotimes-limit--, --dolist-tail--): New defvars.
+       (looking-back): Doc fix.
+
+       * replace.el (replace-match-string-symbols): Handle dotted lists.
+
+2006-07-24  mathias  <mathias@mattis>
+
+       * tumme.el (tumme-write-tags): Add.
+       (tumme-write-comments): Add.
+       (tumme-tag-files): Change to use `tumme-write-tags'.
+       (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
+       (tumme-dired-comment-files): Change to use `tumme-write-comments'.
+       (tumme-save-information-from-widgets): Change to use
+       `tumme-write-comments' and `tumme-write-tags'.
+       (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
+       (tumme-write-tag): Remove.
+       (tumme-write-comment): Remove.
+       (tumme-display-previous-thumbnail-original): Remove empty line.
+       (tumme-widget-list): Add punctuation.
+
+2006-07-24  mathias  <mathias.dahl@gmail.com>
+
+       * tumme.el (tumme-line-up): Add an extra check for end of buffer.
+
+2006-07-24  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
+       letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
+       andreas@altroot.de (Andreas V\e,Av\e(Bgele)
+
+2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * mouse.el (mouse-on-link-p): Doc fix.
+
+2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * emacs-lisp/find-func.el (find-function-search-for-symbol):
+       Handle "C-h f `".
+
+2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * ibuffer.el (ibuffer-formats): Use left alignment for the mode
+       column.
+
+2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
+
+       * textmodes/table.el: Add move-beginning-of-line and
+       move-end-of-line to Point Motion Only Group.
+
+2006-07-22  Eric Hanchrow  <offby1@blarg.net>
+
+       * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
+
+2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+
+       * startup.el (user-mail-address): Initialize from the `EMAIL'
+       environment variable first.  Document this.
+       (command-line): Ditto.
+
+2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
+
+       * help-mode.el (help-function-def, help-variable-def)
+       (help-face-def): Print a message in the minibuffer.
+
 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * term/xterm.el (terminal-init-xterm): Fix key bindings