1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 09:51:31 -08:00
Commit graph

2027 commits

Author SHA1 Message Date
André Spiegel
17e37f5357 # 2000-11-24 16:27:10 +00:00
Gerd Moellmann
ba193890c6 *** empty log message *** 2000-11-24 13:18:04 +00:00
Gerd Moellmann
9aa5f148ca (command-line): Fix computation of the source file
for user-init-file when user-init-file is a compiled file.
2000-11-24 12:29:32 +00:00
Miles Bader
67ee1125be (all): Restore entry for `mode-line-inverse-video', so that people can
easily turn it off.
2000-11-24 11:44:30 +00:00
Miles Bader
1ed744312d (checkbox): Add a small `X' to the the :on-glyph, so that it's
distinguishable from the :off-glyph on dark-background displays.  Set
its background color too.
2000-11-24 11:36:27 +00:00
Miles Bader
51a1edab45 (custom-face-attributes): Remove SET and GET functions. Add some
IN-FILTER and OUT-FILTER functions in the few cases they're needed.
2000-11-24 09:12:12 +00:00
Michael Kifer
7d0278167b * ediff-diff.el: Moved variables around to have it compile under NT.
* ediff-help.el (ediff-use-long-help-message): made it customizable.

	* ediff-init.el (ediff-abbrev-jobname): use capitalize.

	* ediff-wind.el (ediff-skip-unsuitable-frames): deleted the
	redundant skip-small-frames test.

	* viper-cmd.el (viper-change-state-to-vi): disable overwrite mode.
	(viper-downgrade-to-insert): protect against errors in hooks.

	* viper-init.el (viper-vi-state-hook,viper-insert-state-hook,
	viper-replace-state-hook,viper-emacs-state-hook): do cursor handling.
	(viper-restore-cursor-type,viper-set-insert-cursor-type): new
	functions.

	* viper-util.el (viper-memq-char): bug fixes

	* viper.el (viper-mode): fix cursor handling.
