1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

136 commits

Author SHA1 Message Date
Glenn Morris
b362c12a0f Entry I should have made earlier. 2002-04-28 18:15:26 +00:00
Eli Zaretskii
0d48e8aad3 Place under GFDL. Fix copyright years.
(Top): Fix markup of quoted chapter names.
(Stack Manipulation, Rearranging with Selections)
(Operations on Variables): Use @kbd instead of @key.
(Installation): Update instructions.  Comment out the description
of the \bumpoddpages macro which was deleted
2002-01-04 11:36:29 +00:00
Eli Zaretskii
5c3cb846d4 *** empty log message *** 2002-01-04 10:47:38 +00:00
Michael Kifer
b9fe4732f6 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
* viper-cmd.el (viper-change-state): Got rid of make-local-hook.
	(viper-special-read-and-insert-char): Make C-m work right in the r
	comand.
	(viper-buffer-search-enable): Fixed format string.

	* viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
	instead of viper-info-on-file.
	(ex-set-visited-file-name): New function.

	* viper.el (viper-emacs-state-mode-list): Added mail-mode.

	* ediff-mult.el (ediff-meta-mark-equal-files): Added optional
	action argument.

	* ediff-init.el: Fixed some doc strings.

	* ediff-util.el (ediff-after-quit-hook-internal): New variable.
	Got rid of make-local-hook.

	* ediff-wind.el (ediff-setup-control-frame): Got rid of
	make-local-hook.
