1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00
Commit graph

22433 commits

Author SHA1 Message Date
Glenn Morris
5fc76febc8 (cnt): Rename to x_reply_selection_request_cnt for clarity.
(x_reply_selection_request): All uses changed.
2007-09-12 17:19:45 +00:00
Glenn Morris
c29ec096c7 (cnt): Rename to menu_grab_callback_cnt for clarity.
(menu_grab_callback): All uses changed.
2007-09-12 17:17:59 +00:00
Thien-Thi Nguyen
315912fb92 (gif_load): Fix bug: Handle nonexistent colormap. 2007-09-06 20:28:40 +00:00
Glenn Morris
f63f5da887 (menu_grab_callback) <cnt>: Move static variable to file scope. 2007-09-06 07:01:41 +00:00
Glenn Morris
5cb3987159 (x_reply_selection_request) <cnt>: Move static variable to file scope. 2007-09-06 06:55:01 +00:00
Glenn Morris
424aca2e28 *** empty log message *** 2007-09-06 06:54:48 +00:00
Jason Rumney
63a19c3079 *** empty log message *** 2007-09-02 23:45:31 +00:00
Jason Rumney
a017b51574 (delete_child): Don't terminate threads of zombies. 2007-09-02 17:01:02 +00:00
Jan Djärv
93716e0eb6 (file_for_image, find_rtl_image): New functions.
(xg_get_image_for_pixmap): Use file_for_image
(update_frame_tool_bar): If direction is RTL, use RTL image if
defined.  Use Gtk stock images or named theme icons if defined.
2007-09-02 16:59:23 +00:00
Jan Djärv
54c1ec7263 Qrtl is new.
(parse_tool_bar_item): Handle :rtl keyword.
(syms_of_keyboard): Intern :rtl keyword.
2007-09-02 16:59:00 +00:00
Jan Djärv
8337e95186 (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. 2007-09-02 16:58:49 +00:00
Martin Rudalics
d0d3a31145 (syms_of_keyboard): Set up new Lisp variable
last-repeatable-command.
(init_kboard): Initialize Vlast_repeatable_command.
(command_loop_1): Set it to real_this_command unless that was
bound to an input event.
(mark_kboards): Mark it.
2007-08-29 09:01:48 +00:00
Martin Rudalics
d2ff5d5051 (struct kboard): New elt Vlast_repeatable_command. 2007-08-29 08:59:44 +00:00
Juanma Barranquero
747c316eac (syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes. 2007-08-28 11:39:26 +00:00
Jan Djärv
5f4a9ec610 (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
so no Lisp code is executed.
2007-08-28 10:06:15 +00:00
YAMAMOTO Mitsuharu
769174c4d4 (x_draw_composite_glyph_string_foreground): Draw rectangle
for nonexistent or zero-width glyph in composition glyph.
2007-08-27 08:33:57 +00:00
Richard M. Stallman
a13ab63fff (tty_supports_face_attributes_p): Use instead of LFACE_INVERSE_INDEX
and LFACE_BACKGROUND_INDEX in incorrectly copied code.
2007-08-27 03:54:16 +00:00
Richard M. Stallman
c997bb25d7 (condition-case): Doc fix. 2007-08-27 03:49:17 +00:00
Stefan Monnier
c30da26510 (load_warn_old_style_backquotes): Fix weird typo. 2007-08-23 16:20:34 +00:00
Stefan Monnier
b636b4c1c5 (load_warn_old_style_backquotes): Fix up array size typo. 2007-08-23 16:15:14 +00:00
Stefan Monnier
1d06469794 (Qold_style_backquotes): New var.
(syms_of_lread): Init and staticpro it.
(load_warn_old_style_backquotes): New fun.
(Fload): Use them to warn about old style backquotes.
(end_of_file_error, Fload): Remove unused vars.
2007-08-22 16:46:45 +00:00
Stefan Monnier
5772ed4bf3 (Fclear_face_cache, Fx_send_client_event): Declare. 2007-08-22 16:44:09 +00:00
Stefan Monnier
5aa273b0a6 (syms_of_lread): Export old-style-backquotes to Elisp. 2007-08-22 15:55:10 +00:00
Stefan Monnier
9ecb827bd9 (Vold_style_backquotes): New var.
(syms_of_lread): Init and staticpro it.
(read1): Set it when we find an old-style (back)quote.
2007-08-22 15:43:46 +00:00
Jason Rumney
32e1c7b132 (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator. 2007-08-22 14:35:05 +00:00
Stefan Monnier
97c4ef2a20 (reset_var_on_error): New fun.
(signal_before_change, signal_after_change):
Use it to reset (after|before)-change-functions to nil in case of error.
Bind inhibit-modification-hooks to t.
Don't bind (after|before)-change-functions to nil while they run.
2007-08-21 18:22:03 +00:00
Andreas Schwab
259d15166e (pure): Round PURESIZE up. 2007-08-19 00:17:53 +00:00
Jan Djärv
b9c2e29488 Remove debug fprintf. 2007-08-17 07:53:18 +00:00
Jan Djärv
a33f5759a6 (handle_one_xevent): Remove check that mouse click is in
active frame.
2007-08-17 07:52:08 +00:00
Glenn Morris
af9f81a0de Tweak previous change (don't init statics). 2007-08-16 03:17:12 +00:00
Glenn Morris
fb2336a18b *** empty log message *** 2007-08-16 03:13:33 +00:00
Glenn Morris
37e479416a Typo. 2007-08-15 03:23:23 +00:00
Glenn Morris
e7f059db46 Comment previous change. 2007-08-15 03:22:22 +00:00
Glenn Morris
0c9848246b Philippe Waroquiers <philippe.waroquiers at eurocontrol.int>
(tty_default_color_capabilities): Explicitly initialize static
variables in file scope, to avoid HPUX compiler problem.
2007-08-15 03:19:47 +00:00
Jan Djärv
e4f61b3bae (update_frame_tool_bar): Use -1 as index
to gtk_toolbar_insert.
2007-08-13 06:36:47 +00:00
YAMAMOTO Mitsuharu
14e1270cde (x_draw_image_glyph_string): Adjust stipple origin when
filling pixmap with stippled background.
2007-08-11 02:06:37 +00:00
Stefan Monnier
a22dec271e (new_backquote_output): Rename from old_backquote_output.
(print): Inverse its logic (according to its name) so as to match the
behavior of new_backquote_flag in lread.c.
2007-08-10 08:01:30 +00:00
YAMAMOTO Mitsuharu
e575132a04 (posix_memalign): New function. 2007-08-09 03:08:25 +00:00
Glenn Morris
e0f24100c7 Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
Glenn Morris
22e9fe2445 Replace `iff' in comments. 2007-08-08 07:48:26 +00:00
Chong Yidong
d725448fab Sync to trunk version.
(search_image_cache, uncache_image, image-refresh): New functions.
Check for fg and bg colors.
(lookup_image): Use search_image_cache.  Cache fg and bg colors.
(pbm_load): Another check for invalid image data.
(png_load): Ignore default background field.
2007-08-07 16:32:49 +00:00
Chong Yidong
6facdb9be2 (struct image): New members. 2007-08-07 16:32:33 +00:00
Chong Yidong
3d91c31d45 * dispextern.h (struct image): New members.
* image.c: Sync to trunk version.
(search_image_cache, uncache_image, image-refresh): New functions.
Check for fg and bg colors.
(lookup_image): Use search_image_cache.  Cache fg and bg colors.
(pbm_load): Another check for invalid image data.
(png_load): Ignore default background field.
2007-08-07 16:32:21 +00:00
Chong Yidong
a19a62aecb (move_it_by_lines): Remove incorrect optimization. 2007-08-07 15:54:27 +00:00
Chong Yidong
1cc8a86183 * xdisp.c (move_it_by_lines): Remove incorrect optimization. 2007-08-07 15:54:16 +00:00
YAMAMOTO Mitsuharu
31521cb0ff (__malloc_initialize): Remove pthread_once. Not needed. 2007-08-07 09:04:55 +00:00
YAMAMOTO Mitsuharu
e490694a08 (__morecore): Fix the declaration to comply with the definition. 2007-08-07 09:02:32 +00:00
YAMAMOTO Mitsuharu
22ffeb19ae (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
[USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS)
(UNLOCK_ALIGNED_BLOCKS): Conditionalize with it.
(malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
(malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
New functions.
2007-08-07 08:58:22 +00:00
YAMAMOTO Mitsuharu
80ef6d1c91 (main) [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
Call malloc_enable_thread on interactive startup.
2007-08-07 08:57:06 +00:00
Chong Yidong
bc04f6bf4f (redisplay_window): When restoring original buffer position, make sure
it is still valid.
2007-08-06 17:23:03 +00:00