2000-11-24 08:15:11 +00:00
Kenichi Handa
f07fa1b8c3 *** empty log message *** 2000-11-23 23:27:45 +00:00
Stefan Monnier
79372165fe (add-hook, remove-hook): Don't call make-local-hook
if the variable is make-variable-buffer-local.
2000-11-23 22:54:54 +00:00
Stefan Monnier
ba8299ff05 *** empty log message *** 2000-11-23 18:43:20 +00:00
Eli Zaretskii
68a887fa72 *** empty log message *** 2000-11-23 16:24:48 +00:00
Eli Zaretskii
3b34558211 (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
(hscroll-window-maybe): Docstring fix.
2000-11-23 16:13:21 +00:00
Gerd Moellmann
02790ce2e0 (mouse-avoidance-too-close-p): Return nil if mouse
is in the tool bar.
2000-11-23 14:23:28 +00:00
Dave Love
595dead24f (string-rectangle): Don't test delete-selection-mode. 2000-11-23 14:03:22 +00:00
Gerd Moellmann
1e66b27ab8 *** empty log message *** 2000-11-23 13:54:48 +00:00
Dave Love
ddbfaa9f29 *** empty log message *** 2000-11-23 10:26:35 +00:00
Stefan Monnier
a4caa65d81 *** empty log message *** 2000-11-23 00:04:52 +00:00
Gerd Moellmann
03e757c1bd *** empty log message *** 2000-11-22 22:42:51 +00:00
Stefan Monnier
1598a9616b (tex-font-lock-keywords-1): Fix ARG regexp to skip quoted braces.
(tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
Remove `bf' and `it' from `bold' and `italic' (they were wrong and
are (correctly) handled separately).
Remove `caption' and `footnote' from `citations': they contain text.
Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
(latex-skeleton-end-hook): New function.
(latex-mode): Use it.
(tex-start-tex-marker): Remove.
(tex-send-tex-command): Don't set tex-start-tex-marker.
(tex-error-parse-syntax-table): New var.
(tex-compilation-parse-errors): Use it.
Ignore tex-start-tex-marker.  Don't bother with marker-position.
(tex-validate-buffer): Don't bother with marker-position.
2000-11-22 21:38:04 +00:00
Sam Steingold
eaae8106d7 * simple.el (delete-trailing-whitespace): New interactive function.
* progmodes/ada-mode.el (ada-mode): Use it instead of
`ada-remove-trailing-spaces'
(ada-remove-trailing-spaces): Removed.
* textmodes/two-column.el (2C-merge): Recommend it in the doc.
* textmodes/picture.el (picture-mode-exit): Call it instead of
`picture-clean'.
(picture-clean): Removed.
2000-11-22 20:59:39 +00:00
Gerd Moellmann
e053c60feb (show-cursor-in-non-selected-windows): Doc fix. 2000-11-22 19:54:36 +00:00
Stefan Monnier
4c4a541d35 *** empty log message *** 2000-11-22 19:49:59 +00:00
Gerd Moellmann
a41d49e9b3 *** empty log message *** 2000-11-22 19:47:33 +00:00
Dave Love
ddc3c69509 *** empty log message *** 2000-11-22 19:38:25 +00:00
Dave Love
fb9fa98d65 *** empty log message *** 2000-11-22 17:59:32 +00:00
Dave Love
197615f33f (string-rectangle): Revert last change.
(string-rectangle-line): New arg DELETE.
(string-rectangle): Check delete-selection-mode.
2000-11-22 17:33:21 +00:00
Gerd Moellmann
f4117c4d52 *** empty log message *** 2000-11-22 17:05:38 +00:00
Miles Bader
f8e2f3f238 *** empty log message *** 2000-11-22 16:34:53 +00:00
Gerd Moellmann
60e8e0a5fc Remove autoload cookied, add author,
maintainer, keywords tags.
2000-11-22 15:11:36 +00:00
Gerd Moellmann
980d836ef4 (replace-rectangle): Don't call string-rectangle-line
with too many arguments.
2000-11-22 15:06:10 +00:00
André Spiegel
e08b2069c7 # 2000-11-22 12:59:03 +00:00
Dave Love
c6779d8d1a *** empty log message *** 2000-11-22 12:35:51 +00:00
Miles Bader
d9fdcdb568 (refill-adjust-ignorable-overlay, refill-fill-paragraph-at):
Remove debugging code.
2000-11-22 11:34:05 +00:00
Miles Bader
80e24c0411 *** empty log message *** 2000-11-22 09:25:17 +00:00
Miles Bader
3a17d6cc19 *** empty log message *** 2000-11-22 02:01:14 +00:00
Miles Bader
ae1a21c634 (isearch-original-minibuffer-message-timeout): New var.
(isearch-mode): Set `minibuffer-message-timeout' to nil, after
stashing away its original value.
(isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
in the recursive edit.
Bind `isearch-original-minibuffer-message-timeout' to protect it.
(isearch-done): Restore `minibuffer-message-timeout'.
2000-11-22 01:36:08 +00:00
Miles Bader
e672fdcea2 *** empty log message *** 2000-11-22 01:20:31 +00:00
Stefan Monnier
3ea79df890 *** empty log message *** 2000-11-22 00:14:10 +00:00
Miles Bader
8f62f2b891 Add entry for `minibuffer-prompt-properties'. 2000-11-21 16:01:32 +00:00
Gerd Moellmann
fb279a6d04 *** empty log message *** 2000-11-21 10:41:56 +00:00
Miles Bader
ef86085033 (ad-special-forms): Correct the conditional inclusion of `track-mouse'. 2000-11-21 08:49:33 +00:00
Miles Bader
867092e9ac (refill-ignorable-overlay): New variable.
(refill-adjust-ignorable-overlay): New function.
(refill-pre-command-function): New function.
(refill-mode): Add `refill-pre-command-function' to `pre-command-hook'.
Initialize/cleanup `refill-ignorable-overlay'.
(refill-post-command-function): Don't reset refill-doit in the case
where a self-insertion command doesn't case a refill.  Use
`refill-fill-paragraph-at', getting position from `refill-doit'.
(refill-after-change-function): Set `refill-doit' to END.
(refill-fill-paragraph-at): New function, mostly from old
refill-fill-paragraph.  Use `refill-ignorable-overlay' to fill only the
paragraph's tail if possible.  Update `refill-ignorable-overlay'.  Don't
leave point inside the fill-prefix.
(refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2000-11-21 01:11:49 +00:00
Gerd Moellmann
29a01b7231 *** empty log message *** 2000-11-20 19:45:48 +00:00
Gerd Moellmann
ff9ab41497 *** empty log message *** 2000-11-20 16:51:24 +00:00
André Spiegel
885b211b15 # 2000-11-20 14:20:39 +00:00
Dave Love
d18385569d *** empty log message *** 2000-11-20 13:58:45 +00:00
Gerd Moellmann
56c13ae655 *** empty log message *** 2000-11-20 12:38:41 +00:00
Gerd Moellmann
030de92f84 (info-menu-5): Doc fix. 2000-11-19 22:11:34 +00:00
Gerd Moellmann
b95b34e5de *** empty log message *** 2000-11-19 14:36:27 +00:00
André Spiegel
5497045254 # 2000-11-19 10:03:08 +00:00