1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00
Commit Graph

36465 Commits

Author SHA1 Message Date
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
Eli Zaretskii
9761cd3ae6 Bind shifted and control-shifted kp-* keys to the
corresponding non-kp keys.  Suggested by Stephen Gildea <gildea@alum.mit.edu>.
2001-08-01 15:27:36 +00:00
Francesco Potortì
7ca0c5bc00 (uniquify-rationalize-file-buffer-names): Reshuffled the code for
clarity and speed (maybe).
2001-08-01 14:39:56 +00:00
Francesco Potortì
0ceb61f216 uniquify.el 2001-08-01 14:39:28 +00:00
Francesco Potortì
d06a07057a (uniquify-rationalize-file-buffer-names): Add an
explicit test for " **lose**" buffers generated by
find-alternate-file to avoid an error in particular conditions.
2001-08-01 14:10:44 +00:00
Francesco Potortì
cc46bfe76a uniquify.el 2001-08-01 14:10:25 +00:00
Gerd Moellmann
e5c60873e7 *** empty log message *** 2001-08-01 13:58:03 +00:00
Gerd Moellmann
96d5e9a031 (redisplay_internal): Add a check for the last
displayed message.
2001-08-01 13:55:36 +00:00
Gerd Moellmann
39e72e557e (autoload): Don't autoload `diff-mode' if it's
already fboundp.  Add INTERACTIVE arg to autoload form.
2001-08-01 13:44:45 +00:00
Gerd Moellmann
6e019995fd (message_cleared_p): New variable.
(clear_message): Set message_cleared_p when clearing the current
message.
(redisplay_internal): Look at message_cleared_p to capture
the case that the echo area should be cleared.
2001-08-01 13:27:18 +00:00
Gerd Moellmann
308a74d8bd (resize_echo_area_exactly): Fix typo in function name. 2001-08-01 11:59:42 +00:00
Gerd Moellmann
af42d485b4 (resize_echo_area_exactly): Fix typo in function
name.
2001-08-01 11:54:57 +00:00
Gerd Moellmann
f09c15edac (command_loop_1): Fix spelling of
resize_echo_area_exactly.
2001-08-01 11:54:33 +00:00
Gerd Moellmann
81b1a79dc5 *** empty log message *** 2001-08-01 11:25:52 +00:00
Gerd Moellmann
2d2820a438 (gnus-startup-file-coding-system): Revert to binary.
(gnus-ding-file-coding-system): New variable.
(gnus-read-newsrc-el-file, gnus-save-newsrc-file)
(gnus-slave-save-newsrc): Use it.
2001-08-01 10:46:23 +00:00
Gerd Moellmann
5bb97b2621 Add Keywords and Maintainer. Remove a
reference to a removed function.
2001-08-01 10:18:26 +00:00
Gerd Moellmann
ddc2474766 (x_set_tool_bar_lines): Clear the tool bar window's
current matrix when the window gets smaller.
2001-08-01 09:53:58 +00:00
Gerd Moellmann
dd388130ea *** empty log message *** 2001-08-01 08:41:06 +00:00
Eli Zaretskii
ada329e63f (strout): Treat the characters at *ptr as unsigned char. 2001-08-01 08:29:28 +00:00
Gerd Moellmann
01056f71f7 (animate-string): Handle case that the string is
longer than the window is wide.
2001-08-01 08:02:45 +00:00
Gerd Moellmann
ed86208c4e *** empty log message *** 2001-07-31 14:41:14 +00:00
Gerd Moellmann
2bd2273e7b (Finsert_file_contents): Don't treat a return value
of 0 from emacs_read as an IO error.
2001-07-31 14:40:50 +00:00
Gerd Moellmann
7642acca1e (desktop-save): Bind coding-system-for-write to
`emacs-mule' for write-region.
2001-07-31 14:04:50 +00:00
Gerd Moellmann
10e922bdd2 (delete-selection-pre-hook): Don't set this-command
to `ignore' if the region is empty.
2001-07-31 11:36:30 +00:00
Gerd Moellmann
b23bad0b77 (set-keyboard-coding-system): Set
keyboard-coding-system.
2001-07-31 09:50:56 +00:00
Gerd Moellmann
6b053e39e1 *** empty log message *** 2001-07-31 08:44:21 +00:00
Gerd Moellmann
a5d75e69a3 (gnus-startup-file-coding-system): Change to
`emacs-mule'.
2001-07-31 08:44:01 +00:00
Gerd Moellmann
0304b9c787 (smerge-mode): Check if `font-lock-mode' is bound
before accessing it.
2001-07-31 08:28:43 +00:00
Andreas Schwab
d004e96a07 (toggle-highlight-paren-mode): Use `(show-paren-mode)' as body. 2001-07-30 19:09:07 +00:00
André Spiegel
133a84aa60 #Document prev change. 2001-07-30 18:25:58 +00:00
André Spiegel
892c8dead0 (vc-checkout-hook): New hook.
(vc-checkout): Run it.
2001-07-30 18:22:50 +00:00
André Spiegel
7cad930dbd (vc-checkout-hook): New hook.
(vc-checkout): Run it.
2001-07-30 15:01:49 +00:00
Gerd Moellmann
4e8864c7fc Add description of double-click-fuzz. 2001-07-30 14:08:51 +00:00
Gerd Moellmann
cef68af503 *** empty log message *** 2001-07-30 14:04:37 +00:00
Gerd Moellmann
99af9d8373 (Repeat Events): Add description of double-click-fuzz. 2001-07-30 14:04:16 +00:00
Gerd Moellmann
222d557c86 (abs): New macro.
(double_click_fuzz): New variable.
(make_lispy_event): Use it to determine what makes a double-click.
(syms_of_keyboard): DEFVAR_INT it.
2001-07-30 13:58:38 +00:00
Eli Zaretskii
21f7951223 (makefile-macroassign-regex): Recognize the ?= operator.
From Jonathan Kamens <jik@curl.com>.
2001-07-30 11:09:22 +00:00
Eli Zaretskii
021037cb28 Proofreading changes from JDonner <jdonner0@earthlink.net>. 2001-07-30 11:01:41 +00:00
Gerd Moellmann
8744971146 (mail-strip-quoted-names): Replace text
literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2001-07-30 11:00:46 +00:00
Gerd Moellmann
6594ac22d4 *** empty log message *** 2001-07-30 08:18:34 +00:00
Gerd Moellmann
76e5906daf (vc-switch-backend): Fix autoload cookie. 2001-07-30 08:18:04 +00:00
Gerd Moellmann
86c041835c (set_frame_menubar): Take into account that
f->menu_bar_vector can be nil, and not a vector.  From Ken Raeburn
<raeburn@gnu.org>.
2001-07-30 08:12:46 +00:00
Gerd Moellmann
291e3b68cf (desktop-save): Add `-*- coding: emacs-mule -*-' to
the desktop file.
2001-07-30 06:23:47 +00:00
Gerd Moellmann
ea6a3b0c87 *** empty log message *** 2001-07-29 11:07:35 +00:00
Gerd Moellmann
75c5350ac7 (init_from_display_pos): If POS is in an overlay string,
deal with the first overlay string having an image `display'
property.
(try_window_reusing_current_matrix, compute_line_metrics): Fix
computation of row's visible height for the case that part of the
row is invisible above and part of the row is at the same time
invisible below the window.
2001-07-27 15:29:54 +00:00
Gerd Moellmann
d6c747a4fd (shift_glyph_matrix, blank_row): Fix computation
of row's visible height.
2001-07-27 15:28:46 +00:00
Gerd Moellmann
98b8a90f65 (x_get_glyph_string_clip_rect): Minor cleanup. 2001-07-27 15:28:08 +00:00