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

40502 Commits

Author SHA1 Message Date
Pavel Janík
a0164df52c (hexl-options): Doc fix.
Update Commentary section.
2002-02-28 16:20:16 +00:00
Pavel Janík
f7ccf929eb Fix typos. 2002-02-28 16:16:52 +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
Richard M. Stallman
4fff8c79ea *** empty log message *** 2002-02-28 04:17:55 +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
3243b9f38e Clarify gamma correction. 2002-02-27 05:29:00 +00:00
Richard M. Stallman
b83e4a7727 <making srcdir absolute>: Verify that PWD is correct,
not just well-formed and valid.
2002-02-27 03:53:03 +00:00
Kim F. Storm
beb0acdfef *** empty log message *** 2002-02-26 23:02:14 +00:00
Kim F. Storm
890d33d457 (init_iterator): Compare with Vminibuf_selected_window
instead of Vminibuf_scroll_window when deciding in which window
the region should be highlighted.  Consequently, the region remains
highlighted even when a completion buffer is also displayed.
2002-02-26 22:55:08 +00:00
Kim F. Storm
683086358a (CURRENT_MODE_LINE_FACE_ID_3): Compare with
Vminibuf_selected_window instead of Vminibuf_scroll_window.
2002-02-26 22:53:47 +00:00
Kim F. Storm
6122844a39 (read_minibuf): Set Vminibuf_selected_window on first
entry to minibuffer or on entry from a non-minibuffer window.
2002-02-26 22:52:56 +00:00
Kim F. Storm
76e316e0da (Vminibuf_selected_window): Declare extern. 2002-02-26 22:52:07 +00:00
Kim F. Storm
3f49fddcb9 (Vminibuf_selected_window): New variable.
(struct save_window_data): New member minibuf_selected_window.
(Fset_window_configuration): Restore Vminibuf_selected_window.
(Fcurrent_window_configuration): Save Vminibuf_selected_window.
Set minibuf_scroll_window member to nil if minibuf_level is 0.
(compare_window_configurations): Compare minibuf_selected_window.
2002-02-26 22:50:55 +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
b135bd4ced (Fsubstitute_in_file_name): Fix the change from 2002-02-08. 2002-02-26 18:42:25 +00:00
Eli Zaretskii
16425473d5 Document the changes with compound-text and compound-text-with-extensions. 2002-02-26 16:51:30 +00:00
Eli Zaretskii
23b7c67546 (Window System Selections): The default encoding is now
compound-text-with-extensions.
2002-02-26 16:48:59 +00:00
Eli Zaretskii
e57a7d9eae (Mouse Commands): The default for selections encoding is
compound-text-with-extensions.
2002-02-26 16:47:24 +00:00
Eli Zaretskii
3dfdc066a9 *** empty log message *** 2002-02-26 16:38:05 +00:00
Eli Zaretskii
5a79ea57c6 (Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.
(lisp_data_to_selection_data, syms_of_xselect): Use the new name.
2002-02-26 16:37:15 +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
Juanma Barranquero
804d894aa5 (syms_of_ntproc): Doc fix. 2002-02-26 10:01:38 +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
Jason Rumney
42d8c11016 *** empty log message *** 2002-02-25 22:51:03 +00:00
André Spiegel
3c0766fec4 # 2002-02-25 22:12:37 +00:00
André Spiegel
01f70dba88 (vc-sccs-diff): Use consistent parameter format for
vc-diff-switches-list.
2002-02-25 22:05:16 +00:00
André Spiegel
2e87226170 (vc-rcs-diff): Use consistent parameter format for
vc-diff-switches-list.
2002-02-25 22:04:29 +00:00
André Spiegel
df8e0a91a1 (vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for
vc-diff-switches-list.
2002-02-25 22:03:24 +00:00
André Spiegel
4e5f52e5b9 (vc-diff-switches-list): Fix prev change, making the function
consistent with the others that take a backend name as a symbol.
2002-02-25 22:00:51 +00:00
Kim F. Storm
bb671f9ece (comint-replace-by-expanded-filename): Do nothing if
comint-match-partial-filename returns nil.
2002-02-25 21:07:37 +00:00
Kim F. Storm
86078cf060 (shell-pcomplete-setup-done): New variable.
(shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
(shell-pcomplete-reverse): Ditto.
2002-02-25 21:04:00 +00:00
Juanma Barranquero
e4d03691de (save-match-data): Doc fix. 2002-02-25 17:44:03 +00:00