1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 01:01:52 -07:00
Commit graph

42302 commits

Author SHA1 Message Date
Gerd Moellmann
fd78d527b7 (toplevel): Use mode-line-minor-mode-keymap for the
minor mode name.
2001-08-09 14:51:48 +00:00
Gerd Moellmann
541b8aff2b (minor-mode-alist): Use mode-line-minor-mode-keymap
for the minor mode name.
2001-08-09 14:51:20 +00:00
Gerd Moellmann
d0b56ec54a (calendar-mode-line-format): Use
make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
2001-08-09 14:21:12 +00:00
Gerd Moellmann
1ebfdece8e (make-mode-line-mouse-map): Renamed from
make-mode-line-mouse2-map.  Take additional arg MOUSE.
(mode-line-modified): Use mouse-3 instead of mouse-2.
(mode-line-buffer-identification-keymap): Bind keys differently.
(propertized-buffer-identification): Adapt help-echo to new
bindings.
2001-08-09 14:06:54 +00:00
Gerd Moellmann
a4afe04e52 *** empty log message *** 2001-08-09 14:06:28 +00:00
Gerd Moellmann
8e3189f0cc *** empty log message *** 2001-08-09 13:45:47 +00:00
Gerd Moellmann
15409553ec (mode-line-format): Specify help-echo for line
number, column number and buffer-percent part of the mode-line.
2001-08-09 13:45:23 +00:00
Gerd Moellmann
f0c1cc56a0 (Vpre_help_message): New variable.
(syms_of_keyboard): Initialize and staticpro it.
(show_help_echo): Record current message before displaying a
help-echo, and restore that message when clearing the help.
2001-08-09 13:01:38 +00:00
Gerd Moellmann
eaa2319f35 *** empty log message *** 2001-08-09 09:48:24 +00:00
Gerd Moellmann
32dfbf1a8e (x_create_im): Remove prototype. 2001-08-09 09:48:04 +00:00
Gerd Moellmann
2644796711 (adjust_glyph_matrix): Undo last change. 2001-08-09 09:37:50 +00:00
Gerd Moellmann
99332eb693 (mark_window_display_accurate_1): Remove an assertion. 2001-08-09 09:37:32 +00:00
Gerd Moellmann
3bdbead3dd (image-type-regexps): Allow whitespace at the start
of the image data for XPM, XBM and Postscript, which are
text files.
(image-jpeg-p): Correct computatino of next field offset.
2001-08-09 09:31:56 +00:00
Richard M. Stallman
0ec1f11554 Minor cleanups. 2001-08-08 23:39:08 +00:00
Richard M. Stallman
17ec59da80 Show example of specifying C-M-= in Lisp.
Minor cleanup.
2001-08-08 23:38:27 +00:00
Richard M. Stallman
7fb4961cb1 Minor cleanup. 2001-08-08 23:36:56 +00:00
Richard M. Stallman
7bef65a57b Node renamed, Del Gets Help => Del Doesn't Delete. 2001-08-08 23:35:11 +00:00
Richard M. Stallman
1d9d21ae4c Minor cleanup. 2001-08-08 23:34:26 +00:00
Richard M. Stallman
ffe4b4e33c Minor cleanups.
Fix error, M-r => M-n.
2001-08-08 23:30:26 +00:00
Richard M. Stallman
0cf729ce26 Many minor cleanups. 2001-08-08 23:28:08 +00:00
Richard M. Stallman
9b3ae7e471 Minor changes. 2001-08-08 23:19:49 +00:00
Pavel Janík
e3601cf621 Fix typo. 2001-08-08 20:11:46 +00:00
Eli Zaretskii
402acb3edb Updated as per the English version.
From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
2001-08-08 15:14:01 +00:00
Gerd Moellmann
0f41e9482a (adjust_glyph_matrix): In the optimization for
windows whose height has changed, disable partially visible
lines.
2001-08-08 11:41:07 +00:00
Gerd Moellmann
8a8ef149d0 (image-type-regexps): Allow predicates. Change the way
JPEG images are recognized.
(image-jpeg-p): New function.
(image-type-from-data): Handle predicates in image-type-regexps.
2001-08-08 10:54:12 +00:00
Gerd Moellmann
057b57f6f9 (edebug-read-function): Fix handling of
#:, #x, #o, and similar constructs.
2001-08-08 10:51:56 +00:00
Eli Zaretskii
a1f6ea55ac (Arguments): Say explicitly that M-- is -1. Fix spacing in an @example. 2001-08-07 15:22:40 +00:00
Gerd Moellmann
22d01aed2d *** empty log message *** 2001-08-07 14:53:15 +00:00
Gerd Moellmann
9b64fb1f7c (mm-uu-dissect, mm-uu-test): Fix autoload cookies. 2001-08-07 14:52:07 +00:00
Gerd Moellmann
21b5029601 (vc-transfer-file): Fix malformed autoload cookie. 2001-08-07 14:48:30 +00:00
Gerd Moellmann
a95f291d6f Comment fix. 2001-08-07 14:43:48 +00:00
Gerd Moellmann
23f46f6fa4 (viper-file-checked-in-p): Use `and'
instead of `progn'.
2001-08-07 14:41:37 +00:00
Gerd Moellmann
d466fa4dcf (Frecenter): If ARG < 0, and on a window system
frame, count in some empty lines when we can't move -ARG lines
down.
2001-08-07 14:19:26 +00:00
Gerd Moellmann
e8421604cd (tar-extract): Avoid generating a new buffer
for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
2001-08-07 13:36:14 +00:00
Gerd Moellmann
17fdcfc85d (start_display): Don't try to determine the continuation
lines width if lines are truncated.  It's superfluous and leads to
incorrect results if POS is not visible in the window after
reseating the iterator at the previous line start.
2001-08-07 11:37:10 +00:00
Gerd Moellmann
ea2c64784d (forward-sentence): Avoid building
a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
2001-08-07 09:57:32 +00:00
Gerd Moellmann
6c233cc083 (executable-set-magic): If
executable-find returns a quoted file name, unquote it before
inserting it.
2001-08-07 09:47:06 +00:00
Gerd Moellmann
1155d48351 (image-type-regexps): For JPEG files, use a regexp
derived from the JPEG spec.
2001-08-07 08:55:12 +00:00
Gerd Moellmann
69ebef1d59 (image-type-regexps): Use \' instead of `^' in
most regular expressions.
2001-08-07 08:03:42 +00:00
Pavel Janík
d1d850d6ab Re-insert a reference to re-inserted function animate-birthday-present. 2001-08-06 21:29:16 +00:00
Pavel Janík
86f9d5aff1 Update from Milan Zamazal. 2001-08-06 21:23:24 +00:00
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