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: Thu, 08 Dec 2005 17:24:00 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8759 emacs/lisp/ChangeLog:1.8760
*** emacs/lisp/ChangeLog:1.8759 Thu Dec  8 22:09:24 2005
--- emacs/lisp/ChangeLog        Thu Dec  8 22:23:59 2005
***************
*** 1,6 ****
  2005-12-09  Nick Roberts  <address@hidden>
  
!       * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips): 
        No need to check gud-comint-buffer is bound.
        (gdb): Prevent multiple debugging when first session uses gdba.
  
--- 1,6 ----
  2005-12-09  Nick Roberts  <address@hidden>
  
!       * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
        No need to check gud-comint-buffer is bound.
        (gdb): Prevent multiple debugging when first session uses gdba.
  
***************
*** 341,347 ****
  
        * progmodes/cc-cmds.el: In c-electric-brace, add code for new
        clean-up one-liner-defun.
!       
        * progmodes/cc-styles.el: Add the new "awk" style.
  
        * progmodes/cc-vars.el: Add description of one-liner-defun to
--- 341,347 ----
  
        * progmodes/cc-cmds.el: In c-electric-brace, add code for new
        clean-up one-liner-defun.
! 
        * progmodes/cc-styles.el: Add the new "awk" style.
  
        * progmodes/cc-vars.el: Add description of one-liner-defun to
***************
*** 1203,1208 ****
--- 1203,1222 ----
        construct like "a * b = c;" as a declaration.
  
  2005-12-08  Kim F. Storm  <address@hidden>
+ 
+       * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
+       (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
+       select either meta, hyper, or super modifier for rectangle commands.
+       (cua--rectangle-modifier-key): New defvar.
+       (cua--M/H-key): Use it.  Remove special case for 'space.
+       (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
+       on X, to meta otherwise.  Always bind C-return to toggle
+       rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
+ 
+       * emulation/cua-rect.el (cua-help-for-rectangle): Use
+       cua--rectangle-modifier-key.  Handle super modifier too.
+       (cua--init-rectangles): Always bind C-return to toggle rectangle.
+       Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
  
        * emulation/cua-rect.el (cua--extract-rectangle): Don't use \s
        in strings.




reply via email to

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