]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(perl-beginning-of-function): Skip anonymous subs.
[gnu-emacs] / lisp / ChangeLog
index 250b02bd01c61226e23f602895a96fccec3f2e4c..5c3c58767f7e3ba7fecbab0f3be11aa31ae45596 100644 (file)
+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.
+
+       * isearch.el (isearch-update-ring): Doc fix.
+
+2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * isearch.el (isearch-update-ring): Take history-delete-duplicates
+       into consideration. Replace one arm ifs with whens.
+
+2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
+       (menu): Fix typo.
+
+2006-05-02  Miles Bader  <miles@gnu.org>
+
+       * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
+
+2006-05-02  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-embed.el: (calc-override-minor-modes-map)
+       (calc-override-minor-modes): New variables.
+       (calc-do-embedded): Make sure that Calc keystrokes aren't
+       overwritten by minor modes.
+
+2006-05-02  Chong Yidong  <cyd@mit.edu>
+
+       * 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.
+
+2006-05-01  Richard Stallman  <rms@gnu.org>
+
+       * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
+       M-r, M-R, M-A, M-SPC or M-DEL.
+       (diff-mode-map): diff-refine-hunk now on C-c C-w
+       (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
+
+       * help-mode.el (help-mode): view-exit-action calls delete-window
+       only when it is safe and possible.
+
+       * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
+       in messages.
+
+       * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
+
+       * tool-bar.el (tool-bar-setup): Put Help and Preferences items
+       in the default tool-bar-map.
+
+2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-completion-file-name-handler-alist)
+       (tramp-run-real-handler, tramp-completion-run-real-handler)
+       (tramp-completion-handle-file-name-all-completions)
+       (tramp-completion-handle-file-name-completion): Autoload them.
+       (tramp-completion-handle-file-exists-p)
+       (tramp-completion-handle-file-name-directory)
+       (tramp-completion-handle-file-name-nondirectory)
+       (tramp-completion-handle-expand-file-name): Remove them.
+       (tramp-handle-file-name-directory): Return the real directory name.
+       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-handle-file-name-all-completions):
+       Delete directory part from results.
+       (tramp-get-completion-methods, tramp-get-completion-user-host):
+       Discard deleting "/", it doesn't work after the change of
+       `tramp-handle-file-name-directory' above.
+
 2006-05-01  Kim F. Storm  <storm@cua.dk>
 
-       * progmodes/grep.el (grep-expand-template): Use save-match-data.
+       * progmodes/grep.el (grep-expand-template): Use save-match-data
+       and symbol-value.
 
 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>
 
        * progmodes/gud.el (gud-def): Add %c case.
-       (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
+       (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
        (gud-format-command): Make match case sensitive.  Match on %F.
 
 2006-04-30  Glenn Morris  <rgm@gnu.org>
        (grep-read-regexp, grep-read-files): New helper functions.
        (rgrep): Rename from grep-tree.  Rework to use proper histories.
        Adapt to changes in defcustoms and functions above.
-       (lgrep): New command, as grep, but using same interactive api as rgrep.
+       (lgrep): New command, as grep, but using same interactive UI as rgrep.
 
 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>