1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00
Commit graph

14902 commits

Author SHA1 Message Date
Gerd Moellmann
bb313871fb (x_draw_glyphs): Don't call notice_overwritten_cursor if
OVERLAPS_P.
2001-11-28 17:09:34 +00:00
Pavel Janík
6052529b3c (message_dolog): Remove unused variables gcpro2', gcpro3' and `gcpro4'. 2001-11-28 08:12:53 +00:00
Pavel Janík
55b43a6305 (decode_coding_string): Remove unused variable `gcpro1'. 2001-11-28 07:36:46 +00:00
Stefan Monnier
64ef29210e Use AREF and ASIZE. 2001-11-28 07:25:03 +00:00
Stefan Monnier
d28981c94d (run_hook_list_with_args): Remove.
(LIST_END_P): Fix call to wrong_type_argument.
(make_fixnum_or_float): Use EMACS_INT rather than int.
2001-11-27 19:28:52 +00:00
Stefan Monnier
9fabb2f550 *** empty log message *** 2001-11-27 19:23:17 +00:00
Eli Zaretskii
c88e534769 *** empty log message *** 2001-11-27 17:35:04 +00:00
Stefan Monnier
394e256115 (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
(describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
2001-11-26 23:37:01 +00:00
Stefan Monnier
845975f566 Use AREF and ASIZE.
(Ffetch_bytecode): Add the file name to the error message.
2001-11-26 23:29:48 +00:00
Stefan Monnier
111ed14e93 *** empty log message *** 2001-11-26 23:03:47 +00:00
Stefan Monnier
8d2ced5397 (Ffind_file_name_handler): Give precedence to handlers
which match the end of the file-name.
(Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
is not a valid env var, but leave it as is instead.
2001-11-26 22:54:37 +00:00
Stefan Monnier
4dc3eb25ae (access_keymap): Handle t bindings like nil bindings.
Make nil bindings in char-tables transparent.
(store_in_keymap): Turn a nil binding into a t binding for char-tables.
2001-11-26 22:30:21 +00:00
Richard M. Stallman
d14204358f *** empty log message *** 2001-11-26 20:16:17 +00:00
Richard M. Stallman
49f68fd22b (set_text_properties_1): Allow args in either order.
Do nothing if range is empty.
2001-11-26 20:10:04 +00:00
Richard M. Stallman
ebcbef4efb *** empty log message *** 2001-11-26 11:01:20 +00:00
Richard M. Stallman
05d6956f0c (mostlyclean): Delete bootstrap-emacs here.
(clean): Not here.
2001-11-26 10:53:53 +00:00
Richard M. Stallman
2fa0eedfbc (mallocobj): Simplify logic using auxiliary vars. 2001-11-26 10:52:40 +00:00
Stefan Monnier
5c131048fe *** empty log message *** 2001-11-26 02:26:04 +00:00
Stefan Monnier
ce768453c1 (set_text_properties_1): Clearly mark that the interval should not be empty. 2001-11-26 02:19:38 +00:00
Stefan Monnier
201ffa579a (graft_intervals_into_buffer):
Don't call set_text_properties_1 on an empty interval.
2001-11-26 02:16:59 +00:00
Richard M. Stallman
6108b49c0a (unexec): Index by n, not nn, when checking for ".sbss". 2001-11-26 01:19:06 +00:00
Richard M. Stallman
7ec8aa3fdd (Fcall_process): When we make a bigger buffer for bufptr,
don't lose the data in it.
2001-11-26 00:36:28 +00:00
Richard M. Stallman
96d276c351 *** empty log message *** 2001-11-26 00:34:09 +00:00
Richard M. Stallman
98040cf186 (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks. 2001-11-26 00:08:20 +00:00
Richard M. Stallman
f1597a3a85 (Fkill_buffer): Use Frun_hooks, not Vrun_hooks. 2001-11-26 00:07:17 +00:00
Richard M. Stallman
6a15331f02 (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. 2001-11-26 00:05:33 +00:00
Richard M. Stallman
5eea19a4fb *** empty log message *** 2001-11-26 00:04:43 +00:00
Stefan Monnier
438e57dde3 *** empty log message *** 2001-11-25 23:07:49 +00:00
Stefan Monnier
c319cf2458 (merge_face_heights): Coerce back to int explicitly. 2001-11-25 23:07:38 +00:00
Eli Zaretskii
b0f906c845 (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>. 2001-11-25 18:21:09 +00:00
Jason Rumney
59ce1461a2 *** empty log message *** 2001-11-25 11:35:13 +00:00
Jason Rumney
0e3fcdef7f (x_create_tip_frame): Set frame's fringes_extra to 0.
(Fx_show_tip): Block input during frame creation.
(Fx_show_tip, Fx_hide_tip): Enable.
2001-11-25 11:03:33 +00:00
Jason Rumney
a9181c148c (FRAME_X_FRINGE_COLS): No fringe on tip frames. 2001-11-25 11:01:10 +00:00
Richard M. Stallman
8727d588f0 *** empty log message *** 2001-11-25 02:42:37 +00:00
Richard M. Stallman
3ba6fd9a10 (Fload): Detect recursive load error for more than 3
nestings of the same file.
(Vrecursive_load_depth_limit): Variable deleted.
(syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
2001-11-25 02:13:13 +00:00
Jason Rumney
cc63037ece *** empty log message *** 2001-11-24 18:11:01 +00:00
Jason Rumney
86ffe5cd55 (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
for all Windowed systems.
2001-11-24 17:51:07 +00:00
Jason Rumney
570d22b035 (compute_tip_xy): Initialize root_x and root_y from
mouse position if either left or top is not specified.
2001-11-24 17:48:40 +00:00
Jason Rumney
bfd6edcc91 (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
<WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
(my_create_tip_window, Fx_show_tip): Adjust size for external border.
(my_create_tip_window): Assign tip_window.
(x_create_tip_frame): Use same defaults as X.
(compute_tip_xy): Remove unused variable.  Use full screen width.
(Fx_show_tip): Do not double height. Call ShowWindow directly.
2001-11-24 17:39:31 +00:00
Jason Rumney
b71b81116a (x_after_update_window_line): Doc fix.
(w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip frames.
<WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
2001-11-24 17:31:06 +00:00
Pavel Janík
f7d40b3b99 Fix typo in comment. 2001-11-24 17:10:39 +00:00
Pavel Janík
2b6f3c2bf3 *** empty log message *** 2001-11-23 17:33:50 +00:00
Eli Zaretskii
deece6f51a (IT_clear_screen): If the frame's faces are not yet
realized, use the initial screen colors to clear the screen.
2001-11-23 17:16:17 +00:00
Pavel Janík
28ff42939f (Fset_text_properties): Remove unused variables `unchanged',
`prev_changed', `s' and `len'.
2001-11-23 08:11:35 +00:00
Pavel Janík
56167cc52c (Freplace_match): Remove unused variable `inslen'. 2001-11-23 07:14:31 +00:00
Pavel Janík
1b944d9cd9 (access_keymap): Remove unused variables c1' and c2'. 2001-11-23 07:04:49 +00:00
Jason Rumney
ca56d9532d (x_window_to_frame): Remove irrelevant TODO comment.
(w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
(my_create_tip_window): New function.
(x_create_tip_frame, compute_tip_xy): Adapt for Windows.
(Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
2001-11-22 20:44:11 +00:00
Jason Rumney
33399dce78 *** empty log message *** 2001-11-20 22:09:14 +00:00
Jason Rumney
9b58c683a3 (Vw32_system_coding_system) [WINDOWSNT]: Remove.
(ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
2001-11-20 22:01:56 +00:00
Jason Rumney
1fa3a2001d (Vw32_system_coding_system): Remove.
(w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
2001-11-20 22:00:54 +00:00