1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
Commit graph

22674 commits

Author SHA1 Message Date
Stefan Monnier
e60c4e15ef (Finvisible_p): New function.
(syms_of_xdisp): defsubr it.
2007-08-25 20:11:09 +00:00
Juanma Barranquero
ee163e6dbc *** empty log message *** 2007-08-24 13:58:50 +00:00
Juanma Barranquero
3046a84b5e (syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes. 2007-08-24 13:46:24 +00:00
Juanma Barranquero
ff8da44303 *** empty log message *** 2007-08-24 11:23:33 +00:00
YAMAMOTO Mitsuharu
90fa408d58 [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes. 2007-08-24 08:51:18 +00:00
Martin Rudalics
cac4219c91 (Finsert_file_contents): Consult CHARS_MODIFF to tell
whether decoding has modified buffer contents.
2007-08-24 05:36:39 +00:00
Jason Rumney
5fc9fdeb31 [HAVE_NTGUI]: Define dynamic loaded functions.
(Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
(syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
(init_svg_functions) [HAVE_NTGUI]: New function.
(fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
(svg_load_image): Use them.
(svg_load_image) [HAVE_NTGUI]: Implement background.
2007-08-24 00:28:53 +00:00
YAMAMOTO Mitsuharu
93b234062e (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
(ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
Remove macros.
[MAC_OSX] (socket_callback): Do nothing.
[MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
ReceiveNextEvent.
[MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
socket_callback.
(mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
2007-08-23 08:45:46 +00:00
YAMAMOTO Mitsuharu
c21e615131 (svg_load_image): Blend with specified background if exists.
Use IMAGE_BACKGROUND.  Add Mac OS Support.
2007-08-23 08:44:57 +00:00
YAMAMOTO Mitsuharu
a1b7773a92 (RSVG_LIBS, RSVG_CFLAGS): New variables.
(ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
(LIBX): Remove @RSVG_LIBS@.
(LIBES): Add $(RSVG_LIBS).
2007-08-23 08:44:38 +00:00
Glenn Morris
666e0eda65 Add more detail to existing entry. 2007-08-23 03:59:55 +00:00
Glenn Morris
f68c9a7b77 Regenerate to add HAVE_RSVG. 2007-08-22 07:54:34 +00:00
Glenn Morris
6678dc115d (x_find_image_file): Search in etc/images/ rather than etc/. 2007-08-22 07:51:39 +00:00
Glenn Morris
2467875c22 (create-image): Doc fix. 2007-08-22 07:50:47 +00:00
Glenn Morris
4ab27a430b Paul Pogonyshev <pogonyshev at gmx.net>
Add support for SVG images.
Some additional comments by Joakim Verona <joakim@verona.se>.
2007-08-22 04:01:54 +00:00
Glenn Morris
8fe63ec714 Paul Pogonyshev <pogonyshev at gmx.net>
(ALL_CFLAGS, LIBX): Add RSVG_LIBS.
2007-08-22 03:58:32 +00:00
Katsumi Yamaoka
b8fa755be0 (BASE_PURESIZE): Increase to 1140000. 2007-08-22 02:17:45 +00:00
Richard M. Stallman
1283140e1e (Ffunction, Fquote): Signal error if not 1 argument. 2007-08-19 01:59:48 +00:00
Andreas Schwab
2c4685eed1 (pure): Round PURESIZE up. 2007-08-19 00:15:46 +00:00
Jan Djärv
e8953ebf98 (handle_one_xevent): Remove check that mouse click is in
active frame.
2007-08-17 07:55:25 +00:00
Glenn Morris
5205ee6229 Tweak previous change (don't init statics). 2007-08-16 03:18:08 +00:00
Richard M. Stallman
6e33efc40a (Fcommandp): Add parens to clarify. 2007-08-16 02:21:37 +00:00
Richard M. Stallman
f6d4c7a40b (Fall_completions): Use enum for type of table. 2007-08-16 02:20:58 +00:00
Richard M. Stallman
1dce114991 (USAGE2): Improve text. 2007-08-16 02:19:41 +00:00
Stefan Monnier
e6d3f0908e (reset_var_on_error): Improve comment. 2007-08-15 20:05:40 +00:00
Glenn Morris
57407fb419 Comment previous change. 2007-08-15 03:23:10 +00:00
Glenn Morris
fcf8ff2e2e 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:20:17 +00:00
Miles Bader
37cc095b6a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-13 13:41:28 +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
Jan Djärv
81d13a51b4 (update_frame_tool_bar): Use -1 as index
to gtk_toolbar_insert.
2007-08-13 06:30:11 +00:00
Stefan Monnier
1bc99c9c78 (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup. 2007-08-13 04:06:31 +00:00
Stefan Monnier
4a18135927 (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-13 04:04:39 +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
YAMAMOTO Mitsuharu
6c28435c8c (x_draw_image_glyph_string): Adjust stipple origin when
filling pixmap with stippled background.
2007-08-11 02:04:58 +00:00
YAMAMOTO Mitsuharu
ad3b3e0253 [TARGET_API_MAC_CARBON] (mac_handle_window_event):
Don't use invisible frame as parent window for repositioning.
2007-08-10 10:13:05 +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
021035a85a (mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change. 2007-08-09 09:38:59 +00:00
YAMAMOTO Mitsuharu
f942647987 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
for window repositioning.
2007-08-09 09:36:42 +00:00
YAMAMOTO Mitsuharu
e575132a04 (posix_memalign): New function. 2007-08-09 03:08:25 +00:00
YAMAMOTO Mitsuharu
7b7d07bbfa (frame_highlight, frame_unhighlight): Don't call
ActivateControl/DeactivateControl here.
[USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
frame-notice-user-settings is non-nil.
[USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
for kEventParamFMFontStyle.
[TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
mac_pass_command_to_system and mac_pass_control_to_system here.
(XTread_socket): Call ActivateControl/DeactivateControl here.
(XTread_socket) [TARGET_API_MAC_CARBON]:
Check mac_pass_command_to_system and mac_pass_control_to_system here.
2007-08-09 03:07:26 +00:00
YAMAMOTO Mitsuharu
72359c3265 (posix_memalign): New function. 2007-08-09 03:07:07 +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
8198352bca Minor cleanup. 2007-08-07 16:25:26 +00:00
Chong Yidong
26b9af50e6 (move_it_by_lines): Remove incorrect optimization. 2007-08-07 15:55:37 +00:00
Chong Yidong
ae4943506e * xdisp.c (move_it_by_lines): Remove incorrect optimization. 2007-08-07 15:55:29 +00:00
Chong Yidong
a19a62aecb (move_it_by_lines): Remove incorrect optimization. 2007-08-07 15:54:27 +00:00