annotate tests/ChangeLog @ 872:79c6ff3eef26

[xemacs-hg @ 2002-06-20 21:18:01 by ben] font changes etc.; some 21.4 changes mule/mule-msw-init-late.el: Specify charset->windows-registry conversion. mule/mule-x-init.el: Delete extra mule font additions here. Put them in faces.c. cl-macs.el: Document better. font-lock.el: Move Lisp function regexp to lisp-mode.el. lisp-mode.el: Various indentation fixes: Handle flet functions better. Handle argument lists in defuns and flets. Handle quoted lists, e.g. property lists -- don't indent like function calls. Distinguish between lambdas and other lists. lisp-mode.el: Handle this form. faces.el, font-menu.el, font.el, gtk-faces.el, msw-faces.el, msw-font-menu.el, x-faces.el, x-init.el: Major overhaul of face-handling code: -- Fix lots of bogus code in msw-faces.el, msw-font-menu.el, font-menu.el that was "truenaming" font specs -- i.e. in the process of frobbing a particular field in a general user-specified font spec with wildcarded fields, sticking in particular values for all the remaining wildcarded fields. This bug was rampant everywhere except in x-faces.el (the oldest and only correctly written code). This also means that we need to work with font names at all times and not font instances, because a font instance is essentially a truenamed font. -- Total rewrite of extremely junky code in msw-faces.el. Work with names as well as font instances, and return names; stop truenaming when canonicalizing and frobbing; fix handling of the combined style field, i.e. weight/slant (also fixed in font.el). -- Totally rewrite the frobbing functions in faces.el. This time, we frob all the instantiators rather than just computing a single instance value and working backwards. That way, e.g., `bold' will work for all charsets that have bold available, rather than only for whatever charset was part of the computed font instance (another example of the truename virus). Also fix up code to look at the fallbacks (all of them) when no global value present, so we don't need to put something in the global value. Intelligently handle a request to frob a buffer locale, rather than signalling an error. When frobbing instantiators, try hard to figure out what device type is associated with them, and frob each according to its own proper device type. Correctly handle inheritance vectors given as instantiators. Preserve existing tags when putting back frobbed instantiators. Extract out general specifier-frobbing code into specifier.el. Document everything cleanly. Do lots of other things better, etc. -- Don't duplicatively set a global specification for the default font -- it's already in the fallback and we no longer need a default global specification present. Delete various code in x-faces.el and msw-faces.el that duplicated the lists of fonts in faces.c. -- init-global-faces was not being called at all under MS Windows! Major bogosity. That caused device-specific values to get stuck into all the fonts, making it very hard to change them -- setting global specs caused nothing to happen. -- Correct weight names in font.el. -- Lots more font fixups in objects*.c. Printer.el: Warning fix. specifier.el: Add more args to map-specifier. Add various "heuristic" specifier functions to aid in creation of specifier-munging code such as in faces.el. subr.el: New functions. lwlib.c: Fix warning. config.inc.samp: Clean up, add args to control fastcall (not yet supported! the changes needed are in another ws of mine), profile support, vc6 support, union-type. xemacs.dsp, xemacs.mak: Semi-major overhaul. Fix bug where dump-id was always getting recomputed, forcing a redump even when nothing changed. Add support for fastcall. Support edit-and-continue (on by default) with vc6. Use incremental linking when doing a debug compilation. Add support for profiling. Consolidate the various debug flags. Partial support for "batch-compiling" -- compiling many files on a single invocation of the compiler. Doesn't seem to help that much for me, so it's not finished or enabled by default. Remove HAVE_MSW_C_DIRED, we always do. Correct some sloppy use of directories. s/cygwin32.h: Allow pdump to work under Cygwin (mmap is broken, so need to undefine HAVE_MMAP). s/win32-common.h, s/windowsnt.h: Support for fastcall. Add WIN32_ANY for identifying all Win32 variants (Cygwin, native, MinGW). Both of these are properly used in another ws. alloc.c, balloon-x.c, buffer.c, bytecode.c, callint.c, cm.c, cmdloop.c, cmds.c, console-gtk.c, console-gtk.h, console-msw.c, console-msw.h, console-stream.c, console-stream.h, console-tty.c, console-tty.h, console-x.c, console-x.h, console.c, console.h, device-gtk.c, device-msw.c, device-tty.c, device-x.c, device.c, device.h, devslots.h, dialog-gtk.c, dialog-msw.c, dialog-x.c, dialog.c, dired-msw.c, editfns.c, emacs.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-tty.c, event-unixoid.c, events.c, extents.c, extents.h, faces.c, fileio.c, fns.c, frame-gtk.c, frame-msw.c, frame-tty.c, frame-x.c, frame.c, frame.h, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-widget.c, glyphs-x.c, glyphs.c, glyphs.h, gui-gtk.c, gui-msw.c, gui-x.c, gui.c, gutter.c, input-method-xlib.c, intl-encap-win32.c, intl-win32.c, keymap.c, lisp.h, macros.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, menubar.c, menubar.h, minibuf.c, mule-charset.c, nt.c, objects-gtk.c, objects-gtk.h, objects-msw.c, objects-msw.h, objects-tty.c, objects-tty.h, objects-x.c, objects-x.h, objects.c, objects.h, postgresql.c, print.c, process.h, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, redisplay.h, scrollbar-gtk.c, scrollbar-msw.c, scrollbar-x.c, scrollbar.c, select-gtk.c, select-msw.c, select-x.c, select.c, signal.c, sound.c, specifier.c, symbols.c, syntax.c, sysdep.c, syssignal.h, syswindows.h, toolbar-common.c, toolbar-gtk.c, toolbar-msw.c, toolbar-x.c, toolbar.c, unicode.c, window.c, window.h: The following are the major changes made: (1) Separation of various header files into an external and an internal version, similar to the existing separation of process.h and procimpl.h. Eventually this should be done for all Lisp objects. The external version has the same name as currently; the internal adds -impl. The external file has XFOO() macros for objects, but the structure is opaque and defined only in the internal file. It's now reasonable to move all prototypes in lisp.h into the appropriate external file, and this should be done. Currently, separation has been done on extents.h, objects*.h, console.h, device.h, frame.h, and window.h. For c/d/f/w, the most basic properties are available in the external header file, with the macros resolving to functions. In the internal header file, the macros are redefined to directly access the structure. Also, the global MARK_FOO_CHANGED macros have been made into functions so that they can be accessed without needing to include lots of -impl headers -- they are used in almost exclusively in non-time-critical functions, and take up enough time that the function overhead will be negligible. Similarly, the function overhead from making the basic properties mentioned above into functions is negligible, and code that does heavy accessing of c/d/f/w structures inevitably ends up needing the internal header files, anyway. (2) More face changes. -- Major rewrite of objects-msw.c. Now handles wildcard specs properly, rather than "truenaming" (or even worse, signalling an error, which previously happened with some of the fallbacks if you tried to use them in make-font-instance!). -- Split charset matching of fonts into two stages -- one to find a font specifically designed for a particular charset (by examining its registry), the second to find a Unicode font that can support the charset. This needs to proceed as two complete, separate instantiations in order to work properly (otherwise many of the fonts in the HELLO page look wrong). This should also make it easy to support iso10646 (Unicode) fonts under X. -- All default values for fonts are now completely specified in the fallbacks. Stuff from mule-x-init.el has all been moved here, merged with the existing specs, and totally rethought so you get sensible results. (HELLO now looks much better!). -- Generalize the "default X/GTK device" stuff into a per-device-type "default device". -- Add mswindows-{set-}charset-registry. In time, charset<->code-page conversion functions will be removed. -- Wrap protective code around calls to compute device specifier tags, and do this computation before calling the face initialization code because the latter may need these tags to be correctly updated. (3) Other changes. EmacsFrame.c, glyphs-msw.c, eval.c, gui-x.c, intl-encap-win32.c, search.c, signal.c, toolbar-msw.c, unicode.c: Warning fixes. config.h.in: #undefs meant to be frobbed by configure *MUST* go inside of #ifndef WIN32_NO_CONFIGURE, and everything else *MUST* go outside! eval.c: Let detailed backtraces be detailed. specifier.c: Don't override user's print-string-length/print-length settings. glyphs.c: New function image-instance-instantiator. config.h.in, sysdep.c: Changes for fastcall. sysdep.c, nt.c: Fix up a previous botched patch that tried to add support for both EEXIST and EACCES. IF THE BOTCHED PATCH WENT INTO 21.4, THIS FIXUP NEEDS TO GO IN, TOO. search.c: Fix *evil* crash due to incorrect synching of syntax-cache code with 21.1. THIS SHOULD GO INTO 21.4.
author ben
date Thu, 20 Jun 2002 21:19:10 +0000
parents 42375619fa45
children 708faa3b4cb1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
863
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 826
diff changeset
1 2002-04-27 Stephen J. Turnbull <stephen@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 826
diff changeset
2
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 826
diff changeset
3 * automated/test-harness.el (test-harness-from-buffer): Clean up
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 826
diff changeset
4 Check-Message and Check-Error-Message when done.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 826
diff changeset
5
826
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
6 2002-05-05 Ben Wing <ben@xemacs.org>
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
7
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
8 * automated/lisp-tests.el:
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
9 * automated/symbol-tests.el:
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
10 * automated/test-harness.el:
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
11 * automated/test-harness.el (test-harness-from-buffer):
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
12 Fix test harness to output FAIL messages to stderr when in
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
13 batch mode.
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
14
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
15 Fix up some problems in lisp-tests/symbol-tests that were
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
16 causing spurious failures.
6728e641994e [xemacs-hg @ 2002-05-05 11:30:15 by ben]
ben
parents: 804
diff changeset
17
804
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 800
diff changeset
18 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 800
diff changeset
19
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 800
diff changeset
20 * XEmacs 21.5.6 "bok choi" is released.
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 800
diff changeset
21
800
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 774
diff changeset
22 2002-03-31 Ben Wing <ben@xemacs.org>
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 774
diff changeset
23
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 774
diff changeset
24 * automated/mule-tests.el ((featurep 'mule)):
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 774
diff changeset
25 Fix for new Unicode support.
a5954632b187 [xemacs-hg @ 2002-03-31 08:27:14 by ben]
ben
parents: 774
diff changeset
26
774
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
27 2002-03-12 Ben Wing <ben@xemacs.org>
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
28
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
29 * The Great Mule Merge: placeholder.
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
30
768
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 725
diff changeset
31 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 725
diff changeset
32
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 725
diff changeset
33 * XEmacs 21.5.5 "beets" is released.
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 725
diff changeset
34
725
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 654
diff changeset
35 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 654
diff changeset
36
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 654
diff changeset
37 * XEmacs 21.5.4 "bamboo" is released.
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 654
diff changeset
38
654
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 641
diff changeset
39 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 641
diff changeset
40
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 641
diff changeset
41 * XEmacs 21.5.3 "asparagus" is released.
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 641
diff changeset
42
641
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 597
diff changeset
43 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 597
diff changeset
44
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 597
diff changeset
45 * XEmacs 21.5.2 "artichoke" is released.
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 597
diff changeset
46
597
ce085c4b3999 [xemacs-hg @ 2001-06-01 05:05:54 by martinb]
martinb
parents: 522
diff changeset
47 2001-05-29 Martin Buchholz <martin@xemacs.org>
ce085c4b3999 [xemacs-hg @ 2001-06-01 05:05:54 by martinb]
martinb
parents: 522
diff changeset
48
ce085c4b3999 [xemacs-hg @ 2001-06-01 05:05:54 by martinb]
martinb
parents: 522
diff changeset
49 * automated/mule-tests.el:
ce085c4b3999 [xemacs-hg @ 2001-06-01 05:05:54 by martinb]
martinb
parents: 522
diff changeset
50 Avoid test failure if (temp-directory) is a symlink.
ce085c4b3999 [xemacs-hg @ 2001-06-01 05:05:54 by martinb]
martinb
parents: 522
diff changeset
51
522
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 472
diff changeset
52 2001-05-09 Martin Buchholz <martin@xemacs.org>
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 472
diff changeset
53
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 472
diff changeset
54 * XEmacs 21.5.1 "anise" is released.
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 472
diff changeset
55
472
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
56 2001-04-18 Martin Buchholz <martin@xemacs.org>
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
57
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
58 * XEmacs 21.5.0 "alfalfa" is released.
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
59
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
60 2001-03-23 Martin Buchholz <martin@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
61
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
62 * automated/lisp-tests.el:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
63 Add test for mis-byte-compilation of (- 0 x).
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
64
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
65 2001-03-21 Martin Buchholz <martin@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
66
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
67 * XEmacs 21.2.46 "Urania" is released.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
68
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
69 2001-03-09 William M. Perry <wmperry@aventail.com>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
70
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
71 * gtk/UNIMPLEMENTED:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
72 * gtk/event-stream-tests.el:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
73 * gtk/gnome-test.el:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
74 * gtk/gtk-embedded-test.el:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
75 * gtk/gtk-extra-test.el:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
76 * gtk/gtk-test.el:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
77 * gtk/gtk-test.glade:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
78 * gtk/statusbar-test.el:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
79 * gtk/toolbar-test.el:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
80 * gtk/xemacs-toolbar.el:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
81 The Great GTK Merge: new directory and files.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
82
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
83 2001-03-02 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
84
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
85 * automated\case-tests.el (string-0-through-32):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
86 (string-127-through-160): Created new strings which contain
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
87 unprintable characters, and initialize them in a loop.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
88 Rewrite all strings using unprintable characters as concat's
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
89 with the above variables, so that this file can be made ASCII,
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
90 not binary.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
91
460
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
92 2001-02-23 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
93
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
94 * XEmacs 21.2.45 "Thelxepeia" is released.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
95
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
96 2001-02-20 Matt Tucker <tuck@whistlingfish.net>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
97
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
98 * automated/syntax-tests.el: remove debug message
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
99
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
100 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
101
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
102 * automated/syntax-tests.el:
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
103 Added tests for syntax-table extents.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
104 Added regression tests for fencepost bugs with
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
105 `find_start_of_comment' and `find_end_of_comment'.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
106
458
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
107 2001-02-08 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
108
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
109 * XEmacs 21.2.44 "Thalia" is released.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
110
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
111 2001-01-26 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
112
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
113 * XEmacs 21.2.43 "Terspichore" is released.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
114
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
115 2001-01-20 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
116
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
117 * XEmacs 21.2.42 "Poseidon" is released.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
118
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
119 2001-01-17 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
120
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
121 * XEmacs 21.2.41 "Polyhymnia" is released.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
122
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
123 2001-01-15 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
124
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
125 * automated/byte-compiler-tests.el ((let ((z 1)) (or (setq z 42)) z)):
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
126 Add regression test for mis-byte-compilation.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
127
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
128 2001-01-08 Martin Buchholz <martin@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
129
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
130 * XEmacs 21.2.40 is released.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
131
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
132 2000-12-31 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
133
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
134 * XEmacs 21.2.39 is released.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
135
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
136 2000-12-28 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
137
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
138 * automated/lisp-tests.el:
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
139 Avoid triggering Solaris printf buffer overflow from (format).
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
140
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
141 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
142
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
143 * redisplay-tests.el: New file.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
144
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
145 2000-12-12 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
146
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
147 * automated/lisp-tests.el: Add/Change (format) tests.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
148
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
149 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
150
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
151 * automated/lisp-test.el: Test if all-completions ignore
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
152 elements start with space.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
153
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
154 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
155
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
156 * automated/regexp-tests.el: Test unmatched search doesn't
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
157 alter match-string.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
158
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
159 2000-12-05 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
160
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
161 * XEmacs 21.2.38 is released.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
162
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
163 2000-12-01 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
164
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
165 * automated/test-harness.el (test-harness-from-buffer): Throw away
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
166 all warnings, even those not influenced by byte-compiler-warnings.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
167
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
168 2000-11-30 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
169
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
170 * automated/lisp-tests.el:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
171 Test byte-compiler arithmetic optimizations.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
172
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
173 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
174
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
175 * automated/case-tests.el: Add more tests.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
176
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
177 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
178
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
179 * automated/regexp-tests.el: New file.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
180
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
181 2000-11-22 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
182
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
183 * automated/lisp-tests.el:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
184 Add 64-bit-correctness format tests.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
185 Don't quote the first arg to Check-Error.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
186
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
187 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
188
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
189 * automated/case-tests.el: New file.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
190
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
191 2000-11-14 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
192
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
193 * XEmacs 21.2.37 is released.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
194
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
195 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
196
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
197 * automated/lisp-test.el: More format tests.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
198
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
199 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
200
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
201 * automated/ccl-tests.el (ccl-test-simple-read-and-write):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
202 (ccl-test-read-write-multibyte-character): Use make-char
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
203 for non MULE XEmacs.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
204
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
205 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
206
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
207 * automated/ccl-tests.el: New file.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
208
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
209 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
210
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
211 * automated/lisp-test.el: Add test for format.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
212
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
213 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
214
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
215 * automated/byte-compiler-test.el: Add optimization test for
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
216 byte-after-unbind-ops.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
217
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
218 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
219
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
220 * automated/hash-table-test.el: Make new cons cell for
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
221 equal and not eq object.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
222
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
223 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
224
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
225 * automated/lisp-test.el: Add replace-match test.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
226
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
227 2000-10-04 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
228
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
229 * XEmacs 21.2.36 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
230
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
231 2000-09-27 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
232
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
233 * automated/lisp-tests.el: Add `current-time' test.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
234
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
235 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
236
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
237 * automated/mule-tests.el: Add ucs tests.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
238
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
239 * DLL/dltest.c: Remove reference to obsolete emacsfns.h
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
240
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
241 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
242
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
243 * automated/lisp-test.el: Check matching \\= against string
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
244 doesn't crash XEmacs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
245 From: Markus Linnala <maage@cs.tut.fi>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
246
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
247 2000-07-26 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
248
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
249 * glyph-test.el: fix for new glyph instantiation mechanism.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
250
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
251 2000-07-31 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
252
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
253 * automated/hash-table-tests.el:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
254 Fix up test suite to comply with new hash table weakness API.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
255
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
256 2000-07-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
257
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
258 * XEmacs 21.2.35 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
259
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
260 2000-06-17 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
261
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
262 * automated/database-tests.el: Remove any previous .pag, .dir files.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
263
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
264 2000-05-28 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
265
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
266 * XEmacs 21.2.34 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
267
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
268 2000-05-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
269
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
270 * XEmacs 21.2.33 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
271
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
272 2000-03-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
273
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
274 * XEmacs 21.2.32 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
275
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
276 2000-03-10 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
277
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
278 * automated/mule-tests.el: Check that (make-temp-name) returns
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
279 unique values.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
280
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
281 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
282
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
283 * gutter-test.el: Fix name of specifier.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
284
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
285 2000-02-23 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
286
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
287 * XEmacs 21.2.31 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
288
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
289 2000-02-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
290
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
291 * XEmacs 21.2.30 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
292
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
293 2000-02-17 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
294
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
295 * automated/mule-tests.el: Added some fileio tests.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
296
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
297 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
298
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
299 * XEmacs 21.2.29 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
300
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
301 2000-02-13 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
302
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
303 * automated/lisp-tests.el: Add subseq tests.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
304
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
305 2000-02-07 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
306
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
307 * XEmacs 21.2.28 is released.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
308
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
309 2000-02-07 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
310
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
311 * automated/lisp-tests.el: Add plist manipulation tests.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
312
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
313 2000-02-02 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
314
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
315 * automated/symbol-tests.el: Crashes fixed, so resurrect
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
316 makunbound test for dontusethis-set-symbol-value-handler.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
317 Add more dontusethis-set-symbol-value-handler tests.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
318 Should fix any lingering problems with gnus playing with
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
319 pathname-coding-system.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
320
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
321 2000-01-25 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
322
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
323 * mule-tests.el: Add coding-system tests.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
324
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
325 2000-01-18 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
326
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
327 * XEmacs 21.2.27 is released.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
328
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
329 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
330
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
331 * automated/syntax-tests.el: New file.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
332 Add test for scan_words using forward-word and backword-word.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
333
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
334 2000-01-08 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
335
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
336 * automated/mule-tests.el:
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
337 Test resizing of small and big (> 8k bytes) strings.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
338
436
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
339 1999-12-31 Martin Buchholz <martin@xemacs.org>
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
340
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
341 * XEmacs 21.2.26 is released.
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
342
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
343 1999-12-24 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
344
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
345 * XEmacs 21.2.25 is released.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
346
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
347 1999-12-21 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
348
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
349 * automated/byte-compiler-tests.el: Add Jan's tests for equal
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
350 effect of bytecode and interpreted code.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
351
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
352 * automated/lisp-tests.el: Add tests for near-text functions.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
353
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
354 1999-12-19 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
355
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
356 * automated/mule-tests.el: Add tests for fillarray, aset.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
357
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
358 1999-12-17 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
359
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
360 * automated/lisp-tests.el: Add tests for mapcar1() crashes.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
361
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
362 1999-12-14 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
363
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
364 * XEmacs 21.2.24 is released.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
365
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
366 1999-12-07 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
367
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
368 * XEmacs 21.2.23 is released.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
369
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
370 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
371
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
372 * XEmacs 21.2.22 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
373
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
374 1999-11-28 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
375
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
376 * XEmacs 21.2.21 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
377
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
378 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
379
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
380 * XEmacs 21.2.20 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
381
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
382 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
383
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
384 * XEmacs 21.2.19 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
385
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
386 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
387
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
388 * XEmacs 21.2.18 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
389
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
390 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
391
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
392 * XEmacs 21.2.17 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
393
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
394 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
395
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
396 * XEmacs 21.2.16 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
397
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
398 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
399
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
400 * automated/base64-tests.el: Check for error instead for nil where
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
401 error conditions are expected.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
402
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
403 * automated/base64-tests.el: Comment out (for now) the code that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
404 causes crashes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
405
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
406 1999-06-05 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
407
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
408 * automated/base64-tests.el: Check that the decoder handles
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
409 arbitrary characters. Cut down on the number of tests.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
410
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
411 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
412
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
413 * XEmacs 21.2.15 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
414
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
415 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
416
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
417 * automated/lisp-tests.el: Test `split-string'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
418
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
419 1999-05-27 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
420
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
421 * automated/base64-tests.el: New file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
422
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
423 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
424
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
425 * XEmacs 21.2.14 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
426
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
427 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
429 * automated/symbol-tests.el: Add many more tests.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
430
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
431 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
432
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
433 * automated/lisp-tests.el: Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
434
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
435 * automated/hash-table-tests.el: Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
436
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
437 * automated/database-tests.el: Don't use backquote where quote
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
438 would suffice.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
439
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
440 * automated/symbol-tests.el: Add tests for magic symbols.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
441
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
442 1999-05-04 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
443
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
444 * automated/hash-table-tests.el: Fix comment.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
445
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
446 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
447
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
448 * automated/test-harness.el (batch-test-emacs): Minor fixes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
449
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
450 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
451
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
452 * XEmacs 21.2.13 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
453
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
454 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
455
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
456 * XEmacs 21.2.12 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
457
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
458 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
459
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
460 * XEmacs 21.2.11 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
461
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
462 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
463
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
464 * XEmacs 21.2.10 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
465
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
466 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
467
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
468 * XEmacs 21.2.9 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
469
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
470 1999-01-30 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
471
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
472 * automated/lisp-tests.el: Add test for buffer-local function
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
473 parameter crash
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
474
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
475 1998-12-30 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
476
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
477 * automated/database-tests.el: Minor tweaks
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
478
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
479 * ChangeLog: new file
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
480