aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-20 23:51:53 +0000
committerJuanma Barranquero2008-04-20 23:51:53 +0000
commit2a2e8de7c02b142ce3ee0c523da4799a5884861d (patch)
treeef204ccadd75041b9b7cb7b19602bbb0c5a8d631 /src
parent67643d4b8618268d7fe3f838ae84cbfad06a797f (diff)
downloademacs-2a2e8de7c02b142ce3ee0c523da4799a5884861d.tar.gz
emacs-2a2e8de7c02b142ce3ee0c523da4799a5884861d.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog27
1 files changed, 13 insertions, 14 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 225019ca40a..a402a195225 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,6 @@
12008-04-20 Chong Yidong <cyd@stupidchicken.com> 12008-04-20 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * xdisp.c (pos_visible_p): Check if iterator stops on a display 3 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
4 string.
5 4
62008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> 52008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7 6
@@ -1194,7 +1193,7 @@
1194 * s/irix6-0.h: 1193 * s/irix6-0.h:
1195 * s/riscos5.h: 1194 * s/riscos5.h:
1196 * s/mach-bsd4-3.h: 1195 * s/mach-bsd4-3.h:
1197 * m/mips4.h: Remove files for obsolete systems 1196 * m/mips4.h: Remove files for obsolete systems.
1198 1197
1199 * Makefile.in: 1198 * Makefile.in:
1200 * filelock.c: 1199 * filelock.c:
@@ -3950,7 +3949,7 @@
3950 3949
3951 * macterm.c (mac_encode_char): Add charset argument and update 3950 * macterm.c (mac_encode_char): Add charset argument and update
3952 to use encoding_type. 3951 to use encoding_type.
3953 (x_new_font,x_new_fontset): Merge in changes from xterm.c; 3952 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
3954 switch to pure fontset. 3953 switch to pure fontset.
3955 (decode_mac_font_name): Temporarily remove decoding. 3954 (decode_mac_font_name): Temporarily remove decoding.
3956 (x_font_name_to_mac_font_name): Temporarily remove encoding. 3955 (x_font_name_to_mac_font_name): Temporarily remove encoding.
@@ -4069,7 +4068,7 @@
4069 4068
4070 * coding.c: Add many prototypes for static functions. 4069 * coding.c: Add many prototypes for static functions.
4071 (get_translation_table): Allow max_lookup to be NULL. 4070 (get_translation_table): Allow max_lookup to be NULL.
4072 (decode_coding,Ffind_coding_systems_region_internal) 4071 (decode_coding, Ffind_coding_systems_region_internal)
4073 (Funencodable_char_position, Fcheck_coding_systems_region): Call 4072 (Funencodable_char_position, Fcheck_coding_systems_region): Call
4074 get_translation_table with max_lookup NULL. 4073 get_translation_table with max_lookup NULL.
4075 4074
@@ -4342,7 +4341,7 @@
4342 (emacs_mule_char): Change the second arg to `const'. 4341 (emacs_mule_char): Change the second arg to `const'.
4343 (decode_coding): Fix of flushing out unprocessed data. 4342 (decode_coding): Fix of flushing out unprocessed data.
4344 (make_conversion_work_buffer): Fix making of a work buffer. 4343 (make_conversion_work_buffer): Fix making of a work buffer.
4345 (decode_coding_object): Return coding->dst_object; 4344 (decode_coding_object): Return coding->dst_object.
4346 4345
4347 * fontset.c (set_fontset_font): Fix args. 4346 * fontset.c (set_fontset_font): Fix args.
4348 4347
@@ -4515,8 +4514,8 @@
4515 (x_get_font_repertory): New function. Warning: stub only! 4514 (x_get_font_repertory): New function. Warning: stub only!
4516 (x_new_font): Return quickly if font already set. 4515 (x_new_font): Return quickly if font already set.
4517 (x_new_fontset): fontsetname parameter is Lisp_Object. 4516 (x_new_fontset): fontsetname parameter is Lisp_Object.
4518 Use new fs_query_fontset. Try new_fontset_from_font_name. Use 4517 Use new fs_query_fontset. Try new_fontset_from_font_name.
4519 fontset_name for return value. 4518 Use fontset_name for return value.
4520 4519
4521 * w32term.h: Declare x_get_font_repertory. 4520 * w32term.h: Declare x_get_font_repertory.
4522 4521
@@ -5126,7 +5125,7 @@
5126 The following changes are to make character composition happen 5125 The following changes are to make character composition happen
5127 automatically on displaying. 5126 automatically on displaying.
5128 5127
5129 * Makefile.in (lisp, shortlisp): Add composite.elc 5128 * Makefile.in (lisp, shortlisp): Add composite.elc.
5130 5129
5131 * composite.h (Qauto_composed, Vauto_composition_function) 5130 * composite.h (Qauto_composed, Vauto_composition_function)
5132 (Qauto_composition_function): Extern them. 5131 (Qauto_composition_function): Extern them.
@@ -6115,7 +6114,7 @@
6115 6114
6116 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars. 6115 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
6117 6116
61182008-02-01 Yong Lu <lyongu@asia-infonet.com> 61172008-02-01 Yong Lu <lyongu@asia-infonet.com>
6119 6118
6120 * charset.c (Fdefine_charset_internal): Fix argument to bzero. 6119 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
6121 6120
@@ -6242,7 +6241,7 @@
6242 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead 6241 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
6243 of calling free_realized_face. 6242 of calling free_realized_face.
6244 6243
62452008-02-01 Yong Lu <lyongu@asia-infonet.com> 62442008-02-01 Yong Lu <lyongu@asia-infonet.com>
6246 6245
6247 * charset.c (read_hex): Don't treat SPC as a comment starter. 6246 * charset.c (read_hex): Don't treat SPC as a comment starter.
6248 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1. 6247 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
@@ -7370,7 +7369,7 @@
73702007-11-23 Markus Triska <markus.triska@gmx.at> 73692007-11-23 Markus Triska <markus.triska@gmx.at>
7371 7370
7372 * emacs.c (main): Call init_editfns before init_process, since 7371 * emacs.c (main): Call init_editfns before init_process, since
7373 init_process sets Vprocess_connection_type depending on OS release 7372 init_process sets Vprocess_connection_type depending on OS release.
7374 7373
73752007-11-22 Stefan Monnier <monnier@iro.umontreal.ca> 73742007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7376 7375
@@ -7674,7 +7673,7 @@
7674 7673
76752007-11-01 Dan Nicolaescu <dann@ics.uci.edu> 76742007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
7676 7675
7677 * sunfns.c: Remove file 7676 * sunfns.c: Remove file.
7678 7677
7679 * m/sun386.h: 7678 * m/sun386.h:
7680 * m/sun2.h: 7679 * m/sun2.h:
@@ -7694,7 +7693,7 @@
7694 * s/ptx.h: 7693 * s/ptx.h:
7695 * m/is386.h: 7694 * m/is386.h:
7696 * m/ibmps2-aix.h: 7695 * m/ibmps2-aix.h:
7697 * Makefile.in: Remove all mentions of X10 7696 * Makefile.in: Remove all mentions of X10.
7698 7697
7699 * dispnew.c (syms_of_display): Don't mention version 10. 7698 * dispnew.c (syms_of_display): Don't mention version 10.
7700 7699