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, 25 Jan 2003 06:41:59 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4769 emacs/lisp/ChangeLog:1.4770
*** emacs/lisp/ChangeLog:1.4769 Sat Jan 25 03:09:16 2003
--- emacs/lisp/ChangeLog        Sat Jan 25 06:41:58 2003
***************
*** 1,3 ****
--- 1,10 ----
+ 2003-01-25  Kim F. Storm  <address@hidden>
+ 
+       * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
+       bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
+       only needed when the region is active.  This also makes the output
+       from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
+ 
  2003-01-25  Michael Kifer  <address@hidden>
        
          * ediff.el (ediff-revision): better defaults.
***************
*** 10,21 ****
        * info.el (Info-extract-menu-node-name): When looking for end of menu
        item, don't stop at first ":"; instead, continue until trailing
        context is either a space or newline.
!       (Info-complete-menu-item): Change var `pattern' to allow ":" in menu
!       item.
        (Info-menu): Likewise, for regexp used in backwards search.
        (Info-try-follow-nearest-node): Remove case added in previous edit.
!       Instead, change the regexp in the following case to allow ":" in menu
!       item.
        (Info-fontify-node): Fix bug: Handle `next-property-change' returning
        point-max as "hasn't already been done".
  
--- 17,26 ----
        * info.el (Info-extract-menu-node-name): When looking for end of menu
        item, don't stop at first ":"; instead, continue until trailing
        context is either a space or newline.
!       (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
        (Info-menu): Likewise, for regexp used in backwards search.
        (Info-try-follow-nearest-node): Remove case added in previous edit.
!       Change regexp in the following case to allow ":" in menu item.
        (Info-fontify-node): Fix bug: Handle `next-property-change' returning
        point-max as "hasn't already been done".
  




reply via email to

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