]> code.delx.au - gnu-emacs/history - lisp/emulation/cua-base.el
*** empty log message ***
[gnu-emacs] / lisp / emulation / cua-base.el
2005-08-15 Kim F. Storm(cua-delete-region): Return t if
2005-08-01 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-21 Juanma Barranquero(cua-mode, cua-enable-register-prefix, cua-enable-cua...
2005-07-20 Kim F. Storm(cua-mode): Improve doc string.
2005-07-14 Kim F. Storm(cua--pre-command-handler-1, cua--pre-command-handler)
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-30 Juanma Barranquero(cua-check-pending-input, cua-repeat-replace-region...
2005-06-13 Kim F. Storm(cua-mode): Use add-to-ordered-list to
2005-06-10 Juanma Barranquero(cua-normal-cursor-color, cua-read-only-cursor-color,
2005-06-06 Kim F. Storm* emulation/cua-base.el (cua-rectangle, cua-rectangle...
2005-05-17 Kim F. Storm(cua-use-hyper-key): Doc fix.
2005-05-17 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-05-08 Kim F. Storm(cua-copy-region, cua-cut-region)
2005-05-02 Kim F. StormRework last fix.
2005-05-01 Kim F. StormFix check for CUA-mode if no init file.
2005-04-18 Kim F. Storm(cua--pre-command-handler): Add more
2005-04-16 Dan Nicolaescu(cua-global-mark-face): Add special case
2005-04-12 Kim F. Storm(cua-rectangle-face)
2005-04-04 Lute Kamstra(cua-mode): Specify :group.
2005-03-30 Kim F. Storm(cua-scroll-down): Add CUA property.
2005-03-07 Kim F. StormPut CUA move property on move-end-of-line
2005-02-09 Kim F. StormChange release version from 21.4 to 22.1 throughout.
2005-02-07 Kim F. Storm(cua-max-undo, cua-undo): Remove.
2004-12-14 Kim F. Storm(cua--preserve-mark-commands): Remove.
2004-10-30 Kim F. Storm(group cua): Add :version keyword.
2004-10-28 Kim F. StormFix copyright.
2004-08-29 Kim F. Storm(cua-auto-expand-rectangles): Remove
2004-07-16 Kim F. Storm(cua--preserve-mark-commands): New defvar.
2004-05-03 Kim F. Storm(cua-mode): Deactivate mark when cua-mode is enabled.
2004-05-03 Kim F. Storm(cua--update-indications): Fix last change.
2004-04-30 Kim F. StormChange cursor-type block to hollow.
2004-04-30 Kim F. Storm* emulation/cua-base.el: Add support for changing curso...
2004-04-30 Kim F. Storm(cua--standard-movement-commands):
2004-04-13 Kim F. Storm(cua-read-only-cursor-color)
2003-11-25 Kim F. Storm(cua--standard-movement-commands): Add forward-sentence...
2003-09-01 Miles BaderAdd arch taglines
2003-06-16 Stefan Monnier(cua-mode): Use explicit arg to turn off minor modes.
2003-04-18 Stefan Monnier(cua-mode): Use define-minor-mode.
2003-03-31 Kim F. Storm(cua-set-mark): Unconditionally repeat
2003-03-24 Kim F. Storm(cua-set-mark): Check pop-global-mark-quick-repeat.
2003-03-22 Kim F. Storm(cua-set-mark): Doc fixes.
2003-03-08 Kim F. StormProvide `cua' feature.
2003-03-08 Juanma Barranquero(cua--standard-movement-commands): Fix docstring.
2003-02-21 Kim F. StormAdd run-time check to catch users trying
2003-02-04 Juanma BarranqueroTrailing whitepace deleted.
2003-01-25 Kim F. Storm* emulation/cua-base.el (cua--init-keymaps): Move C...
2003-01-03 Kim F. Storm(cua--pre-command-handler): Corrected
2002-10-06 Kim F. Storm(cua-normal-cursor-color): Fixed
2002-06-21 Kim F. StormCorrected last fix.
2002-06-21 Kim F. Storm(cua--prefix-arg): Make register prefixes
2002-05-31 Kim F. Storm(cua--last-deleted-region-pos)
2002-05-27 Kim F. Storm(cua-set-mark): Align pop to marko
2002-05-26 Kim F. Storm(cua--repeat-replace-text): New variable.
2002-05-25 Kim F. Storm(cua--self-insert-char-p): New function.
2002-05-13 Kim F. Storm(cua-enable-cursor-indications): Default off.
2002-05-10 Kim F. Storm(cua-enable-cua-keys)
2002-05-10 Kim F. Storm(cua-mode): Misc. changes to use
2002-05-01 Kim F. Storm(cua-inhibit-cua-keys): New buffer-local variable.
2002-05-01 Kim F. Storm(cua--pre-command-handler): Only interpret delete-selec...
2002-04-30 Kim F. StormFixed require for cua-mode variable
2002-04-28 Kim F. StormAdded cua-mode based files [split from original cua...