1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
Commit Graph

2483 Commits

Author SHA1 Message Date
Francesco Potortì
c02a76cc57 uniquify.el speedup. 2001-07-24 10:42:01 +00:00
Eli Zaretskii
be8cf99e91 (IT-unicode-translations): Fix the appearance of "6`". 2001-07-23 15:29:46 +00:00
Eli Zaretskii
31fac3b80f (compile-internal): If EMACS is already
defined in the environment, don't override its value.
2001-07-23 15:24:00 +00:00
Gerd Moellmann
9e5a7f2af4 *** empty log message *** 2001-07-23 10:08:53 +00:00
Gerd Moellmann
5247262aa7 *** empty log message *** 2001-07-23 09:51:48 +00:00
Gerd Moellmann
73496807fb *** empty log message *** 2001-07-23 09:46:39 +00:00
Eli Zaretskii
722a451d1a (normal-top-level-add-subdirs-to-load-path): On Windows,
put into normal-top-level-add-subdirs-inode-list the
canonicalized names of the directories instead of inode numbers.
2001-07-22 10:53:30 +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
Stefan Monnier
0582471880 (server-visit-files): Fix variable name typo. 2001-07-20 22:46:18 +00:00
Gerd Moellmann
6e07c0a573 *** empty log message *** 2001-07-20 10:04:36 +00:00
Stefan Monnier
5b6858da26 (compilation-parse-errors): `linenum' might return a this-error using
the alternative format (a pair of markers).
2001-07-19 21:46:37 +00:00
Gerd Moellmann
4e2a256ba5 *** empty log message *** 2001-07-19 13:26:18 +00:00
Gerd Moellmann
794d58ba0a (mh-find-progs): Also search in `lib'.
From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2001-07-19 13:04:43 +00:00
Pavel Janík
381194d084 Doc and coding conventions fixes. 2001-07-18 09:06:38 +00:00
Eli Zaretskii
27009a49b5 Document display-images-p. 2001-07-17 13:00:51 +00:00
Gerd Moellmann
467f120972 *** empty log message *** 2001-07-17 10:57:38 +00:00
Pavel Janík
9781053a4c *** empty log message *** 2001-07-17 07:37:19 +00:00
Stefan Monnier
a38b71b0c8 *** empty log message *** 2001-07-16 23:45:18 +00:00
Gerd Moellmann
c1d61a7dfa *** empty log message *** 2001-07-16 16:00:02 +00:00
Stefan Monnier
c59fb719f5 *** empty log message *** 2001-07-16 15:20:00 +00:00
Pavel Janík
652a9be93e Author header fix. 2001-07-16 14:36:26 +00:00
Gerd Moellmann
4391d40daa (mouse-sel-bindings): Instead of unbinding
mouse-1 etc., bind them to `ignore'.
2001-07-16 14:31:15 +00:00
Gerd Moellmann
c3d6be34f6 *** empty log message *** 2001-07-16 13:00:54 +00:00
Pavel Janík
3c3e43ef06 Doc fix. 2001-07-16 12:46:31 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Gerd Moellmann
bb24c64f41 *** empty log message *** 2001-07-16 11:54:17 +00:00
Pavel Janík
6a05d05faf Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
Gerd Moellmann
1b85bd12db (dired-insert-set-properties): Fix invalid mouse-face
property.
2001-07-16 10:54:22 +00:00
Pavel Janík
6e44da43b1 Some fixes to follow coding conventions. 2001-07-16 09:10:19 +00:00
Gerd Moellmann
6033fc96b6 Doc fix. 2001-07-16 09:03:47 +00:00
Pavel Janík
3afbc435ac Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
Stefan Monnier
5d3d1e3209 *** empty log message *** 2001-07-16 03:35:36 +00:00
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
Pavel Janík
715a2ca2fc Some fixes to follow coding conventions in files from Gnus. 2001-07-15 17:42:53 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Pavel Janík
1cd7adc68a Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
Stefan Monnier
07b1b9126d (Info-build-node-completions): Make Info-current-file-completions buffer local. 2001-07-13 18:34:08 +00:00
Gerd Moellmann
e0f82ad8c8 (which-func-mode, which-func-ff-hook)
(which-function-mode): Remove references to
which-func-mode-global.
2001-07-13 14:37:39 +00:00
Gerd Moellmann
aa11456f41 (calendar-goto-islamic-date): Add
autload cookie.
2001-07-13 14:02:02 +00:00
Gerd Moellmann
09938b6789 *** empty log message *** 2001-07-13 10:39:10 +00:00
Pavel Janík
ebea573567 *** empty log message *** 2001-07-12 09:42:47 +00:00
Eli Zaretskii
ec7dc7e177 (speedbar-supported-extension-expressions): Add .g to the extension list,
for antlr-mode.  From Christoph Wedler <Christoph.Wedler@sap.com>.
2001-07-12 07:15:00 +00:00
Stefan Monnier
ec402ad432 (vc-prefix-map): Moved back to vc-hooks.el.
(vc-dired-mode-map): Fix the madness.
2001-07-11 22:55:25 +00:00
Gerd Moellmann
a777242c10 *** empty log message *** 2001-07-11 12:04:31 +00:00
Eli Zaretskii
874d799506 Say that the file _is_ part of Emacs. 2001-07-11 10:21:04 +00:00
Miles Bader
ff524b84a8 (finder-insert-at-column): Also move to the next line if exactly at COLUMN. 2001-07-11 01:40:16 +00:00
Gerd Moellmann
19da29f9b5 (c-indent-exp): Keep the indentation of the block
itself, i.e. only indent the contents in it.
2001-07-10 19:51:27 +00:00
Gerd Moellmann
6f19114e19 (rmail-show-message): Show beginning of message in
all windows containing it.
2001-07-10 14:22:13 +00:00
Gerd Moellmann
4e274a106e *** empty log message *** 2001-07-10 14:18:41 +00:00
Gerd Moellmann
6ce5615d62 (describe-function-1): When printing FUNCTION's
documentation, don't assume FUNCTION is a symbol.
2001-07-10 14:09:30 +00:00