Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Glenn Morris
281b9aa888
(vip-special-prefix-com): Use ispell-region rather than spell-region.
2008-02-22 03:54:52 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88
Add 2008 to copyright years.
2008-01-07 01:14:52 +00:00
Dan Nicolaescu
91dd4dc442
* progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
...
only if it is bound.
* textmodes/reftex.el: Move autoloads for before all uses.
(reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
(reftex-delete-overlay): Move to the top level with the condition
in the body.
* progmodes/simula.el: Use when instead of if.
* iimage.el (iimage-locate-file): Define unconditionally.
* mail/mailabbrev.el (mail-abbrev-next-line):
* emulation/vip.el (vip-enlarge-region, vip-line)
(vip-next-line-at-bol, vip-previous-line)
(vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
Wrap with-no-warnings around uses of next-line and previous-line.
* ediff.el (run-ediff-from-cvs-buffer):
* ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove
function not used by pcl-cvs anymore.
(noninteractive, generic-sc-get-latest-rev)
(ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
Delete support for long obsolete generic-sc.el.
2007-10-31 06:28:09 +00:00
Glenn Morris
e0085d62fa
Switch license to GPLv3 or later.
2007-07-25 04:14:29 +00:00
Glenn Morris
f0fa15c5e5
Add 2007 to copyright years.
2007-01-21 02:48:43 +00:00
Glenn Morris
d59c31376c
Update copyright years.
2006-12-07 05:06:17 +00:00
Juanma Barranquero
49c8765481
(vip-emacs-local-map, vip-change-mode-to-emacs): Fix typo in docstring.
2006-11-06 02:33:15 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Romain Francoise
5b76833fd5
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
...
* woman.el (woman-file-name):
* wid-edit.el (widget-file-prompt-value)
(widget-coding-system-prompt-value):
* w32-fns.el (set-w32-system-coding-system):
* vc.el (vc-version-diff, vc-annotate):
* textmodes/reftex-auc.el (reftex-arg-cite)
(reftex-arg-index-tag):
* textmodes/refer.el (refer-get-bib-files):
* textmodes/artist.el (artist-figlet-choose-font):
* terminal.el (terminal-emulator):
* replace.el (occur-read-primary-args):
* rect.el (string-rectangle, string-insert-rectangle):
* ps-print.el (ps-print-preprint):
* progmodes/pascal.el (pascal-goto-defun):
* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
* progmodes/compile.el (compilation-find-file):
* printing.el (pr-interactive-n-up):
* play/animate.el (animate-birthday-present):
* net/rcompile.el (remote-compile):
* man.el (man, Man-goto-section, Man-follow-manual-reference):
* mail/rmailsum.el (rmail-summary-search-backward)
(rmail-summary-search):
* mail/rmailout.el (rmail-output-read-rmail-file-name)
(rmail-output-read-file-name):
* mail/rmail.el (rmail-search, rmail-search-backwards):
* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
* locate.el (locate):
* international/quail.el (quail-show-keyboard-layout):
* international/mule.el (set-buffer-file-coding-system)
(revert-buffer-with-coding-system, set-file-name-coding-system)
(set-terminal-coding-system, set-keyboard-coding-system)
(set-next-selection-coding-system):
* international/mule-diag.el (describe-coding-system)
(describe-font, describe-fontset):
* international/mule-cmds.el (universal-coding-system-argument)
(search-unencodable-char, describe-input-method)
(set-language-environment, describe-language-environment):
* international/codepage.el (codepage-setup):
* international/code-pages.el (codepage-setup):
* info.el (Info-search, Info-follow-reference)
(Info-search-backward):
* emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-clear-cache, ad-activate)
(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
(ad-enable-advice, ad-disable-advice, ad-remove-advice)
(ad-read-regexp):
* ediff-util.el (ediff-toggle-regexp-match):
* ediff-ptch.el (ediff-prompt-for-patch-file):
* dired-aux.el (dired-diff):
* diff.el (diff):
* cus-edit.el (custom-variable-prompt):
* calendar/timeclock.el (timeclock-ask-for-project):
* calc/calcalg3.el (calc-get-fit-variables):
* calc/calc-store.el (calc-edit-variable)
(calc-permanent-variable):
* vc-mcvs.el (vc-mcvs-register):
* shadowfile.el (shadow-define-literal-group):
* woman.el (woman-file-name):
* vc.el (vc-version-diff, vc-merge):
* textmodes/reftex-index.el (reftex-index-complete-tag):
* format.el (format-decode-buffer, format-decode-region):
* emulation/viper-cmd.el (viper-read-string-with-history):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* ediff.el (ediff-merge-revisions)
(ediff-merge-revisions-with-ancestor, ediff-revision):
* completion.el (interactive-completion-string-reader):
* calc/calc-prog.el (calc-user-define-formula):
Follow convention for reading with the minibuffer.
2005-09-24 13:44:02 +00:00
Thien-Thi Nguyen
5fd6d89f46
Update years in copyright notice; nfc.
2005-08-01 15:47:19 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +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
Juanma Barranquero
2ae2e81e9b
(vip-ex): Don't use format' on error' arguments.
2005-06-16 14:38:12 +00:00
Juanma Barranquero
1c7e8dfbd1
(vip-find-char-forward): Fix spellings in docstrings.
2005-06-10 14:11:18 +00:00
Juanma Barranquero
027a4b6b3f
Replace string-to-int' by string-to-number'.
2005-05-16 11:34:49 +00:00
Werner LEMBERG
d00fa0a4b3
* emulation/vip.el: Replace illegal' with invalid'.
2005-03-25 08:30:01 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
4532ac55a9
(ctl-x-map): Don't bind C-x C-i or C-x 3.
...
(global-map): Don't bind C-z.
(vip-setup): New function to rebind C-x 7 and C-z.
2003-05-28 11:29:25 +00:00
Juanma Barranquero
a1506d2977
Trailing whitepace deleted.
2003-02-04 13:24:35 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Richard M. Stallman
91f3402b8d
Comment changes.
1998-05-07 22:28:23 +00:00
Stephen Eglen
786b07e8f5
Customize.
1998-04-17 17:24:17 +00:00
Richard M. Stallman
c93c42a61a
(vip-mode-map): Add defvar; move earlier.
...
(vip-c-string): Variable renamed and defvar added.
(vip-save-minibuffer-local-map): Likewise.
(vip-end-with-a-newline-p): Use STRING (the arg) instead of `text'.
1997-06-23 19:18:36 +00:00
Richard M. Stallman
896546cd9b
Add provide call.
1997-06-22 18:57:55 +00:00
Richard M. Stallman
4907ce5b07
Doc fixes on most variables.
1996-10-12 02:39:33 +00:00
Karl Heuer
195b04a4be
(vip-execute-ex-command, ex-write): Fix error format string.
1996-01-29 23:19:04 +00:00
Karl Heuer
4cea11ffad
(vip-replace-string, vip-search-forward, vip-search-backward): Delete format call inside message.
1996-01-25 01:13:01 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Karl Heuer
7231c3d528
(vip-shift-width): Doc fix.
1996-01-04 23:51:47 +00:00
Richard M. Stallman
f719b45aaa
(vip-startup-file): New variable.
...
(vip-mode): Use `vip-startup-file' for the startup file name.
1996-01-01 23:40:10 +00:00
Richard M. Stallman
9a62cb6319
(vip-push-mark-silent): Use (mark t).
1995-06-22 05:11:36 +00:00
Karl Heuer
17f9373a9c
(vip-change-mode): Use force-mode-line-update.
1995-04-25 22:23:48 +00:00
Richard M. Stallman
a4e104bf5c
Doc fix.
1994-05-22 22:14:17 +00:00
Richard M. Stallman
5975546182
(vip-replace-string): Don't use replace-regexp.
1993-12-23 04:53:48 +00:00
Jim Blandy
eb8c3be94e
Apply typo patches from Paul Eggert.
1993-06-09 11:59:12 +00:00
Richard M. Stallman
418d451337
(vip-ctl-key-equivalent): Use vip-escape-to-emacs.
...
(vip-escape-to-emacs): Use read-key-sequence and key-binding.
Arg EVENTS replaces arg CHAR.
(vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.
1993-06-06 07:16:19 +00:00
Eric S. Raymond
c91c4e6d7f
Added or corrected Commentary section
1993-03-22 22:44:33 +00:00
Jim Blandy
dbc4e1c129
JimB's changes since January 18th
1993-01-26 01:58:16 +00:00
Jim Blandy
136e6e9980
* bytecomp.el: Declare unread-command-char an obsolete variable.
...
* vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
vip-prefix-arg-com): Use unread-command-event instead of
unread-command-char; respect its new semantics.
* vip.el (vip-delete-char, vip-delete-backward-char, ex-delete):
Don't pass nil as a fourth argument to vip-append-to-register; it
takes only three.
(vip-mark-point, ex-mark): Pass required second argument to
point-to-register.
1992-11-16 01:44:33 +00:00
Christopher Zaborsky
1433a22243
Doc fix.
1992-11-10 20:01:10 +00:00
Eric S. Raymond
5814274441
entered into RCS
1992-07-22 02:58:48 +00:00
Eric S. Raymond
6251ee24af
*** empty log message ***
1992-07-17 18:53:44 +00:00
Eric S. Raymond
d46bac56ad
*** empty log message ***
1992-07-14 19:42:01 +00:00
Jim Blandy
f9f9507e1d
*** empty log message ***
1991-05-09 21:50:55 +00:00
Richard M. Stallman
d7cc518448
Initial revision
1988-02-11 06:40:33 +00:00