1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

18925 commits

Author SHA1 Message Date
Jan Djärv
255e4140a7 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
x-use-old-gtk-file-dialog.

* xfns.c: Define x_use_old_gtk_file_dialog.
(syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
outside ifdef USE_GTK.
2004-11-23 19:56:55 +00:00
Stefan Monnier
5e92b1caaf (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
Don't use XFASTINT blindly.
2004-11-23 05:21:31 +00:00
Stefan Monnier
8fe48a6f12 (RE_TRANSLATE_P): Don't use XFASTINT blindly. 2004-11-23 05:20:49 +00:00
Stefan Monnier
2ca8b6c2c3 (skip_invisible): Avoid non-idempotent side-effects in macro arguments. 2004-11-23 05:19:17 +00:00
Stefan Monnier
38cbfed434 (Flookup_key): Check INTEGERP before XINT. 2004-11-23 05:08:09 +00:00
Stefan Monnier
8bc285a288 (oblookup): Don't use XFASTINT blindly. 2004-11-23 05:06:56 +00:00
Stefan Monnier
0f8fe9a26f (Fset_window_scroll_bars): Don't use XINT if it isn't int.
(decode_next_window_args, window_loop): Don't use XFASTINT blindly.
2004-11-23 05:05:34 +00:00
Kim F. Storm
e6fb381c3e * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
(MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
2004-11-23 00:51:55 +00:00
Kim F. Storm
4d7211144f *** empty log message *** 2004-11-23 00:51:35 +00:00
Kim F. Storm
26a5d4404c (update_window_fringes): Show top row indicator if
window has header-line.  Don't show arrow at bob and eob
if the boundary indicators are not used.
(Fset_fringe_bitmap_face): Signal error in lookup_named_face.
2004-11-22 23:26:36 +00:00
Kim F. Storm
1c395ea72d (lookup_named_face): Fix prototype. 2004-11-22 23:26:26 +00:00
Kim F. Storm
c49a049515 (set_window_buffer): Clear display_error_modiff. 2004-11-22 23:26:13 +00:00
Kim F. Storm
ff7d52cda4 (handle_single_display_prop): Don't signal error in
lookup_named_face for unknown fringe face name.
(highlight_trailing_whitespace): Don't signal error in
lookup_named_face if trailing-whitespace face unknown.
(calc_line_height_property): Don't signal error in
lookup_named_face if specified face name is unknown.
2004-11-22 23:26:02 +00:00
Kim F. Storm
2272e96769 (lookup_named_face): Add signal_p arg. Return -1 if
signal_p is zero and face name is unknown.
(Fx_list_fonts): Don't signal error in lookup_named_face.
(Fface_font): Signal error in lookup_named_face.
(ascii_face_of_lisp_face): Likewise.
2004-11-22 23:25:49 +00:00
Kim F. Storm
11e0be49d8 *** empty log message *** 2004-11-22 23:25:11 +00:00
Kim F. Storm
a208b89cce (update_window_fringes): Provide sensible fall-back
value for non-nil indicate-buffer-boundaries setting.
2004-11-22 14:26:23 +00:00
Kim F. Storm
0960a58284 *** empty log message *** 2004-11-22 14:20:25 +00:00
Markus Rost
b0e9bb2895 (Fminibuffer_complete_and_exit): Fix previous change. 2004-11-22 06:43:11 +00:00
Stefan Monnier
d0bce91e9c (Fdefvar): Warn when var is let-bound but globally void. 2004-11-22 05:26:50 +00:00
Kim F. Storm
08f6668226 (x_clip_to_row): Add area arg. Callers changed.
(x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
2004-11-21 15:49:12 +00:00
Kim F. Storm
b5a2e277b0 (w32_clip_to_row): Add area arg. Callers changed.
(x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
2004-11-21 15:48:58 +00:00
Kim F. Storm
e1dca3678d (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA. 2004-11-21 15:47:55 +00:00
Kim F. Storm
b7fd3518da *** empty log message *** 2004-11-21 15:47:22 +00:00
Kim F. Storm
03802f0d9e (move_it_in_display_line_to, display_line): Restore
saved_face_id if overflow-newline-into-fringe is enabled and line
is continued before or in middle of element from display vector.
2004-11-21 14:59:40 +00:00
Kim F. Storm
f01d4d05a4 *** empty log message *** 2004-11-21 14:58:40 +00:00
Kim F. Storm
24a06d04fd (Fvertical_motion): Fix last change. Use another
method to detect if iterator moved too far ahead after reseat.
2004-11-21 12:56:53 +00:00
Kim F. Storm
f1a6138967 *** empty log message *** 2004-11-21 12:56:25 +00:00
Kim F. Storm
425daf4a73 (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
expand matrix width for overflow in zero-width area.
(append_glyph, append_composite_glyph, produce_image_glyph)
(append_stretch_glyph): Use it to avoid loop in redisplay.
(note_mode_line_or_margin_highlight): Don't let help-echo from
string override help-echo from image map.
2004-11-21 12:33:35 +00:00
Kim F. Storm
e181467291 *** empty log message *** 2004-11-21 12:33:16 +00:00
Luc Teirlinck
ce8dd7cab6 *** empty log message *** 2004-11-21 01:11:51 +00:00
Luc Teirlinck
2dafe1c923 (Fcall_interactively): Call Fread_from_minibuffer with extra argument. 2004-11-21 01:02:51 +00:00
Luc Teirlinck
8181f402ed (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument. 2004-11-21 00:57:49 +00:00
Richard M. Stallman
fd6866c86d *** empty log message *** 2004-11-21 00:47:35 +00:00
Richard M. Stallman
9961365e7f *** empty log message *** 2004-11-21 00:40:54 +00:00
Richard M. Stallman
9e48ae9e5b (Fread_from_minibuffer): Add arg in decl. 2004-11-21 00:28:02 +00:00
Richard M. Stallman
36baf3b70e (Fminibuffer_complete_and_exit):
Fixup the case of the completed value, for case-indep completion.
2004-11-20 22:32:07 +00:00
Richard M. Stallman
9d00469fca *** empty log message *** 2004-11-20 22:09:16 +00:00
Richard M. Stallman
da34f64ebe (read_minibuf): New arg KEEP_ALL. Callers changed.
(Fread_from_minibuffer): New ark KEEP_ALL.  Callers changed.
2004-11-20 22:04:11 +00:00
Richard M. Stallman
dedbac8923 *** empty log message *** 2004-11-20 14:18:59 +00:00
Richard M. Stallman
41a3329543 (Vsearch_spaces_regexp):
Renamed from Vsearch_whitespace_regexp.  All uses changed.
2004-11-20 14:04:16 +00:00
Thien-Thi Nguyen
2f672bb5fd *** empty log message *** 2004-11-20 10:37:30 +00:00
Thien-Thi Nguyen
345802a7c3 (init_eval_once): Increase `max_specpdl_size' to 650. 2004-11-20 10:26:24 +00:00
Richard M. Stallman
6de891db98 *** empty log message *** 2004-11-19 20:07:39 +00:00
Richard M. Stallman
ecdb561eb4 (struct regexp_cache): New element whitespace_regexp.
(syms_of_search): Initialize whitespace_regexp elements.
(compile_pattern): Compare whitespace_regexp elements.
(compile_pattern_1): Set whitespace_regexp elements.
2004-11-19 20:02:32 +00:00
Richard M. Stallman
4fb680cd9c Fix previous change. 2004-11-19 19:47:39 +00:00
Richard M. Stallman
f31a9a68db (Vsearch_whitespace_regexp): New variable.
(syms_of_search): Defvar it.
(compile_pattern_1): Call re_set_whitespace_regexp with it.
(search_buffer): No regexp is trivial if Vsearch_whitespace_regexp is non-nil.
2004-11-19 19:40:32 +00:00
Richard M. Stallman
f9b0fd9964 (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero.
(whitespace_regexp): New variable.
(re_set_whitespace_regexp): New function.
2004-11-19 19:36:09 +00:00
Kim F. Storm
97564b7ef4 (Fvertical_motion): Fix last change. 2004-11-19 09:44:14 +00:00
Kim F. Storm
cbc34cb39b *** empty log message *** 2004-11-19 09:43:27 +00:00
Kim F. Storm
b54a75394a (Fvertical_motion): Undo 2004-11-16 change.
Instead, move back again if reseating moves too far ahead.
2004-11-18 11:00:38 +00:00