1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

29712 Commits

Author SHA1 Message Date
Noah Friedman
db3ca487f6 (menu-bar-files-menu [recover-session]): Make sure auto save directory
exists before calling directory-files.
2000-07-24 00:28:27 +00:00
Dave Love
f7ad189956 (iso-transl-char-map): Fix ^e, ^i,
^o, ^u.
2000-07-23 16:05:53 +00:00
Eli Zaretskii
e215fa58c7 (syms_of_coding): Doc fix for inhibit-iso-escape-detection. 2000-07-23 14:53:26 +00:00
Eli Zaretskii
3a258507e1 Correct typo in a comment. 2000-07-23 13:05:44 +00:00
Eli Zaretskii
7f987ac094 *** empty log message *** 2000-07-23 13:04:40 +00:00
Eli Zaretskii
f0a4139c76 (IT_note_mouse_highlight): Process overlays in the
correct order of priority.  If help echo was found in an overlay,
use that overlay as the object in which the help echo was found.
2000-07-23 13:03:16 +00:00
Eli Zaretskii
b2d305a89d Define ALLOCA to an empty string. 2000-07-23 12:59:00 +00:00
Miles Bader
ce6b02e050 (Fprevious_single_char_property_change):
The initial property value should be from the position preceding
  POSITION, not following it.
