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-13 |
Aidan Kehoe |
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
|
2008-05-12 |
Mike Sperber |
Fix path-configuration glitches:
|
2008-05-11 |
Aidan Kehoe |
Small improvements in disp-table.el, mule/cyril-util.el.
|
2008-05-11 |
Aidan Kehoe |
Automated merge with file:/Sources/xemacs-21.5-checked-out
|
2008-05-11 |
Aidan Kehoe |
Improve portable sample implementations for #'{put,get}-display-table
|
2007-12-24 |
Aidan Kehoe |
Use char-tables, not vectors, to instantiate the display table specifiers.
|
2008-05-07 |
Aidan Kehoe |
Automated merge with file:/Sources/xemacs-21.5-checked-out
|
2008-05-07 |
Aidan Kehoe |
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
|
2008-01-20 |
Aidan Kehoe |
Support #!, to allow XEmacs to be called as a script interpreter.
|
2008-05-07 |
Aidan Kehoe |
Support windows-1250 on Unix as well as Windows.
|
2008-04-26 |
Mike Sperber |
Fix problem with `resize-minibuffer-mode'.
|
2008-04-13 |
Mike Sperber |
Add `set-window-configuration/mapping' and `save-window-excursion/mapping'.
|
2008-04-12 |
Mike Sperber |
Use `real-split-window', `real-delete-window' in window-config code.
|
2008-04-09 |
Aidan Kehoe |
No doc special-case for autoloads; rely on on #'symbol-file instead.
|
2008-04-05 |
Aidan Kehoe |
Regenerate src/depend with LF line endings, not CRLF.
|
2008-04-04 |
Stephen J. Turnbull |
Fix call to get in custom-theme-reset-internal.
|
2008-04-04 |
Stephen J. Turnbull |
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
|
2008-03-15 |
Mike Sperber |
Fix reader crash.
|
2008-03-12 |
Mike Sperber |
Fix window-configuration problem.
|
2008-03-12 |
Stephen J. Turnbull |
Fix typo.
|
2008-03-07 |
Mike Sperber |
Quote temp-directory regexp in gnuserv.
|
2008-03-05 |
Didier Verna |
Fix auto-formatting of comments in auto-fill-mode
|
2008-03-05 |
Didier Verna |
Ease customization of faces under point...
|
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-29 |
Stephen J. Turnbull |
Added tag r21-5-28 for changeset 1af222c75869
|
2008-02-28 |
Didier Verna |
Fix instantiate_method prototype
|
2008-02-27 |
Stephen J. Turnbull |
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
|
2008-02-27 |
Stephen J. Turnbull |
Improve etc/README.
|
2008-02-27 |
Stephen J. Turnbull |
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
|
2008-02-26 |
Didier Verna |
Fix specifier inheritance behavior
|
2008-02-23 |
Mike Sperber |
Move autoload operator definitions to xemacs-base.
|
2008-02-15 |
Marcus Crestani |
Look for all x86 machines to determine which write barrier to use on MacOSX.
|
2008-02-14 |
Aidan Kehoe |
Correct and extend the previous test, thank you Stephen.
|
2008-02-12 |
Aidan Kehoe |
Automated merge with file:/Sources/xemacs-21.5-checked-out
|
2008-02-11 |
Aidan Kehoe |
Fail searches immediately if searching for non-representable characters.
|
2008-02-12 |
Jerry James |
Update install-sh to version with a clear license.
|
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-03 |
Aidan Kehoe |
Correct the initialisation of ascii-case-table.
|
2008-02-01 |
Jerry James |
Remove unnecessary call to SET_EVENT_MAGIC_X_EVENT.
|
2008-01-30 |
Aidan Kehoe |
case-tests.el: fix it on non-DEBUG_XEMACS; save standard-case-table, use it
|
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-25 |
Stephen J. Turnbull |
Fix misspelling of option 'gdbm'.
|
2008-01-25 |
Stephen J. Turnbull |
hgignore TAGS.
|
2008-01-21 |
Aidan Kehoe |
Document return values for #'puthash, #'clrhash.
|
2008-01-21 |
Aidan Kehoe |
Support LZMA compression in info.el.
|
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-19 |
Vin Shelton |
Use debug version of Intel's math library when debugging.
|
2008-01-18 |
Jerry James |
Prevent access to uninitialized variables in x_init_device.
|
2008-01-18 |
Vin Shelton |
Add support for the Intel compiler under Windows
|