Michael Kifer
44766d63ad
2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
...
* viper.el (viper-emacs-state-mode-list): add recentf-dialog-mode.
Change the date of last update.
2005-08-06 20:29:11 +00:00
Michael Kifer
3868558380
2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
...
* 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\\".
2005-08-06 16:58:54 +00:00
Miles Bader
5e10f34207
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77
...
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
2005-08-05 10:57:36 +00:00
Kim F. Storm
f28564957e
(cua--highlight-rectangle): Only show
...
rectangle overlay in selected window.
2005-08-01 22:06:42 +00:00
Thien-Thi Nguyen
5fd6d89f46
Update years in copyright notice; nfc.
2005-08-01 15:47:19 +00:00
Miles Bader
3674ae2f87
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
...
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
2005-07-22 08:27:27 +00:00
Juanma Barranquero
1023b16920
(cua-mode, cua-enable-register-prefix, cua-enable-cua-keys, cua-use-hyper-key,
...
cua-virtual-rectangle-edges): Fix typos in docstrings.
(cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
2005-07-21 09:38:13 +00:00
Kim F. Storm
3685c8a4bf
(cua-mode): Improve doc string.
2005-07-20 11:03:41 +00:00
Michael Kifer
acfb6f24f7
* viper-cmd.el (viper-escape-to-state): bug fix
...
(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.
2005-07-19 05:01:20 +00:00
Richard M. Stallman
b674ceaf81
(viper-activate-input-method): Avoid warning.
2005-07-16 17:39:49 +00:00
Kim F. Storm
01096a7b8c
(cua--pre-command-handler-1, cua--pre-command-handler)
...
(cua--post-command-handler-1, cua--post-command-handler):
Split in two. Check (buffer local) value of cua-mode.
(cua-selection-mode): New command.
2005-07-14 08:27:30 +00:00
Miles Bader
bacb9790f5
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
...
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
2005-07-14 08:02:00 +00:00
Karoly Lorentey
ac09dc1ec3
Rename function-key-map to local-function-key-map, and global-function-key-map to function-key-map. Same for key-translation-map.
...
* src/keyboard.h (struct kboard): Rename member 'Vfunction_key_map' to
'Vlocal_function_key_map', and 'Vkey_translation_map' to
'Vlocal_key_translation_map'.
(Vfunction_key_map, Vkey_translation_map): New declarations.
* src/keyboard.c (Vfunction_key_map): New variable.
(Vglobal_key_translation_map): Rename to Vglobal_key_translation_map.
(read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards): Update.
* src/keymap.c (Fdescribe_buffer_bindings): Update.
* src/term.c (term_get_fkeys_1): Update.
* lisp/double.el (double-setup): Replace global-key-translation-map with key-translation-map.
* lisp/international/encoded-kb.el (encoded-kbd-setup-display): Ditto.
* lisp/international/iso-transl.el: Ditto.
* lisp/obsolete/iso-acc.el (iso-accents-customize): Ditto.
* lisp/edmacro.el (edmacro-format-keys): Use terminal-local binding of
local-function-key-map instead of function-key-map.
* lisp/emulation/cua-base.el (cua--pre-command-handler): Ditto.
* lisp/isearch.el (isearch-other-meta-char): Ditto.
* lisp/subr.el (read-quoted-char): Ditto.
* lisp/term/vt200.el: Ditto.
* lisp/term/vt201.el: Ditto.
* lisp/term/vt220.el: Ditto.
* lisp/term/vt240.el: Ditto.
* lisp/term/vt300.el: Ditto.
* lisp/term/vt320.el: Ditto.
* lisp/term/vt400.el: Ditto.
* lisp/term/vt420.el: Ditto.
* lisp/simple.el (normal-erase-is-backspace-mode): Add todo note.
* lisp/xt-mouse.el: Ditto.
* lisp/term/AT386.el: Adapt for renaming of function-key-map to local-function-key-map.
* lisp/term/internal.el: Ditto.
* lisp/term/iris-ansi.el: Ditto.
* lisp/term/lk201.el: Ditto.
* lisp/term/mac-win.el: Ditto.
* lisp/term/news.el: Ditto.
* lisp/term/rxvt.el: Ditto.
* lisp/term/sun.el: Ditto.
* lisp/term/tvi970.el: Ditto.
* lisp/term/wyse50.el: Ditto.
* lisp/term/x-win.el (x-setup-function-keys): Ditto.
* lisp/term/xterm.el: Ditto.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-386
2005-07-12 10:55:24 +00:00
Michael Kifer
8ea74b0e45
* viper-cmd.el (viper--key-maps): new variable.
...
(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.
2005-07-10 18:46:24 +00:00
Miles Bader
d3e4babdd1
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
...
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
2005-07-07 12:43:14 +00:00
Stefan Monnier
a5717394ea
(CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)
...
(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.
2005-07-07 04:59:32 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
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
Miles Bader
3f0607e494
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
...
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
2005-06-24 01:59:52 +00:00
Juanma Barranquero
2ae2e81e9b
(vip-ex): Don't use format' on
error' arguments.
2005-06-16 14:38:12 +00:00
Miles Bader
2092fd2b33
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
...
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
2005-06-15 23:32:15 +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
Miles Bader
d113efea8e
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 353-357)
- Update from CVS
2005-06-09 07:13:03 +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
Miles Bader
fdffd34626
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
...
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-06 02:39:45 +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
Miles Bader
d2eeec7fb9
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 320-323)
- Update from CVS
2005-05-26 05:42:19 +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