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

36511 Commits

Author SHA1 Message Date
Gerd Moellmann
8e3fe78ee7 *** empty log message *** 2001-08-06 14:28:58 +00:00
Gerd Moellmann
c106884743 (describe-function-1): Use
find-function-search-for-symbol instead of find-functin-noselect
because the latter follows aliases.
2001-08-06 14:28:36 +00:00
Gerd Moellmann
61869b99b4 (x_dump_glyph_string): Put in #if GLYPH_DEBUG. 2001-08-06 13:37:02 +00:00
Gerd Moellmann
5a397d2845 *** empty log message *** 2001-08-06 12:41:18 +00:00
Gerd Moellmann
56c356308d (animate-birthday-present): Re-insert. 2001-08-06 12:40:52 +00:00
Gerd Moellmann
852027b69a ("chinese-py-punct"): Copy the QUAIL-MAP of
"chinese-py".
("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
2001-08-06 12:28:57 +00:00
Gerd Moellmann
98a8938cdd (tool-bar-add-item-from-menu): Handle
old-style menu definitions.
2001-08-06 10:41:52 +00:00
Pavel Janík
6228c05b99 Keyword added and FSF specified as Maintainer. 2001-08-06 10:12:17 +00:00
Gerd Moellmann
339607b4a2 Remove init_stack static declaration. 2001-08-06 10:03:40 +00:00
Pavel Janík
070c251e74 Specify FSF as Maintainer. 2001-08-06 09:59:02 +00:00
Pavel Janík
e337646315 Specify FSF as Maintainer. 2001-08-06 09:50:02 +00:00
Pavel Janík
7b3220c04f Specify FSF as Maintainer. 2001-08-06 09:39:52 +00:00
Eli Zaretskii
072dc5f54c (Lossage, Bugs): Mention the keys which display PROBLEMS and FAQ. 2001-08-05 17:27:27 +00:00
Pavel Janík
dffb622493 Milan Zamazal has new address. 2001-08-05 09:04:05 +00:00
Pavel Janík
1e78d3475f Be consistent when naming CONTROL and META keys. 2001-08-04 14:32:41 +00:00
Pavel Janík
dea705dceb Czech tutorial updated. 2001-08-04 13:04:25 +00:00
Eli Zaretskii
6576d90820 (Bugs and problems): Mention the related sections of the Emacs manual, and
the PROBLEMS file.
Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
2001-08-04 12:47:23 +00:00
Eli Zaretskii
9e25ea70c1 (Lossage, Bugs): Mention etc/PROBLEMS and the Bugs section of the FAQ.
Suggested by David Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
2001-08-04 12:39:30 +00:00
Eli Zaretskii
27b81decdf Rewrite the description of the operation of Chinese input methods.
From RMS.
2001-08-04 12:15:32 +00:00
Werner LEMBERG
09e4e87ce8 Updated to latest version of TUTORIAL. 2001-08-04 06:26:06 +00:00
Gerd Moellmann
be48584dab (custom-set-variables): Don't test `custom-requests'
properties, check the third element of the options passed to
custom-set-variables instead.
2001-08-03 15:12:39 +00:00
Gerd Moellmann
5e1f85e0af *** empty log message *** 2001-08-03 12:33:41 +00:00
Gerd Moellmann
b8fa4e8742 (info-insert-file-contents): Use info-file-exists-p
instread of file-exists-p.
2001-08-03 12:33:14 +00:00
Gerd Moellmann
b0fa1513a6 (zone-pgm-stress): Use unwind-protect to make sure
the mode-line face is restored.  Fix several bugs.
2001-08-03 12:28:18 +00:00
Gerd Moellmann
698665d1ac (perform-replace): Doc fix. 2001-08-03 11:57:27 +00:00
Gerd Moellmann
f4e05d97a8 (read_key_sequence): Check that key is an integer
before comparing it with quit_char.
(add_command_key): Use larger_vector.
(read_char_x_menu_prompt): Instead of converting symbol and
integer events into conses (EVENT . nil), use (EVENT . disabled)
which cannot be confused with legal events.
(read_char): When reading from Vunread_command_events, check for
events of the form (EVENT . disabled) instead of
(EVENT . nil).
2001-08-03 11:36:48 +00:00
Gerd Moellmann
18f9986a54 (resize_mini_window): If Vmax_mini_window_height is
a float, determine the max height from the frame's height.
2001-08-03 09:55:40 +00:00
Eli Zaretskii
3ae02d92b6 (Faces): Document that changing the colors of the `default' face
also changes the fore/background colors on all frames.  Add a
cross-reference to the description of how to change colors for one
frame only.
2001-08-02 13:56:54 +00:00
Eli Zaretskii
eba47cbdca (Creating Frame): One more example of using default-frame-alist.
(Frame Parameters): Mention default-frame-alist and add a cross-reference
to its description.
2001-08-02 13:54:16 +00:00
Eli Zaretskii
4cf0f75ef9 (X Resources): Add index entries for the .Xdefaults file, and its
substitute for MS-Windows.
2001-08-02 13:50:57 +00:00
Eli Zaretskii
ee31752e94 Mention a few more "C-h" commands. 2001-08-02 12:40:50 +00:00
Eli Zaretskii
082202743a (Man Page): Mention the -a switch to `man' in a footnote. 2001-08-02 12:17:45 +00:00
Francesco Potortì
1f68710d1d Oops. A typo. 2001-08-02 11:40:26 +00:00
Francesco Potortì
4126f5b78b Code cleanup, speed and consing improvements for uniquify.el.
(uniquify-ref-base, uniquify-ref-filename)
(uniquify-ref-buffer, uniquify-ref-proposed): New functions.
(uniquify-fix-item-base, uniquify-fix-item-filename)
(uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
Callers changed.
(uniquify-set-proposed): Changed to work with a vector item.
(uniquify-rationalize-file-buffer-names): Use a list of arrays for
the fix list, and a list of strings for the non-file buffer
names.  Both changes reduce consing.
(uniquify-rationalize-a-list): Local variable renaming.
(uniquify-rationalize-conflicting-sublist): Use member instead of
assoc.
(uniquify-rename-buffer): Use unless instead of if not.
2001-08-02 11:30:25 +00:00
Francesco Potortì
4a7641d9d5 Code cleanup, speed and consing improvements for uniquify.el. 2001-08-02 11:26:48 +00:00
Gerd Moellmann
7f7d5b9ec4 (recentf-dump-variable): Handle a value of nil
correctly.
2001-08-02 10:54:51 +00:00
Eli Zaretskii
843c16a53a (Display Cursor): Add an index entry for "highlight current line". 2001-08-02 10:36:22 +00:00
Eli Zaretskii
83440f5276 (Position Info): Add a cross-reference to where hl-line-mode is described. 2001-08-02 10:35:40 +00:00
Eli Zaretskii
2174266064 Fix "allows to save". 2001-08-02 10:33:46 +00:00
Gerd Moellmann
cb3f945fa8 (custom-set-variables): Set options with :require
clauses last.
2001-08-02 10:11:57 +00:00
Gerd Moellmann
fbc7f2a625 *** empty log message *** 2001-08-02 09:04:45 +00:00
Gerd Moellmann
a2b38e517f (defcustom): Doc fix. 2001-08-02 09:04:15 +00:00
Gerd Moellmann
7738993072 (TAGS, TAGS-LISP): Exclude loaddefs.el. 2001-08-02 09:00:17 +00:00
Gerd Moellmann
5ae296846a (redisplay_internal): Take message_cleared_p into
account only if minibuf_level == 0.
2001-08-02 08:30:26 +00:00
Francesco Potortì
57749acfbd These changes correct a corner case that the old code managed correctly.
Precisely when you have a buffer visiting a file in the root directory
and then revert it to a file with the same name in a different
directory.

(uniquify-fix-item-proposed): Renamed from
uniquify-fix-item-min-proposed.
(uniquify-set-proposed): New function.
(uniquify-rationalize-file-buffer-names): Code reshuffled for
clarity and speed.
(uniquify-item-greaterp): Substitutes uniquify-item-lessp.  This
is equivalent to what the old code did.
(uniquify-rationalize-a-list): Never recompute the proposed
name.  Sort the conflicting sublist before rationalising it: this
is equivalent to what the old code did, but one directory element
at a time, and only when necessary.
(uniquify-rationalize-conflicting-sublist): Recompute here the
proposed name.
2001-08-01 19:07:33 +00:00
Francesco Potortì
fc10ed8c9d uniquify.el 2001-08-01 19:05:32 +00:00
Eli Zaretskii
55bb62fd4f Mention the change in base64-decode-string whereby the result is
always a unibyte string.
2001-08-01 16:03:11 +00:00
Eli Zaretskii
1a1b17bcc6 Fix typos; from Eric Hanchrow <offby1@blarg.net>. 2001-08-01 15:51:18 +00:00
Eli Zaretskii
7e03f4c813 (man): Mention Man-switches in the doc string.
(Man-switches): Mention -a in the doc string.
2001-08-01 15:31:08 +00:00
Eli Zaretskii
2b2eabedd7 (ispell-alternate-dictionary): Add /usr/share/lib/dict/words, for Irix. 2001-08-01 15:29:35 +00:00