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