Kim F. Storm
43e4a82f6e
(MAX_ALLOCA): Remove define.
2004-06-21 21:53:27 +00:00
Kim F. Storm
4894eddd88
(Fstring): Use SAFE_ALLOCA.
2004-06-21 21:52:46 +00:00
Kim F. Storm
2b3cb54db4
(casify_object): Use SAFE_ALLOCA.
2004-06-21 21:52:03 +00:00
Kim F. Storm
f61bef8be5
(safe_alloca_unwind): New function.
2004-06-21 21:51:50 +00:00
Kim F. Storm
79518a8dfa
(MAX_ALLOCA): Define here.
...
(safe_alloca_unwind): Add prototype.
(USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
2004-06-21 21:51:18 +00:00
Kim F. Storm
5c917f9884
*** empty log message ***
2004-06-21 21:50:52 +00:00
Eli Zaretskii
9a09408e9e
(Fwith_output_to_temp_buffer): Doc fix.
2004-06-21 19:52:30 +00:00
Richard M. Stallman
376de73927
*** empty log message ***
2004-06-21 03:26:53 +00:00
Richard M. Stallman
5e9bab6ff1
(Finternal_copy_lisp_face): Small cleanup; doc fix.
2004-06-21 03:26:32 +00:00
Richard M. Stallman
f90a5bf53a
(match_limit): Cleaner err msg when no match data available.
2004-06-21 03:24:25 +00:00
Richard M. Stallman
3cb7143cd8
(syms_of_window): Doc fix.
2004-06-21 03:23:27 +00:00
Richard M. Stallman
29204e1328
(command_loop_1): Handle values only' and identity' for Vtransient_mark_mode.
2004-06-21 03:22:34 +00:00
Richard M. Stallman
5a39b770ee
(syms_of_buffer): Doc fix.
2004-06-21 03:20:20 +00:00
David Kastrup
acd81db980
(Ftry_completion, Fall_completions): Do lazy binding
...
and unbinding of `case-fold-search' according to
`completion-ignore-case' around calls of string-match and
predicates, respectively. Should give satisfactory performance
in all relevant cases.
2004-06-20 22:29:47 +00:00
Jan Djärv
95911c7476
* xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
...
clip_x/y_origin.
2004-06-17 19:35:00 +00:00
Jan Djärv
a6cb6b787e
* fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
2004-06-17 14:37:53 +00:00
Jan Djärv
f303762dc1
* macfns.c (Fx_display_color_cells): Do not limit return value to 256.
...
* macterm.c (mac_initialize_display_info): Initialize n_planes correctly
on Mac OSX.
2004-06-17 13:04:25 +00:00
Kim F. Storm
1891f34803
Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)
...
except for the copyright year update.
2004-06-17 08:33:27 +00:00
Luc Teirlinck
f1ccb32916
(syms_of_buffer): Clarify `fill-column' docstring.
2004-06-16 22:33:52 +00:00
Luc Teirlinck
bbdb2684da
*** empty log message ***
2004-06-16 22:32:06 +00:00
Kim F. Storm
a0ecb2ac8e
Update copyright.
2004-06-16 15:10:55 +00:00
Kim F. Storm
e3d844638f
(Vimage_types): Remove extern.
2004-06-16 14:17:01 +00:00
Kim F. Storm
5ea48b1c5d
*** empty log message ***
2004-06-16 14:16:17 +00:00
Miles Bader
803aac3efa
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
...
Make sure image types are initialized for lookup too
2004-06-16 02:45:09 +00:00
Kim F. Storm
38793d6a3e
(try_cursor_movement): Exclude header line from scroll
...
margin at top of window.
(try_window_reusing_current_matrix): Calculate proper cursor position
after scrolling up with non-zero scroll margin, as the old cursor
position corresponds to value of PT before executing this command.
(try_window_id): Consider scroll margin at bottom of window too;
otherwise we fail to scroll when hl-line-mode is enabled.
2004-06-15 10:35:05 +00:00
Kim F. Storm
c4a5739cd3
*** empty log message ***
2004-06-15 10:33:15 +00:00
Kim F. Storm
b3bda4fdfd
(skip_chars): Only recognize [:class:] when it has the
...
proper format and class is a lower-case word.
2004-06-15 09:42:31 +00:00
Kim F. Storm
cdc9776497
*** empty log message ***
2004-06-15 09:42:18 +00:00
Jan Djärv
5b16632306
* gtkutil.c (xg_get_image_for_pixmap): New function.
...
(xg_get_gdk_pixmap_and_mask): Removed.
(update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
xg_get_gdk_pixmap_and_mask.
2004-06-14 21:53:24 +00:00
Jan Djärv
2f4a048d1b
* xterm.h (struct x_display_info): Typo in comment fixed.
2004-06-14 21:51:49 +00:00
Juanma Barranquero
1ebd4f78e4
*** empty log message ***
2004-06-14 21:17:25 +00:00
Juanma Barranquero
4f224e64d0
(Vimage_types): Delete (moved to image.c).
2004-06-14 20:49:05 +00:00
Juanma Barranquero
0855eb5219
(Vimage_types): Move from xdisp.c.
...
(Vimage_type_cache): New variable.
(define_image_type): New argument indicating whether an image library was
loaded; cache loaded status and return t on success, nil otherwise.
(CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
(w32_delayed_load): New function to load an image library from a list of
possible filenames.
(init_xpm_functions, init_png_functions, init_jpeg_functions)
(init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
(CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
(Finit_image_library): New function, extracted from `init_image'. Try to
initialize an image library on demand and cache whether we were successful
or not.
(syms_of_image): Initialize `Vimage_types' and `Vimage_type_cache'. Add
recognized image types to Vimage_types. Export `init-image-library'.
(init_image): Remove initialization of all image types, except xbm and pbm.
2004-06-14 20:47:25 +00:00
Juanma Barranquero
15469ae8ff
(Vimage_types): Make it conditional on HAVE_WINDOW_SYSTEM.
2004-06-14 20:44:48 +00:00
Andreas Schwab
904ee128dc
*** empty log message ***
2004-06-14 09:04:41 +00:00
Richard M. Stallman
092de21d0b
*** empty log message ***
2004-06-13 22:39:41 +00:00
Richard M. Stallman
e3ee34f0c3
(cmd_error): Don't call any_kboard_state if inside a recursive edit level.
...
(command_loop): Call any_kboard_state before command_loop_2 when at top level.
2004-06-13 22:39:20 +00:00
Richard M. Stallman
04391069ec
Comment change.
2004-06-13 22:37:07 +00:00
Richard M. Stallman
1fdab50394
(re_wctype, re_iswctype): Function defs longer static.
...
(CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
(re_wctype, re_iswctype, re_wctype_to_bit):
Non-function definitions moved to regex.h.
2004-06-13 22:36:05 +00:00
Richard M. Stallman
c13ecd8fca
(CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
...
(re_wctype, re_iswctype, re_wctype_to_bit):
Non-function definitions moved here from regex.c.
2004-06-13 22:34:19 +00:00
Richard M. Stallman
e963215c44
(Fselect_window): Doc fix.
2004-06-13 22:27:53 +00:00
Richard M. Stallman
a1bc88d455
Include regex.h.
...
(skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
If requested, make a list of classes, then check the scanned
chars for membership in them.
(in_classes): New function.
(Fskip_chars_forward): Doc fix.
2004-06-13 22:25:34 +00:00
Andreas Schwab
774437897d
(Ftry_completion, Fall_completions, Ftest_completion):
...
Avoid calling specbind when completion-regexp-list is empty.
2004-06-13 22:20:55 +00:00
Andreas Schwab
cea5d0d423
(cancel_hourglass_unwind): Return a value.
...
(modify_event_symbol): Always use %ld for printing EMACS_INT.
(Fexecute_extended_command): Likewise.
2004-06-13 15:35:03 +00:00
Andreas Schwab
474f84d925
(print_object): Always use %ld for printing EMACS_INT.
2004-06-13 15:33:33 +00:00
Andreas Schwab
874757e8ed
(SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
...
avoid clashes.
(SYNTAX): Likewise.
(SYNTAX_WITH_FLAGS): Likewise.
(SYNTAX_MATCH): Likewise.
2004-06-13 15:30:31 +00:00
Andreas Schwab
ab229fdd0d
(char_quoted): Avoid warning about undefined operation.
...
(find_defun_start): Likewise.
(scan_lists): Likewise.
(INC_FROM): Likewise.
(scan_sexps_forward): Likewise.
2004-06-13 15:28:55 +00:00
Andreas Schwab
be8c4ce456
Include <ctype.h>.
2004-06-13 15:04:45 +00:00
Andreas Schwab
3ebc09397f
(face_attr_equal_p): Declare parameters.
2004-06-13 14:50:07 +00:00
Kenichi Handa
6fb41b5b77
*** empty log message ***
2004-06-13 00:25:18 +00:00