1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

462 Commits

Author SHA1 Message Date
Juanma Barranquero
eca4927a08 (viper-mouse): Finish `defgroup' description with period. 2005-07-04 02:49:51 +00:00
Juanma Barranquero
87c81c8987 (viper-ex): Finish `defgroup' description with period. 2005-07-04 02:48:53 +00:00
Richard M. Stallman
8a26ec4e18 (tpu-mark): Fix previous change.
(zmacs-regions): Add defvar.
(repeat-complex-command-map): Everything about that deleted.
2005-07-03 19:31:46 +00:00
Richard M. Stallman
c9b6a3a6d3 (tpu-lucid-emacs-p): Renamed from tpu-lucid-emacs19-p. Uses changed. 2005-07-03 19:27:34 +00:00
Richard M. Stallman
f24cd32e9b (tpu-emacs19-p): Var deleted. All references simplified. 2005-07-03 19:25:36 +00:00
Richard M. Stallman
65597a17ba (tpu-original-global-map): Don't copy global-map, save the same map.
(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.
2005-07-03 19:20:21 +00:00
Richard M. Stallman
70903d8ef7 (vip-replace-string, ex-map, ex-read): Use with-no-warnings. 2005-07-03 16:26:56 +00:00
Richard M. Stallman
3b72eca0a3 (vi-mark-region): Use c-mark-function.
(c-mark-function): Add point-moving-unit property.
(vi-goto-line): Use with-no-warnings.
2005-07-03 16:25:59 +00:00
Richard M. Stallman
4668b9f92d (edt-last-copied-word): Add defvar.
(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.
2005-07-03 16:24:30 +00:00
Juanma Barranquero
1324d580c5 (edt-save-function-key-map, EDT-key-name): `defvar' to silence the
byte-compiler.
2005-07-02 14:04:25 +00:00
Juanma Barranquero
3eb8967ae2 (*EDT-keys*, edt-default-global-map, edt-last-copied-word,
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.
2005-07-02 14:01:11 +00:00
Juanma Barranquero
8482d727c3 (cua-do-rectangle-padding): Remove period from end of messages.
(cua--rectangle-seq-format): Fix typo in docstring.
(cua-sequence-rectangle, cua-fill-char-rectangle): Improve argument/docstring
consistency.
2005-06-30 01:15:52 +00:00
Juanma Barranquero
c23eed1b5f (cua-toggle-global-mark, cua-cut-region-to-global-mark,
cua--cut-rectangle-to-global-mark): Remove period from end of error messages.
2005-06-30 01:13:21 +00:00
Juanma Barranquero
c77d7c926b (cua-check-pending-input, cua-repeat-replace-region, cua-mode, cua-debug,
cua-auto-tabify-rectangles, cua-inhibit-cua-keys): Fix typos in docstrings.
2005-06-30 01:12:23 +00:00
Juanma Barranquero
2ae2e81e9b (vip-ex): Don't use format' on error' arguments. 2005-06-16 14:38:12 +00:00
Juanma Barranquero
4790f3a438 (vi-goto-insert-state): Fix quoting in docstring. 2005-06-14 11:31:43 +00:00
Kim F. Storm
1a2f4b9fc0 (cua-mode): Use add-to-ordered-list to
add cua--keymap-alist to emulation-mode-map-alists.
2005-06-13 21:31:37 +00:00
Juanma Barranquero
3bf04f2fad (viper-find-char-forward): Fix spellings in docstrings. 2005-06-10 14:11:45 +00:00
Juanma Barranquero
1c7e8dfbd1 (vip-find-char-forward): Fix spellings in docstrings. 2005-06-10 14:11:18 +00:00
Juanma Barranquero
ca088b0437 (pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings. 2005-06-10 14:10:52 +00:00
Miles Bader
25c066491c Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-388
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.
2005-06-10 10:44:34 +00:00
Juanma Barranquero
63baed9942 (cua-normal-cursor-color, cua-read-only-cursor-color,
cua-overwrite-cursor-color, cua-global-mark-cursor-color): Fix typos in
docstrings.
2005-06-10 01:00:55 +00:00
Kim F. Storm
1e98d199cc * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
(cua-global-mark): Remove -face suffix from face names.

* emulation/cua-gmrk.el (cua--init-global-mark): Remove
cua-global-mark face setup.
2005-06-06 13:19:15 +00:00
Michael Kifer
899a431bae 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
* 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.
2005-06-03 08:04:04 +00:00
Richard M. Stallman
ced6cb7112 Use eval-buffer, not eval-current-buffer. 2005-05-30 06:49:59 +00:00
Lute Kamstra
b98d046765 (wordstar-mode): Use run-mode-hooks. 2005-05-26 15:14:51 +00:00
Lute Kamstra
ec965cd42b (vi-mode-setup): Use run-mode-hooks. 2005-05-26 15:14:23 +00:00
Richard M. Stallman
e07ff07849 (viper-ex-work-buf, viper-ex-print-buf): Use defvar, not defconst. 2005-05-22 13:38:39 +00:00
Richard M. Stallman
90d5ea0499 Use write-file-functions instead of write-file-hooks. 2005-05-22 13:31:22 +00:00
Kim F. Storm
34e99b2e36 (crisp-home, crisp-end): Put CUA property. 2005-05-19 08:06:59 +00:00
Kim F. Storm
541d6c0271 (cua--init-rectangles): Bind C-return instead of S-return to
toggle/clear rectangle mark.
2005-05-17 22:39:30 +00:00
Kim F. Storm
c9ee062db9 (cua-use-hyper-key): Doc fix.
(cua--init-keymaps): Bind C-return instead of S-return to set rectangle mark.
2005-05-17 22:39:06 +00:00
Thien-Thi Nguyen
7f1c31c9d4 Update years in copyright notice; nfc. 2005-05-17 17:29:06 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Kim F. Storm
6a350b06e2 (cua-copy-region, cua-cut-region)
(cua-paste): Handle clipboard action.
(cua--init-keymaps): Remap clipboard-kill-region and
clipboard-kill-ring-save.
2005-05-08 22:29:20 +00:00
Kim F. Storm
8736f4c222 Rework last fix. 2005-05-02 10:07:38 +00:00
Kim F. Storm
1934f52999 Fix check for CUA-mode if no init file. 2005-05-01 22:33:57 +00:00
Kim F. Storm
1338947ca0 (cua--pre-command-handler): Add more
elaborate check for shift modifier on non-window systems.
2005-04-18 19:50:07 +00:00
Dan Nicolaescu
fbcaad36b8 (cua-global-mark-face): Add special case
for displays supporting a high number of colors.
2005-04-16 16:03:29 +00:00
Kim F. Storm
0362261406 (cua-rectangle-face)
(cua-rectangle-noselect-face): Define face attributes here.
2005-04-12 20:39:35 +00:00
Kim F. Storm
786aac0f63 (cua--init-rectangles): Remove face setup. 2005-04-12 20:39:08 +00:00
Lute Kamstra
ca0f8d34cc (cua-mode): Specify :group. 2005-04-04 09:13:04 +00:00
Kim F. Storm
ec503c284c (cua-scroll-down): Add CUA property. 2005-03-30 22:20:24 +00:00
Werner LEMBERG
d00fa0a4b3 * emulation/vip.el: Replace illegal' with invalid'. 2005-03-25 08:30:01 +00:00
Stefan Monnier
ffc30f4fa1 find-file-hooks -> find-file-hook. 2005-03-24 22:17:43 +00:00
Kim F. Storm
bab88420b1 Put CUA move property on move-end-of-line
and move-beginning-of-line.
2005-03-07 11:12:58 +00:00
Michael Kifer
3f9526a371 * viper-cmd.el (viper-prefix-commands): make into a defconst.
(viper-exec-buffer-search): use regexp-quote to quote the buffer
	string.
	(viper-minibuffer-setup-sentinel): make some variables buffer-local.
	(viper-skip-separators): bug fix.
	(viper-set-searchstyle-toggling-macros): allow to unset macros in a
	particular major mode.
	(viper-del-backward-char-in-replace): don't put deleted char on the
	kill ring.

	* viper-ex.el (viper-color-display-p): new function.
	(viper-has-face-support-p): use viper-color-display-p.

	* viper-keym.el (viper-gnus-modifier-map): new keymap.

	* viper-macs.el (viper-unrecord-kbd-macro): bug fix.

	* viper-util.el (viper-glob-unix-files): fix shell status check.
	(viper-file-remote-p): make equivalent to file-remote-p.

	* viper.el (viper-major-mode-modifier-list): use
	viper-gnus-modifier-map.
2005-02-19 19:32:47 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Kim F. Storm
e4907bbe3b (cua--undo-list, cua--tidy-undo-counter)
(cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
(cua--rect-undo-set-point): New var.
(cua--rectangle-undo-boundary): Setup undo apply entry.
(cua--rect-undo-handler): New function for rectangle undo.
(cua--rect-start-position, cua--rect-end-position): Add.
(cua--rectangle-post-command): Call cua--rectangle-set-corners
for restored rectangle.  Set point if cua--rect-undo-set-point.
2005-02-07 11:44:57 +00:00
Kim F. Storm
4905133fd7 (cua-max-undo, cua-undo): Remove.
(cua--standard-movement-commands): Remove list.
Instead, set CUA property value to move for movement commands.
(cua-movement-commands): Remove.  Users must set CUA prop instead.
(cua--pre-command-handler): Check CUA property.
(cua--init-keymaps): Don't remap undo commands.
(cua-mode): Don't call cua--rectangle-on-off.
2005-02-07 11:44:40 +00:00