log src/ChangeLog @ 4470:c76b1bc6bd28

age author description
2008-05-27 Aidan Kehoe Correct a thinko in the #'translate-region docstring
2008-05-25 Aidan Kehoe Fill out docstrings for #'translate-region, #'make-char-table.
2008-05-21 Aidan Kehoe Document Win32 symlink behaviour; adjust tests to take it into a/c.
2008-05-13 Aidan Kehoe Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
2008-05-13 Aidan Kehoe #define _CRT_NONSTDC_NO_DEPRECATE on Win32
2008-05-07 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
2008-01-20 Aidan Kehoe Support #!, to allow XEmacs to be called as a script interpreter.
2008-04-26 Mike Sperber Fix problem with `resize-minibuffer-mode'.
2008-04-05 Aidan Kehoe Regenerate src/depend with LF line endings, not CRLF.
2008-03-15 Mike Sperber Fix reader crash.
2008-03-12 Stephen J. Turnbull Fix typo.
2008-03-05 Stephen J. Turnbull Fix old use of rvalue on lhs to placate gcc >4.0.
2008-03-05 Stephen J. Turnbull Fix GTK build-breaking typo.
2008-02-28 Didier Verna Fix instantiate_method prototype
2008-02-26 Didier Verna Fix specifier inheritance behavior
2008-02-11 Aidan Kehoe Fail searches immediately if searching for non-representable characters.
2008-02-07 Mike Sperber Use Mercurial changeset hash to identify build version.
2008-02-05 Jerry James Use Dynarr_increment instead of Dynarr_add when building a line in place.
2008-02-01 Jerry James Remove unnecessary call to SET_EVENT_MAGIC_X_EVENT.
2008-01-30 Aidan Kehoe Correct case-insensitive search for non-case, non-ASCII chars. Add tests.
2008-01-28 Mike Sperber Fix build problems on Windows.
2008-01-21 Aidan Kehoe Document return values for #'puthash, #'clrhash.
2008-01-20 Aidan Kehoe Merge.
2007-12-26 Aidan Kehoe Always use boyer_moore in ASCII or Latin-1 buffers with ASCII search strings.
2008-01-19 Aidan Kehoe Use bignums if necessary for file size in #'file-attributes.
2008-01-18 Jerry James Prevent access to uninitialized variables in x_init_device.
2008-01-16 Aidan Kehoe Have list hashes depend on the order of the contents, as is the case for vectors.
2008-01-15 Aidan Kehoe Avoid clearing print-gensym-alist inappropriately when printing hash tables.
2008-01-12 Aidan Kehoe Clarify #'map-range-table docstring.
2008-01-08 Aidan Kehoe Check that __STDC_VERSION__ is defined before examining it.