Jason Rumney
60860eb36d
(globals_of_w32fns): Init common controls.
2007-09-27 22:10:53 +00:00
Jason Rumney
cbcb463b3c
(LIBS): Add COMCTL32.
2007-09-27 22:09:21 +00:00
Andreas Schwab
257c97151c
*** empty log message ***
2007-09-22 08:46:08 +00:00
Richard M. Stallman
2e2cc4e44d
Whitespace change.
2007-09-21 23:11:25 +00:00
Richard M. Stallman
867a0d72ea
(our_memory_buffer): Renamed from omfib_buffer.
2007-09-21 23:08:01 +00:00
Richard M. Stallman
0681b95814
Comment change.
2007-09-21 23:03:45 +00:00
Juanma Barranquero
e243eb1f50
(x_draw_glyph_string): Use strike_through_color, not underline_color,
...
to draw strike-through.
2007-09-21 11:21:38 +00:00
Glenn Morris
bfaf966b70
(Fmake_network_process): Doc fix.
2007-09-20 02:46:00 +00:00
Glenn Morris
b2217c17d6
*** empty log message ***
2007-09-20 02:45:45 +00:00
Richard M. Stallman
aabc29c88d
(Foverlays_at): Doc fix.
2007-09-19 13:20:51 +00:00
Stefan Monnier
088c8c37e6
(Fplist_put): Preserve uneven tail data.
2007-09-18 01:45:39 +00:00
Andreas Schwab
480ecb6b5c
(reset_malloc_hooks): Set the hooks to the previous
...
values instead of zapping them.
2007-09-16 09:40:45 +00:00
Jan Djärv
d51e0fc41a
(xg_get_image_for_pixmap): Always create a GdkPixbuf
...
when we have no file name for the icon.
(xg_tool_bar_expose_callback): Remove.
(xg_create_tool_bar): Don't connect expose signal to
xg_tool_bar_expose_callback.
2007-09-16 09:34:52 +00:00
Glenn Morris
fc2b776c39
No longer define `static' as nothing.
2007-09-15 19:50:16 +00:00
Glenn Morris
a99dc82bd8
(our_memory_fill_input_buffer) <buffer>: Move to file scope and rename
...
to omfib_buffer for clarity.
(gif_load) <interlace_start, interlace_increment>: Move to file scope.
2007-09-14 07:44:49 +00:00
Glenn Morris
ac1281ac7d
(xg_separator_p) <separator_names>: Move to file scope.
2007-09-14 07:36:14 +00:00
Glenn Morris
b935b43dcc
(init_fringe_bitmap) <swap nibble>: Move to file scope.
2007-09-14 07:32:50 +00:00
Jan Djärv
4a46077fa2
(abs): #undef before #define.
2007-09-14 06:22:20 +00:00
Jan Djärv
0e55874fcb
(xg_get_file_with_chooser): Move GCPRO1 after declarations
2007-09-14 06:20:00 +00:00
Jan Djärv
a8316a7cec
(enum): Remove trailing comma.
2007-09-14 06:18:48 +00:00
Jan Djärv
fba2cc7f97
(enum event_kind): Remove trailing comma.
2007-09-14 06:18:27 +00:00
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