aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog159
1 files changed, 6 insertions, 153 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b06d4d45525..e33daad5aea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1005,10 +1005,6 @@
1005 1005
10062008-02-01 Kenichi Handa <handa@m17n.org> 10062008-02-01 Kenichi Handa <handa@m17n.org>
1007 1007
1008 * syntax.c (skip_syntaxes): Synch with the trunk.
1009
10102008-02-01 Kenichi Handa <handa@m17n.org>
1011
1012 * character.c (Funibyte_string): New function. 1008 * character.c (Funibyte_string): New function.
1013 (syms_of_character): Defsubr it. 1009 (syms_of_character): Defsubr it.
1014 1010
@@ -1124,10 +1120,6 @@
1124 1120
11252008-02-01 Kenichi Handa <handa@m17n.org> 11212008-02-01 Kenichi Handa <handa@m17n.org>
1126 1122
1127 * process.c: Cancel the change done by sync with HEAD.
1128
11292008-02-01 Kenichi Handa <handa@m17n.org>
1130
1131 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is 1123 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
1132 nonzero, don't shrink the buffer nextb. 1124 nonzero, don't shrink the buffer nextb.
1133 1125
@@ -1208,10 +1200,6 @@
1208 1200
12092008-02-01 Kenichi Handa <handa@m17n.org> 12012008-02-01 Kenichi Handa <handa@m17n.org>
1210 1202
1211 * regex.c (regex_compile): Synch with HEAD.
1212
12132008-02-01 Kenichi Handa <handa@m17n.org>
1214
1215 * fontset.c (Finternal_char_font): Fix previous change. 1203 * fontset.c (Finternal_char_font): Fix previous change.
1216 1204
12172008-02-01 Kenichi Handa <handa@m17n.org> 12052008-02-01 Kenichi Handa <handa@m17n.org>
@@ -1279,10 +1267,6 @@
1279 1267
12802008-02-01 Kenichi Handa <handa@m17n.org> 12682008-02-01 Kenichi Handa <handa@m17n.org>
1281 1269
1282 * search.c (simple_search): Fix sync with HEAD.
1283
12842008-02-01 Kenichi Handa <handa@m17n.org>
1285
1286 * xfns.c (xic_create_xfontset): Try the default fontset name as a 1270 * xfns.c (xic_create_xfontset): Try the default fontset name as a
1287 last resort. 1271 last resort.
1288 1272
@@ -1369,11 +1353,6 @@
1369 1353
13702008-02-01 Kenichi Handa <handa@m17n.org> 13542008-02-01 Kenichi Handa <handa@m17n.org>
1371 1355
1372 * regex.c (analyse_first): Cancel the change for synching with
1373 HEAD.
1374
13752008-02-01 Kenichi Handa <handa@m17n.org>
1376
1377 * coding.c (detect_coding_system): Fix for handling off 1356 * coding.c (detect_coding_system): Fix for handling off
1378 inhibit_iso_escape_detection. Fix for the case that no coding 1357 inhibit_iso_escape_detection. Fix for the case that no coding
1379 system is defined for a specific coding category. 1358 system is defined for a specific coding category.
@@ -1558,10 +1537,6 @@
1558 * xterm.c (x_draw_composite_glyph_string_foreground): Check if 1537 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
1559 adjustment is vector or not. 1538 adjustment is vector or not.
1560 1539
15612008-02-01 Kenichi Handa <handa@m17n.org>
1562
1563 * casefiddle.c (casify_object): Sync with HEAD.
1564
15652008-02-01 Miles Bader <miles@gnu.org> 15402008-02-01 Miles Bader <miles@gnu.org>
1566 1541
1567 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE. 1542 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
@@ -1734,8 +1709,6 @@
1734 1709
17352008-02-01 Kenichi Handa <handa@m17n.org> 17102008-02-01 Kenichi Handa <handa@m17n.org>
1736 1711
1737 * lread.c (read_escape): Fix the code synched with HEAD.
1738
1739 * font.c (font_parse_fcname): Fix parsing of point-size. 1712 * font.c (font_parse_fcname): Fix parsing of point-size.
1740 (font_unparse_fcname): Produce symbolic names for style 1713 (font_unparse_fcname): Produce symbolic names for style
1741 properties. 1714 properties.
@@ -1900,23 +1873,12 @@
1900 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded, 1873 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
1901 return Qnil. 1874 return Qnil.
1902 1875
19032008-02-01 Jason Rumney <jasonr@gnu.org>
1904
1905 * w32term.c (w32_initialize): Manually sync 2008-02-01 change from
1906 HEAD.
1907
19082008-02-01 Kenichi Handa <handa@m17n.org> 18762008-02-01 Kenichi Handa <handa@m17n.org>
1909 1877
1910 * emacs.c (main): Check -enable-font-backend arg after the check 1878 * emacs.c (main): Check -enable-font-backend arg after the check
1911 of -nl. 1879 of -nl.
1912 (standard_args): Add "-enable-font-backend". 1880 (standard_args): Add "-enable-font-backend".
1913 1881
1914 * coding.c (Ffind_operation_coding_system): Sync with HEAD.
1915
1916 * callproc.c (Fcall_process): Sync with HEAD.
1917
1918 * coding.h (CODING_REQUIRE_ENCODING): Comment sync with HEAD.
1919
19202008-02-01 Kenichi Handa <handa@m17n.org> 18822008-02-01 Kenichi Handa <handa@m17n.org>
1921 1883
1922 * xftfont.c (xftfont_default_fid): Set fid_known to 1. 1884 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
@@ -2037,24 +1999,12 @@
2037 1999
20382008-02-01 Kenichi Handa <handa@m17n.org> 20002008-02-01 Kenichi Handa <handa@m17n.org>
2039 2001
2040 * coding.h (system_eol_type): Fix synching with HEAD. 2002 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
2041
2042 * coding.c (system_eol_type): Sync with HEAD.
2043 (coding_inherit_eol_type): If PARENT is nil, inherit from
2044 system_eol_type. 2003 system_eol_type.
2045 (syms_of_coding): Initialize system_eol_type. 2004 (syms_of_coding): Initialize system_eol_type.
2046 2005
2047 * callproc.c (Fcall_process): Sync with HEAD. 2006 * process.c (Fset_process_coding_system): Inherit system's eol
2048 2007 format if necessary.
2049 * process.c (setup_process_coding_systems): Fix synching with
2050 HEAD.
2051 (read_process_output): Likewise.
2052 (Fset_process_coding_system): Inherit system's eol format if
2053 necessary.
2054
2055 * fileio.c (choose_write_coding_system): Fix synching with HEAD.
2056
2057 * keymap.c (push_key_description): Fix synching with HEAD.
2058 2008
20592008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 20092008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2060 2010
@@ -2161,18 +2111,12 @@
2161 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting 2111 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting
2162 glyphs. 2112 glyphs.
2163 2113
2164 * term.c (produce_glyphs): Sync to HEAD.
2165
21662008-02-01 Kenichi Handa <handa@m17n.org> 21142008-02-01 Kenichi Handa <handa@m17n.org>
2167 2115
2168 * xdisp.c (x_produce_glyphs): Handle composition with TAB. 2116 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
2169 2117
21702008-02-01 Kenichi Handa <handa@m17n.org> 21182008-02-01 Kenichi Handa <handa@m17n.org>
2171 2119
2172 * coding.c: Cancel incorrect synching with HEAD.
2173
21742008-02-01 Kenichi Handa <handa@m17n.org>
2175
2176 * coding.c (Fdefine_coding_system_internal): Avoid a duplicated 2120 * coding.c (Fdefine_coding_system_internal): Avoid a duplicated
2177 element in Vcoding_system_alist. 2121 element in Vcoding_system_alist.
2178 (Fdefine_coding_system_alias): Likewise. 2122 (Fdefine_coding_system_alias): Likewise.
@@ -2181,8 +2125,7 @@
2181 2125
2182 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF. 2126 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
2183 2127
2184 * coding.c: Sync to HEAD for handling autoload-coding-system. 2128 * coding.c (Qcoding_system_define_form): New variable.
2185 (Qcoding_system_define_form): New variable.
2186 (syms_of_coding): Intern and staticpro it. 2129 (syms_of_coding): Intern and staticpro it.
2187 (Fcoding_system_p): Check Qcoding_system_define_form. 2130 (Fcoding_system_p): Check Qcoding_system_define_form.
2188 (Fcheck_coding_system): Try to autoload the definition of 2131 (Fcheck_coding_system): Try to autoload the definition of
@@ -2197,9 +2140,6 @@
2197 2140
21982008-02-01 Kenichi Handa <handa@m17n.org> 21412008-02-01 Kenichi Handa <handa@m17n.org>
2199 2142
2200 * xterm.c (handle_one_xevent): Delete unnecessary code inserted by
2201 sync with HEAD.
2202
2203 * coding.c (code_conversion_restore): GCPRO arg. 2143 * coding.c (code_conversion_restore): GCPRO arg.
2204 2144
22052008-02-01 Kenichi Handa <handa@m17n.org> 21452008-02-01 Kenichi Handa <handa@m17n.org>
@@ -2250,26 +2190,11 @@
2250 property in the plist of the coding system. 2190 property in the plist of the coding system.
2251 (Fcoding_system_put): Check QCascii_compatible_p. 2191 (Fcoding_system_put): Check QCascii_compatible_p.
2252 2192
22532008-02-01 Kenichi Handa <handa@m17n.org>
2254
2255 * xdisp.c (get_next_display_element): Sync with the change in
2256 HEAD (2008-02-01).
2257
22582008-02-01 Kenichi Handa <handa@m17n.org>
2259
2260 * callproc.c (Fcall_process): Sync with the change in
2261 HEAD (2008-02-01).
2262
22632008-02-01 Miles Bader <miles@gnu.org> 21932008-02-01 Miles Bader <miles@gnu.org>
2264 2194
2265 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously 2195 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
2266 removed calculation of frame `f', as it's now used. 2196 removed calculation of frame `f', as it's now used.
2267 2197
22682008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2269
2270 * macterm.c (x_font_name_to_mac_font_name): Sync with trunk
2271 for the case that does not require code conversion.
2272
22732008-02-01 Kenichi Handa <handa@m17n.org> 21982008-02-01 Kenichi Handa <handa@m17n.org>
2274 2199
2275 * Makefile.in (shortlisp): Cancel previous change. 2200 * Makefile.in (shortlisp): Cancel previous change.
@@ -2308,11 +2233,6 @@
2308 2233
23092008-02-01 Kenichi Handa <handa@m17n.org> 22342008-02-01 Kenichi Handa <handa@m17n.org>
2310 2235
2311 * s/ms-w32.h (STDC_HEADERS): Sync with the change in
2312 HEAD (2008-02-01).
2313
23142008-02-01 Kenichi Handa <handa@m17n.org>
2315
2316 * charset.c (load_charset_map_from_vector): Fix for the first 2236 * charset.c (load_charset_map_from_vector): Fix for the first
2317 iteration. 2237 iteration.
2318 2238
@@ -2323,31 +2243,11 @@
2323 2243
23242008-02-01 Kenichi Handa <handa@m17n.org> 22442008-02-01 Kenichi Handa <handa@m17n.org>
2325 2245
2326 * fns.c (Fstring_as_multibyte): Fix the change for syncing with
2327 CVS head.
2328
23292008-02-01 Kenichi Handa <handa@m17n.org>
2330
2331 * search.c (search_buffer): Fix the change for syncing with CVS
2332 head.
2333 (search_buffer): Likewise.
2334
23352008-02-01 Kenichi Handa <handa@m17n.org>
2336
2337 * xdisp.c (get_next_display_element): Sync with CVS head.
2338
23392008-02-01 Kenichi Handa <handa@m17n.org>
2340
2341 * coding.c (decode_coding_object): Use safe_call1 instead of call1. 2246 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
2342 (encode_coding_object): Use safe_call instead of call2. 2247 (encode_coding_object): Use safe_call instead of call2.
2343 2248
23442008-02-01 Kenichi Handa <handa@m17n.org> 22492008-02-01 Kenichi Handa <handa@m17n.org>
2345 2250
2346 * fontset.c (set_default_ascii_font): Fix the change for
2347 syncing with CVS head.
2348
23492008-02-01 Kenichi Handa <handa@m17n.org>
2350
2351 * fontset.c (Fset_fontset_font): Check family element of a given 2251 * fontset.c (Fset_fontset_font): Check family element of a given
2352 vector. 2252 vector.
2353 2253
@@ -2376,22 +2276,11 @@
2376 2276
23772008-02-01 Kenichi Handa <handa@m17n.org> 22772008-02-01 Kenichi Handa <handa@m17n.org>
2378 2278
2379 * xdisp.c (get_next_display_element): Sync to the change in HEAD
2380 on 2008-02-01.
2381
23822008-02-01 Kenichi Handa <handa@m17n.org>
2383
2384 * search.c: Sync to the change in HEAD on 2008-02-01, 20.
2385
2386 * w32console.c: Sync to the change in HEAD on 2008-02-01.
2387
2388 * coding.c: Cancel the change done in HEAD on 2008-02-01. 2279 * coding.c: Cancel the change done in HEAD on 2008-02-01.
2389 (coding_charset_list): New function. 2280 (coding_charset_list): New function.
2390 2281
2391 * coding.h (coding_charset_list): Extern it. 2282 * coding.h (coding_charset_list): Extern it.
2392 2283
2393 * term.c: Sync to the change in HEAD on 2008-02-01.
2394
23952008-02-01 Kenichi Handa <handa@m17n.org> 22842008-02-01 Kenichi Handa <handa@m17n.org>
2396 2285
2397 * fontset.c (Fset_fontset_font): Call find_font_encoding with 2286 * fontset.c (Fset_fontset_font): Call find_font_encoding with
@@ -2567,17 +2456,9 @@
2567 2456
25682008-02-01 Kenichi Handa <handa@m17n.org> 24572008-02-01 Kenichi Handa <handa@m17n.org>
2569 2458
2570 Sync all files to HEAD.
2571
25722008-02-01 Kenichi Handa <handa@m17n.org>
2573
2574 * coding.c (Ffind_coding_systems_region_internal): Include 2459 * coding.c (Ffind_coding_systems_region_internal): Include
2575 raw-text and no-conversion in the result. 2460 raw-text and no-conversion in the result.
2576 2461
2577 * fontset.h: Sync to HEAD.
2578
2579 * fontset.c: Sync to HEAD.
2580
25812008-02-01 Kenichi Handa <handa@m17n.org> 24622008-02-01 Kenichi Handa <handa@m17n.org>
2582 2463
2583 * fontset.c (find_font_encoding): Return `ascii' for unknown 2464 * fontset.c (find_font_encoding): Return `ascii' for unknown
@@ -2603,40 +2484,14 @@
2603 to get a font name. 2484 to get a font name.
2604 (Ffontset_info): Adjusted for the change of fontset_font. 2485 (Ffontset_info): Adjusted for the change of fontset_font.
2605 2486
2606 * composite.c: Sync to HEAD. 2487 * coding.c (emacs_mule_char): Check invalid code more regidly.
2607
2608 * search.c: Sync to HEAD.
2609
2610 * coding.c: Sync to HEAD.
2611 (emacs_mule_char): Check invalid code more regidly.
2612
2613 * coding.h: Sync to HEAD.
2614
2615 * charset.c: Sync to HEAD.
2616
2617 * charset.h: Sync to HEAD.
2618 2488
2619 * character.h (LEADING_CODE_LATIN_1_MIN) 2489 * character.h (LEADING_CODE_LATIN_1_MIN)
2620 (LEADING_CODE_LATIN_1_MAX): Delete these macros. 2490 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
2621 2491
26222008-02-01 Kenichi Handa <handa@m17n.org> 24922008-02-01 Kenichi Handa <handa@m17n.org>
2623 2493
2624 * category.h: Sync to HEAD. 2494 * editfns.c (check_translation): New function.
2625
2626 * category.c: Sync to HEAD.
2627
2628 * syntax.h: Sync to HEAD.
2629
2630 * syntax.c: Sync to HEAD.
2631
2632 * regex.h: Sync to HEAD.
2633
2634 * regex.c: Sync to HEAD.
2635
26362008-02-01 Kenichi Handa <handa@m17n.org>
2637
2638 * editfns.c: Sync to HEAD.
2639 (check_translation): New function.
2640 (Ftranslate_region_internal): Handle M:N mapping. 2495 (Ftranslate_region_internal): Handle M:N mapping.
2641 2496
26422008-02-01 Kenichi Handa <handa@m17n.org> 24972008-02-01 Kenichi Handa <handa@m17n.org>
@@ -3319,8 +3174,6 @@
3319 * coding.c (Fread_coding_system): Fix arg of XSETSTRING. 3174 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
3320 (Fset_coding_system_priority): Doc fix. 3175 (Fset_coding_system_priority): Doc fix.
3321 3176
3322 * alloc.c: Sync with HEAD version.
3323
3324 * ccl.c (ccl_driver): Fix arg of CHARACTERP. 3177 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
3325 3178
3326 * indent.c (check_composition): Make start and end EMACS_INT. 3179 * indent.c (check_composition): Make start and end EMACS_INT.