2000-07-22 13:37:47 +00:00
Miles Bader
e2db306902 *** empty log message *** 2000-07-22 13:36:08 +00:00
Eli Zaretskii
5e3203e4bc *** empty log message *** 2000-07-22 10:23:38 +00:00
Eli Zaretskii
bc77278f53 (syms_of_coding): Doc fix for inhibit-iso-escape-detection. 2000-07-22 10:17:50 +00:00
Eli Zaretskii
5be757c32b (Recognize Coding): Document the variable inhibit-iso-escape-detection. 2000-07-22 10:12:00 +00:00
Dave Love
475de6f44d (ediff-region-help-echo): Modify to use overlay
now passed to the function.  It now works properly.
2000-07-21 19:42:57 +00:00
Gerd Moellmann
c20aeb834d *** empty log message *** 2000-07-21 15:54:52 +00:00
Gerd Moellmann
f83490015c (note_mouse_highlight): Process overlays in the right
order of priority.
2000-07-21 15:54:14 +00:00
Gerd Moellmann
743934dbc8 (note_mouse_highlight): If help-echo was found in an
overlay, use that overlay as the object in which the help was
found.
2000-07-21 15:38:39 +00:00
Gerd Moellmann
5b2ec2d060 (show_help_echo, gen_help_event): Extend comments. 2000-07-21 15:37:33 +00:00
Gerd Moellmann
d1dc7e43b8 *** empty log message *** 2000-07-21 15:00:08 +00:00
Gerd Moellmann
0f532a9a24 (foreach_window_1): Fix typo reversing an if-condition. 2000-07-21 14:59:18 +00:00
Gerd Moellmann
aabb1e71d2 (XMenuActivate): Call help callback with two more
arguments: the pane number and selection number.
2000-07-21 14:36:24 +00:00
Gerd Moellmann
6214507352 (menu_help_callback): Call show_help_echo with
additional arguments OBJECT and POS.
2000-07-21 14:35:53 +00:00
Gerd Moellmann
f95464e470 (foreach_window): Instead of a fake variable argument
list, take one USER_DATA argument.
(foreach_window_1): Likewise, and call callback functions with two
args, the window and USER_DATA.
(struct check_window_data): New struct.
(check_window_containing): Use it.
(window_from_coordinates): Set up a struct check_window_data for
foreach_window.
(add_window_to_list, freeze_window_start): Change parameters
according to new calling convention.
2000-07-21 14:34:08 +00:00
Gerd Moellmann
f5588a407c (foreach_window): Change prototype. 2000-07-21 14:33:46 +00:00
Gerd Moellmann
017f053958 (Fprevious_overlay_change): Avoid memory leak. 2000-07-21 14:33:35 +00:00
Dave Love
43e764c952 (smerge-mode-menu): Fill it out. 2000-07-21 13:53:20 +00:00
Kenichi Handa
07b1485745 *** empty log message *** 2000-07-21 06:59:01 +00:00
Kenichi Handa
3c9de1afcd (Faset): Allow storing any multibyte character in a string. Convert
unibyte string to multibyte if necessary.
2000-07-21 06:45:30 +00:00
Kenichi Handa
11270583fe *** empty log message *** 2000-07-21 02:39:45 +00:00
Kenichi Handa
d60660d6e9 *** empty log message *** 2000-07-21 02:32:21 +00:00
Kenichi Handa
0b8c21c2ef (x_encode_text): Add prototype. 2000-07-21 02:07:35 +00:00
Kenichi Handa
2b38b37ef7 (lisp_data_to_selection_data): Use x_encode_text. 2000-07-21 02:07:14 +00:00
Kenichi Handa
96db09e410 (x_encode_text): New function.
(x_set_name): Use x_encode_text.
(x_set_title): Likewise.
2000-07-21 02:06:49 +00:00
Gerd Moellmann
e8bea4c03e *** empty log message *** 2000-07-20 20:38:08 +00:00
Gerd Moellmann
9002d21f17 Change -b' to -bw'. 2000-07-20 20:38:01 +00:00
Gerd Moellmann
f457975a0c (info-lookup): If *info* is shown in another frame
on the same display, select that frame, instead of switching to
the Info buffer in another window of the selected frame.
2000-07-20 20:35:27 +00:00
Gerd Moellmann
bd7acc8d7c (universal-argument-map): Bind numeric keypad keys
kp-0 to kp-9 and kp-subtract.
(digit-argument): Handle these keys.
2000-07-20 20:35:05 +00:00
Dave Love
bc75b4fd46 *** empty log message *** 2000-07-20 17:31:18 +00:00
Dave Love
51107a70f5 (goto-address-fontify): Don't bother with buffer-modified and read-only
stuff -- irrelevant with overlays.  Put an extra property on the
overlays and use it to clean up in case goto-address is re-run.
2000-07-20 17:29:46 +00:00
Dave Love
157f852b76 (Fccl_execute_on_string): Don't check xmalloc return. Use xfree, not
free.
2000-07-20 12:50:09 +00:00
Eli Zaretskii
ec68e3237e Correct a typo in a comment. 2000-07-20 11:17:16 +00:00
Eli Zaretskii
48c14970c5 (IT_note_mode_line_highlight, IT_note_mouse_highlight):
Record the object that generated the help echo and the position of
that object in help_echo_object and help_echo_pos.  Record that
some glyphs in a row are displayed in mouse-face.
(IT_update_begin): Don't clear mouse highlight unless one of the
enabled glyph rows is marked as being displayed in mouse-face.
(dos_rawgetc): Generate 2 events for HELP_EVENT.  Pass the object
and position recorded in help_echo_object and help_echo_pos to the
event queue.
(IT_menu_display): Accept a new argument PN: the pane number of
the current menu pane.  Record the pane number and the item
number of the item which has associated help string.
(XMenuActivate): Update the prototype for help_callback in
function declaration.  Call IT_menu_display with the current menu
pane number as an additional argument.  Call help_callback with
two additional arguments: the pane number and the item number of
the menu item associated with the help text.
(help_echo_object, help_echo_pos): New variables.
(syms_of_msdos): Initialize them and staticpro help_echo_object.
(help_echo_window): New variable.
(syms_of_msdos): Initialize and staticpro it.
(IT_note_mode_line_highlight): Set help_echo_window.
(IT_note_mouse_highlight): Ditto.
(dos_rawgetc): Store help_echo_window in the second event produced
for HELP_EVENTs.
2000-07-20 11:09:12 +00:00
Eli Zaretskii
f5c322fcb1 (XMenuActivate): Update prototype. 2000-07-20 11:04:07 +00:00
Dave Love
f029874471 C-down-mouse-3. Move concat change. 2000-07-20 09:39:42 +00:00
Eli Zaretskii
2696c10210 Fix a typo in a comment. 2000-07-20 06:59:46 +00:00
Richard M. Stallman
18e21ce839 *** empty log message *** 2000-07-19 22:05:09 +00:00
Richard M. Stallman
37c004c4f9 (run-with-idle-timer): Doc fix. 2000-07-19 22:04:34 +00:00
Richard M. Stallman
8b7bc6282e *** empty log message *** 2000-07-19 22:00:37 +00:00
Richard M. Stallman
82d221935c (mail-strip-quoted-names): Handle case where <...> appears inside "...".
Use replace-match to edit the string more simply.

(rmail-dont-reply-to): Cope with an unmatched ".
2000-07-19 21:53:51 +00:00
Dave Love
30729019be Fix last checkin. 2000-07-19 16:00:04 +00:00
Dave Love
50575ec215 (ediff-region-help-echo): Partially fix for Emacs implementation. 2000-07-19 15:56:50 +00:00