Mercurial > hg > xemacs-beta
changeset 4836:5ba666b52ff3
stuff got duplicated in the src ChangeLog
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 01:42:15 -0600 |
parents | 1e90dc478938 |
children | 493e2aa349fd |
files | src/ChangeLog |
diffstat | 1 files changed, 0 insertions(+), 108 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 12 01:40:02 2010 -0600 +++ b/src/ChangeLog Tue Jan 12 01:42:15 2010 -0600 @@ -321,114 +321,6 @@ reasons. -2010-01-11 Ben Wing <ben@xemacs.org> - - * regex.c (re_compile_fastmap): - The code to compute the fastmap in charset_mule_not was totally - messed up. I'm surprised it hasn't led to more visible bugs. - -2010-01-11 Ben Wing <ben@xemacs.org> - - * rangetab.c: - * rangetab.c (external_to_internal_adjust_ends): - * rangetab.c (put_range_table): - * rangetab.c (Fmap_range_table): - * rangetab.c (struct unified_range_table): - * rangetab.c (unified_range_table_copy_data): - * rangetab.c (unified_range_table_get_range): - Add an entry to unified range tables to keep track of their type. - Factor out code to adjust the endpoints of ranges between the - external format (either end can be open or closed) and internal - format (always closed/open). Use code also when returning - ranges out of unified range tables. Fixes an off-by-one error - in regex.c where it was getting ranges with an end one greater - than expected, since it creates closed-closed range tables and - was getting passed the internal-format ranges. - -2010-01-11 Ben Wing <ben@xemacs.org> - - * file-coding.c (default_query_method): - OOOOOPS! Had = instead of ==. - -2010-01-11 Ben Wing <ben@xemacs.org> - - * config.h.in: - * config.h.in (ERROR_CHECK_GLYPHS): - Trying to avoid link errors referring to the ERROR_CHECK_TYPES - functions, either in eldap.o (if we don't include references to - ERROR_CHECK_TYPES in xemacs.def.in.in) or xemacs-export.o (if - we do include such references): - - Add line for USE_GPLUSPLUS, set by configure. - Define INLINE_HEADERS_ARE_STATIC when we add static to inline headers. - (Possibly used when setting NEED_ERROR_CHECK_TYPES_INLINES.) - Currently, set NEED_ERROR_CHECK_TYPES_INLINES when ERROR_CHECK_TYPES - and USE_GPLUSPLUS. - - * xemacs.def.in.in: - Use NEED_ERROR_CHECK_TYPES_INLINES here to bracket things like - `error_check_cons' instead of just ERROR_CHECK_TYPES. - - * faces.c (complex_vars_of_faces): - Bracket various font variables with defined(USE_XFT or MULE) to - avoid warnings. - - * fileio.c: - Make sure the `expand-file-name' handler returns a string, to - avoid a potential crash. - - * floatfns.c (round_one_bigfloat_1): - #if-0 out an assert that can never be triggered and which - generates warnings "dereferencing type-punned pointer will break - strict-aliasing rules". - - * redisplay-x.c (separate_textual_runs_nomule): - Remove unused variable in non-Mule case. - - * specifier.c (charset_matches_specifier_tag_set_p): - Variable CHARSET is unused when not Mule. - - * specifier.c (specifier_instance_from_inst_list): - Add a comment questioning why font-specific stuff is littering - specifier.c. - - * syswindows.h: - Expand on the comments on a #if 0 I added in a previous patch. - - * vdb-win32.c: - * vdb-win32.c (win32_fault_handler): - * vdb-win32.c (vdb_install_signal_handler): - Change return type to LONG instead of DWORD to avoid warning or - error. - -2010-01-11 Ben Wing <ben@xemacs.org> - - * database.c: Cygwin prototypes in ndbm.h are incomplete and - cause C++ compile errors; fix them. - - * fileio.c (check_writable): - Fix compile errors. Also move the call to C_STRING_TO_TSTR - earlier, which is probably wrong, but fixed in a later patch. - - * intl-encap-win32.c (qxeGetICMProfile): - Ifdef out a fix to work around a previous bogosity in Cygwin - header files which has now been fixed. Keeping in the fix - led to compile errors. #### Proper way to do it is to figure - out when it got fixed, perhaps put in a configure test, but it - seems not worth it. - - * intl-encap-win32.c (qxeUpdateICMRegKey): - Cosmetic change, undone in a later patch. - * mule-charset.c (Fset_charset_ccl_program): - Remove unused variable. - * nas.c: - #if-0 out some unused static code to avoid a warning. - * syswindows.h: - Don't declare prototypes for GetCurrentFiber and GetFiberData, - it causes a compile error. - * unicode.c (unicode_query): - invalid_lower_limit might have been used uninitted, so initialize it. - 2010-01-09 Didier Verna <didier@xemacs.org> * glyphs.c (query_string_font): Use proper domain for cachel