1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

2509 Commits

Author SHA1 Message Date
Gerd Moellmann
81b1a79dc5 *** empty log message *** 2001-08-01 11:25:52 +00:00
Gerd Moellmann
dd388130ea *** empty log message *** 2001-08-01 08:41:06 +00:00
Gerd Moellmann
ed86208c4e *** empty log message *** 2001-07-31 14:41:14 +00:00
Gerd Moellmann
10e922bdd2 (delete-selection-pre-hook): Don't set this-command
to `ignore' if the region is empty.
2001-07-31 11:36:30 +00:00
Gerd Moellmann
b23bad0b77 (set-keyboard-coding-system): Set
keyboard-coding-system.
2001-07-31 09:50:56 +00:00
Gerd Moellmann
6b053e39e1 *** empty log message *** 2001-07-31 08:44:21 +00:00
Andreas Schwab
d004e96a07 (toggle-highlight-paren-mode): Use `(show-paren-mode)' as body. 2001-07-30 19:09:07 +00:00
André Spiegel
892c8dead0 (vc-checkout-hook): New hook.
(vc-checkout): Run it.
2001-07-30 18:22:50 +00:00
Eli Zaretskii
21f7951223 (makefile-macroassign-regex): Recognize the ?= operator.
From Jonathan Kamens <jik@curl.com>.
2001-07-30 11:09:22 +00:00
Gerd Moellmann
8744971146 (mail-strip-quoted-names): Replace text
literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2001-07-30 11:00:46 +00:00
Gerd Moellmann
6594ac22d4 *** empty log message *** 2001-07-30 08:18:34 +00:00
Gerd Moellmann
291e3b68cf (desktop-save): Add `-*- coding: emacs-mule -*-' to
the desktop file.
2001-07-30 06:23:47 +00:00
Gerd Moellmann
75c5350ac7 (init_from_display_pos): If POS is in an overlay string,
deal with the first overlay string having an image `display'
property.
(try_window_reusing_current_matrix, compute_line_metrics): Fix
computation of row's visible height for the case that part of the
row is invisible above and part of the row is at the same time
invisible below the window.
2001-07-27 15:29:54 +00:00
Gerd Moellmann
bf85004b27 (mouse-wheel-down-button, mouse-wheel-up-button):
New user-options.
(mouse-wheel-change-button): New function.
(mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
(mwheel-scroll): Ditto.
2001-07-27 08:41:35 +00:00
Gerd Moellmann
ac49effecf *** empty log message *** 2001-07-26 13:41:54 +00:00
Gerd Moellmann
be4a68f92a (eval-last-sexp-1): Look for a `...'
before assigning text properties.  Make properties rear-nonsticky.
2001-07-26 13:34:32 +00:00
Gerd Moellmann
f6e6cdf26a *** empty log message *** 2001-07-26 12:34:25 +00:00
Gerd Moellmann
1609828861 *** empty log message *** 2001-07-26 09:54:21 +00:00
Gerd Moellmann
4b09e331fa (xterm-mouse-event): Recognize control sequences
for buttons > 3.
(xterm-mouse-translate): Handle the case that we don't get a
down-event.
2001-07-25 17:42:56 +00:00
Eli Zaretskii
343462edc9 (eval-print-last-sexp, eval-defun):
Mention the effect of eval-expression-print-length and
eval-expression-print-level.  Suggested by Kevin Gallagher
<kevingal@onramp.net>.
2001-07-25 16:24:58 +00:00
Gerd Moellmann
b03dc47d8f *** empty log message *** 2001-07-25 15:40:05 +00:00
Gerd Moellmann
17635d50f6 (isearch-other-meta-char): Fix last change. 2001-07-25 14:51:10 +00:00
Gerd Moellmann
3fb01f36c5 (isearch-other-meta-char): Don't modify mode-line and
similar events for which fake prefix keys are generated.  It's no
longer necessary since read_key_sequence doesn't modify these
events for internal purposes anymore.
2001-07-25 14:02:28 +00:00
Gerd Moellmann
e043664a1d (auto-mode-alist): Use nroff-mode for files ending
in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
2001-07-25 09:48:04 +00:00
Eli Zaretskii
a9f7310463 (mouse-avoidance-too-close-p): If the frame lacks a
tool-bar-lines parameter, behave as if its value were zero.
(mouse-avoidance-set-pointer-shape): Don't do anything if
x-pointer-shape is not boundp.
2001-07-24 11:05:40 +00:00
Francesco Potortì
f018895322 Corrected typos in the latest entry. 2001-07-24 10:44:48 +00:00
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