2001-12-24 05:50:31 +00:00
Eli Zaretskii
78f743c793 (EMACSSOURCES): Update the list of Emacs manual source files. 2001-12-20 20:14:29 +00:00
Andreas Schwab
9464dea48d *** empty log message *** 2001-12-07 12:32:34 +00:00
Pavel Janík
4a3cf58db0 *** empty log message *** 2001-12-02 09:42:43 +00:00
Eli Zaretskii
8f1b2b0bf7 *** empty log message *** 2001-12-01 13:10:50 +00:00
Kai Großjohann
59ac134c76 (Marking Objects): `M-h' accepts prefix arg. 2001-12-01 13:06:43 +00:00
Jason Rumney
59ce1461a2 *** empty log message *** 2001-11-25 11:35:13 +00:00
Colin Walters
b8003ee934 *** empty log message *** 2001-11-24 02:35:37 +00:00
Eli Zaretskii
c054b556ae *** empty log message *** 2001-11-16 13:04:45 +00:00
Pavel Janík
e3059a5d86 *** empty log message *** 2001-11-14 13:39:59 +00:00
Sam Steingold
dff28924e8 fixed format 2001-11-13 00:07:54 +00:00
Eli Zaretskii
b64abe16f6 *** empty log message *** 2001-11-07 19:06:32 +00:00
Eli Zaretskii
d7b8e6c600 New file. 2001-11-06 19:05:38 +00:00
Pavel Janík
864f06c33a (Glossary): Fix syntax. 2001-11-01 09:10:43 +00:00
Pavel Janík
d576358ba5 *** empty log message *** 2001-11-01 07:04:57 +00:00
Pavel Janík
2b209b974e *** empty log message *** 2001-10-31 15:12:04 +00:00
Gerd Moellmann
6aa97356aa *** empty log message *** 2001-10-21 17:41:43 +00:00
Gerd Moellmann
71431a0ea1 *** empty log message *** 2001-10-21 09:04:46 +00:00
Michael Kifer
2d341681c8 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
* viper-ex.el (ex-edit): make checks for modified buffer/file.
	(viper-get-ex-address-subr): more precise addr for the $ marker

	* viper-cmd.el: Fixed indentation.

	* viper.texi: Clarified that viper won't expand special symbols in
	search patterns.
2001-10-13 21:38:19 +00:00
Gerd Moellmann
ab952a4f34 *** empty log message *** 2001-10-10 09:43:20 +00:00
Gerd Moellmann
2a34a036ff *** empty log message *** 2001-10-06 09:57:20 +00:00
Eli Zaretskii
e602e77917 Update Stephen Gildea's email address. 2001-09-10 14:00:55 +00:00
Andrew Choi
51c2603b4a 2001-08-21 Andrew Choi <akochoi@i-cable.com>
* macos.texi: Change mac-filename-to-unix and unix-filename-to-mac
        to mac-file-name-to-posix and posix-file-name-to-mac, resp.
2001-08-21 15:59:29 +00:00
Michael Kifer
4960e7572a * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
	(ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
	(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
	Deleted functions.
	(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
	ex-token-list.
	(viper-get-ex-address-subr): convert registers to char data type.

	* viper-util.el (viper-int-to-char,viper-char-equal): new
	functions.
	(viper-memq-char): use viper-int-to-char.
	(viper-file-checked-in-p): use vc-locking-user, if vc doesn't have
	vc-locking-state.
	(viper-read-key): use viper-read-key-sequence.

	* viper.el (viper-major-mode-modifier-list): added
	inferior-emacs-lisp-mode.
	(this-major-mode-requires-vi-state): new function that uses simple
	heuristics to decide if vi state is appropriate.
	(set-viper-state-in-major-mode): use this-major-mode-requires-vi-state.
	(viper-non-hook-settings): don't advise read-key-sequence.
	(viper-read-key-sequence): new function that replaces the
	previously used advice to read-key-sequence.

	* viper-cmd.el (viper-test-com-defun,viper-exec-change,
	viper-exec-Change,viper-execute-com,viper-insert,viper-append,
	viper-Append,viper-Insert,viper-open-line,viper-Open-line,
	viper-open-line-at-point,viper-substitute,viper-overwrite,
	viper-replace-char-subr,viper-forward-word,viper-forward-Word):
	got rid of the negative character hack.
	(viper-escape-to-state,viper-replace-state-exit-cmd):
	use viper-read-key-sequence.
	(viper-envelop-ESC-key): no need for ad-get-orig-definition.
	(viper-minibuffer-standard-hook,viper-read-string-with-history):
	don't override existing minibuffer-setup-hook.
	(viper-mark-point,viper-goto-mark-subr,viper-brac-function):
	convert registers to char data type.
	(viper-autoindent): use viper-indent-line.

	* viper-keym.el: use viper-exec-key-in-emacs.

	* viper.texi: Added credits, new commands, like :make.

	* ediff-util.el: Copyright years.
	(ediff-choose-syntax-table): New function.
	(ediff-setup): Use ediff-choose-syntax-table.
	(ediff-file-checked-out-p,ediff-file-checked-in-p): check if
	vc-state is available.
	(ediff-make-temp-file): use ediff-coding-system-for-write.

	* ediff-init.el (ediff-with-syntax-table): New macro, uses
	with-syntax-table.
	(ediff-coding-system-for-read): from ediff-diff.el
	(ediff-coding-system-for-write): new variable.
	(ediff-highest-priority): fixed the bug having to do with disappearing
	overlays.
	(ediff-file-remote-p): use file-remote-p, if available.
	(ediff-listable-file): new function.
	(ediff-file-attributes): use ediff-listable-file.

	* ediff-mult.el (ediff-meta-insert-file-info1): use
	ediff-listable-file.

	* ediff-ptch.el (ediff-prompt-for-patch-file): use
	ediff-coding-system-for-read.
	(ediff-patch-file-internal): use ediff-coding-system-for-write.

	* ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el.
	(ediff-match-diff3-line,ediff-get-diff3-group): improved pattern.

	* ediff.el: Date of last update, copyright years.

	* ediff-wind (ediff-setup-control-frame): Nill->nil.

	* ediff.texi: added clarifications, acknowledgements.
2001-07-21 05:28:24 +00:00
Carsten Dominik
7f4350a757 *** empty log message *** 2001-06-08 08:56:37 +00:00
Eli Zaretskii
7341902149 *** empty log message *** 2001-06-07 13:57:58 +00:00
Gerd Moellmann
2c82595666 *** empty log message *** 2001-05-14 09:53:34 +00:00
Eli Zaretskii
2a482fd745 Remove the entry for the 19.34 release. RMS says it was done on a branch. 2001-05-11 09:10:48 +00:00
Gerd Moellmann
3e057f36a0 Remove log entries for 20.5 .. 20.7. 2001-05-09 09:50:49 +00:00
Eli Zaretskii
e8918aee02 *** empty log message *** 2001-05-04 17:50:11 +00:00
Gerd Moellmann
6d87665ca7 *** empty log message *** 2001-04-19 14:52:28 +00:00
Eli Zaretskii
e372bc674c *** empty log message *** 2001-04-14 11:52:51 +00:00
John Wiegley
db86be5da0 *** empty log message *** 2001-04-09 23:42:52 +00:00
Gerd Moellmann
c2eebe63dd *** empty log message *** 2001-04-02 11:55:06 +00:00
Andreas Schwab
1a518f2c8b *** empty log message *** 2001-03-30 11:05:44 +00:00
Gerd Moellmann
eeb5b5c15c *** empty log message *** 2001-03-21 14:04:03 +00:00
John Wiegley
4dccc3f075 *** empty log message *** 2001-03-20 20:41:37 +00:00
Michael Kifer
4986c2c6c8 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-util.el: Copyright years.
	(ediff-choose-syntax-table): New function.
	(ediff-setup): Use ediff-choose-syntax-table.

	* ediff-init.el (ediff-with-syntax-table): New macro, uses
	with-syntax-table.

	* ediff.el: Date of last update, copyright years.

	* ediff-wind (ediff-setup-control-frame): Nill->nil.

	* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
	of Scott Bronson.
	(ex-cmd-assoc,ex-cmd-one-letr): New functions.
	(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
	Deleted functions.
	(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
	ex-token-list.

	* viper-util.el: Spaces, indentation.

	* viper.el: Changed version, modification time.
2001-03-17 18:59:39 +00:00
Thien-Thi Nguyen
ed36884690 *** empty log message *** 2001-03-14 00:09:55 +00:00
Francesco Potortì
90ab09b6d0 Mention that file names are tags. 2001-03-12 12:41:32 +00:00
Gerd Moellmann
8da1a0518f (mostlyclean, maintainer-clean): Delete more files. 2001-03-05 17:01:13 +00:00
Eli Zaretskii
2fe50224b8 (mark_maybe_pointer): Fix a typo in a comment. 2001-03-02 17:25:49 +00:00
Michael Kifer
b4c0dae981 2001-02-24 Michael Kifer <kifer@cs.sunysb.edu>
* ediff.texi: Fixed some typos
2001-02-25 02:02:08 +00:00
Bill Wohler
b129e0293b *** empty log message *** 2001-02-19 19:11:24 +00:00
Andreas Schwab
7ad1b9193e Fix typo. 2001-02-19 15:25:56 +00:00
Michael Kifer
513bea4565 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
	for remote files.
	(ediff-coding-system-for-read): replaced the no-conversion default
	with raw-text.
	* ediff-init.el: Removed :version from defcustom vars.
	* ediff-util.el (ediff-compute-custom-diffs-maybe): Better
	handling of the diff mode
	* ediff.texi: Added ediff-coding-system-for-read.
	* viper.texi: typos
2001-02-12 08:47:13 +00:00
ShengHuo ZHU
fb6de1b533 * gnus.texi (Pterodactyl Gnus): Added.
(Newest Features): Removed. Suggested by RMS.
2001-02-11 17:56:04 +00:00