Eli Zaretskii
abeb585559
*** empty log message ***
2005-12-17 17:29:36 +00:00
Chong Yidong
6b8dfbf78a
2005-12-17 Chong Yidong <cyd@stupidchicken.com>
...
* print.c (print_preprocess): Just signal an error if print_depth
is exceeded.
2005-12-17 15:55:29 +00:00
Chong Yidong
04df9646f2
Revert last change.
2005-12-17 15:51:00 +00:00
Chong Yidong
2173b58252
* print.c (print_preprocess): Just signal an error if print_depth
...
is exceeded.
2005-12-17 15:46:16 +00:00
Eli Zaretskii
d912b87a54
Set a breakpoint on w32_abort.
2005-12-17 15:14:03 +00:00
Juri Linkov
2a502a3271
*** empty log message ***
2005-12-16 19:10:49 +00:00
John Paul Wallington
eb2def1bc6
*** empty log message ***
2005-12-14 22:59:35 +00:00
Jan Djärv
bf63eb6967
* xfns.c (compute_tip_xy): Handle negative dx and dy.
...
* w32fns.c (compute_tip_xy): Ditto
* macfns.c (compute_tip_xy): Ditto
2005-12-14 20:58:33 +00:00
Chong Yidong
9b98e16125
* print.c (print_preprocess): Go to a deeper print_depth to avoid
...
print_object loop.
2005-12-14 20:49:46 +00:00
Kenichi Handa
89aa725ad6
(code_convert_region_unwind): GCPRO arg.
2005-12-14 00:43:36 +00:00
Jan Djärv
57134802f7
* xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
...
i.e. dy is offset from top of frame instead of bottom.
* macfns.c (compute_tip_xy): Ditto.
* w32fns.c (compute_tip_xy): Ditto.
2005-12-12 09:32:15 +00:00
Jan Djärv
3b006f5b67
* gtkutil.c (SSDATA): New macro to remove compiler warnings.
...
(xg_get_image_for_pixmap, xg_create_frame_widgets)
(xg_get_file_with_chooser): Use SSDATA instead of SDATA.
* xmenu.c (menubar_selection_callback): Do nothing if the callback
is for an unselected radio menu item.
2005-12-12 08:08:23 +00:00
Richard M. Stallman
2cb33a9853
(syms_of_xdisp) <blink-cursor-alist>: Doc fix.
2005-12-11 15:40:37 +00:00
Juri Linkov
d7d1f75e5e
*** empty log message ***
2005-12-11 09:57:08 +00:00
YAMAMOTO Mitsuharu
ac8fcf0f17
*** empty log message ***
2005-12-11 01:06:48 +00:00
YAMAMOTO Mitsuharu
4b3eb40742
*** empty log message ***
2005-12-10 01:50:23 +00:00
Richard M. Stallman
e358e05216
(Fx_create_frame): Reinstate previous change.
2005-12-10 00:38:29 +00:00
Eli Zaretskii
9ea74bfb03
*** empty log message ***
2005-12-09 19:30:35 +00:00
Kim F. Storm
84fdb82c52
*** empty log message ***
2005-12-09 09:44:24 +00:00
Richard M. Stallman
2663a20493
*** empty log message ***
2005-12-08 18:08:38 +00:00
Richard M. Stallman
2fda697741
(Fx_create_frame): Comment out previous change.
2005-12-08 15:49:11 +00:00
Károly Lőrentey
225c13a5d7
(Fx_create_frame): Initialize Vdefault_minibuffer_frame, when needed.
2005-12-07 17:06:33 +00:00
Stefan Monnier
da8ec671f7
(keys_of_minibuf): Just unbind SPC in Vminibuffer_local_filename_completion_map
...
rather than forcing it explicitly to the same binding as the global map.
2005-12-06 15:53:58 +00:00
Ken Raeburn
88fde92a48
(truncate_undo_list): Avoid dangerous side effects in NILP argument.
2005-12-06 07:40:47 +00:00
Richard M. Stallman
fa0d4d0c09
*** empty log message ***
2005-12-06 02:07:54 +00:00
Eli Zaretskii
5a98616edf
(compute_tip_xy): Put tip above pointer if it doesn't fit below.
2005-12-02 18:32:46 +00:00
Jan Djärv
1dbacb9046
* xterm.h: Add prototype for xg_set_icon_from_xpm_data.
...
* xfns.c (x_real_positions): int ign => unsigned int.
(xg_set_icon_from_xpm_data): Remove unused variable err.
(x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
to remove compiler warning.
(compute_tip_xy): Put tip above pointer if it doesn't fit below.
2005-12-02 14:57:23 +00:00
Eli Zaretskii
0a79da1b5d
*** empty log message ***
2005-12-02 14:12:31 +00:00
Stefan Monnier
e67a1dea3e
(Fset_window_configuration): Don't accidentally copy the
...
window-point of one window to another.
2005-12-01 16:25:15 +00:00
Romain Francoise
7854b2a3f2
*** empty log message ***
2005-11-30 19:06:42 +00:00
Károly Lőrentey
6ad0f04d22
(Fpop_to_buffer): Remove superfluous call to record_buffer.
2005-11-30 13:18:56 +00:00
Kim F. Storm
4269a2fd77
*** empty log message ***
2005-11-30 00:04:34 +00:00
Stefan Monnier
96013ba9db
(stop_other_atimers): Fix loop to correctly compute `prev'.
2005-11-29 22:37:27 +00:00
Richard M. Stallman
161ef3be43
*** empty log message ***
2005-11-27 19:29:09 +00:00
Eli Zaretskii
02b1a164f9
*** empty log message ***
2005-11-26 11:20:10 +00:00
Eli Zaretskii
07908aec23
*** empty log message ***
2005-11-26 11:07:23 +00:00
YAMAMOTO Mitsuharu
b9c7cbf926
*** empty log message ***
2005-11-24 08:20:41 +00:00
YAMAMOTO Mitsuharu
2c012c4187
*** empty log message ***
2005-11-23 07:20:09 +00:00
Ken Raeburn
d7c0be75d3
(shadow_lookup): Use make_number to pass a number to Fsubstring.
2005-11-21 23:33:01 +00:00
Juri Linkov
17c1971a7e
*** empty log message ***
2005-11-21 07:57:45 +00:00
Chong Yidong
67d23e0166
(merge_face_vectors): Don't do :ignore-defface overwriting here.
...
(Finternal_merge_in_global_face): Do it here.
2005-11-20 22:35:48 +00:00
Chong Yidong
0268cef3fa
* xfaces.c (Finternal_set_lisp_face_attribute): Use
...
:ignore-defface for new frame defaults when `unspecified' is
supplied.
(Finternal_get_lisp_face_attribute): Hide :ignore-defface.
2005-11-20 15:22:31 +00:00
Juri Linkov
dd949173e7
*** empty log message ***
2005-11-20 07:57:39 +00:00
Nick Roberts
7698643375
*** empty log message ***
2005-11-20 02:13:53 +00:00
Andreas Schwab
603add2d25
*** empty log message ***
2005-11-19 17:44:38 +00:00
YAMAMOTO Mitsuharu
125ce9ec5e
*** empty log message ***
2005-11-19 06:35:38 +00:00
Chong Yidong
fe45ad152a
* image.c (x_create_bitmap_from_xpm_data): Free attributes on
...
fail.
2005-11-18 03:57:36 +00:00
Chong Yidong
05338727a8
(Fface_attribute_relative_p, Fmerge_face_attribute): Handle
...
Qignore_defface as a possible value.
2005-11-18 03:55:45 +00:00
Chong Yidong
2ff1066384
* xfaces.c (Qignore_defface): New variable.
...
(syms_of_xfaces): Provide `:ignore-defface'.
(IGNORE_DEFFACE_P): New macro.
(check_lface_attrs): Qignore_defface is a possible value.
(lface_fully_specified_p): Likewise.
(Finternal_set_lisp_face_attribute): Likewise.
(merge_face_vectors): The merged face is `unspecified' if the
mergee specifies `:ignore-defface'.
2005-11-18 01:48:42 +00:00
Stefan Monnier
c01f0ed303
*** empty log message ***
2005-11-16 18:39:00 +00:00