emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 26 Nov 2005 14:25:25 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8670 emacs/lisp/ChangeLog:1.8671
*** emacs/lisp/ChangeLog:1.8670 Sat Nov 26 19:05:52 2005
--- emacs/lisp/ChangeLog        Sat Nov 26 19:25:24 2005
***************
*** 1,6 ****
  2005-11-26  John Paul Wallington  <address@hidden>
  
!       * arc-mode.el (archive-extract):  Use `posn-set-point' instead of
        `mouse-set-point' because the latter is not fbound when configured
        without X.
  
--- 1,18 ----
+ 2005-11-26  Kim F. Storm  <address@hidden>
+ 
+       * ido.el (ido-mode-map): Doc fix.
+       (ido-mode-common-map, ido-mode-file-map)
+       (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
+       (ido-define-mode-map): Rewrite.  Select one of the new maps as
+       parent for ido-mode-map instead of building from scratch.
+       (ido-init-mode-maps): New defun to initialize new maps.
+       (ido-mode): Call it.
+       (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
+       (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
+ 
  2005-11-26  John Paul Wallington  <address@hidden>
  
!       * arc-mode.el (archive-extract): Use `posn-set-point' instead of
        `mouse-set-point' because the latter is not fbound when configured
        without X.
  
***************
*** 21,27 ****
  
        * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
        (gdb-mouse-toggle-breakpoint-margin)
!       (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select): 
        Add gdb-server-prefix to keep out of command history.
        (gdb-edit-register-value): New function.
        (gdb-registers-mode-map): Bind mouse-2 and RET to it.
--- 33,39 ----
  
        * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
        (gdb-mouse-toggle-breakpoint-margin)
!       (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
        Add gdb-server-prefix to keep out of command history.
        (gdb-edit-register-value): New function.
        (gdb-registers-mode-map): Bind mouse-2 and RET to it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]