1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

20235 Commits

Author SHA1 Message Date
Eli Zaretskii
63d5d1ee50 *** empty log message *** 2002-03-03 17:33:17 +00:00
Eli Zaretskii
8b75db3498 Rename automatic-hscroll-step and
automatic-hscroll-margin into hscroll-step and hscroll-margin.
2002-03-03 17:32:17 +00:00
Eli Zaretskii
968ecc2809 (auto-hscroll-mode): Renamed from automatic-hscrolling.
(automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
2002-03-03 17:31:45 +00:00
Robert J. Chassell
a056c2c7fa (texinfo-insert-menu): specify previously free variable `level' in a
`let' statement, as done elsewhere.

(texinfo-sequentially-find-pointer): replace unneeded free variable
`beginning' with (point-min) expression.
2002-03-03 17:30:07 +00:00
Eli Zaretskii
88f20a3dd8 (mouse-region-delete-keys): Add deletechar. 2002-03-03 16:52:58 +00:00
Sam Steingold
adcce7d5f5 fixed parens in the last patch 2002-03-03 16:09:28 +00:00
Richard M. Stallman
9caf26fece (tetris-score-file): Put in home dir, not in /tmp. 2002-03-03 14:17:47 +00:00
Richard M. Stallman
279b254c99 (gamegrid-set-font, gamegrid-setup-face)
(gamegrid-make-mono-tty-face): Fix usage of condition-case.
2002-03-03 14:14:38 +00:00
Richard M. Stallman
35ce93ebfd (snake-score-file): Put in home dir, not in /tmp. 2002-03-03 14:13:14 +00:00
Richard M. Stallman
bd7887c62b (find-dired-filter): Fix previous change. 2002-03-03 12:00:58 +00:00
Thien-Thi Nguyen
159bf288c5 *** empty log message *** 2002-03-03 09:15:10 +00:00
Thien-Thi Nguyen
c1b0dc0c50 (list-diary-entries): Use `buffer-substring' instead of
`buffer-substring-no-properties' to support enriched mode.
2002-03-03 08:57:04 +00:00
Richard M. Stallman
4367c5a259 (find-grep-dired): Rename arg to `regexp'. 2002-03-03 00:36:27 +00:00
Richard M. Stallman
a086a7fefd (find-grep-dired): Call shell-quote-argument. Specify the -e option. 2002-03-03 00:34:32 +00:00
Richard M. Stallman
e5787c30c2 *** empty log message *** 2002-03-03 00:02:48 +00:00
Pavel Janík
905a39b8c7 (tildify-string-alist): Entry for xml-mode added.
From Milan Zamazal <pdm@zamazal.org>.
2002-03-02 20:42:20 +00:00
Miles Bader
adf953ac72 (mwheel-scroll): Remove double' and triple' from the
event-modifiers before looking up in `mouse-wheel-scroll-amount'.
If there's no applicable modifiers entry in the alist in
`mouse-wheel-scroll-amount', fall back to the default, not to
nil (which causes full screen scrolls).
2002-03-02 08:21:33 +00:00
Richard M. Stallman
2b62bdf458 *** empty log message *** 2002-03-01 23:52:47 +00:00
Andreas Schwab
857b864af1 (texinfo-start-menu-description): Remove extra paren in regexp. 2002-03-01 16:02:42 +00:00
Eli Zaretskii
7948c2483a (mouse-show-mark): Use display-mouse-p, not display-graphic-p,
to decide whether to move point or use the highlighting.
2002-03-01 11:43:39 +00:00
Colin Walters
1ae720ac02 (eshell-parse-variable-ref): Use `make-temp-file'. 2002-03-01 01:47:48 +00:00
Colin Walters
2c37c14bd0 (calc-gnuplot-tempfile): Don't expand against
`temporary-file-directory'; we now do that in `calc-graph-file-cache'.
(calc-temp-file-name): Use `make-temp-file'.
2002-03-01 01:18:37 +00:00
Colin Walters
73c2f6c426 *** empty log message *** 2002-03-01 01:14:22 +00:00
Richard M. Stallman
a7b93e4cd9 (java-font-lock-extra-types): Match java.net.URL, etc. 2002-03-01 00:31:26 +00:00
Richard M. Stallman
f1ee82b439 *** empty log message *** 2002-03-01 00:31:15 +00:00
Pavel Janík
a0164df52c (hexl-options): Doc fix.
Update Commentary section.
2002-02-28 16:20:16 +00:00
Pavel Janík
140d71ba78 (sgml-specials, sgml-quick-keys): Doc fixes. 2002-02-28 16:14:50 +00:00
André Spiegel
c1cd70afea (vc-menu-map): New entry "Update to Latest Version", which calls
vc-update.  Use the term "Base Version" instead of "Last Version"
for the entries "Revert" and "Compare".
2002-02-28 13:11:11 +00:00
André Spiegel
9f30fc99a4 (vc-update): New function. 2002-02-28 13:01:48 +00:00
André Spiegel
d607ebcc09 (vc-revert-buffer): If the buffer is not saved, prompt the user to do
that first.
2002-02-28 10:00:44 +00:00
Kim F. Storm
9a98fa641d (shell-command-on-region): Report non-zero exit
status in mode line instead of buffer.
2002-02-27 23:03:34 +00:00
Richard M. Stallman
458a481004 (comint-preoutput-filter-functions): Doc fix.
(comint-output-filter-functions, comint-input-filter-functions)
(comint-redirect-filter-functions): Likewise.

(comint-redirect-preoutput-filter): Do the local-hook
handling of t when running comint-redirect-filter-functions.
(comint-output-filter): Likewise for comint-preoutput-filter-functions.
2002-02-27 19:32:12 +00:00
Richard M. Stallman
a608ec1b84 (remote-shell-program): Add doc string. 2002-02-26 21:56:12 +00:00
Richard M. Stallman
b6d2e45e17 *** empty log message *** 2002-02-26 21:56:03 +00:00
Colin Walters
960e24e7bd (calc-scroll-left): Call scroll-left interactively, so they do something.
(calc-scroll-right): Ditto.
2002-02-26 19:54:21 +00:00
Colin Walters
10cf9a4305 (sorter mode-name): New.
(ibuffer-do-occur): Don't quote ibuffer-marked-char.
2002-02-26 19:53:56 +00:00
Colin Walters
688c8ec5a9 *** empty log message *** 2002-02-26 19:53:41 +00:00
Eli Zaretskii
3dfdc066a9 *** empty log message *** 2002-02-26 16:38:05 +00:00
Eli Zaretskii
5dde3c716f (ctext-pre-write-conversion): Handle the
case when FROM is a string, and when we are called from
build_annotations_2.
2002-02-26 16:27:47 +00:00
Richard M. Stallman
4a81d892ea (winner-boring-buffers, winner-set): A window which
displays a buffer whose name is in the list `winner-boring-buffers'
will no longer be restored by `winner-undo'.
(winner-sorted-window-list): Used to improve comparison between
window configurations.
(winner-win-data): Simplified and moved.
(winner-conf): Simplified (now uses `winner-win-data').
(winner-change-fun, winner-save-old-configurations)
(winner-save-(un)conditionally, winner-redo): Changes made while in
the minibuffer will be ignored.  (Such changes are undone upon
exit for the minibuffer, anyway.)
(winner-set-conf): Preserve selected window whenever possible.
(winner-make-point-alist): Simplified.
(winner-mode, winner-save-unconditionally): Save current window
configuration on entering minibuffer.
(minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
since it does not change the overall behavior of Emacs.
2002-02-26 16:09:19 +00:00
Richard M. Stallman
7dfee0293d (clear-rectangle-line): Reindent to the same column
that move-to-column reached when it tried to go to endcol.
2002-02-26 16:05:48 +00:00
Richard M. Stallman
8caa4ef5bd (icomplete-exhibit): Use minibuffer-prompt-end. 2002-02-26 16:05:35 +00:00
Eli Zaretskii
cb5be6c9e6 (compound-text): Renamed back from compound-text-no-extensions.
(ctext-no-compositions): Remove the mime-charset property.
(compound-text-with-extensions): Renamed from compound-text.
(x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
2002-02-26 15:58:43 +00:00
Juanma Barranquero
46057f5f8f (list-faces-display): Fix typo. 2002-02-26 12:13:35 +00:00
Richard M. Stallman
5764f67182 *** empty log message *** 2002-02-26 03:23:12 +00:00
Richard M. Stallman
6527c9b7ac (focus-follows-mouse): Doc fix. 2002-02-26 02:37:58 +00:00
Miles Bader
f5b92c898a (mouse-wheel-mode): Pass vectors instead of symbols
to `define-key', since it no longer accepts the latter.
2002-02-25 23:48:40 +00:00
Jason Rumney
ed81ee80f5 (mouse-wheel-scroll-line): Use car of
mouse-wheel-scroll-amount.
2002-02-25 23:26:38 +00:00
Jason Rumney
3bd7d448e9 (mouse-wheel-scroll-amount): Use same definition as
mwheel.el.
2002-02-25 23:21:01 +00:00
Jason Rumney
744de246b5 (iso-2022-jp-2): Add init-bol flag. 2002-02-25 22:52:54 +00:00