diff options
| author | Kenichi Handa | 2010-05-19 10:10:29 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-05-19 10:10:29 +0900 |
| commit | 134d1bcded02e066727ece838f14ffc767f76419 (patch) | |
| tree | 2187c2ac9748400146394bdaefd59f314598685d /src/ChangeLog | |
| parent | 2833d9158d6315b59415173df5d47515faac5310 (diff) | |
| parent | 1fc0ce04bc651fe8adbe822515e4ea7a4e904249 (diff) | |
| download | emacs-134d1bcded02e066727ece838f14ffc767f76419.tar.gz emacs-134d1bcded02e066727ece838f14ffc767f76419.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 134 |
1 files changed, 127 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5d47f437d4a..b0965f8e514 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,125 @@ | |||
| 1 | 2010-05-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * charset.c (load_charset_map_from_file): Don't call close after fclose. | ||
| 4 | |||
| 5 | 2010-05-18 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * s/gnu-linux.h: Combine two conditionals. | ||
| 8 | |||
| 9 | * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from | ||
| 10 | $(POST_ALLOC_OBJ). | ||
| 11 | |||
| 12 | * Makefile.in (RALLOC_OBJ): New, set by configure. | ||
| 13 | (rallocobj): Replace with the previous variable. | ||
| 14 | (otherobj): Use $RALLOC_OBJ. | ||
| 15 | |||
| 16 | * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]: | ||
| 17 | * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure. | ||
| 18 | |||
| 19 | * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure. | ||
| 20 | (gmallocobj, vmlimitobj): Replace with previous two variables. | ||
| 21 | (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ. | ||
| 22 | |||
| 23 | 2010-05-17 Glenn Morris <rgm@gnu.org> | ||
| 24 | |||
| 25 | * Makefile.in (OLDXMENU_DEPS): New, set by configure. | ||
| 26 | (stamp-oldxmenu): Use $OLDXMENU_DEPS. | ||
| 27 | |||
| 28 | 2010-05-16 Glenn Morris <rgm@gnu.org> | ||
| 29 | |||
| 30 | * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules. | ||
| 31 | |||
| 32 | * Makefile.in (clean): Get rid of HAVE_NS conditional. | ||
| 33 | |||
| 34 | * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the | ||
| 35 | trailing "/". | ||
| 36 | |||
| 37 | * Makefile.in (TEMACS_LDFLAGS2): New, set by configure. | ||
| 38 | (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default. | ||
| 39 | |||
| 40 | * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused. | ||
| 41 | (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure. | ||
| 42 | (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic. | ||
| 43 | (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced. | ||
| 44 | Make most of the NS_IMPL_GNUSTEP case the same as the default case. | ||
| 45 | |||
| 46 | * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]: | ||
| 47 | Remove ${STARTFLAGS}, nothing ever sets it. | ||
| 48 | |||
| 49 | 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 50 | |||
| 51 | * m/ia64.h (UNEXEC): Remove, set in s/*.h. | ||
| 52 | |||
| 53 | 2010-05-16 Glenn Morris <rgm@gnu.org> | ||
| 54 | |||
| 55 | * Makefile.in (LIBX_BASE): Always define. | ||
| 56 | |||
| 57 | * Makefile.in (LIBX_OTHER): Move out of cpp section. | ||
| 58 | |||
| 59 | * Makefile.in (LIBXT): Always define. | ||
| 60 | |||
| 61 | 2010-05-15 Glenn Morris <rgm@gnu.org> | ||
| 62 | |||
| 63 | * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define. | ||
| 64 | |||
| 65 | * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ. | ||
| 66 | (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ. | ||
| 67 | |||
| 68 | 2010-05-15 Ken Raeburn <raeburn@raeburn.org> | ||
| 69 | |||
| 70 | * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916) | ||
| 71 | (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise. | ||
| 72 | |||
| 73 | * emacs.c (main): Initialize initial-environment and | ||
| 74 | process-environment before generating from env, not after. | ||
| 75 | |||
| 76 | Handle --version reasonably in CANNOT_DUMP configuration. | ||
| 77 | * emacs.c (emacs_version, emacs_copyright): New string variables. | ||
| 78 | (Vemacs_version, Vemacs_copyright): New Lisp_Object variables. | ||
| 79 | (syms_of_emacs): Defvar them, and initialize them from the C | ||
| 80 | string variables. | ||
| 81 | (main): If initialization hasn't been done, print initial version | ||
| 82 | info from the C strings, instead of starting an interactive session. | ||
| 83 | |||
| 84 | 2010-05-15 Eli Zaretskii <eliz@gnu.org> | ||
| 85 | |||
| 86 | * bidi.c (bidi_paragraph_init): Don't leave alone garbage values | ||
| 87 | of bidi_it->paragraph_dir. Call bidi_initialize if needed. | ||
| 88 | (bidi_paragraph_init): Remove redundant assertion that we are at | ||
| 89 | the beginning of a line after call to bidi_find_paragraph_start. | ||
| 90 | |||
| 91 | * xdisp.c (Fcurrent_bidi_paragraph_direction): New function. | ||
| 92 | (syms_of_xdisp): Defsubr it. | ||
| 93 | |||
| 94 | * Makefile.in: Fix MSDOS-related comments. | ||
| 95 | |||
| 96 | 2010-05-15 Glenn Morris <rgm@gnu.org> | ||
| 97 | |||
| 98 | * Makefile.in (OLDXMENU_TARGET): New, set by configure. | ||
| 99 | (really-lwlib, really-oldXMenu): Always define. | ||
| 100 | ($OLDXMENU): Depend on $OLDXMENU_TARGET. | ||
| 101 | |||
| 102 | * Makefile.in: Simplify cpp conditional. | ||
| 103 | |||
| 104 | * Makefile.in (${ns_appdir}): Simplify using umask. | ||
| 105 | |||
| 106 | * Makefile.in (${ns_appdir}): Remove references to CVS-related files. | ||
| 107 | |||
| 108 | 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 109 | |||
| 110 | * eval.c (specbind): Remove left-over duplicate test. | ||
| 111 | Disallow let-binding frame-local vars. Add comment. | ||
| 112 | |||
| 113 | 2010-05-14 Eli Zaretskii <eliz@gnu.org> | ||
| 114 | |||
| 115 | Make the cache of bidi iterator states dynamically allocated. | ||
| 116 | * bidi.c (bidi_cache_shrink): New function. | ||
| 117 | (bidi_init_it): Call it. | ||
| 118 | (bidi_cache_iterator_state): Enlarge the cache if needed. | ||
| 119 | |||
| 120 | * bidi.c (bidi_move_to_visually_next): Rename from | ||
| 121 | bidi_get_next_char_visually. All callers changed. | ||
| 122 | |||
| 1 | 2010-05-14 Kenichi Handa <handa@m17n.org> | 123 | 2010-05-14 Kenichi Handa <handa@m17n.org> |
| 2 | 124 | ||
| 3 | * dispextern.h (struct composition_it): New member reversed_p. | 125 | * dispextern.h (struct composition_it): New member reversed_p. |
| @@ -6,10 +128,10 @@ | |||
| 6 | ENDPOS < CHARPOS. | 128 | ENDPOS < CHARPOS. |
| 7 | (composition_reseat_it): Handle the case that ENDPOS < CHARPOS. | 129 | (composition_reseat_it): Handle the case that ENDPOS < CHARPOS. |
| 8 | Set CMP_IT->reversed_p. | 130 | Set CMP_IT->reversed_p. |
| 9 | (composition_update_it): Pay attention ot CMP_IT->reversed_p. | 131 | (composition_update_it): Pay attention to CMP_IT->reversed_p. |
| 10 | 132 | ||
| 11 | * xdisp.c (set_iterator_to_next): Call | 133 | * xdisp.c (set_iterator_to_next): |
| 12 | composition_compute_stop_pos with negative ENDPOS if we are | 134 | Call composition_compute_stop_pos with negative ENDPOS if we are |
| 13 | scanning backward. Call composition_compute_stop_pos if scan | 135 | scanning backward. Call composition_compute_stop_pos if scan |
| 14 | direction is changed. | 136 | direction is changed. |
| 15 | (next_element_from_buffer): Call composition_compute_stop_pos with | 137 | (next_element_from_buffer): Call composition_compute_stop_pos with |
| @@ -19,8 +141,7 @@ | |||
| 19 | 141 | ||
| 20 | 2010-05-14 Kenichi Handa <handa@m17n.org> | 142 | 2010-05-14 Kenichi Handa <handa@m17n.org> |
| 21 | 143 | ||
| 22 | * font.c (font_range): Return the range for the font found at | 144 | * font.c (font_range): Return the range for the font found at first. |
| 23 | first. | ||
| 24 | 145 | ||
| 25 | 2010-05-14 Glenn Morris <rgm@gnu.org> | 146 | 2010-05-14 Glenn Morris <rgm@gnu.org> |
| 26 | 147 | ||
| @@ -102,7 +223,6 @@ | |||
| 102 | * xdisp.c (init_iterator): Don't turn on bidi reordering in | 223 | * xdisp.c (init_iterator): Don't turn on bidi reordering in |
| 103 | unibyte buffers. See | 224 | unibyte buffers. See |
| 104 | http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html. | 225 | http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html. |
| 105 | >>>>>>> MERGE-SOURCE | ||
| 106 | 226 | ||
| 107 | 2010-05-10 Glenn Morris <rgm@gnu.org> | 227 | 2010-05-10 Glenn Morris <rgm@gnu.org> |
| 108 | 228 | ||
| @@ -11480,7 +11600,7 @@ | |||
| 11480 | definitions from xmenu.c. Suggested by Adrian Robert. | 11600 | definitions from xmenu.c. Suggested by Adrian Robert. |
| 11481 | 11601 | ||
| 11482 | * xmenu.c: Remove platform-independent menu definitions. | 11602 | * xmenu.c: Remove platform-independent menu definitions. |
| 11483 | (menu_items menu_items_inuse, menu_items_allocated) | 11603 | (menu_items, menu_items_inuse, menu_items_allocated) |
| 11484 | (menu_items_used, menu_items_n_panes) | 11604 | (menu_items_used, menu_items_n_panes) |
| 11485 | (menu_items_submenu_depth): Move to keyboard.h. | 11605 | (menu_items_submenu_depth): Move to keyboard.h. |
| 11486 | (init_menu_items, finish_menu_items, unuse_menu_items) | 11606 | (init_menu_items, finish_menu_items, unuse_menu_items) |