diff options
| author | Miles Bader | 2007-08-29 05:03:40 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-29 05:03:40 +0000 |
| commit | 1bb9a689acfe821e0aa777ddf4e074556c7817a1 (patch) | |
| tree | f5478f932f35dc848934f28d5489204ff55e7e89 /src/ChangeLog | |
| parent | 45f1ce5dc2e5e7830727b22925ad0ebc834726bd (diff) | |
| parent | cb5b9015b372175f1fc90cb7ba3f43298c621509 (diff) | |
| download | emacs-1bb9a689acfe821e0aa777ddf4e074556c7817a1.tar.gz emacs-1bb9a689acfe821e0aa777ddf4e074556c7817a1.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 857-865)
- Update from CVS
- Merge from emacs--rel--22
- Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
- Remove RCS keywords
* 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--unicode--0--patch-252
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 118 |
1 files changed, 117 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 06fcf372e81..e2ff82ff975 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,119 @@ | |||
| 1 | 2007-08-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * keyboard.c: Qrtl is new. | ||
| 4 | (parse_tool_bar_item): Handle :rtl keyword. | ||
| 5 | (syms_of_keyboard): Intern :rtl keyword. | ||
| 6 | |||
| 7 | * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. | ||
| 8 | |||
| 9 | * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED | ||
| 10 | so no Lisp code is executed. | ||
| 11 | (file_for_image, find_rtl_image): New functions. | ||
| 12 | (xg_get_image_for_pixmap): Use file_for_image | ||
| 13 | (update_frame_tool_bar): If direction is RTL, use RTL image if | ||
| 14 | defined. Use Gtk stock images if defined. | ||
| 15 | |||
| 16 | 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 17 | |||
| 18 | * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle | ||
| 19 | for nonexistent or zero-width glyph in composition glyph. | ||
| 20 | |||
| 21 | 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 22 | |||
| 23 | * m/amdx86-64.h: Redirect to intel386.h if compiling for i386. | ||
| 24 | |||
| 25 | * xdisp.c (Finvisible_p): New function. | ||
| 26 | (syms_of_xdisp): defsubr it. | ||
| 27 | |||
| 28 | 2007-08-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 29 | |||
| 30 | * image.c (syms_of_image) <image-library-alist, cross-disabled-images>: | ||
| 31 | Doc fixes. | ||
| 32 | |||
| 33 | 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 34 | |||
| 35 | * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes. | ||
| 36 | |||
| 37 | 2007-08-24 Martin Rudalics <rudalics@gmx.at> | ||
| 38 | |||
| 39 | * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell | ||
| 40 | whether decoding has modified buffer contents. | ||
| 41 | |||
| 42 | 2007-08-24 Jason Rumney <jasonr@gnu.org> | ||
| 43 | |||
| 44 | * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG. | ||
| 45 | (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols. | ||
| 46 | (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them. | ||
| 47 | (init_svg_functions) [HAVE_NTGUI]: New function. | ||
| 48 | (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines. | ||
| 49 | (svg_load_image): Use them. | ||
| 50 | (svg_load_image) [HAVE_NTGUI]: Implement background. | ||
| 51 | |||
| 52 | 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 53 | |||
| 54 | * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables. | ||
| 55 | (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@. | ||
| 56 | (LIBX): Remove @RSVG_LIBS@. | ||
| 57 | (LIBES): Add $(RSVG_LIBS). | ||
| 58 | |||
| 59 | * image.c (svg_load_image): Blend with specified background if exists. | ||
| 60 | Use IMAGE_BACKGROUND. Add Mac OS Support. | ||
| 61 | |||
| 62 | * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable. | ||
| 63 | (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]: | ||
| 64 | Remove macros. | ||
| 65 | [MAC_OSX] (socket_callback): Do nothing. | ||
| 66 | [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of | ||
| 67 | ReceiveNextEvent. | ||
| 68 | [MAC_OSX] (sys_select): Likewise. Don't set context as argument to | ||
| 69 | socket_callback. | ||
| 70 | (mac_wakeup_from_rne) [MAC_OSX]: Do nothing. | ||
| 71 | |||
| 72 | 2007-08-22 Glenn Morris <rgm@gnu.org> | ||
| 73 | |||
| 74 | * image.c (x_find_image_file): Search in etc/images/ rather than etc/. | ||
| 75 | |||
| 76 | 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net> | ||
| 77 | |||
| 78 | * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS. | ||
| 79 | |||
| 80 | * image.c: Add support for SVG images. Some additional comments | ||
| 81 | by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined: | ||
| 82 | (svg_image_p): New function to test for SVG image. | ||
| 83 | (svg_load): New function to load SVG image. | ||
| 84 | (svg_load_image): New function, helper for svg_load. | ||
| 85 | (Qsvg): New Lisp_object. | ||
| 86 | (svg_keyword_index): New enum. | ||
| 87 | (svg_format): New static `image_keyword' struct. | ||
| 88 | (svg_type): New static `image_type' struct. | ||
| 89 | (librsvg/rsvg.h): Include it. | ||
| 90 | |||
| 91 | 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 92 | |||
| 93 | * lread.c (load_warn_old_style_backquotes): Fix up array size typo. | ||
| 94 | |||
| 95 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 96 | |||
| 97 | * lread.c (Qold_style_backquotes): New var. | ||
| 98 | (syms_of_lread): Init and staticpro it. | ||
| 99 | (load_warn_old_style_backquotes): New fun. | ||
| 100 | (Fload): Use them to warn about old style backquotes. | ||
| 101 | (end_of_file_error, Fload): Remove unused vars. | ||
| 102 | |||
| 103 | * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare. | ||
| 104 | |||
| 105 | * lread.c (Vold_style_backquotes): New var. | ||
| 106 | (syms_of_lread): Init and export it to Elisp. | ||
| 107 | (read1): Set it when we find an old-style (back)quote. | ||
| 108 | |||
| 109 | 2007-08-22 Jason Rumney <jasonr@gnu.org> | ||
| 110 | |||
| 111 | * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator. | ||
| 112 | |||
| 113 | 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 114 | |||
| 115 | * puresize.h (BASE_PURESIZE): Increase to 1140000. | ||
| 116 | |||
| 1 | 2007-08-19 Richard Stallman <rms@gnu.org> | 117 | 2007-08-19 Richard Stallman <rms@gnu.org> |
| 2 | 118 | ||
| 3 | * eval.c (Ffunction, Fquote): Signal error if not 1 argument. | 119 | * eval.c (Ffunction, Fquote): Signal error if not 1 argument. |
| @@ -130,7 +246,7 @@ | |||
| 130 | (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p. | 246 | (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p. |
| 131 | (mac_clear_selection): Rename from clear_scrap. | 247 | (mac_clear_selection): Rename from clear_scrap. |
| 132 | (get_flavor_type_from_symbol): New argument SEL and subsume function of | 248 | (get_flavor_type_from_symbol): New argument SEL and subsume function of |
| 133 | scrap_has_target_type. All uses changed. | 249 | scrap_has_target_type. All uses changed. |
| 134 | (mac_get_selection_ownership_info, mac_valid_selection_value_p) | 250 | (mac_get_selection_ownership_info, mac_valid_selection_value_p) |
| 135 | (mac_selection_has_target_p): New functions. | 251 | (mac_selection_has_target_p): New functions. |
| 136 | (mac_put_selection_value): Rename from put_scrap_string. | 252 | (mac_put_selection_value): Rename from put_scrap_string. |