Mercurial > hg > xemacs-beta
annotate etc/ChangeLog @ 5619:75ad4969a16d
Replace the 'flush face property with the opposite 'shrink one.
lisp/ChangeLog addition:
2011-12-26 Didier Verna <didier@xemacs.org>
* cl-macs.el (face-flush-p): Removed.
* cl-macs.el (face-shrink-p): New.
* faces.el (face-flush-p): Removed.
* faces.el (face-shrink-p): New.
* faces.el (set-face-flush-p): Removed.
* faces.el (set-face-shrink-p): New.
* cus-face.el (custom-face-attributes):
* faces.el (set-face-property):
* faces.el (face-equal):
* x-faces.el (x-init-face-from-resources):
* x-faces.el (make-face-x-resource-internal): Replace the 'flush
property with the opposite 'shrink one.
src/ChangeLog addition:
2011-12-26 Didier Verna <didier@xemacs.org>
* lisp.h:
* faces.c (mark_face):
* faces.c (face_equal):
* faces.c (face_getprop):
* faces.c (face_putprop):
* faces.c (face_remprop):
* faces.c (face_plist):
* faces.c (reset_face):
* faces.c (update_face_inheritance_mapper):
* faces.c (Fmake_face):
* faces.c (update_face_cachel_data):
* faces.c (merge_face_cachel_data):
* faces.c (Fcopy_face):
* faces.c (syms_of_faces):
* faces.c (vars_of_faces):
* faces.c (complex_vars_of_faces):
* faces.h (struct Lisp_Face):
* faces.h (struct face_cachel):
* faces.h (WINDOW_FACE_CACHEL_SHRINK_P):
* faces.h (FACE_SHRINK_P):
* fontcolor.c (face_boolean_validate): Replace the 'flush property
with the opposite 'shrink one.
* redisplay.c (create_text_block):
* redisplay.c (create_string_text_block): Ditto. Invert the logic
for storing a new clear_findex in the display lines.
author | Didier Verna <didier@xemacs.org> |
---|---|
date | Mon, 26 Dec 2011 15:04:25 +0100 |
parents | 3e5d5e8e4bb7 |
children | 900a0a8796c3 |
rev | line source |
---|---|
5601
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
1 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
2 |
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
3 * dbxrc.in: Move to src/.dbxrc.in. |
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
4 |
5598
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5530
diff
changeset
|
5 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5530
diff
changeset
|
6 |
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5530
diff
changeset
|
7 * dbxrc.in: There is no lrecord_type_lcrecord_list when using the |
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5530
diff
changeset
|
8 new garbage collector; print $lrecord_type when Lisp Object type |
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5530
diff
changeset
|
9 is unknown to pobj. |
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5530
diff
changeset
|
10 |
5530
17bcc2aab111
Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
11 2011-06-28 Aidan Kehoe <kehoea@parhasard.net> |
17bcc2aab111
Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
12 |
17bcc2aab111
Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
13 * HELLO: |
17bcc2aab111
Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
14 No longer encode various Unicode characters in GNU's specific |
17bcc2aab111
Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
15 ad-hoc character sets, use ISO-IR-196 sequences instead. |
17bcc2aab111
Update the GPLv3 HELLO to use the ISO-IR-196 escape sequences.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
16 |
5512
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5480
diff
changeset
|
17 2011-05-20 Jerry James <james@xemacs.org> |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5480
diff
changeset
|
18 |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5480
diff
changeset
|
19 * tests/external-widget/Makefile (DESTDIR): New variable for all |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5480
diff
changeset
|
20 Makefiles, unused in this one. |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5480
diff
changeset
|
21 |
5480
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
22 2011-04-29 Stephen J. Turnbull <stephen@xemacs.org> |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
23 |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
24 * XEmacs 21.5.31 "ginger" is released. |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
25 |
5447
4b08f375e2fb
Added copyright and license to etc/xemacs.1.
Mats Lidell <matsl@xemacs.org>
parents:
5446
diff
changeset
|
26 2010-12-31 Mats Lidell <matsl@xemacs.org> |
4b08f375e2fb
Added copyright and license to etc/xemacs.1.
Mats Lidell <matsl@xemacs.org>
parents:
5446
diff
changeset
|
27 |
4b08f375e2fb
Added copyright and license to etc/xemacs.1.
Mats Lidell <matsl@xemacs.org>
parents:
5446
diff
changeset
|
28 * xemacs.1: Added copyright and license. |
4b08f375e2fb
Added copyright and license to etc/xemacs.1.
Mats Lidell <matsl@xemacs.org>
parents:
5446
diff
changeset
|
29 |
5446 | 30 2010-12-31 Mats Lidell <matsl@xemacs.org> |
31 | |
32 * emacskeys.sco: remove | |
33 * emacsstrs.sco: remove | |
34 | |
5433
863f16484873
Added copyright notice with year 1998.
Mats Lidell <matsl@xemacs.org>
parents:
5421
diff
changeset
|
35 2010-11-07 Mats Lidell <matsl@xemacs.org> |
863f16484873
Added copyright notice with year 1998.
Mats Lidell <matsl@xemacs.org>
parents:
5421
diff
changeset
|
36 |
863f16484873
Added copyright notice with year 1998.
Mats Lidell <matsl@xemacs.org>
parents:
5421
diff
changeset
|
37 * gnuserv.1: |
863f16484873
Added copyright notice with year 1998.
Mats Lidell <matsl@xemacs.org>
parents:
5421
diff
changeset
|
38 * gnuserv.README: |
863f16484873
Added copyright notice with year 1998.
Mats Lidell <matsl@xemacs.org>
parents:
5421
diff
changeset
|
39 Added copyright dated 1998. |
863f16484873
Added copyright notice with year 1998.
Mats Lidell <matsl@xemacs.org>
parents:
5421
diff
changeset
|
40 |
5421
04ff11b0e50a
Clarify the license for the different parts of the unicode folder
Mats Lidell <matsl@xemacs.org>
parents:
5236
diff
changeset
|
41 2010-10-30 Mats Lidell <matsl@xemacs.org> |
04ff11b0e50a
Clarify the license for the different parts of the unicode folder
Mats Lidell <matsl@xemacs.org>
parents:
5236
diff
changeset
|
42 |
04ff11b0e50a
Clarify the license for the different parts of the unicode folder
Mats Lidell <matsl@xemacs.org>
parents:
5236
diff
changeset
|
43 * unicode/COPYING: |
04ff11b0e50a
Clarify the license for the different parts of the unicode folder
Mats Lidell <matsl@xemacs.org>
parents:
5236
diff
changeset
|
44 * unicode/ibm/COPYING: |
04ff11b0e50a
Clarify the license for the different parts of the unicode folder
Mats Lidell <matsl@xemacs.org>
parents:
5236
diff
changeset
|
45 New files. |
04ff11b0e50a
Clarify the license for the different parts of the unicode folder
Mats Lidell <matsl@xemacs.org>
parents:
5236
diff
changeset
|
46 |
5464
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5236
diff
changeset
|
47 2011-04-26 Stephen J. Turnbull <stephen@xemacs.org> |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5236
diff
changeset
|
48 |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5236
diff
changeset
|
49 * XEmacs 21.5.30 "garlic" is released. |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5236
diff
changeset
|
50 |
5236
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
51 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
52 |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
53 * unicode/other/lao.txt: |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
54 * tests/external-widget/Makefile: |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
55 * tests/external-widget/test-ew-motif: |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
56 * tests/external-widget/test-ew-xlib: |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
57 * custom/example-themes/example-theme.el: |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
58 * custom/example-themes/europe-theme.el: |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
59 Correct FSF address in permission notice. |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5177
diff
changeset
|
60 |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
61 2010-02-22 Ben Wing <ben@xemacs.org> |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
62 |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
63 * dbxrc.in: |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
64 Rename objects.c -> fontcolor.c. |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
65 |
5069
14f0dd1fabdb
move test-harness to lisp/ directory so it gets byte-compiled
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
66 2010-02-22 Ben Wing <ben@xemacs.org> |
14f0dd1fabdb
move test-harness to lisp/ directory so it gets byte-compiled
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
67 |
14f0dd1fabdb
move test-harness to lisp/ directory so it gets byte-compiled
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
68 * dbxrc.in: |
14f0dd1fabdb
move test-harness to lisp/ directory so it gets byte-compiled
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
69 test-harness.el is in lisp directory now. |
14f0dd1fabdb
move test-harness to lisp/ directory so it gets byte-compiled
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
70 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4884
diff
changeset
|
71 2010-01-28 Jerry James <james@xemacs.org> |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4884
diff
changeset
|
72 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4884
diff
changeset
|
73 * tests/external-widget/Makefile: Add copyright and license |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4884
diff
changeset
|
74 boilerplate text based on Ben's recollection. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4884
diff
changeset
|
75 * tests/external-widget/test-ew-motif.c: Ditto. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4884
diff
changeset
|
76 * tests/external-widget/test-ew-xlib.c: Ditto. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4884
diff
changeset
|
77 * unicode/other/lao.txt: Ditto. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4884
diff
changeset
|
78 |
4884
29fb3baea939
Fix the bugs necessary to resolve the trivial test failures in mule-tests.el
Aidan Kehoe <kehoea@parhasard.net>
parents:
4798
diff
changeset
|
79 2010-01-26 Aidan Kehoe <kehoea@parhasard.net> |
29fb3baea939
Fix the bugs necessary to resolve the trivial test failures in mule-tests.el
Aidan Kehoe <kehoea@parhasard.net>
parents:
4798
diff
changeset
|
80 |
29fb3baea939
Fix the bugs necessary to resolve the trivial test failures in mule-tests.el
Aidan Kehoe <kehoea@parhasard.net>
parents:
4798
diff
changeset
|
81 * HELLO: Encode the Arabic in arabic-iso8859-6 once more; delete |
29fb3baea939
Fix the bugs necessary to resolve the trivial test failures in mule-tests.el
Aidan Kehoe <kehoea@parhasard.net>
parents:
4798
diff
changeset
|
82 the old, experimentally-encoded Thai. |
29fb3baea939
Fix the bugs necessary to resolve the trivial test failures in mule-tests.el
Aidan Kehoe <kehoea@parhasard.net>
parents:
4798
diff
changeset
|
83 |
4798
ea7a6c12df45
Change /usr/lib/X11 paths to /usr/share/X11. See xemacs-patches message with
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
84 2010-01-04 Jerry James <james@xemacs.org> |
ea7a6c12df45
Change /usr/lib/X11 paths to /usr/share/X11. See xemacs-patches message with
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
85 |
ea7a6c12df45
Change /usr/lib/X11 paths to /usr/share/X11. See xemacs-patches message with
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
86 * Emacs.ad: Change /usr/lib/X11 to /usr/share/X11. |
ea7a6c12df45
Change /usr/lib/X11 paths to /usr/share/X11. See xemacs-patches message with
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
87 * xemacs.1: Ditto. |
ea7a6c12df45
Change /usr/lib/X11 paths to /usr/share/X11. See xemacs-patches message with
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
88 |
4782
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
89 2009-12-18 Jerry James <james@xemacs.org> |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
90 |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
91 * idd/drop: Remove. |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
92 * idd/dropmsk: Remove. |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
93 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4763
diff
changeset
|
94 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4763
diff
changeset
|
95 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4763
diff
changeset
|
96 * sparcworks/SW.Editor.xpm: Remove obsolete file. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4763
diff
changeset
|
97 * sparcworks/sunpro-mailcap: Ditto. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4763
diff
changeset
|
98 * sparcworks: Remove empty directory. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4763
diff
changeset
|
99 |
4763
1de041b8edf7
Add copyright and license information to files authored by Jan Vroonhof.
Jerry James <james@xemacs.org>
parents:
4643
diff
changeset
|
100 2009-12-03 Jerry James <james@xemacs.org> |
1de041b8edf7
Add copyright and license information to files authored by Jan Vroonhof.
Jerry James <james@xemacs.org>
parents:
4643
diff
changeset
|
101 |
1de041b8edf7
Add copyright and license information to files authored by Jan Vroonhof.
Jerry James <james@xemacs.org>
parents:
4643
diff
changeset
|
102 * custom/example-themes/europe-theme.el: |
1de041b8edf7
Add copyright and license information to files authored by Jan Vroonhof.
Jerry James <james@xemacs.org>
parents:
4643
diff
changeset
|
103 * custom/example-themes/example-theme.el: Add copyright and GPL |
1de041b8edf7
Add copyright and license information to files authored by Jan Vroonhof.
Jerry James <james@xemacs.org>
parents:
4643
diff
changeset
|
104 notices as authorized by Jan Vroonhof. |
1de041b8edf7
Add copyright and license information to files authored by Jan Vroonhof.
Jerry James <james@xemacs.org>
parents:
4643
diff
changeset
|
105 |
4643
e9ccbc62f7e7
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
Aidan Kehoe <kehoea@parhasard.net>
parents:
4636
diff
changeset
|
106 2009-06-14 Aidan Kehoe <kehoea@parhasard.net> |
e9ccbc62f7e7
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
Aidan Kehoe <kehoea@parhasard.net>
parents:
4636
diff
changeset
|
107 |
e9ccbc62f7e7
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
Aidan Kehoe <kehoea@parhasard.net>
parents:
4636
diff
changeset
|
108 * gdbinit.in: |
e9ccbc62f7e7
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
Aidan Kehoe <kehoea@parhasard.net>
parents:
4636
diff
changeset
|
109 Supply variables for the Lisp_Type_Record, Lisp_Type_Char |
e9ccbc62f7e7
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
Aidan Kehoe <kehoea@parhasard.net>
parents:
4636
diff
changeset
|
110 type information, for the sake of various versions of GDB that |
e9ccbc62f7e7
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
Aidan Kehoe <kehoea@parhasard.net>
parents:
4636
diff
changeset
|
111 can't take them from the enum vals in the executable. Use those |
e9ccbc62f7e7
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
Aidan Kehoe <kehoea@parhasard.net>
parents:
4636
diff
changeset
|
112 variables instead of the enums. |
e9ccbc62f7e7
Don't rely on GDB understanding the Lisp_Type_{Record,Char} enums, gdbinit.in
Aidan Kehoe <kehoea@parhasard.net>
parents:
4636
diff
changeset
|
113 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4495
diff
changeset
|
114 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4495
diff
changeset
|
115 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4495
diff
changeset
|
116 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4495
diff
changeset
|
117 |
4495
c95c06ee1e9d
Correct a test failure now the XEmacs-specific Arabic charsets are gone.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4491
diff
changeset
|
118 2008-08-10 Aidan Kehoe <kehoea@parhasard.net> |
c95c06ee1e9d
Correct a test failure now the XEmacs-specific Arabic charsets are gone.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4491
diff
changeset
|
119 |
c95c06ee1e9d
Correct a test failure now the XEmacs-specific Arabic charsets are gone.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4491
diff
changeset
|
120 * HELLO: Add a coding cookie, now the UTF-8 sequences prevent the |
c95c06ee1e9d
Correct a test failure now the XEmacs-specific Arabic charsets are gone.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4491
diff
changeset
|
121 file being recognised as ISO-2022-7 automatically. |
c95c06ee1e9d
Correct a test failure now the XEmacs-specific Arabic charsets are gone.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4491
diff
changeset
|
122 |
4491
d402d7b18bd8
Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4429
diff
changeset
|
123 2008-08-05 Aidan Kehoe <kehoea@parhasard.net> |
d402d7b18bd8
Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4429
diff
changeset
|
124 |
d402d7b18bd8
Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4429
diff
changeset
|
125 * HELLO: Encode the Arabic using UTF-8 sequences, not ISO-8859-6. |
d402d7b18bd8
Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4429
diff
changeset
|
126 |
4429
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
127 2008-02-21 Stephen J. Turnbull <stephen@xemacs.org> |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
128 |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
129 * README: Add descriptions of Daniel Polansky's icons. |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
130 |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
131 2008-02-21 Daniel Polansky <danielpolansky@gmail.com> |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
132 |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
133 Two images for one icon for XEmacs, one 16x16 and 32x32. |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
134 Also, a Microsoft Windows icon file is attached. |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
135 Itemized: |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
136 - 16x16 icon in PNG |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
137 - 32x32 icon in PNG |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
138 - Both bundled as a Microsoft Windows icon. |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
139 |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
140 The images are modeled on XEmacs violet logotype, as found at |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
141 http://www.xemacs.org/. The images are copyright (c) 2005 by |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
142 Daniel Polansky, and licensed under GNU General Public Licence V2 |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
143 or later at your option. |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
144 |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
145 * xemacs-X-16.png: |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
146 * xemacs-X-32.png: |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
147 * xemacs-X.ico: |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
148 New files. |
a883e09e54f7
Add Dan Polansky's icons. <87ejayxrsm.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4428
diff
changeset
|
149 |
4428
a2954f0b7507
Improve etc/README.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4361
diff
changeset
|
150 2008-02-20 Stephen J. Turnbull <stephen@xemacs.org> |
a2954f0b7507
Improve etc/README.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4361
diff
changeset
|
151 |
a2954f0b7507
Improve etc/README.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4361
diff
changeset
|
152 * README: Give more accurate descriptions of image files. |
a2954f0b7507
Improve etc/README.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4361
diff
changeset
|
153 |
4361
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4354
diff
changeset
|
154 2007-12-26 Stephen J. Turnbull <stephen@xemacs.org> |
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4354
diff
changeset
|
155 |
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4354
diff
changeset
|
156 * bundled-packages/README: Document restriction on --with-late-packages. |
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4354
diff
changeset
|
157 |
4354
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4282
diff
changeset
|
158 2007-12-23 Stephen J. Turnbull <stephen@xemacs.org> |
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4282
diff
changeset
|
159 |
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4282
diff
changeset
|
160 * bundled-packages/README: Documentation for bundled packages. |
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4282
diff
changeset
|
161 * bundled-packages/test.sh: Test suite for bundled packages. |
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4282
diff
changeset
|
162 |
4282 | 163 2007-11-22 Vin Shelton <acs@xemacs.org> |
164 | |
165 * photos/vin.png: | |
166 * photos/vinm.png: Updated. | |
167 | |
4204 | 168 2004-12-03 Shyamal Prasad <shyamal@member.fsf.org> |
169 | |
170 * xemacs.1: Now describe $HOME/.xemacs/init.el as the | |
171 preferred init file. Fixed excessive space insertion | |
172 in the description of the '-vanilla' option | |
173 | |
4176 | 174 2007-09-19 Didier Verna <didier@lrde.epita.fr> |
175 | |
176 * photos/dv.png: Remove. | |
177 * photos/didier.png: Add. | |
178 | |
4084 | 179 2007-07-28 Aidan Kehoe <kehoea@parhasard.net> |
180 | |
181 * unicode/unicode-consortium/BIG5.TXT: | |
182 Don't map any characters to U+FFFD; for round trip compatibility, | |
183 map those that were mapped to U+FFFD to the Unicode private use | |
184 area. | |
185 | |
3975 | 186 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
187 | |
188 * XEmacs 21.5.28 "fuki" is released. | |
189 | |
3934 | 190 2007-05-01 Stephen J. Turnbull <stephen@xemacs.org> |
191 | |
192 * gdbinit.in (pobj): Nuke fc_fontset and fc_objectset, add fc_config. | |
193 | |
3876 | 194 2007-03-24 Stephen J. Turnbull <stephen@xemacs.org> |
195 | |
196 * ETAGS.EBNF: Sync to pot_etags_version 17.19. | |
197 * etags.1: Sync to pot_etags_version 17.19. | |
198 * ChangeLog.etags: New. Copy of upstream ChangeLog. | |
199 | |
3803 | 200 2007-01-28 Stephen J. Turnbull <stephen@xemacs.org> |
201 | |
202 Thanks to Mike Fabian <mfabian@suse.de> for bringing the issue | |
203 to my attention. | |
204 | |
205 * unicode/unicode-consortium/COPYING: | |
206 * unicode/unicode-consortium/oreilly.html | |
207 * unicode/unicode-consortium/unicode-consortium.html | |
208 New files clarifying copying conditions for mapping tables. | |
209 | |
210 * unicode/unicode-consortium/GB12345.TXT | |
211 * unicode/unicode-consortium/BIG5.TXT | |
212 * unicode/unicode-consortium/CNS11643.TXT | |
213 * unicode/unicode-consortium/HANGUL.TXT | |
214 * unicode/unicode-consortium/JIS0201.TXT | |
215 * unicode/unicode-consortium/JIS0208.TXT | |
216 * unicode/unicode-consortium/JIS0212.TXT | |
217 * unicode/unicode-consortium/JOHAB.TXT | |
218 * unicode/unicode-consortium/KSC5601.TXT | |
219 * unicode/unicode-consortium/KSX1001.TXT | |
220 * unicode/unicode-consortium/OLD5601.TXT | |
221 * unicode/unicode-consortium/SHIFTJIS.TXT | |
222 Mapping tables downloaded from a Unicode, Inc. URL with | |
223 permissive conditions. | |
224 | |
3767 | 225 2006-12-21 Aidan Kehoe <kehoea@parhasard.net> |
226 | |
227 * unicode/unicode-consortium/8859-7.TXT: | |
4176 | 228 Update the mapping to the 2003 version of ISO 8859-7. |
3767 | 229 |
3674 | 230 2006-11-11 Aidan Kehoe <kehoea@parhasard.net> |
231 | |
232 * NEWS: | |
233 Add information on set-charset-registries, and the change to | |
4176 | 234 define-specifier-tag. |
235 | |
3649 | 236 2006-10-08 Adrian Aichner <adrian@xemacs.org> |
237 | |
238 * TUTORIAL.de: Small rephrasing as suggested by hroptatyr on | |
239 #xemacs. | |
240 | |
3517 | 241 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
242 | |
243 * etags.1: Sync to pot_etags_version 17.19. | |
244 Thanks to Morgon Kanter <morgon@surgo.net>. | |
245 | |
3418 | 246 2006-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
247 | |
248 * gdbinit.in: | |
249 * dbxrc.in: | |
250 Moved from src/. Update FSF address. Improve comments. | |
251 | |
252 * gdbinit.in: Use XCOMM for "don't edit" comment and copyright. | |
253 | |
3402 | 254 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
255 | |
256 * XEmacs 21.5.27 "fiddleheads" is released. | |
257 | |
3323 | 258 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
259 | |
260 * XEmacs 21.5.26 "endive" is released. | |
261 | |
3259 | 262 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
263 | |
264 * XEmacs 21.5.25 "eggplant" is released. | |
265 | |
3150 | 266 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
267 | |
268 * XEmacs 21.5.24 "dandelion" is released. | |
269 | |
3133 | 270 2005-12-10 Malcolm Purvis <malcolmp@xemacs.org> |
271 | |
272 * photos/purvis.png, photos/purvism.png: Updated. | |
273 | |
3077 | 274 2005-11-18 Aidan Kehoe <kehoea@parhasard.net> |
275 | |
276 * HELLO: Add Irish, Tajik. Don't give the local name for the | |
277 latter language, because we don't support CYRILLIC SMALL LETTER | |
278 CHE WITH DESCENDER nor CYRILLIC SMALL LETTER I WITH MACRON by | |
4176 | 279 default. |
3077 | 280 |
3074 | 281 2005-11-16 Malcolm Purvis <malcolmp@xemacs.org> |
282 | |
283 * .cvsignore: New | |
284 | |
3031 | 285 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
286 | |
287 * XEmacs 21.5.23 "daikon" is released. | |
288 | |
2938 | 289 2005-09-17 Malcolm Purvis <malcolmp@xemacs.org> |
290 | |
291 * configure-2.13: Remove. autoconf 2.59 support is stable. | |
292 | |
2931 | 293 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
294 | |
295 * XEmacs 21.5.22 "cucumber" is released. | |
296 | |
2862 | 297 2005-07-17 Aidan Kehoe <kehoea@parhasard.net> |
298 | |
299 * NEWS: Add information on the last argument to event-to-character | |
4176 | 300 being ignored. |
2862 | 301 |
2791 | 302 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
303 | |
304 * XEmacs 21.5.21 "corn" is released. | |
305 | |
2757 | 306 2005-05-05 Aidan Kehoe <kehoea@parhasard.net> |
307 | |
308 * NEWS: reseource -> resources (spelling fix.) | |
309 | |
2681 | 310 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
311 | |
4176 | 312 * NEWS: Mention the move to XEmacs as the application class. |
2681 | 313 * sample.Xresources: Emacs as app class -> XEmacs as app class |
314 | |
2679 | 315 2005-03-23 Adrian Aichner <adrian@xemacs.org> |
316 | |
317 * TUTORIAL: Typo fixes from Jon Ericson. | |
318 | |
2653 | 319 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
320 | |
321 * XEmacs 21.5.20 "cilantro" is released. | |
322 | |
2651 | 323 2005-03-11 Malcolm Purvis <malcolmp@xemacs.org> |
324 | |
325 * configure-2.13: Added a copy of the old configure script in case | |
326 of major problems. | |
327 | |
2594 | 328 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
329 | |
330 * XEmacs 21.5.19 "chives" is released. | |
331 | |
2554 | 332 2005-02-03 Jerry James <james@xemacs.org> |
333 | |
334 * ETAGS.EBNF: Update to author version 17.11. | |
335 | |
2537 | 336 2005-01-31 Ben Wing <ben@xemacs.org> |
337 | |
338 Delete stuff that is irrelevant, mislocated or woefully out-of-date. | |
339 | |
340 * GNU: Delete. | |
341 * SERVICE: Delete. | |
342 * ORDERS, ORDERS.EUROPE, ORDERS.JAPAN: Delete. | |
343 * CHARSETS, CODINGS: Delete. | |
344 * DEBUG, LPF, MORE.STUFF, MOTIVATION: Delete. | |
345 * aliases.ksh: Delete. (moved to xemacs-builds/steve) | |
346 * README.HYPERBOLE, README.OO-BROWSER: Delete. | |
347 * chr.png, chrm.png: Move to photos/. | |
348 * check_cygwin_setup.sh: Delete. | |
349 * gnu.xpm, gnu.xbm, sink.xbm: Delete. | |
350 * ms-kermit, ms-kermit-7bit: Delete. | |
351 * TERMS: Delete. | |
352 | |
353 * DISTRIB, FTP, MACHINES, MAILINGLISTS, PACKAGES: | |
354 Delete and move to FAQ. | |
355 | |
356 * BETA: | |
357 Delete and move to man/beta.texi. | |
358 | |
359 * README: Update. | |
360 | |
2513 | 361 2004-11-13 Ben Wing <ben@xemacs.org> |
362 | |
363 * CODING-STANDARDS: Delete and incorporate into Internals manual. | |
364 | |
2437 | 365 2004-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
366 | |
367 * gnuserv.1: Various fixes and improvements. | |
368 * gnuserv.README: Strengthen self-deprecation. | |
369 | |
370 2004-11-22 Adrian Aichner <adrian@xemacs.org> | |
371 | |
372 * TUTORIAL: Typo fixes, courtesy of Andreas Eder | |
373 <Andreas.Eder@gmx.net>. | |
374 | |
2374 | 375 2004-11-07 Malcolm Purvis <malcolmp@xemacs.org> |
376 | |
377 * photos/purvis.png, photos/purvism.png: New files. | |
378 | |
2367 | 379 2004-10-26 Ben Wing <ben@xemacs.org> |
380 | |
381 * BETA: | |
382 * BETA (writing): Removed. | |
383 * BETA (--error-checking): New. | |
384 * BETA (--compiler): New. | |
385 * BETA (--xemacs-compiler): New. | |
386 * BETA (--package-path): New. | |
387 * BETA (--srcdir): New. | |
388 * BETA (--site-prefixes): New. | |
389 * BETA (Mail): | |
390 Rewrite section on configure to indicate what flags are important | |
391 and what not. | |
392 | |
2346 | 393 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
394 | |
395 * XEmacs 21.5.18 "chestnut" is released. | |
396 | |
2325 | 397 2004-10-07 Jerry James <james@xemacs.org> |
398 | |
399 * ETAGS.EBNF: | |
400 * etags.1: | |
401 Update to author version 17.6. | |
402 | |
2291 | 403 2004-04-19 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> |
404 | |
405 * NEWS (Introduction): Rewording. | |
406 (Changes in XEmacs 21.5): New section. | |
407 | |
2225 | 408 2004-08-10 Jerry James <james@xemacs.org> |
409 | |
410 * ETAGS.EBNF: New file. Describes the syntax of an ETAGS file. | |
411 | |
2208 | 412 2004-08-10 Jerry James <james@xemacs.org> |
413 | |
414 * SERVICE: Update to latest version from www.gnu.org. | |
415 | |
2082 | 416 2004-05-15 Malcolm Purvis <malcolmp@xemacs.org> |
417 | |
418 * etc/gtkrc: New file. This is the GTK equivalent of the app-default | |
419 file. | |
420 | |
1973 | 421 2004-03-30 Norbert Koch <viteno@xemacs.org> |
422 | |
423 * PACKAGES: Introduce new packages escreen, xlib, and xwem. | |
424 | |
1964 | 425 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
426 | |
427 * XEmacs 21.5.17 "chayote" is released. | |
428 | |
1959 | 429 2004-03-20 Adrian Aichner <adrian@xemacs.org> |
430 | |
431 * sample.init.el: Typo and copycat fix. | |
432 | |
1809 | 433 2003-11-28 Norbert Koch <viteno@xemacs.org> |
434 | |
435 * PACKAGES (erc): new. | |
436 | |
1796 | 437 2003-11-18 Norbert Koch <viteno@xemacs.org> |
438 | |
439 * PACKAGES (MH-E): Update the MH-E package information string. | |
440 | |
1764 | 441 2003-10-25 Norbert Koch <viteno@xemacs.org> |
442 | |
443 * PACKAGES (riece): New package. | |
444 * PACKAGES (liece): Mark as deprecated. | |
445 | |
1731 | 446 2003-10-02 Steve Youngs <youngs@xemacs.org> |
447 | |
448 * youngs.png, youngsm.png: Removed. | |
449 | |
1716 | 450 2003-09-26 Steve Youngs <youngs@xemacs.org> |
451 | |
452 * XEmacs 21.5.16 "celeriac" is released. | |
453 | |
1665 | 454 2003-09-03 Steve Youngs <youngs@xemacs.org> |
455 | |
456 * XEmacs 21.5.15 "celery" is released. | |
457 | |
1648 | 458 2003-08-28 Steve Youngs <youngs@xemacs.org> |
459 | |
460 * PACKAGES: Update. | |
461 | |
1614 | 462 2003-08-04 Norbert Koch <viteno@xemacs.org> |
463 Stephen J. Turnbull <stephen@xemacs.org> | |
464 | |
465 * PACKAGES: Sync with package-tree contents. Style conformance. | |
466 | |
1557 | 467 2003-07-03 Stephen J. Turnbull <stephen@xemacs.org> |
468 | |
4176 | 469 * etc/README.HYPERBOLE: |
1557 | 470 * etc/README.OO-BROWSER: |
471 Update. | |
472 | |
1547 | 473 2003-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
474 | |
475 * etc/sample.Xresources (menubar and popup fonts): Use X Font Sets. | |
476 | |
1544 | 477 2003-06-29 Norbert Koch <viteno@xemacs.org> |
478 | |
479 * package-index.LATEST.gpg: Official package release. | |
480 | |
1510 | 481 2003-06-01 Steve Youngs <youngs@xemacs.org> |
482 | |
483 * XEmacs 21.5.14 "cassava" is released. | |
484 | |
1504 | 485 2003-05-24 Norbert Koch <viteno@xemacs.org> |
486 | |
487 * package-index.LATEST.gpg: Official package release. | |
488 | |
1473 | 489 2003-05-10 Steve Youngs <youngs@xemacs.org> |
490 | |
491 * XEmacs 21.5.13 "cauliflower" is released. | |
492 | |
1448 | 493 2003-05-03 Steve Youngs <youngs@xemacs.org> |
494 | |
495 * package-index.LATEST.gpg: Updated to current reality. | |
496 | |
497 * package-index.LATEST.pgp: Removed, 21.5 uses | |
4176 | 498 'package-index.LATEST.gpg'. |
1448 | 499 |
1431 | 500 2003-04-24 Steve Youngs <youngs@xemacs.org> |
501 | |
502 * XEmacs 21.5.12 "carrot" is released. | |
503 | |
1389 | 504 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
505 | |
506 * Emacs.ad: Global substition of .Xresources for .Xdefaults. | |
507 * sample.Xresources: Replaces sample.Xdefaults. | |
508 * sample.Xdefaults: Replace contents with pointer to | |
509 sample.Xresources. | |
510 * README: Change name of sample.Xdefaults to sample.Xresources. | |
511 Substitute 21.4 for 21.2. | |
512 | |
1335 | 513 2003-03-03 Ville Skyttä <scop@xemacs.org> |
514 | |
515 * BETA (New packages): Introduce Norbert Koch. | |
516 | |
1307 | 517 2003-02-16 Steve Youngs <youngs@xemacs.org> |
518 | |
519 * XEmacs 21.5.11 "cabbage" is released. | |
520 | |
1301 | 521 2003-02-13 Chris Palmer <chris@nodewarrior.org> |
522 | |
523 * BETA: Fixed typos and made consistent use of <...> for Internet | |
524 addresses. | |
525 | |
1290 | 526 2003-02-12 Jerry James <james@xemacs.org> |
527 | |
528 * photos/james.png, photos/jamesm.png: New files. | |
529 | |
1255 | 530 2003-02-04 Steve Youngs <youngs@xemacs.org> |
531 | |
532 * BETA: '-no-autoloads' implies '-vanilla' so suggest people | |
533 invoke 'xemacs -no-autoloads' when trying to reproduce a bug. | |
534 | |
1250 | 535 2003-02-03 Steve Youngs <youngs@xemacs.org> |
536 | |
537 * BETA: Update. General tidy up and rewrite sections dealing with | |
538 packages and building from scratch. | |
539 | |
1187 | 540 2003-01-04 Steve Youngs <youngs@xemacs.org> |
541 | |
542 * XEmacs 21.5.10 "burdock" is released. | |
543 | |
1099 | 544 2002-11-11 Stephen J. Turnbull <steve@tleepslib.sk.tsukuba.ac.jp> |
545 | |
546 * etc/Emacs.ad (Emacs.bold-italic.attributeFont): Per G. Boffi. | |
547 | |
548 2002-11-04 giacomo boffi <giacomo.boffi@polimi.it> | |
549 | |
550 * sample.Xdefaults (Emacs.default.attributeForeground): Add an | |
551 example of setting the default bold-italic face. | |
552 | |
553 2002-10-30 Katsumi Yamaoka <yamaoka@jpl.org> | |
554 | |
555 * etc/TUTORIAL.ja: Typo fix. | |
556 | |
1071 | 557 2002-10-25 Steve Youngs <youngs@xemacs.org> |
558 | |
559 * TUTORIAL.fr (suivante): Typo fix. | |
560 From juergen stuber <stuberj@mines.inpl-nancy.fr>. | |
561 | |
1099 | 562 2002-10-09 Stephen J. Turnbull <stephen@xemacs.org> |
563 | |
564 * etc/BETA: Improve descriptions of XEmacs Patches; mention Design. | |
565 | |
1042 | 566 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org> |
567 | |
568 * Emacs.ad: Add charsets to *menubar*FontSet and *popup*FontSet. | |
569 | |
984 | 570 2002-08-31 Ville Skyttä <ville.skytta@xemacs.org> |
571 | |
572 * Emacs.ad: Add *menubar*FontSet and *popup*FontSet entries, | |
573 (self-)obtained from Red Hat. | |
574 | |
981 | 575 2002-08-30 Steve Youngs <youngs@xemacs.org> |
576 | |
577 * XEmacs 21.5.9 "brussels sprouts" is released. | |
578 | |
933 | 579 2002-07-27 Steve Youngs <youngs@xemacs.org> |
580 | |
581 * XEmacs 21.5.8 "broccoli" is released. | |
582 | |
929 | 583 2002-07-21 Steve Youngs <youngs@xemacs.org> |
584 | |
585 * package-index.LATEST.pgp: Update. | |
586 | |
587 * package-index.LATEST.gpg: Ditto. | |
588 | |
920 | 589 2002-07-14 Adrian Aichner <adrian@xemacs.org> |
590 | |
591 * xemacs-icon.xpm: It's XEmacs, not Xemacs. | |
592 | |
1099 | 593 2002-07-12 Stephen J. Turnbull <stephen@xemacs.org> |
594 | |
595 * etc/BETA (Large contributions): New section. Reorganize file. | |
596 | |
894 | 597 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
598 | |
599 * XEmacs 21.5.7 "broccoflower" is released. | |
600 | |
853 | 601 2001-03-30 Ben Wing <ben@xemacs.org> |
602 | |
603 * sample.init.el: | |
604 * sample.init.el (Init-kill-entire-line): | |
605 * sample.init.el (describe-foo-at-point): | |
606 * sample.init.el (kill-current-buffer): | |
607 * sample.init.el (kill-current-buffer-and-window): | |
608 * sample.init.el (grep-c-files): Removed. | |
609 * sample.init.el (grep-all-files-history): New. | |
610 * sample.init.el (grep-all-files-omitted-expressions): New. | |
611 * sample.init.el (grep-all-files-omitted-directories): New. | |
612 * sample.init.el (construct-grep-all-files-command): New. | |
613 * sample.init.el (grep-all-files-in-current-directory): New. | |
614 * sample.init.el (grep-lisp-files): Removed. | |
615 * sample.init.el (grep-all-files-in-current-directory-and-below): New. | |
616 * sample.init.el (clear-select): | |
617 * sample.init.el ((control kp-add)): | |
618 * sample.init.el (pause): | |
619 * sample.init.el ((eq system-type 'windows-nt)): | |
620 | |
621 Add documentation for defined functions. Change grep functions to | |
622 be more generally useful. Document more specifically what the | |
623 `menu-force' setting actually does -- what commands are overridden | |
624 and how to access them. | |
625 | |
626 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org> | |
627 | |
628 * photos/hniksic.png, photos/hniksic.png: Update. | |
629 | |
804 | 630 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
631 | |
632 * XEmacs 21.5.6 "bok choi" is released. | |
633 | |
799 | 634 2002-03-30 Steve Youngs <youngs@xemacs.org> |
635 | |
636 * package-index.LATEST.gpg: Update to current reality. | |
637 | |
638 * package-index.LATEST.pgp: Ditto. | |
639 | |
793 | 640 2002-03-25 Ben Wing <ben@xemacs.org> |
641 | |
642 * unicode/unicode-consortium/8859-16.TXT: | |
643 New file. | |
644 | |
645 2002-03-24 Ben Wing <ben@xemacs.org> | |
646 | |
647 * DISTRIB: | |
648 * DISTRIB (donation): Removed. | |
649 Eliminate FSF distribution information; we're not FSF. | |
650 | |
651 2002-03-18 Ben Wing <ben@xemacs.org> | |
652 | |
653 * unicode\mule-ucs\*: New directory, containing translation | |
654 files for the remaining charsets that are not in | |
655 unicode\unicode-consortium but are in mule-ucs. | |
656 | |
657 * unicode\other\*: New directory, containing translation | |
658 files made up on an ad-hoc basis. | |
659 | |
660 * unicode\README: Update. | |
661 | |
662 2001-05-04 Ben Wing <ben@xemacs.org> | |
663 | |
664 * check_cygwin_setup.sh (distdir): Update for current | |
665 Cygwin reality. | |
666 | |
667 * NEWS: Remove kill-whole-line changes. | |
668 | |
669 2001-04-17 Ben Wing <ben@xemacs.org> | |
670 | |
671 * NEWS: More changes. | |
672 | |
673 * sample.init.el (grep-all-files-in-current-directory-and-below): | |
674 Missing argument. | |
675 | |
676 2001-04-15 Ben Wing <ben@xemacs.org> | |
677 | |
678 * NEWS: | |
679 * NEWS (C): | |
680 * NEWS (commands): | |
681 Many, many changes for XEmacs 21.4. | |
682 | |
683 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> | |
684 | |
685 * XEmacs 21.5.5 "beets" is released. | |
686 | |
687 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> | |
688 | |
689 * TUTORIAL.se: New from Mats Lidell. | |
690 | |
691 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
692 | |
693 * BETA: General update. Fix some broken URLs. | |
694 | |
695 2002-01-23 Jarl Friis <jarl@diku.dk> | |
696 | |
697 * BETA (http): Informing of xemacs-patches mailing list. Added | |
698 note on patch etiquette. | |
699 | |
700 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> | |
701 | |
702 * XEmacs 21.5.4 "bamboo" is released. | |
703 | |
704 2001-05-27 Kazuo Oishi <oishi@n-pl.org> | |
705 | |
706 * xemacs-ja.1: Replace with new translation. | |
707 | |
708 2001-12-29 Steve Youngs <youngs@xemacs.org> | |
709 | |
710 * package-index.LATEST.gpg: Update. | |
711 | |
712 * package-index.LATEST.pgp: Update. | |
713 | |
714 2001-12-18 Jan Vroonhof <jan@xemacs.org> | |
715 | |
716 * photos/jan.png: Add mug shot. | |
717 | |
718 2001-12-03 Didier Verna <didier@xemacs.org> | |
719 | |
720 * NEWS: advertise `C-x r p' (replace-rectangle) in global map. | |
721 | |
722 2001-09-19 Ben Wing <ben@xemacs.org> | |
723 | |
724 * TUTORIAL.de: Translate TERMINOLOGY section for TUTORIAL.de, | |
725 change menu entry separator from / to ->. Change SPC to <Space>. | |
726 | |
727 2001-10-07 Adrian Aichner <adrian@xemacs.org> | |
728 | |
729 * TUTORIAL.de: Update of TUTORIAL.de according to Ben's | |
730 Updates and Syncing with Emacs 21.0.106. | |
731 | |
732 2001-08-21 Adrian Aichner <adrian@xemacs.org> | |
733 | |
734 * BETA (writing): Advertise use of build-report. | |
735 | |
736 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> | |
737 | |
738 * XEmacs 21.5.3 "asparagus" is released. | |
739 | |
740 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> | |
741 | |
742 * XEmacs 21.5.2 "artichoke" is released. | |
743 | |
744 2001-07-26 Stephen J. Turnbull <stephen@xemacs.org> | |
745 | |
746 * MYTHOLOGY, etc/OXYMORONS: Remove. | |
747 etc/VEGETABLES: Copied from xemacs-builds module, file Codenames-21.5. | |
748 Bring codenames into synch with reality. | |
749 | |
750 2001-07-18 Adrian Aichner <adrian@xemacs.org> | |
751 | |
752 * TUTORIAL: Fix minor typo. | |
753 * TUTORIAL.de: Sync with TUTORIAL. | |
754 | |
755 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org> | |
756 | |
757 * xemacs-ja.1: Removed. | |
758 | |
759 2001-05-23 Ben Wing <ben@xemacs.org> | |
760 | |
761 * sample.init.el: | |
762 * sample.init.el (Init-safe-require): New. | |
763 * sample.init.el ((fboundp 'pending-delete-mode)): | |
764 * sample.init.el ((eq system-type 'windows-nt)): | |
765 * sample.init.el (dired): | |
766 * sample.init.el ((Init-safe-require 'efs-auto)): | |
767 * sample.init.el (completer): | |
768 * sample.init.el (crypt): | |
769 * sample.init.el (filladapt): | |
770 * sample.init.el ((fboundp 'turn-on-lazy-lock)): | |
771 * sample.init.el ((fboundp 'resize-minibuffer-mode)): | |
772 * sample.init.el ((Init-safe-require 'scroll-in-place)): | |
773 Rewrite to be much more careful about loading features -- now | |
774 it decays gracefully even in the complete absence of packages. | |
775 Also avoid doing obnoxious things when loading efs. | |
776 | |
777 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu> | |
778 | |
779 * PACKAGES: Update to reflect new package dir tree. | |
780 | |
781 2001-05-15 Steve Youngs <youngs@xemacs.org> | |
782 | |
783 * PACKAGES: Update to reflect new package dir tree. | |
784 | |
785 2001-05-09 Martin Buchholz <martin@xemacs.org> | |
786 | |
787 * XEmacs 21.5.1 "anise" is released. | |
788 | |
789 2001-01-31 Jason R. Mastaler <jason@xemacs.org> | |
790 | |
791 * FTP: Updated FTP mirrors list. | |
792 | |
793 2001-04-18 Martin Buchholz <martin@xemacs.org> | |
794 | |
795 * XEmacs 21.5.0 "alfalfa" is released. | |
796 | |
797 2001-03-30 Ben Wing <ben@xemacs.org> | |
798 | |
799 * sample.init.el: | |
800 * sample.init.el (Init-kill-entire-line): | |
801 * sample.init.el (describe-foo-at-point): | |
802 * sample.init.el (kill-current-buffer): | |
803 * sample.init.el (kill-current-buffer-and-window): | |
804 * sample.init.el (grep-c-files): Removed. | |
805 * sample.init.el (grep-all-files-history): New. | |
806 * sample.init.el (grep-all-files-omitted-expressions): New. | |
807 * sample.init.el (grep-all-files-omitted-directories): New. | |
808 * sample.init.el (construct-grep-all-files-command): New. | |
809 * sample.init.el (grep-all-files-in-current-directory): New. | |
810 * sample.init.el (grep-lisp-files): Removed. | |
811 * sample.init.el (grep-all-files-in-current-directory-and-below): New. | |
812 * sample.init.el (clear-select): | |
813 * sample.init.el ((control kp-add)): | |
814 * sample.init.el (pause): | |
815 * sample.init.el ((eq system-type 'windows-nt)): | |
816 | |
817 Add documentation for defined functions. Change grep functions to | |
818 be more generally useful. Document more specifically what the | |
819 `menu-force' setting actually does -- what commands are overridden | |
820 and how to access them. | |
821 | |
822 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
823 | |
824 * OXYMORONS: Add 2 oxymorons, clean up numbering, close RFC. | |
825 | |
826 * NEWS: Fix typo. | |
827 | |
828 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> | |
829 | |
830 * gnuserv.1 (UNIX_DOMAIN_SOCKETS: | |
831 Document TMPDIR lossage in gnuserv/gnuclient. | |
832 | |
833 2001-03-06 Ben Wing <ben@xemacs.org> | |
834 | |
835 * sample.init.el: | |
836 * sample.init.el (Init-kill-entire-line): New. | |
837 Fix to take into account the removed kill-whole-line changes. | |
838 | |
839 2001-03-21 Martin Buchholz <martin@xemacs.org> | |
840 | |
841 * XEmacs 21.2.46 "Urania" is released. | |
842 | |
843 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org> | |
844 | |
845 * OXYMORONS: New file of 21.4 codenames. | |
846 | |
847 2001-03-02 Ben Wing <ben@xemacs.org> | |
848 | |
849 * README: sample.emacs -> sample.init.el. | |
850 | |
851 2001-02-23 Martin Buchholz <martin@xemacs.org> | |
852 | |
853 * XEmacs 21.2.45 "Thelxepeia" is released. | |
854 | |
855 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
856 | |
857 * MACHINES: Rewritten. Bitrot discarded. | |
858 | |
859 2001-02-08 Martin Buchholz <martin@xemacs.org> | |
860 | |
861 * XEmacs 21.2.44 "Thalia" is released. | |
862 | |
863 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
864 | |
865 * XEmacs 21.2.43 "Terspichore" is released. | |
866 | |
867 2001-01-21 Steve Youngs <youngs@xemacs.org> | |
868 | |
869 * ./etc/PACKAGES: Doc fix. | |
870 | |
871 2001-01-17 Steve Youngs <youngs@xemacs.org> | |
872 | |
873 * ./etc/PACKAGES: Update. | |
874 | |
875 2001-01-20 Martin Buchholz <martin@xemacs.org> | |
876 | |
877 * XEmacs 21.2.42 "Poseidon" is released. | |
878 | |
879 2001-01-17 Martin Buchholz <martin@xemacs.org> | |
880 | |
881 * XEmacs 21.2.41 "Polyhymnia" is released. | |
882 | |
883 2001-01-08 Martin Buchholz <martin@xemacs.org> | |
884 | |
885 * XEmacs 21.2.40 is released. | |
886 | |
887 2000-12-31 Martin Buchholz <martin@xemacs.org> | |
888 | |
889 * XEmacs 21.2.39 is released. | |
890 | |
891 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
892 | |
893 * XEmacs 21.2.38 is released. | |
894 | |
895 2000-11-14 Martin Buchholz <martin@xemacs.org> | |
896 | |
897 * XEmacs 21.2.37 is released. | |
898 | |
899 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
900 | |
901 * PACKAGES: Add details on os-utils contents. | |
902 | |
903 2000-10-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
904 | |
905 * NEWS: Change lprogress-display to progress-feedback. | |
906 | |
907 2000-10-04 Martin Buchholz <martin@xemacs.org> | |
908 | |
909 * XEmacs 21.2.36 is released. | |
910 | |
911 2000-08-29 Robert Pluim <rpluim@bigfoot.com> | |
912 | |
913 * etc/NEWS: fix reference to progress-feedback-use-echo-area | |
914 | |
915 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
916 | |
917 * xemacs.1: Spelling fixes. Remove stuff that doesn't belong. | |
918 | |
919 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
920 | |
921 * Emacs.ad: Remove Energize from comments. | |
922 | |
923 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
924 | |
925 * Emacs.ad: Document usage of FontSet resource for menubar. | |
926 | |
927 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
928 | |
929 * XEmacs 21.2.35 is released. | |
930 | |
931 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
932 | |
933 * XEmacs 21.2.34 is released. | |
934 | |
935 2000-04-15 Andy Piper <andy@xemacs.org> | |
936 | |
937 * Emacs.ad: add select-start() back into text translations. | |
938 | |
939 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
940 | |
941 * XEmacs 21.2.33 is released. | |
942 | |
943 2000-04-12 Andy Piper <andy@xemacs.org> | |
944 | |
945 * Emacs.ad: give the gui-element face the same font as the | |
946 menubar and popups. Add translations for text widgets. | |
947 | |
948 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
949 | |
950 * XEmacs 21.2.32 is released. | |
951 | |
952 2000-03-01 Didier Verna <didier@xemacs.org> | |
953 | |
954 * NEWS: update the rect.el entry. | |
955 | |
956 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
957 | |
958 * XEmacs 21.2.31 is released. | |
959 | |
960 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
961 | |
962 * XEmacs 21.2.30 is released. | |
963 | |
964 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
965 | |
966 * TUTORIAL.ja: Synch with English version. | |
967 | |
968 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
969 | |
970 * XEmacs 21.2.29 is released. | |
971 | |
972 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
973 | |
974 * XEmacs 21.2.28 is released. | |
975 | |
976 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
977 | |
978 * XEmacs 21.2.27 is released. | |
979 | |
980 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com> | |
981 | |
982 * TUTORIAL.de: Update copyright and fix typo. | |
983 | |
984 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
985 | |
986 * NEWS: Document mail spool locking overhaul. | |
987 | |
988 1999-12-31 Martin Buchholz <martin@xemacs.org> | |
989 | |
990 * XEmacs 21.2.26 is released. | |
991 | |
992 1999-12-24 Martin Buchholz <martin@xemacs.org> | |
993 | |
994 * XEmacs 21.2.25 is released. | |
995 | |
996 1999-12-14 Martin Buchholz <martin@xemacs.org> | |
997 | |
998 * XEmacs 21.2.24 is released. | |
999 | |
1000 1999-12-07 Martin Buchholz <martin@xemacs.org> | |
1001 | |
1002 * XEmacs 21.2.23 is released. | |
1003 | |
1004 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1005 | |
1006 * XEmacs 21.2.21 is released. | |
1007 | |
1008 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
1009 | |
1010 * sample.Xdefaults: adds a reference to beNiceToColormap, | |
1011 so that the user can guess what to do if xemacs' dialogs are | |
1012 butt ugly. | |
1013 | |
1014 1999-11-13 Jason R Mastaler <jason@mastaler.com> | |
1015 | |
1016 * FTP: Updated FTP mirrors list. Replaced GNU FTP document | |
4176 | 1017 with a URL. |
793 | 1018 |
1019 1999-11-13 Jason R Mastaler <jason@mastaler.com> | |
1020 | |
1021 * MAILINGLISTS: Updated mailing list subscription information. | |
4176 | 1022 Replaced GNU MAILINGLISTS document with a URL. |
793 | 1023 |
1024 1999-08-01 Adrian Aichner <adrian@xemacs.org> | |
1025 | |
1026 * DISTRIB: Update IP address of ftp.xemacs.org. | |
1027 * NEWS: Fix typo | |
1028 | |
1029 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1030 | |
1031 * custom/example-themes/example-theme.el: | |
1032 * custom/example-themes/europe-theme.el: | |
1033 * custom/example-themes/ex-custom-file: Some simple examples | |
1034 illustrating the custom theme support. | |
1035 | |
1036 1999-07-17 MORIOKA Tomohiko <tomo@etl.go.jp> | |
1037 | |
1038 * HELLO (Thai): Modify for new font. | |
1039 | |
1040 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp> | |
1041 | |
1042 * HELLO (Amharic): New language. | |
1043 (Slovak): Likewise. | |
1044 (Thai): Likewise (by Virach Sornlertlamvanich). | |
1045 (Greek): Fixed (by Yannis Haralambous). | |
1046 | |
1047 1999-02-01 Glynn Clements <glynn@sensei.co.uk> | |
1048 | |
1049 * recycle.xpm: Fix colours so that they work on TrueColor | |
1050 and DirectColor displays | |
1051 | |
1052 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
1053 | |
1054 * XEmacs 21.2.8 is released. | |
1055 | |
1056 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
1057 | |
1058 * XEmacs 21.2.7 is released. | |
1059 | |
1060 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
1061 | |
1062 * XEmacs 21.2-beta4 is released. | |
1063 | |
1064 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
1065 | |
1066 * XEmacs 21.2-beta3 is released. | |
1067 | |
1068 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
1069 | |
1070 * xemacs.1: Remove misplace "\". | |
1071 | |
1072 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
1073 | |
1074 * XEmacs 21.2-beta2 is released. | |
1075 | |
1076 1998-09-05 SL Baur <steve@altair.xemacs.org> | |
1077 | |
1078 * check_cygwin_setup.sh: grammar fix. | |
1079 | |
1080 1998-09-02 Andy Piper <andyp@parallax.co.uk> | |
1081 | |
1082 * check_cygwin_setup.sh: fix a couple of buglets. | |
1083 | |
1084 1998-08-23 Adrian Aichner <adrian@xemacs.org> | |
1085 | |
1086 * sample.emacs: Enable sound support on mswindows devices. | |
1087 | |
1088 1998-08-06 Adrian Aichner <adrian@xemacs.org> | |
1089 | |
1090 * TUTORIAL.de: Fixing typos and grammatical errors. Fixing | |
1091 inconsistent usage of RET, <Return>, and <return> (only using | |
1092 <Return> now). Changing TUTORIAL to TUTORIAL.de throughout | |
1093 itself. Adding english equivalent to german translation of all | |
1094 concepts used in TUTORIAL.de. | |
1095 | |
1096 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
1097 | |
1098 * XEmacs 21.2-beta1 is released. | |
1099 | |
1100 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
1101 | |
1102 * GOATS: Removed. | |
1103 | |
1104 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
1105 | |
1106 * README: Bump version numbers. | |
1107 * NEWS: Ditto and purge pre-21.0 stuff. | |
1108 | |
4176 | 1109 * XEmacs 21.0-pre5 is released. |
793 | 1110 |
1111 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
1112 | |
1113 * configure.in: Handle multiple database libraries. | |
1114 From Gregory Neil Shapiro <gshapiro@sendmail.org> | |
1115 | |
1116 * XEmacs 21.0-pre4 is released. | |
1117 | |
1118 * configure.in: Fix test for InfoDock sources. | |
1119 | |
1120 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
1121 | |
1122 * BETA (writing): Update patch creation instructions. | |
1123 | |
1124 * FTP: Update FTP mirror list. | |
1125 | |
1126 * DISTRIB: Remove duplicated FTP mirror list. | |
1127 * xemacs.1 (ftp): Ditto. | |
1128 | |
1129 * XEmacs 21.0-pre4 is released. | |
1130 | |
1131 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
1132 | |
1133 * gnuserv.1 (this): Email address for Ben Wing is ben@xemacs.org. | |
1134 * gnuserv.README (README): Ditto. | |
1135 * xemacs-ja.1: Ditto. | |
1136 | |
1137 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
1138 | |
1139 * BABYL: Moved to rmail package | |
1140 | |
1141 * enriched.doc: Moved to xemacs-base package | |
1142 | |
1143 * MSDOS: | |
1144 * GNUS-NEWS: deleted | |
1145 | |
1146 1998-06-21 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
1147 | |
1148 * NEWS: Added references to documentation about packages and | |
1149 path setup. | |
1150 | |
1151 * README: Synched. | |
1152 | |
1153 1998-06-19 SL Baur <steve@altair.xemacs.org> | |
1154 | |
1155 * XEmacs 21.0-pre3 is released. | |
1156 | |
1157 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
1158 | |
1159 * PACKAGES: | |
1160 * BETA: Moved some package stuff into Texinfo docs. Other nitpicks | |
1161 | |
1162 1998-06-19 SL Baur <steve@altair.xemacs.org> | |
1163 | |
1164 * XEmacs 21.0-pre2 is released. | |
1165 | |
1166 1998-06-14 SL Baur <steve@altair.xemacs.org> | |
1167 | |
1168 * XEmacs 21.0-pre1 is released. | |
1169 | |
1170 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
1171 | |
1172 * NEWS: Updated information about customization of the | |
1173 automatic info dir file generation using | |
1174 `Info-auto-generate-directory' and `Info-save-auto-generated-dir' | |
1175 | |
1176 1998-06-11 SL Baur <steve@altair.xemacs.org> | |
1177 | |
1178 * XEmacs 21.0-beta43 is released. | |
1179 | |
1180 1998-06-02 Andy Piper <andyp@parallax.co.uk> | |
1181 | |
1182 * check_cygwin_setup.sh: set more intelligent defaults for | |
1183 windows 95. | |
1184 | |
1185 1998-06-01 SL Baur <steve@altair.xemacs.org> | |
1186 | |
1187 * XEmacs 21.0-beta42 is released. | |
1188 | |
1189 1998-06-01 SL Baur <steve@altair.xemacs.org> | |
1190 | |
1191 * sounds: Removed, now in the sounds-au package. | |
1192 | |
1193 1998-05-29 Andy Piper <andyp@parallax.co.uk> | |
1194 | |
1195 * check_cygwin_setup.sh: new file to check that cygwin is setup | |
1196 correctly for XEmacs operation. | |
1197 | |
1198 1998-05-23 SL Baur <steve@altair.xemacs.org> | |
1199 | |
1200 * XEmacs 21.0-beta41 is released. | |
1201 | |
1202 1998-05-15 SL Baur <steve@altair.xemacs.org> | |
1203 | |
1204 * XEmacs 21.0-beta40 is released. | |
1205 | |
1206 1998-05-09 SL Baur <steve@altair.xemacs.org> | |
1207 | |
1208 * XEmacs 21.0-beta39 is released. | |
1209 | |
1210 1998-05-07 SL Baur <steve@altair.xemacs.org> | |
1211 | |
1212 * altrasoft-logo.xpm: Removed. | |
1213 | |
1214 1998-05-02 SL Baur <steve@altair.xemacs.org> | |
1215 | |
1216 * XEmacs 21.0-beta38 is released. | |
1217 | |
1218 1998-04-26 Jason R Mastaler <jason@4b.org> | |
1219 | |
1220 * BETA: Replaced SmartList references in favor of | |
1221 Majordomo. | |
1222 | |
1223 1998-04-25 SL Baur <steve@altair.xemacs.org> | |
1224 | |
1225 * XEmacs-21.0-beta37 is released. | |
1226 | |
1227 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
1228 | |
1229 * NEWS: Documented info dir rebuilding and LDAP support. | |
1230 | |
1231 1998-04-18 SL Baur <steve@altair.xemacs.org> | |
1232 | |
1233 * XEmacs-21.0-beta36 is released. | |
1234 | |
1235 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
1236 | |
1237 * xemacs.1: -no-packages -> -no-early-packages. | |
1238 | |
1239 * NEWS: Clarified site-lisp status. | |
1240 | |
1241 1998-04-10 SL Baur <steve@altair.xemacs.org> | |
1242 | |
1243 * XEmacs 21.0-beta35 is released. | |
1244 | |
1245 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
1246 | |
1247 * NEWS: Documented that Info-default-directory-list and | |
1248 site-directory are gone. | |
1249 | |
1250 1998-04-04 SL Baur <steve@altair.xemacs.org> | |
1251 | |
1252 * XEmacs 21.0-beta34 is released. | |
1253 | |
1254 1998-03-24 SL Baur <steve@altair.xemacs.org> | |
1255 | |
1256 * XEmacs 21.0-beta33 is released. | |
1257 | |
1258 1998-03-24 SL Baur <steve@altair.xemacs.org> | |
1259 | |
1260 * XEmacs 21.0-beta32 is released. | |
1261 | |
1262 1998-03-16 SL Baur <steve@altair.xemacs.org> | |
1263 | |
1264 * XEmacs 21.0 beta31 is released. | |
1265 | |
1266 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com> | |
1267 | |
1268 * Emacs.ad: Example using leading dot resources to | |
1269 initalize faces changes to use Emacs.foo since the | |
1270 leading dot syntax doesn't work. Initialization of | |
1271 text-cursor face moved to faces.el. | |
1272 | |
1273 1998-03-07 SL Baur <steve@altair.xemacs.org> | |
1274 | |
1275 * XEmacs 20.5-beta30 is released. | |
1276 | |
1277 1998-03-01 SL Baur <steve@altair.xemacs.org> | |
1278 | |
1279 * Emacs.ad: Remove explicit `Emacs' application resource | |
1280 name. | |
1281 | |
1282 1998-02-25 SL Baur <steve@altair.xemacs.org> | |
1283 | |
1284 * XEmacs 20.5-beta28 is released. | |
1285 | |
1286 * configure.in (with_session): Fix reporting of the setting. | |
1287 (with_database_gnudbm): Correctly report setting. | |
1288 | |
1289 1998-02-19 SL Baur <steve@altair.xemacs.org> | |
1290 | |
1291 * XEmacs 20.5-beta27 is released. | |
1292 * XEmacs-20.4-pre4 is released. | |
1293 | |
1294 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS. | |
1295 (--with-gung): Implement it. | |
1296 | |
1297 * configure.usage (--with-gung): Document. Turns on | |
1298 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION. | |
1299 (--with-term): Remove. | |
1300 | |
1301 * XEmacs-20.5-beta26 is released. | |
1302 | |
1303 1998-02-18 SL Baur <steve@altair.xemacs.org> | |
1304 | |
1305 * XEmacs-20.4-pre3 is released. | |
1306 | |
1307 * Makefile.in: use better feedback while rebuilding finder database. | |
1308 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | |
1309 | |
1310 1998-02-14 SL Baur <steve@altair.xemacs.org> | |
1311 | |
1312 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support. | |
1313 Suggested by Pekka Marjola <pema@iki.fi> | |
1314 | |
1315 * XEmacs-20.4-pre2 is released. | |
1316 * XEmacs-20.5-beta25 is released. | |
1317 | |
1318 1998-02-09 SL Baur <steve@altair.xemacs.org> | |
1319 | |
1320 * XEmacs 20.4-pre1 is released. | |
1321 * XEmacs 20.5-beta24 is released. | |
1322 | |
1323 1998-02-03 SL Baur <steve@altair.xemacs.org> | |
1324 | |
1325 * XEmacs 20.5-beta23 is released. | |
1326 | |
1327 1998-02-01 SL Baur <steve@altair.xemacs.org> | |
1328 | |
1329 * aliases.ksh: igrep from the shell command line. | |
1330 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
1331 | |
1332 1998-01-31 SL Baur <steve@altair.xemacs.org> | |
1333 | |
1334 * aliases.ksh: Add `mak' function to create beta.err for | |
1335 build-report. | |
1336 From Adrian Aichner <adrian@xemacs.org> | |
1337 Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
1338 | |
1339 1998-01-27 SL Baur <steve@altair.xemacs.org> | |
1340 | |
1341 * XEmacs 20.5-beta22 is released. | |
1342 | |
1343 1998-01-26 SL Baur <steve@altair.xemacs.org> | |
1344 | |
1345 * aliases.ksh: New file. Start tracking useful Maintainer | |
1346 XEmacs commands. | |
1347 | |
1348 1998-01-25 SL Baur <steve@altair.xemacs.org> | |
1349 | |
1350 * XEmacs 20.5-beta21 is released. | |
1351 | |
1352 1998-01-18 SL Baur <steve@altair.xemacs.org> | |
1353 | |
1354 * XEmacs 20.5-beta20 is released. | |
1355 | |
1356 1998-01-13 Martin Buchholz <martin@xemacs.org> | |
1357 | |
1358 * NEWS: | |
1359 Remove doc for configure-time INFOPATH, no longer used. | |
1360 | |
1361 * BETA: Update ftp addresses. | |
1362 * INSTALL: Update ftp addresses. | |
1363 * MAILINGLISTS: Sync with Emacs 20.2. Update ftp addresses. | |
1364 | |
1365 * xemacs.1: Update author list. | |
1366 | |
1367 1998-01-12 SL Baur <steve@altair.xemacs.org> | |
1368 | |
1369 * INSTALL: Updated for recent Mule/package changes. | |
1370 | |
1371 * XEmacs 20.5-beta19 is released. | |
1372 | |
1373 1998-01-10 SL Baur <steve@altair.xemacs.org> | |
1374 | |
1375 * XEmacs 20.5-beta18 is released. | |
1376 | |
1377 1998-01-10 SL Baur <steve@altair.xemacs.org> | |
1378 | |
1379 * FTP: Update address of what was formerly ftp.ibp.fr. | |
1380 | |
1381 1998-01-04 SL Baur <steve@altair.xemacs.org> | |
1382 | |
1383 * XEmacs 20.5-beta17 is released. | |
1384 | |
1385 * Makefile.in (finder): Use -vanilla. | |
1386 (lisp/finder-inf.el): Ditto. | |
1387 (check-features): New target. Do a sanity check prior to | |
1388 installation. | |
1389 | |
1390 1997-01-03 SL Baur <steve@altair.xemacs.org> | |
1391 | |
1392 * XEmacs 20.5-beta16 is released. | |
1393 | |
1394 1997-12-30 SL Baur <steve@altair.xemacs.org> | |
1395 | |
1396 * XEmacs 20.5-beta15 is released. | |
1397 | |
1398 1997-12-27 SL Baur <steve@altair.xemacs.org> | |
1399 | |
1400 * XEmacs 20.5-beta14 is released. | |
1401 | |
1402 1997-12-25 SL Baur <steve@altair.xemacs.org> | |
1403 | |
1404 * XEmacs 20.5-beta13 is released. | |
1405 | |
1406 1997-12-21 SL Baur <steve@altair.xemacs.org> | |
1407 | |
1408 * BETA (Prerequisite): Add cookbook procedures for maintaining | |
1409 package lisp directories. | |
1410 | |
1411 1997-12-20 SL Baur <steve@altair.xemacs.org> | |
1412 | |
1413 * XEmacs 20.5-beta 12 is released. | |
1414 | |
1415 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> | |
1416 | |
1417 * Emacs.ad: Don't specify a default toolbar specific | |
1418 background color. | |
1419 | |
1420 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> | |
1421 | |
1422 * toolbar: Added support for foregroundToolBarColor | |
1423 symbol to most icons. | |
1424 | |
1425 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
1426 | |
1427 * BETA: Update version numbers. | |
1428 | |
1429 * NEWS: Update version number. | |
1430 | |
1431 1997-12-16 SL Baur <steve@altair.xemacs.org> | |
1432 | |
1433 * XEmacs 20.5-beta11 is released. | |
1434 | |
1435 1997-12-13 SL Baur <steve@altair.xemacs.org> | |
1436 | |
1437 * Makefile.in (lisp/finder-inf.el): Add dependency on src/. | |
1438 | |
1439 * XEmacs 20.5-beta10 is released. | |
1440 | |
1441 1997-12-09 SL Baur <steve@altair.xemacs.org> | |
1442 | |
1443 * XEmacs 20.5-beta9 is released. | |
1444 | |
1445 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
1446 | |
1447 * XEmacs 20.5-beta8 is released. | |
1448 | |
1449 * info/dir: update for further packaging. | |
1450 * configure.in: remove `tree-x' from XEmacs build. | |
1451 | |
1452 1997-12-05 Aki Vehtari <Aki.Vehtari@hut.fi> | |
1453 | |
1454 * refcard.tex: Updated for 20.3 | |
1455 | |
1456 1997-12-02 SL Baur <steve@altair.xemacs.org> | |
1457 | |
1458 * skk/SKK.tut.E (Hint): Fix typos. | |
1459 | |
1460 1997-11-27 SL Baur <steve@altair.xemacs.org> | |
1461 | |
1462 * XEmacs 20.5-beta7 is released. | |
1463 | |
1464 * configure.in: When testing for -ltiff, fall back on the extra | |
1465 libraries -ljpeg, and -lz since some -ltiff's need them. | |
1466 | |
1467 1997-11-20 SL Baur <steve@altair.xemacs.org> | |
1468 | |
1469 * XEmacs 20.5-beta6 is released. | |
1470 | |
1471 1997-11-19 SL Baur <steve@altair.xemacs.org> | |
1472 | |
1473 * xemacs.1: Document -no-packages, -vanilla. | |
1474 Document -h. | |
1475 | |
1476 1997-11-17 SL Baur <steve@altair.xemacs.org> | |
1477 | |
1478 * XEmacs 20.3-pre4 is released. | |
1479 | |
1480 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
1481 | |
1482 * XEmacs 20.3-pre3 is released. | |
1483 * XEmacs 20.5-beta5 is released. | |
1484 | |
1485 1997-11-11 SL Baur <steve@altair.xemacs.org> | |
1486 | |
1487 * XEmacs 20.5-beta4 is released. | |
1488 | |
1489 1997-11-08 SL Baur <steve@altair.xemacs.org> | |
1490 | |
1491 * XEmacs 20.5-beta3 is released. | |
1492 * XEmacs 20.3-pre2 is released. | |
1493 | |
1494 1997-11-04 Adrian Aichner <adrian@xemacs.org> | |
1495 | |
1496 * TUTORIAL.de: | |
1497 Updated copyright information. Translated most of the COPYING | |
1498 section. Translated the <<.*>> didactic line. | |
1499 | |
1500 1997-10-22 Adrian Aichner <adrian@xemacs.org> | |
1501 | |
1502 * TUTORIAL.de: Fixed two issues reported by | |
1503 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de> | |
1504 | |
1505 * TUTORIAL.de: | |
1506 Manually applied rejected patch hunks from Marc Aurel's patch. | |
1507 Some more fixes. | |
1508 | |
1509 * TUTORIAL.de: | |
1510 Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>. | |
1511 They fix yet more typos and quite a few awkward sentences. | |
1512 | |
1513 1997-10-21 Adrian Aichner <adrian@xemacs.org> | |
1514 | |
1515 * TUTORIAL.de: Manually merged a few more corrections by | |
1516 Carsten Leonhardt <leo@arioch.oche.de> | |
1517 | |
1518 1997-10-20 Adrian Aichner <adrian@xemacs.org> | |
1519 | |
1520 * TUTORIAL.de: | |
1521 Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2, | |
1522 then merged them with 1.3 via ediff-buffers. | |
1523 Andreas found some quite nasty typos still and added many missing commas. | |
1524 | |
1525 * TUTORIAL.de: Re-fill-ed paragraphs after patching. | |
1526 | |
1527 * TUTORIAL.de: Applied the excellent patches courtesy of | |
1528 Carsten Leonhardt <leo@arioch.oche.de>. | |
1529 | |
1530 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1531 | |
1532 * TUTORIAL.ko: Renamed from etc/TUTORIAL.kr to fit with ISO | |
1533 639 (two letter language code). | |
1534 | |
1535 * TUTORIAL.ja: Renamed from etc/TUTORIAL.jp to fit with ISO | |
1536 639 (two letter language code). | |
1537 | |
1538 1997-11-02 SL Baur <steve@altair.xemacs.org> | |
1539 | |
1540 * CHARSETS: New file imported from Emacs 20.1. | |
1541 | |
1542 1997-11-01 SL Baur <steve@altair.xemacs.org> | |
1543 | |
1544 * XEmacs 20.3-pre1 is released. | |
1545 | |
1546 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
1547 | |
1548 * XEmacs 19.16 is released. | |
1549 | |
1550 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
1551 | |
1552 * XEmacs 20.5-beta2 is released. | |
1553 | |
1554 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com> | |
1555 | |
1556 * Emacs.ad: Added *XlwMenu*highlightForeground entry. | |
1557 Added *XlwMenu*titleForeground entry. | |
1558 | |
1559 1997-10-29 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1560 | |
1561 * HELLO: Add Czech. | |
1562 | |
1563 * HELLO: Delete Amharic, Thai and Tigrigna. | |
1564 | |
1565 1997-10-28 SL Baur <steve@altair.xemacs.org> | |
1566 | |
1567 * XEmacs 20.3-beta94 is released. | |
1568 | |
1569 1997-10-28 SL Baur <steve@altair.xemacs.org> | |
1570 | |
1571 * XEmacs 20.3-beta93 is released. | |
1572 | |
1573 1997-10-24 SL Baur <steve@altair.xemacs.org> | |
1574 | |
1575 * XEmacs 20.3-beta92 is released. | |
1576 | |
1577 1997-10-18 SL Baur <steve@altair.xemacs.org> | |
1578 | |
1579 * XEmacs 20.3-beta91 is released. | |
1580 | |
1581 1997-10-16 Hrvoje Niksic <hniksic@srce.hr> | |
1582 | |
1583 * NEWS: document changed package load semantics. | |
1584 | |
1585 1997-10-13 SL Baur <steve@altair.xemacs.org> | |
1586 | |
1587 * configure.in: Remove `site-lisp' from list of directories to | |
1588 make symbolic links for. | |
1589 | |
1590 * XEmacs 20.3-beta90 is released. | |
1591 | |
1592 1997-10-13 Hrvoje Niksic <hniksic@srce.hr> | |
1593 | |
1594 * NEWS: Updates | |
1595 | |
1596 1997-10-12 SL Baur <steve@altair.xemacs.org> | |
1597 | |
1598 * XEmacs 20.5-beta1 is released. | |
1599 | |
1600 * XEmacs 19.16-pre9 is released. | |
1601 | |
1602 * XEmacs 19.16-pre8 is released. | |
1603 | |
1604 1997-10-11 SL Baur <steve@altair.xemacs.org> | |
1605 | |
1606 * XEmacs 20.3-beta28 is released. | |
1607 | |
1608 * Makefile.in (src/paths.h): Update PATH_INFOPATH | |
1609 (infopath): New shell variable. | |
1610 (infopath_user_defined): Ditto. | |
1611 | |
1612 * configure.in (infodir_user_defined): Spelling fixes. | |
1613 | |
1614 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com> | |
1615 | |
1616 * NEWS: Draft entry for the info changes. | |
1617 | |
1618 1997-10-10 Martin Buchholz <mrb@eng.sun.com> | |
1619 | |
1620 * BETA: | |
1621 - remove Chuck as contact name | |
1622 - random small improvements | |
1623 - remove I/me references - the message should be that XEmacs | |
1624 maintenance is an inclusive community effort. | |
1625 | |
1626 1997-10-10 SL Baur <steve@altair.xemacs.org> | |
1627 | |
1628 * BETA (Prerequisite): Add further documentation for | |
1629 package installation. | |
1630 | |
1631 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
1632 | |
1633 * XEmacs 19.16-pre7 is released. | |
1634 | |
1635 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
1636 | |
1637 * XEmacs 19.16-pre6 is released. | |
1638 | |
1639 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
1640 | |
1641 * XEmacs 20.3-beta27 is released. | |
1642 | |
1643 1997-10-02 SL Baur <steve@altair.xemacs.org> | |
1644 | |
1645 * XEmacs 20.3-beta26 is released. | |
1646 | |
1647 1997-09-30 SL Baur <steve@altair.xemacs.org> | |
1648 | |
1649 * XEmacs 20.3-beta25 is released. | |
1650 | |
1651 * Makefile.in (install-arch-dep): Install the `Installation' for | |
1652 future reference. | |
1653 | |
1654 * Makefile.in (top_distclean): Remove finder-inf.el*. | |
1655 | |
1656 * configure.in (use_union_type): Default to "yes". | |
1657 | |
1658 1997-09-30 SL Baur <steve@altair.xemacs.org> | |
1659 | |
1660 * BETA: Document existence of `Installation' file. | |
1661 - Document requirement of rebuilding finder-inf.el when building | |
1662 from the full tarball. | |
1663 | |
1664 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
1665 | |
1666 * XEmacs 20.3-beta24 is released. | |
1667 | |
1668 1997-09-24 SL Baur <steve@altair.xemacs.org> | |
1669 | |
1670 * BETA (XEmacs 20.3 packages): Added explanation of package | |
1671 hierarchy. | |
1672 | |
1673 1997-09-22 SL Baur <steve@altair.xemacs.org> | |
1674 | |
1675 * XEmacs 19.16-pre4 is released. | |
1676 | |
1677 1997-09-20 SL Baur <steve@altair.xemacs.org> | |
1678 | |
1679 * XEmacs 20.3-beta23 is released. | |
1680 | |
1681 1997-09-19 SL Baur <steve@altair.xemacs.org> | |
1682 | |
1683 * XEmacs 19.16-pre3 is released. | |
1684 | |
1685 1997-09-18 Colin Rafferty <craffert@ml.com> | |
1686 | |
1687 * NEWS: Various spelling corrections and some grammar | |
1688 corrections (which/that). | |
1689 | |
1690 1997-09-17 SL Baur <steve@altair.xemacs.org> | |
1691 | |
1692 * XEmacs 20.3-beta22 is released. | |
1693 | |
1694 1997-09-16 SL Baur <steve@altair.xemacs.org> | |
1695 | |
1696 * XEmacs 20.3-beta21 is released. | |
1697 | |
1698 * XEmacs 19.16-pre2 is released. | |
1699 | |
1700 1997-09-13 SL Baur <steve@altair.xemacs.org> | |
1701 | |
1702 * XEmacs 20.3-beta20 is released. | |
1703 | |
1704 1997-09-12 SL Baur <steve@altair.xemacs.org> | |
1705 | |
1706 XEmacs 19.16-pre1 "Queens" is released. | |
1707 | |
1708 1997-09-02 SL Baur <steve@altair.xemacs.org> | |
1709 | |
1710 * XEmacs 20.3-beta19 is released. | |
1711 | |
1712 * Makefile.in (finder): New target. | |
1713 | |
1714 1997-08-29 SL Baur <steve@altair.xemacs.org> | |
1715 | |
1716 * XEmacs 19.16-beta91 is released. | |
1717 | |
1718 1997-08-20 SL Baur <steve@altair.xemacs.org> | |
1719 | |
1720 * XEmacs 19.16-beta90 is released. | |
1721 | |
1722 1997-08-16 SL Baur <steve@altair.xemacs.org> | |
1723 | |
1724 * XEmacs 20.3-beta18 is released. | |
1725 | |
1726 1997-08-11 Karl M. Hegbloom <karlheg@inetarena.com> | |
1727 | |
1728 * NEWS: add a section telling about the Info changes. | |
1729 | |
1730 1997-08-09 SL Baur <steve@altair.xemacs.org> | |
1731 | |
1732 * XEmacs 20.3-beta17 is released. | |
1733 | |
1734 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1735 | |
1736 * gnuserv.1: Described Hrvoje's mods in manpage | |
1737 | |
1738 1997-07-31 SL Baur <steve@altair.xemacs.org> | |
1739 | |
1740 * XEmacs 20.3-beta16 is released. | |
1741 | |
1742 1997-07-27 SL Baur <steve@altair.xemacs.org> | |
1743 | |
1744 * BETA: Update patching instructions. | |
1745 | |
1746 1997-07-26 SL Baur <steve@altair.xemacs.org> | |
1747 | |
1748 * XEmacs 20.3-beta15 is released. | |
1749 | |
1750 1997-07-19 SL Baur <steve@altair.xemacs.org> | |
1751 | |
1752 * XEmacs 20.3-beta14 is released. | |
1753 | |
1754 1997-07-13 Steven L Baur <steve@altair.xemacs.org> | |
1755 | |
1756 * XEmacs 20.3-beta13 is released. | |
1757 | |
1758 * info/dir (Packages): Integrate texinfo manual for PH. | |
1759 | |
1760 1997-07-08 Steven L Baur <steve@altair.xemacs.org> | |
1761 | |
1762 * XEmacs 20.3-beta12 is released. | |
1763 | |
1764 1997-07-06 Steven L Baur <steve@altair.xemacs.org> | |
1765 | |
1766 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb | |
1767 fix. Restoration of lossage from beta10->beta11 upgrade. | |
1768 | |
1769 * XEmacs 20.3-beta11 is released. | |
1770 | |
1771 1997-06-29 Steven L Baur <steve@altair.xemacs.org> | |
1772 | |
1773 * configure.in (CPP): Correct typo `print-lib-gcc-file-name' | |
1774 should be `print-libgcc-file-name' | |
1775 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp> | |
1776 | |
1777 * XEmacs 20.3-beta10 is released. | |
1778 | |
1779 1997-06-25 Steven L Baur <steve@altair.xemacs.org> | |
1780 | |
1781 * XEmacs 20.3-beta9 is released. | |
1782 | |
1783 * Makefile.in (dist): Make `make dist' work for me. | |
1784 | |
1785 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1786 | |
1787 * HELLO: final byte for ethiopic was changed to sync with | |
1788 Emacs/mule-19.34.94-zeta. | |
1789 | |
1790 1997-06-23 Steven L Baur <steve@altair.xemacs.org> | |
1791 | |
1792 * NEWS (Commands): Various updates by Hrvoje Niksic. | |
1793 | |
1794 1997-06-21 Steven L Baur <steve@altair.xemacs.org> | |
1795 | |
1796 * Makefile.in: Missing FRC.info. | |
1797 (install-arch-dep): Add missing backslash. | |
1798 From Glynn Clements <glynn@sensei.co.uk> | |
1799 | |
1800 * XEmacs 20.3-beta8 is released. | |
1801 | |
1802 1997-06-20 Steven L Baur <steve@altair.xemacs.org> | |
1803 | |
1804 * gnuserv.1: Updates and cleanup. | |
1805 From Hrvoje Niksic <hniksic@srce.hr> | |
1806 | |
1807 1997-06-14 Steven L Baur <steve@altair.xemacs.org> | |
1808 | |
1809 * XEmacs 20.3-beta7 is released. | |
1810 | |
1811 1997-06-12 Steven L Baur <steve@altair.xemacs.org> | |
1812 | |
1813 * TUTORIAL (things): Synched by Hrvoje Niksic with previous | |
1814 XEmacs version. | |
1815 | |
1816 1997-06-11 Steven L Baur <steve@altair.xemacs.org> | |
1817 | |
1818 * XEmacs 20.3-b6 is released. | |
1819 | |
1820 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW. | |
1821 Suggested by Martin Buchholz <mrb@eng.sun.com> | |
1822 | |
1823 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1824 | |
1825 * smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm, | |
1826 etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm, | |
1827 etc/smilies/Face_ase.xbm: Add Japanese smiley faces. | |
1828 | |
1829 1997-06-09 Steven L Baur <steve@altair.xemacs.org> | |
1830 | |
1831 * XEmacs 20.3-b5 is released. | |
1832 | |
1833 1997-06-08 Steven L Baur <steve@altair.xemacs.org> | |
1834 | |
1835 * NEWS: Updates for early beta20.3 stuffs. | |
1836 From Hrvoje Niksic <hniksic@srce.hr> | |
1837 | |
1838 1997-06-05 Steven L Baur <steve@altair.xemacs.org> | |
1839 | |
1840 * XEmacs 20.3-b4 is released. | |
1841 | |
1842 1997-06-04 Martin Buchholz <mrb@eng.sun.com> | |
1843 | |
1844 * NEWS: | |
1845 * etags.1: | |
1846 Upgraded to etags 12.11 | |
1847 | |
1848 1997-05-29 Steven L Baur <steve@altair.xemacs.org> | |
1849 | |
1850 * XEmacs 20.3-beta3 is released. | |
1851 | |
1852 * INSTALL: Delete documentation of mocklisp support. | |
1853 | |
1854 * configure.in: Delete mocklisp support. | |
1855 | |
1856 1997-05-29 Steven L Baur <steve@altair.xemacs.org> | |
1857 | |
1858 * FTP: Update mirror info. | |
1859 | |
1860 * DISTRIB: Update mirror info. | |
1861 | |
1862 1997-05-26 Steven L Baur <steve@altair.xemacs.org> | |
1863 | |
1864 * FTP: Correct typo in ftp.cenatls.cena.dgac.fr. | |
1865 | |
1866 * DISTRIB: Ditto. | |
1867 | |
1868 1997-05-22 Steven L Baur <steve@altair.xemacs.org> | |
1869 | |
1870 * XEmacs 20.3-beta2 is released. | |
1871 | |
1872 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com> | |
1873 | |
1874 * e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities. | |
1875 | |
1876 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
1877 | |
1878 * XEmacs 20.3-b1 is released. | |
1879 | |
1880 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
1881 | |
1882 * README: Update minor version number. | |
1883 | |
1884 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org> | |
1885 | |
1886 * XEmacs-20.2 is released. | |
1887 | |
1888 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org> | |
1889 | |
1890 * XEmacs 20.2-b6 is released. | |
1891 | |
1892 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org> | |
1893 | |
1894 * XEmacs 20.2-b5 is released. | |
1895 | |
1896 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org> | |
1897 | |
1898 * XEmacs 20.2-b4 is released. | |
1899 | |
1900 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org> | |
1901 | |
1902 * XEmacs 20.2-b3 is released. | |
1903 | |
1904 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org> | |
1905 | |
1906 * XEmacs 20.2-b2 is released. | |
1907 | |
1908 * configure.in (beta): OPENWINHOME misspelled. | |
1909 | |
1910 Mon Apr 21 14:48:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
1911 | |
1912 * BETA (writing): Update with information about how to create | |
1913 patches. | |
1914 | |
1915 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
1916 | |
1917 * XEmacs 20.2-b1 is released. | |
1918 | |
1919 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
1920 | |
1921 * XEmacs 20.1 is re-released. | |
1922 | |
1923 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
1924 | |
1925 * XEmacs 20.1 is released. | |
1926 | |
1927 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org> | |
1928 | |
1929 * XEmacs 20.1-b15 is released. | |
1930 | |
1931 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org> | |
1932 | |
1933 * XEmacs 20.1-b14 is released. (Beta 13 was skipped). | |
1934 | |
1935 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
1936 | |
1937 * XEmacs 20.1-b12 is released. | |
1938 | |
1939 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
1940 | |
1941 * XEmacs 20.1-b11 is released. | |
1942 | |
1943 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
1944 | |
1945 * XEmacs 20.1-b10 is released. | |
1946 | |
1947 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org> | |
1948 | |
1949 * XEmacs 19.15-b104 is released. | |
1950 | |
1951 Sat Mar 22 19:56:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
1952 | |
1953 * sgml/CATALOG: Default to html-3.2final. | |
1954 | |
1955 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org> | |
1956 | |
1957 * XEmacs-19.15-b103 is released. | |
1958 * XEmacs-20.0-b9 is released. | |
1959 | |
1960 * Makefile.in (top_distclean): Add `Installation' to distclean | |
1961 rule. | |
1962 | |
1963 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
1964 | |
1965 * XEmacs-19.15-b102 is released. | |
1966 | |
1967 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
1968 | |
1969 * XEmacs-19.15-b101 is released. | |
1970 | |
1971 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
1972 | |
1973 * XEmacs-20.1-b8 is released. | |
1974 * XEmacs-19.15-b100 is released. | |
1975 | |
1976 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org> | |
1977 | |
1978 * XEmacs-20.1-b7 is released. | |
1979 * XEmacs-19.15-b99 is released. | |
1980 | |
1981 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org> | |
1982 | |
1983 * sgml/CATALOG: Added IE3 DTDs and htmlpro DTD. | |
1984 | |
1985 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org> | |
1986 | |
1987 * XEmacs-20.1-b6 is released. | |
1988 * XEmacs-19.15-b98 is released. | |
1989 | |
1990 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org> | |
1991 | |
1992 * XEmacs 20.1-b5 is released. | |
1993 | |
1994 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org> | |
1995 | |
1996 * XEmacs 20.1-b4 is released. | |
1997 | |
1998 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org> | |
1999 | |
2000 * Makefile.in (distclean): Correct typos. | |
2001 | |
2002 * XEmacs 19.15-b96 is released. | |
2003 | |
2004 * configure.in: Symlink site-lisp when using --srcdir. | |
2005 Add special handling of lisp directory to allow for multiple | |
2006 site-packages files. | |
2007 | |
2008 Tue Mar 4 00:41:38 1997 Hrvoje Niksic <hniksic@srce.hr> | |
2009 | |
2010 * sample.Xdefaults: Added customization of foreground and | |
2011 background colors for the `default' face. | |
2012 | |
2013 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org> | |
2014 | |
2015 * Makefile.in (top_distclean): Reset src/PURESIZE.h for | |
2016 distribution. | |
2017 | |
2018 * XEmacs 20.1-b3 is released. | |
2019 | |
2020 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
2021 | |
2022 * XEmacs 20.1-b2 is released. | |
2023 | |
2024 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org> | |
2025 | |
2026 * XEmacs 19-15-b'95 is released. | |
2027 | |
2028 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com> | |
2029 | |
2030 * toolbar/workshop-cap-up.xpm: Moved caption up one pixel. | |
2031 | |
2032 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org> | |
2033 | |
2034 * XEmacs 20.1-b1 is released. | |
2035 * XEmacs 19.15-b94 is released. | |
2036 | |
2037 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org> | |
2038 | |
2039 * XEmacs 19.15-b93 is released. | |
2040 XEmacs 20.0 is released to the 'net. | |
2041 | |
2042 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org> | |
2043 | |
2044 * XEmacs 20.0try3 is released. | |
2045 | |
2046 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
2047 | |
2048 * XEmacs 20.0try2 is released. | |
2049 | |
2050 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org> | |
2051 | |
2052 * XEmacs 19.15-b92 is released. | |
2053 | |
2054 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org> | |
2055 | |
2056 * XEmacs 20.0try1 is released. | |
2057 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released. | |
2058 | |
2059 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
2060 | |
2061 * CHANGES-beta: XEmacs 20.0-b93 is released. | |
2062 | |
2063 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org> | |
2064 | |
2065 * CHANGES-beta: XEmacs 20.0-b92 is released. | |
2066 | |
2067 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org> | |
2068 * XEmacs 20.0-b91 (prerelease 2) is released. | |
2069 | |
2070 * configure.in (--with-scrollbars): Add Athena3d as a toolkit | |
2071 type. | |
2072 | |
2073 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0 | |
2074 borderwidth. | |
2075 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and | |
2076 SCROLLBAR_LINE_DOWN since that's current the only to get to the | |
2077 bottom of the buffer. :-( | |
2078 | |
2079 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org> | |
2080 | |
2081 * sgml/HTML32.dtd: html-3.2 final dtd added. | |
2082 | |
2083 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org> | |
2084 | |
2085 * sample.emacs: Remove code snippet that wipes out the cycle | |
2086 buffer modeline feature. | |
2087 | |
2088 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org> | |
2089 | |
2090 * XEmacs 20.0 beta90 (prerelease 1) is released. | |
2091 * XEmacs 19.15 beta90 (prerelease 1) is released. | |
2092 | |
2093 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org> | |
2094 * XEmacs 20.0 beta 34 is released. | |
2095 * XEmacs 19.15 beta 7 is released. | |
2096 | |
2097 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com> | |
2098 | |
2099 * sample.emacs: Add sample code to highlight continuation glyph | |
2100 | |
2101 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org> | |
2102 | |
2103 * XEmacs 20.0 beta 33 is released. | |
2104 * XEmacs 19.15 beta 6 is released. | |
2105 | |
2106 Fri Dec 27 20:34:58 1996 Richard Mlynarik <mly@adoc.xerox.com> | |
2107 | |
2108 * yow.lines: 20k of new zippy quotes. | |
2109 | |
2110 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org> | |
2111 * XEmacs 20.0-b32 released. | |
2112 | |
2113 * XEmacs 19.15-b5 released. | |
2114 | |
2115 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org> | |
2116 | |
2117 * CHANGES-beta: XEmacs 20.0-b31 is released. | |
2118 | |
2119 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org> | |
2120 | |
2121 * edt-user.doc (File): New file from Emacs 19.34. | |
5440
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2122 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2123 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2124 ChangeLog entries synched from GNU Emacs are the property of the FSF. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2125 Other ChangeLog entries are usually the property of the author of the |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2126 change. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2127 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2128 This file is part of XEmacs. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2129 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2130 XEmacs is free software: you can redistribute it and/or modify it |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2131 under the terms of the GNU General Public License as published by the |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2132 Free Software Foundation, either version 3 of the License, or (at your |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2133 option) any later version. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2134 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2135 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2136 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2137 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2138 for more details. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2139 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2140 You should have received a copy of the GNU General Public License |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5433
diff
changeset
|
2141 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |