Dan Nicolaescu
97412b976e
More crunching.
2007-08-27 20:48:16 +00:00
Dan Nicolaescu
8849d4589c
more crunching
2007-08-27 20:10:58 +00:00
Dan Nicolaescu
61bffdd5c8
Finish crunching the first 2 entries.
2007-08-27 20:09:50 +00:00
Dan Nicolaescu
97ae2a650a
Start crunching.
2007-08-27 20:02:43 +00:00
Miles Bader
62fb5e25f4
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 857-862)
- Update from CVS
- Merge from emacs--rel--22
- Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-38
2007-08-27 09:21:49 +00:00
YAMAMOTO Mitsuharu
83cc8d356a
(x_draw_composite_glyph_string_foreground): Draw rectangle
...
for nonexistent or zero-width glyph in composition glyph.
2007-08-27 08:31:30 +00:00
Miles Bader
7f22a76506
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
2007-08-27 04:00:19 +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
Richard M. Stallman
7f59302aef
Syntactic cleanup.
2007-08-25 23:50:16 +00:00
Stefan Monnier
d7e2a28f59
Redirect to intel386.h if compiling for i386.
2007-08-25 20:12:48 +00:00
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
Dan Nicolaescu
e9acd138fa
(BASE_PURESIZE): Increase.
2007-08-24 06:05:22 +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
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
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
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
Miles Bader
aa251046dd
Import changelog info from arch logs into ChangeLog.multi-tty files
...
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-34
2007-08-22 11:46:14 +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
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
Miles Bader
1fb072d1df
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 852-856)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 93-96)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 245)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-32
2007-08-21 04:55:30 +00:00
Richard M. Stallman
1283140e1e
(Ffunction, Fquote): Signal error if not 1 argument.
2007-08-19 01:59:48 +00:00
Andreas Schwab
259d15166e
(pure): Round PURESIZE up.
2007-08-19 00:17:53 +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
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
5205ee6229
Tweak previous change (don't init statics).
2007-08-16 03:18: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
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