aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | message format spec fixes, commit # 8Deepak Goel2005-09-183-6/+10
| | |/ | |/|
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-265-33/+72
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
| * | (cua-delete-region): Return t ifKim F. Storm2005-08-151-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | deleted region was non-empty. (cua-replace-region): Inhibit overwrite-mode for self-insert-command if replaced region was non-empty. (cua--explicit-region-start, cua--status-string): Make them buffer-local at top-level... (cua-mode): ...rather than when mode is enabled.
| * | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2005-08-061-1/+2
| | | | | | | | | | | | | | | * viper.el (viper-emacs-state-mode-list): add recentf-dialog-mode. Change the date of last update.
| * | 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2005-08-064-26/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * viper-cmd.el (viper-harness-minor-mode,viper-exec-delete, viper-exec-yank,viper-put-back): don't display modification msg if in the minibuffer. * viper-init.el (viper-replace-overlay-cursor-color, viper-insert-state-cursor-color,viper-vi-state-cursor-color): make variables frame local. * viper-util.el (viper-append-filter-alist): use append instead of nconc. * viper.el (viper-vi-state-mode-list,viper-emacs-state-mode-list): move help-mode and completion-list-mode from the first list to the second. (viper-mode): docstring. (viper-go-away,viper-non-hook-settings): don't localize minor-mode-alist in newer emacsen. Add advice to set-cursor-color. Don't bind "\C-c\\".
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77Miles Bader2005-08-0525-28/+48
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 504-513) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: .cvsignore: Add `lock'. * gnus--rel--5.10 (patch 99-103) - Update from CVS
| * | (cua--highlight-rectangle): Only showKim F. Storm2005-08-011-0/+1
| | | | | | | | | | | | rectangle overlay in selected window.
| * | Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-0125-28/+47
| | |
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader2005-07-223-116/+149
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * | (cua-mode, cua-enable-register-prefix, cua-enable-cua-keys, cua-use-hyper-key,Juanma Barranquero2005-07-211-10/+10
| | | | | | | | | | | | | | | cua-virtual-rectangle-edges): Fix typos in docstrings. (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
| * | (cua-mode): Improve doc string.Kim F. Storm2005-07-201-4/+20
| | |
| * | * viper-cmd.el (viper-escape-to-state): bug fixMichael Kifer2005-07-191-3/+7
| | | | | | | | | | | | | | | | | | | | | (viper-envelop-ESC-key): changed the definition of fast keysequence so it'll work with keyboard macros * ediff.el (ediff-patch-buffer): changed the docstring.
| * | (viper-activate-input-method): Avoid warning.Richard M. Stallman2005-07-161-2/+2
| | |
| * | (cua--pre-command-handler-1, cua--pre-command-handler)Kim F. Storm2005-07-141-99/+112
| | | | | | | | | | | | | | | | | | (cua--post-command-handler-1, cua--post-command-handler): Split in two. Check (buffer local) value of cua-mode. (cua-selection-mode): New command.
* | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader2005-07-147-79/+199
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 474-484) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS
| * | * viper-cmd.el (viper--key-maps): new variable.Michael Kifer2005-07-107-79/+199
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (viper-normalize-minor-mode-map-alist): use viper--key-maps and emulation-mode-map-alists. (viper-envelop-ESC-key): use viper-subseq. (viper-search-forward/backward/next): disable debug-on-error. * viper-keym.el (viper-toggle-key,viper-quoted-insert-key, viper-ESC-key): new defcustoms. * viper-macs.el (ex-map-read-args): use viper-subseq. * viper-util.el (viper-key-to-emacs-key): use viper-subseq. (viper-subseq): copy of subseq from cl.el. * viper.el (viper-go-away,viper-set-hooks): use emulation-mode-map-alists, advise self-insert-command, add-minor-mode. * viper-mous.el (viper-current-frame-saved): use defvar. * viper-init.el: got rid of -face in face names. * ediff-diff.el (ediff-extract-diffs,ediff-extract-diffs3): Make it work with longlines mode * ediff-mult.el (ediff-meta-mode-hook): new variable. * ediff-ptch.el (ediff-file-name-sans-prefix): quote regexp. * ediff-init: got rid of -face in face names.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-0726-496/+474
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * (CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)Stefan Monnier2005-07-071-370/+345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (GOLD-SS3-map): Initialize in declaration. (tpu-set-mode-line): Don't throw away other minor mode strings when turning off the mode. (tpu-set-match, tpu-match-beginning, tpu-check-match) (tpu-show-match-markers): Use the insertion-type rather than the +1 offset kludge for tpu-match-beginning-mark. (tpu-edt-mode): Use define-minor-mode. (minibuffer-local-must-match-map, minibuffer-local-map): Try to avoid using the escape sequence and use the real key name instead. (tpu-reset-control-keys): Don't copy a keymap needlessly. (tpu-arrow-history): Simplify. (tpu-edt-on): Set control keys after changing the global map. (tpu-edt-on, tpu-edt-off): Work unconditionally.
| * Update FSF's address.Lute Kamstra2005-07-0425-50/+50
| |
| * (viper-mouse): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
| |
| * (viper-ex): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
| |
| * (tpu-mark): Fix previous change.Richard M. Stallman2005-07-031-13/+1
| | | | | | | | | | (zmacs-regions): Add defvar. (repeat-complex-command-map): Everything about that deleted.
| * (tpu-lucid-emacs-p): Renamed from tpu-lucid-emacs19-p. Uses changed.Richard M. Stallman2005-07-031-7/+7
| |
| * (tpu-emacs19-p): Var deleted. All references simplified.Richard M. Stallman2005-07-031-20/+10
| |
| * (tpu-original-global-map): Don't copy global-map, save the same map.Richard M. Stallman2005-07-031-4/+6
| | | | | | | | | | | | | | (global-map): Don't alter it at top level. (tpu-edt-on): Save global map in tpu-original-global-map, then copy. Then alter it here instead. (tpu-edt-off): Set global-map to the saved one.
| * (vip-replace-string, ex-map, ex-read): Use with-no-warnings.Richard M. Stallman2005-07-031-5/+8
| |
| * (vi-mark-region): Use c-mark-function.Richard M. Stallman2005-07-031-3/+4
| | | | | | | | | | (c-mark-function): Add point-moving-unit property. (vi-goto-line): Use with-no-warnings.
| * (edt-last-copied-word): Add defvar.Richard M. Stallman2005-07-031-9/+10
| | | | | | | | | | | | | | | | (zmacs-region-stays): Likewise. (edt-mark-section-wisely): Use c-mark-function for C. Use makr-defun for Fortran. (time-string): defvar deleted. (edt-display-the-time): Don't set time-string.
| * (edt-save-function-key-map, EDT-key-name): `defvar' to silence theJuanma Barranquero2005-07-021-1/+5
| | | | | | | | byte-compiler.
| * (*EDT-keys*, edt-default-global-map, edt-last-copied-word,Juanma Barranquero2005-07-021-0/+14
| | | | | | | | | | | | edt-learn-macro-count, edt-orig-page-delimiter, edt-orig-transient-mark-mode, edt-rect-start-point, edt-user-global-map, rect-start-point, time-string, zmacs-region-stays): `defvar' to silence the byte-compiler.
| * (cua-do-rectangle-padding): Remove period from end of messages.Juanma Barranquero2005-06-301-9/+9
| | | | | | | | | | | | (cua--rectangle-seq-format): Fix typo in docstring. (cua-sequence-rectangle, cua-fill-char-rectangle): Improve argument/docstring consistency.
| * (cua-toggle-global-mark, cua-cut-region-to-global-mark,Juanma Barranquero2005-06-301-4/+4
| | | | | | | | cua--cut-rectangle-to-global-mark): Remove period from end of error messages.
| * (cua-check-pending-input, cua-repeat-replace-region, cua-mode, cua-debug,Juanma Barranquero2005-06-301-7/+7
| | | | | | | | cua-auto-tabify-rectangles, cua-inhibit-cua-keys): Fix typos in docstrings.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader2005-06-241-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 425-445) - Remove "-face" suffix from gnus faces - Update from CVS - Remove "-face" suffix from MH-E faces - Remove "-face" suffix from cc-mode faces - Remove "-face" suffix from eshell faces - Remove "-face" suffix from ediff faces - Implement tty vertical-divider face - Rename vertical-divider face to vertical-border - Change escape-glyph color on dark backgrounds back to cyan - Update reference to renamed Buffer-menu-buffer face
| * (vip-ex): Don't use `format' on `error' arguments.Juanma Barranquero2005-06-161-1/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63Miles Bader2005-06-156-33/+43
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 358-423) - Update from CVS - Remove "-face" suffix from widget faces - Remove "-face" suffix from custom faces - Remove "-face" suffix from change-log faces - Remove "-face" suffix from compilation faces - Remove "-face" suffix from diff-mode faces - lisp/longlines.el (longlines-visible-face): Face removed - Remove "-face" suffix from woman faces - Remove "-face" suffix from whitespace-highlight face - Remove "-face" suffix from ruler-mode faces - Remove "-face" suffix from show-paren faces - Remove "-face" suffix from log-view faces - Remove "-face" suffix from smerge faces - Remove "-face" suffix from show-tabs faces - Remove "-face" suffix from highlight-changes faces - Remove "-face" suffix from and downcase info faces - Remove "-face" suffix from pcvs faces - Update uses of renamed pcvs faces - Tweak ChangeLog - Remove "-face" suffix from strokes-char face - Remove "-face" suffix from compare-windows face - Remove "-face" suffix from calendar faces - Remove "-face" suffix from diary-button face - Remove "-face" suffix from testcover faces - Remove "-face" suffix from viper faces - Remove "-face" suffix from org faces - Remove "-face" suffix from sgml-namespace face - Remove "-face" suffix from table-cell face - Remove "-face" suffix from tex-mode faces - Remove "-face" suffix from texinfo-heading face - Remove "-face" suffix from flyspell faces - Remove "-face" suffix from gomoku faces - Remove "-face" suffix from mpuz faces - Merge from gnus--rel--5.10 - Remove "-face" suffix from Buffer-menu-buffer face - Remove "-face" suffix from antlr-mode faces - Remove "-face" suffix from ebrowse faces - Remove "-face" suffix from flymake faces - Remove "-face" suffix from idlwave faces - Remove "-face" suffix from sh-script faces - Remove "-face" suffix from vhdl-mode faces - Remove "-face" suffix from which-func face - Remove "-face" suffix from cperl-mode faces - Remove "-face" suffix from ld-script faces - Fix cperl-mode font-lock problem - Tweak which-func face * gnus--rel--5.10 (patch 80-82) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (vi-goto-insert-state): Fix quoting in docstring.Juanma Barranquero2005-06-141-1/+1
| |
| * (cua-mode): Use add-to-ordered-list toKim F. Storm2005-06-131-1/+1
| | | | | | | | add cua--keymap-alist to emulation-mode-map-alists.
| * (viper-find-char-forward): Fix spellings in docstrings.Juanma Barranquero2005-06-101-3/+3
| |
| * (vip-find-char-forward): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
| |
| * (pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings.Juanma Barranquero2005-06-101-3/+3
| |
| * Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-388Miles Bader2005-06-101-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove "-face" suffix from viper faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/emulation/viper-init.el (viper-search, viper-replace-overlay) (viper-minibuffer-emacs, viper-minibuffer-insert) (viper-minibuffer-vi): Remove "-face" suffix from face names. (viper-search-face, viper-replace-overlay-face) (viper-minibuffer-emacs-face, viper-minibuffer-insert-face) (viper-minibuffer-vi-face): New backward-compatibility aliases for renamed faces. (viper-search-face, viper-replace-overlay-face) (viper-minibuffer-emacs-face, viper-minibuffer-insert-face) (viper-minibuffer-vi-face): Use renamed viper faces.
| * (cua-normal-cursor-color, cua-read-only-cursor-color,Juanma Barranquero2005-06-101-8/+8
| | | | | | | | | | cua-overwrite-cursor-color, cua-global-mark-cursor-color): Fix typos in docstrings.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61Miles Bader2005-06-093-11/+6
|\ \ | |/ | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 353-357) - Update from CVS
| * * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)Kim F. Storm2005-06-063-11/+6
| | | | | | | | | | | | | | (cua-global-mark): Remove -face suffix from face names. * emulation/cua-gmrk.el (cua--init-global-mark): Remove cua-global-mark face setup.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57Miles Bader2005-06-065-11/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 324-352) - Merge from gnus--rel--5.10 - Update from CVS - etc/emacs-buffer.gdb: Remove RCS keywords * gnus--rel--5.10 (patch 70-79) - Update from CVS - Merge from emacs--cvs-trunk--0
| * 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2005-06-032-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | * ediff-diff.el (ediff-same-contents) Eliminate CL-type functions. * ediff-mult.el (ediff-intersect-directories) Make sure that ".." and "." files are deleted from all file lists before comparison * viper-keym.el (viper-toggle-key,viper-quoted-insert-key,viper-ESC-key): Made them customizable. * viper.el (viper-non-hook-settings): fixed the names of defadvices.
| * Use eval-buffer, not eval-current-buffer.Richard M. Stallman2005-05-301-1/+1
| |
| * (wordstar-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
| |
| * (vi-mode-setup): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
| |