2010-01-30 |
Ben Wing |
fix longstanding search bug involving searching for Control-1 chars
|
2010-01-29 |
Ben Wing |
Automated merge with http://hg.debian.org/hg/xemacs/xemacs
|
2010-01-28 |
Jerry James |
Add copyright and license information based on Ben's recollections.
|
2010-01-28 |
Ben Wing |
Add typedefs for PCVOID and PDWORD_PTR for non-Cygwin-headers folks.
|
2010-01-27 |
Aidan Kehoe |
Fix the build problem in number.c
|
2010-01-27 |
Ben Wing |
minor comment fix
|
2010-01-27 |
Ben Wing |
merge
|
2010-01-27 |
Ben Wing |
merge
|
2010-01-26 |
Aidan Kehoe |
Merge.
|
2010-01-24 |
Aidan Kehoe |
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
|
2010-01-24 |
Aidan Kehoe |
Be more careful about canonical integer forms when dealing with ratios.
|
2010-01-18 |
Ben Wing |
merge most of rest of redisplay-x.c and redisplay-gtk.c into redisplay-xlike-inc.c
|
2010-01-18 |
Ben Wing |
break out common separate-into-runs routines into redisplay-xlike-inc.c
|
2010-01-18 |
Ben Wing |
try harder to avoid crashing when debug-printing
|
2010-01-16 |
Ben Wing |
fix compile errors when --with-msw=no
|
2010-01-15 |
Ben Wing |
Cosmetic: Use Qunbound, not Qnil as second arg to call to syntax_error() to get cleaner error message
|
2010-01-15 |
Ben Wing |
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
|
2010-01-15 |
Ben Wing |
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
|
2010-01-15 |
Ben Wing |
Fix Cygwin module builds when --with-msw=no
|
2010-01-15 |
Ben Wing |
rewrite check for bad memory in debug_can_save_memory
|
2010-01-15 |
Ben Wing |
fix compile problems under Visual Studio 6
|
2010-01-18 |
Vin Shelton |
Revert cast in check_writable() and fix up macros to use const.
|
2010-01-16 |
Aidan Kehoe |
Always use our rint(), for rounding consistency with the bignum code.
|
2010-01-15 |
Vin Shelton |
Fix VS6 build breakage in fileio.c
|
2010-01-15 |
Vin Shelton |
Fix EOVERFLOW breakage under Visual Studio 6
|
2010-01-14 |
Didier Verna |
Modify X11 bgcolor fallback for the default face.
|
2010-01-14 |
Ben Wing |
fix more build problems
|
2010-01-14 |
Ben Wing |
Move def of CYGWIN_HEADERS to s files
|
2010-01-14 |
Ben Wing |
fix compile problems
|
2010-01-14 |
Ben Wing |
fix build problems
|
2010-01-13 |
Ben Wing |
need to provide debug-xemacs for debug-on-error changes to work
|
2010-01-13 |
Jerry James |
Fix parentheses.
|
2010-01-13 |
Jerry James |
Remove support for non-pdump on Cygwin.
|
2010-01-13 |
Ben Wing |
be more careful when printing to check for bad objects
|
2010-01-13 |
Ben Wing |
clean up object print methods
|
2010-01-13 |
Ben Wing |
Various cleanups for Dynarr code, from Unicode-internal ws
|
2010-01-13 |
Ben Wing |
add more foo_checking_assert macros
|
2010-01-13 |
Ben Wing |
when `debug', abort when lisp error during loadup
|
2010-01-13 |
Ben Wing |
changes to get old non-pdump dumping on Cygwin to work (sort of)
|
2010-01-13 |
Ben Wing |
fix bad change to default_query_method, rewrite conditional for more correctness
|
2010-01-12 |
Ben Wing |
stuff got duplicated in the src ChangeLog
|
2010-01-12 |
Ben Wing |
imported patch changelog-changes-1-11-10
|
2010-01-12 |
Ben Wing |
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
|
2010-01-09 |
Aidan Kehoe |
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
|
2010-01-09 |
Didier Verna |
Fix query_string_font lookup domains
|
2010-01-09 |
Didier Verna |
Fix query_string_geometry lookup domain
|
2010-01-08 |
Aidan Kehoe |
Merge.
|
2010-01-08 |
Aidan Kehoe |
Change build_string to build_intstring, fixing the Visual C++ build.
|
2010-01-07 |
Jerry James |
Initialize the result variable passed to FcFontMatch. See xemacs-patches
|
2010-01-07 |
Jerry James |
Ignore file-too-large conditions when stat()ing a file for dired. The size
|
2010-01-07 |
Aidan Kehoe |
Merge.
|
2010-01-01 |
Aidan Kehoe |
Use uninterned symbols in various information-hiding contexts.
|
2010-01-07 |
Aidan Kehoe |
Move the arabic-iso8859-6 character set back to C, otherwise X11 lookup fails.
|
2010-01-06 |
Jerry James |
Unbreak the non-bignum build by only calling reinit_vars_of_number() if
|
2010-01-06 |
Jerry James |
Enable rudimentary support for valgrind, including functions that tell valgrind
|
2010-01-06 |
Jerry James |
Don't create any bignums before pdumping. Add bignum, ratio, and bigfloat
|
2010-01-05 |
Jerry James |
Free, rather than discard, the return value of FcNameUnparse. See message
|
2010-01-01 |
Stephen J. Turnbull |
Don't args-out-of-range in compare-strings.
|
2010-01-01 |
Aidan Kehoe |
#'functionp gives nil for special forms, as in CL and GNU Emacs 23.
|
2009-12-31 |
Aidan Kehoe |
Merge.
|