Mercurial > emacs
annotate etc/ChangeLog @ 110963:8e3439ed2228
* lisp/Makefile.in (compile-clean): Use `` instead of $().
(Former is more portable than the latter.)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 12 Oct 2010 20:23:47 -0700 |
parents | b6368ce2d119 |
children | 188673195616 |
rev | line source |
---|---|
110962
b6368ce2d119
Tidy some nextstep README etc files.
Glenn Morris <rgm@gnu.org>
parents:
110943
diff
changeset
|
1 2010-10-13 Glenn Morris <rgm@gnu.org> |
b6368ce2d119
Tidy some nextstep README etc files.
Glenn Morris <rgm@gnu.org>
parents:
110943
diff
changeset
|
2 |
b6368ce2d119
Tidy some nextstep README etc files.
Glenn Morris <rgm@gnu.org>
parents:
110943
diff
changeset
|
3 * NEXTSTEP: New file, extracted from ../nextstep/{AUTHORS,README}. |
b6368ce2d119
Tidy some nextstep README etc files.
Glenn Morris <rgm@gnu.org>
parents:
110943
diff
changeset
|
4 |
110940 | 5 2010-10-12 Glenn Morris <rgm@gnu.org> |
6 | |
110943
3e933e6f8752
Merge nextstep/FOR-RELEASE outstanding issues into etc/TODO.
Glenn Morris <rgm@gnu.org>
parents:
110940
diff
changeset
|
7 * TODO: Merge ../nextstep/FOR-RELEASE into this file. |
3e933e6f8752
Merge nextstep/FOR-RELEASE outstanding issues into etc/TODO.
Glenn Morris <rgm@gnu.org>
parents:
110940
diff
changeset
|
8 |
110940 | 9 * BABYL: Remove file. |
10 | |
110531
67ff8ad45bd5
Synch SRecode to CEDET 1.0.
Chong Yidong <cyd@stupidchicken.com>
parents:
110126
diff
changeset
|
11 2010-09-21 Eric Ludlam <zappo@gnu.org> |
67ff8ad45bd5
Synch SRecode to CEDET 1.0.
Chong Yidong <cyd@stupidchicken.com>
parents:
110126
diff
changeset
|
12 |
67ff8ad45bd5
Synch SRecode to CEDET 1.0.
Chong Yidong <cyd@stupidchicken.com>
parents:
110126
diff
changeset
|
13 * srecode/java.srt: Make NAME be a prompt. |
67ff8ad45bd5
Synch SRecode to CEDET 1.0.
Chong Yidong <cyd@stupidchicken.com>
parents:
110126
diff
changeset
|
14 |
110323
3f2e688cf8d3
* NEWS: Some Tramp methods are discontinued.
Michael Albinus <michael.albinus@gmx.de>
parents:
110308
diff
changeset
|
15 2010-09-13 Michael Albinus <michael.albinus@gmx.de> |
3f2e688cf8d3
* NEWS: Some Tramp methods are discontinued.
Michael Albinus <michael.albinus@gmx.de>
parents:
110308
diff
changeset
|
16 |
3f2e688cf8d3
* NEWS: Some Tramp methods are discontinued.
Michael Albinus <michael.albinus@gmx.de>
parents:
110308
diff
changeset
|
17 * NEWS: Some Tramp methods are discontinued. |
3f2e688cf8d3
* NEWS: Some Tramp methods are discontinued.
Michael Albinus <michael.albinus@gmx.de>
parents:
110308
diff
changeset
|
18 |
110308
74362068fc07
Remove some obsolete files from etc/.
Glenn Morris <rgm@gnu.org>
parents:
110304
diff
changeset
|
19 2010-09-11 Glenn Morris <rgm@gnu.org> |
74362068fc07
Remove some obsolete files from etc/.
Glenn Morris <rgm@gnu.org>
parents:
110304
diff
changeset
|
20 |
74362068fc07
Remove some obsolete files from etc/.
Glenn Morris <rgm@gnu.org>
parents:
110304
diff
changeset
|
21 * emacs.bash, emacs.csh, ms-kermit: Remove obsolete files (use |
74362068fc07
Remove some obsolete files from etc/.
Glenn Morris <rgm@gnu.org>
parents:
110304
diff
changeset
|
22 emacsclient -a instead of the first two). |
74362068fc07
Remove some obsolete files from etc/.
Glenn Morris <rgm@gnu.org>
parents:
110304
diff
changeset
|
23 |
110304
9e6d02d51b19
* NEWS: Mention the new libxml2 functions.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
110133
diff
changeset
|
24 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
9e6d02d51b19
* NEWS: Mention the new libxml2 functions.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
110133
diff
changeset
|
25 |
9e6d02d51b19
* NEWS: Mention the new libxml2 functions.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
110133
diff
changeset
|
26 * NEWS: Mention the new libxml2 functions. |
9e6d02d51b19
* NEWS: Mention the new libxml2 functions.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
110133
diff
changeset
|
27 |
109984 | 28 2010-08-25 Kenichi Handa <handa@m17n.org> |
29 | |
30 * HELLO: Change designation sequences for Arabic text. | |
31 | |
109964
894f06878a7e
* NEWS: dbus.el supports alternative buses.
Michael Albinus <michael.albinus@gmx.de>
parents:
109776
diff
changeset
|
32 2010-08-23 Michael Albinus <michael.albinus@gmx.de> |
894f06878a7e
* NEWS: dbus.el supports alternative buses.
Michael Albinus <michael.albinus@gmx.de>
parents:
109776
diff
changeset
|
33 |
894f06878a7e
* NEWS: dbus.el supports alternative buses.
Michael Albinus <michael.albinus@gmx.de>
parents:
109776
diff
changeset
|
34 * NEWS: dbus.el supports alternative buses. |
894f06878a7e
* NEWS: dbus.el supports alternative buses.
Michael Albinus <michael.albinus@gmx.de>
parents:
109776
diff
changeset
|
35 |
110126 | 36 2010-08-22 Alex Harsanyi <harsanyi@mac.com> (tiny change) |
110114
1489c9287d53
* emacs3.py: Import imp module and use it (Bug#5756).
Chong Yidong <cyd@stupidchicken.com>
parents:
109692
diff
changeset
|
37 |
1489c9287d53
* emacs3.py: Import imp module and use it (Bug#5756).
Chong Yidong <cyd@stupidchicken.com>
parents:
109692
diff
changeset
|
38 * emacs3.py: Import imp module and use it (Bug#5756). |
1489c9287d53
* emacs3.py: Import imp module and use it (Bug#5756).
Chong Yidong <cyd@stupidchicken.com>
parents:
109692
diff
changeset
|
39 |
109776
5ba96e9b591d
Minor fixes in TUTORIAL.he.
Eli Zaretskii <eliz@gnu.org>
parents:
109716
diff
changeset
|
40 2010-08-14 Eli Zaretskii <eliz@gnu.org> |
5ba96e9b591d
Minor fixes in TUTORIAL.he.
Eli Zaretskii <eliz@gnu.org>
parents:
109716
diff
changeset
|
41 |
5ba96e9b591d
Minor fixes in TUTORIAL.he.
Eli Zaretskii <eliz@gnu.org>
parents:
109716
diff
changeset
|
42 * tutorials/TUTORIAL.he: Use MAQAF instead of hyphen where appropriate. |
5ba96e9b591d
Minor fixes in TUTORIAL.he.
Eli Zaretskii <eliz@gnu.org>
parents:
109716
diff
changeset
|
43 Fix a few typos. |
5ba96e9b591d
Minor fixes in TUTORIAL.he.
Eli Zaretskii <eliz@gnu.org>
parents:
109716
diff
changeset
|
44 |
109716 | 45 2010-08-08 Ken Brown <kbrown@cornell.edu> |
109692
58882317bf04
* PROBLEMS: Mention problem with Cygwin 1.5.19.
Ken Brown <kbrown@cornell.edu>
parents:
109245
diff
changeset
|
46 |
58882317bf04
* PROBLEMS: Mention problem with Cygwin 1.5.19.
Ken Brown <kbrown@cornell.edu>
parents:
109245
diff
changeset
|
47 * PROBLEMS: Mention problem with Cygwin 1.5.19. |
58882317bf04
* PROBLEMS: Mention problem with Cygwin 1.5.19.
Ken Brown <kbrown@cornell.edu>
parents:
109245
diff
changeset
|
48 |
109675 | 49 2010-08-07 Eli Zaretskii <eliz@gnu.org> |
50 | |
109677
73b2acbfa01b
NEWS: Mention the Hebrew translation of the tutorial.
Eli Zaretskii <eliz@gnu.org>
parents:
109675
diff
changeset
|
51 * NEWS: Mention the Hebrew translation. |
73b2acbfa01b
NEWS: Mention the Hebrew translation of the tutorial.
Eli Zaretskii <eliz@gnu.org>
parents:
109675
diff
changeset
|
52 |
109675 | 53 * tutorials/TUTORIAL.he: Don't use acronyms. |
54 | |
109628
8e2c7c31861b
Rename src/unexec.c => src/unexcoff.c.
Eli Zaretskii <eliz@gnu.org>
parents:
109596
diff
changeset
|
55 2010-08-05 Eli Zaretskii <eliz@gnu.org> |
8e2c7c31861b
Rename src/unexec.c => src/unexcoff.c.
Eli Zaretskii <eliz@gnu.org>
parents:
109596
diff
changeset
|
56 |
8e2c7c31861b
Rename src/unexec.c => src/unexcoff.c.
Eli Zaretskii <eliz@gnu.org>
parents:
109596
diff
changeset
|
57 * AUTHORS: Rename unexec.o => unexcoff.o. |
8e2c7c31861b
Rename src/unexec.c => src/unexcoff.c.
Eli Zaretskii <eliz@gnu.org>
parents:
109596
diff
changeset
|
58 * PROBLEMS: Rename unexec.o => unexcoff.o. |
8e2c7c31861b
Rename src/unexec.c => src/unexcoff.c.
Eli Zaretskii <eliz@gnu.org>
parents:
109596
diff
changeset
|
59 |
109596
c18e82c381e4
Add a Hebrew translation of the tutorial.
Eli Zaretskii <eliz@gnu.org>
parents:
109507
diff
changeset
|
60 2010-07-31 Eli Zaretskii <eliz@gnu.org> |
c18e82c381e4
Add a Hebrew translation of the tutorial.
Eli Zaretskii <eliz@gnu.org>
parents:
109507
diff
changeset
|
61 |
c18e82c381e4
Add a Hebrew translation of the tutorial.
Eli Zaretskii <eliz@gnu.org>
parents:
109507
diff
changeset
|
62 * tutorials/TUTORIAL.he: New file. |
c18e82c381e4
Add a Hebrew translation of the tutorial.
Eli Zaretskii <eliz@gnu.org>
parents:
109507
diff
changeset
|
63 |
c18e82c381e4
Add a Hebrew translation of the tutorial.
Eli Zaretskii <eliz@gnu.org>
parents:
109507
diff
changeset
|
64 * tutorials/TUTORIAL.translators: Add TUTORIAL.he. |
c18e82c381e4
Add a Hebrew translation of the tutorial.
Eli Zaretskii <eliz@gnu.org>
parents:
109507
diff
changeset
|
65 |
109507
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109506
diff
changeset
|
66 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109506
diff
changeset
|
67 |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109506
diff
changeset
|
68 * NEWS: Document new --distfiles configure.bat option and |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109506
diff
changeset
|
69 `dist' make target on Windows. |
1277fe6717c9
New make target for Windows platform: make dist (bug#6602)
Juanma Barranquero <lekktu@gmail.com>
parents:
109506
diff
changeset
|
70 |
109478
2660703dfff3
* PROBLEMS: Add note about use of backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109475
diff
changeset
|
71 2010-07-20 Juanma Barranquero <lekktu@gmail.com> |
2660703dfff3
* PROBLEMS: Add note about use of backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109475
diff
changeset
|
72 |
2660703dfff3
* PROBLEMS: Add note about use of backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109475
diff
changeset
|
73 * PROBLEMS: Add note about use of backslashes in Windows paths. |
2660703dfff3
* PROBLEMS: Add note about use of backslashes in Windows paths.
Juanma Barranquero <lekktu@gmail.com>
parents:
109475
diff
changeset
|
74 |
109466
91bbf4e4290f
* NEWS: Mention --enable-checking is now supported on Windows.
Juanma Barranquero <lekktu@gmail.com>
parents:
109462
diff
changeset
|
75 2010-07-19 Juanma Barranquero <lekktu@gmail.com> |
91bbf4e4290f
* NEWS: Mention --enable-checking is now supported on Windows.
Juanma Barranquero <lekktu@gmail.com>
parents:
109462
diff
changeset
|
76 |
91bbf4e4290f
* NEWS: Mention --enable-checking is now supported on Windows.
Juanma Barranquero <lekktu@gmail.com>
parents:
109462
diff
changeset
|
77 * NEWS: Mention --enable-checking is now supported on Windows. |
91bbf4e4290f
* NEWS: Mention --enable-checking is now supported on Windows.
Juanma Barranquero <lekktu@gmail.com>
parents:
109462
diff
changeset
|
78 |
109462
a150e8a14679
Install version 7.01 of Org-mode
Carsten Dominik <carsten.dominik@gmail.com>
parents:
109302
diff
changeset
|
79 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com> |
a150e8a14679
Install version 7.01 of Org-mode
Carsten Dominik <carsten.dominik@gmail.com>
parents:
109302
diff
changeset
|
80 |
a150e8a14679
Install version 7.01 of Org-mode
Carsten Dominik <carsten.dominik@gmail.com>
parents:
109302
diff
changeset
|
81 * refcards/orgcard.tex: Remove the key for the TODO sparse tree |
a150e8a14679
Install version 7.01 of Org-mode
Carsten Dominik <carsten.dominik@gmail.com>
parents:
109302
diff
changeset
|
82 and add the new key. Document new keys for image and entity |
a150e8a14679
Install version 7.01 of Org-mode
Carsten Dominik <carsten.dominik@gmail.com>
parents:
109302
diff
changeset
|
83 display. Document the Org Babel keys. |
a150e8a14679
Install version 7.01 of Org-mode
Carsten Dominik <carsten.dominik@gmail.com>
parents:
109302
diff
changeset
|
84 |
109245
f5263c8dbdcc
* etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)
Glenn Morris <rgm@gnu.org>
parents:
108998
diff
changeset
|
85 2010-06-19 Ken Brown <kbrown@cornell.edu> |
f5263c8dbdcc
* etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)
Glenn Morris <rgm@gnu.org>
parents:
108998
diff
changeset
|
86 |
f5263c8dbdcc
* etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)
Glenn Morris <rgm@gnu.org>
parents:
108998
diff
changeset
|
87 * PROBLEMS: Update Cygwin GCC information. (Bug#6458) |
f5263c8dbdcc
* etc/PROBLEMS: Update Cygwin GCC information. (Bug#6458)
Glenn Morris <rgm@gnu.org>
parents:
108998
diff
changeset
|
88 |
108998
aafb405c254e
* etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos.
Glenn Morris <rgm@gnu.org>
parents:
108663
diff
changeset
|
89 2010-06-12 Glenn Morris <rgm@gnu.org> |
aafb405c254e
* etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos.
Glenn Morris <rgm@gnu.org>
parents:
108663
diff
changeset
|
90 |
aafb405c254e
* etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos.
Glenn Morris <rgm@gnu.org>
parents:
108663
diff
changeset
|
91 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.es: Fix typos. |
aafb405c254e
* etc/tutorials/TUTORIAL.bg, etc/tutorials/TUTORIAL.es: Fix typos.
Glenn Morris <rgm@gnu.org>
parents:
108663
diff
changeset
|
92 |
108917
fca119200bda
* NEWS: Add notifications.el.
Michael Albinus <michael.albinus@gmx.de>
parents:
108808
diff
changeset
|
93 2010-06-09 Michael Albinus <michael.albinus@gmx.de> |
fca119200bda
* NEWS: Add notifications.el.
Michael Albinus <michael.albinus@gmx.de>
parents:
108808
diff
changeset
|
94 |
fca119200bda
* NEWS: Add notifications.el.
Michael Albinus <michael.albinus@gmx.de>
parents:
108808
diff
changeset
|
95 * NEWS: Add notifications.el. |
fca119200bda
* NEWS: Add notifications.el.
Michael Albinus <michael.albinus@gmx.de>
parents:
108808
diff
changeset
|
96 |
108808
6e51c4581e16
* etc/MACHINES: Remove some old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108799
diff
changeset
|
97 2010-05-28 Glenn Morris <rgm@gnu.org> |
6e51c4581e16
* etc/MACHINES: Remove some old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108799
diff
changeset
|
98 |
6e51c4581e16
* etc/MACHINES: Remove some old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108799
diff
changeset
|
99 * MACHINES: Remove some old information no longer of relevance. |
6e51c4581e16
* etc/MACHINES: Remove some old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108799
diff
changeset
|
100 Switch to outline-mode. |
6e51c4581e16
* etc/MACHINES: Remove some old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108799
diff
changeset
|
101 |
108799
595ee9e6c0e6
* etc/PROBLEMS: Remove old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108756
diff
changeset
|
102 2010-05-27 Glenn Morris <rgm@gnu.org> |
595ee9e6c0e6
* etc/PROBLEMS: Remove old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108756
diff
changeset
|
103 |
595ee9e6c0e6
* etc/PROBLEMS: Remove old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108756
diff
changeset
|
104 * PROBLEMS: Remove old information no longer of relevance. |
595ee9e6c0e6
* etc/PROBLEMS: Remove old information no longer of relevance.
Glenn Morris <rgm@gnu.org>
parents:
108756
diff
changeset
|
105 |
108756 | 106 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca> |
108663
a224d29f3386
* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108371
diff
changeset
|
107 |
a224d29f3386
* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108371
diff
changeset
|
108 * NEWS: Add sections for Emacs-23.3. |
a224d29f3386
* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108371
diff
changeset
|
109 |
108375 | 110 2010-05-08 Chong Yidong <cyd@stupidchicken.com> |
111 | |
112 * PROBLEMS: Document gcc-4.5 bug (Bug#6031). | |
113 | |
114 2010-05-08 Kenichi Handa <handa@m17n.org> | |
115 | |
116 * HELLO: Adjust Burmese for Unicode 5.2 encoding. | |
117 | |
108371
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
108359
diff
changeset
|
118 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
108359
diff
changeset
|
119 |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
108359
diff
changeset
|
120 * Version 23.2 released. |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
108359
diff
changeset
|
121 |
108295
47521399f06e
HELLO: Reorder Arabic greetings into logical order.
Eli Zaretskii <eliz@gnu.org>
parents:
107978
diff
changeset
|
122 2010-05-07 Eli Zaretskii <eliz@gnu.org> |
47521399f06e
HELLO: Reorder Arabic greetings into logical order.
Eli Zaretskii <eliz@gnu.org>
parents:
107978
diff
changeset
|
123 |
47521399f06e
HELLO: Reorder Arabic greetings into logical order.
Eli Zaretskii <eliz@gnu.org>
parents:
107978
diff
changeset
|
124 * HELLO: Reorder Arabic greetings into logical order (they were |
47521399f06e
HELLO: Reorder Arabic greetings into logical order.
Eli Zaretskii <eliz@gnu.org>
parents:
107978
diff
changeset
|
125 mistakenly changed to visual order by the 2010-03-28 change). |
47521399f06e
HELLO: Reorder Arabic greetings into logical order.
Eli Zaretskii <eliz@gnu.org>
parents:
107978
diff
changeset
|
126 |
107978 | 127 2010-04-18 Francesc Rocher <rocher@member.fsf.org> |
107914 | 128 |
129 * MORE.STUFF: Add a new entry for QWE. | |
130 | |
107892
ac04ee05ff03
(Mathematics): Prefer Unicode charset.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107709
diff
changeset
|
131 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> |
ac04ee05ff03
(Mathematics): Prefer Unicode charset.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107709
diff
changeset
|
132 |
ac04ee05ff03
(Mathematics): Prefer Unicode charset.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107709
diff
changeset
|
133 * HELLO (Mathematics): Prefer Unicode charset. |
ac04ee05ff03
(Mathematics): Prefer Unicode charset.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
107709
diff
changeset
|
134 |
107709 | 135 2010-03-30 Chong Yidong <cyd@stupidchicken.com> |
107691 | 136 |
137 * images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after | |
138 svg tag (Bug#5790). | |
139 | |
107709 | 140 2010-03-30 Eli Zaretskii <eliz@gnu.org> |
107685
dd8a8fd1397e
Document problems on MS-Windows with incompatible regex.h headers.
Eli Zaretskii <eliz@gnu.org>
parents:
107503
diff
changeset
|
141 |
dd8a8fd1397e
Document problems on MS-Windows with incompatible regex.h headers.
Eli Zaretskii <eliz@gnu.org>
parents:
107503
diff
changeset
|
142 * PROBLEMS: Mention problems on MS-Windows with incompatible |
dd8a8fd1397e
Document problems on MS-Windows with incompatible regex.h headers.
Eli Zaretskii <eliz@gnu.org>
parents:
107503
diff
changeset
|
143 regex.h headers. |
dd8a8fd1397e
Document problems on MS-Windows with incompatible regex.h headers.
Eli Zaretskii <eliz@gnu.org>
parents:
107503
diff
changeset
|
144 |
107648
babfb0a156a1
Initial support for bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents:
107538
diff
changeset
|
145 2010-03-28 Eli Zaretskii <eliz@gnu.org> |
babfb0a156a1
Initial support for bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents:
107538
diff
changeset
|
146 |
babfb0a156a1
Initial support for bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents:
107538
diff
changeset
|
147 * HELLO: Reorder Arabic and Hebrew into logical order, and |
babfb0a156a1
Initial support for bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents:
107538
diff
changeset
|
148 insert RLM before the opening paren, to make the display more |
babfb0a156a1
Initial support for bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents:
107538
diff
changeset
|
149 reasonable. Add setting for bidi-display-reordering in the local |
babfb0a156a1
Initial support for bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents:
107538
diff
changeset
|
150 variables section. |
babfb0a156a1
Initial support for bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents:
107538
diff
changeset
|
151 * NEWS: Mention initial support for bidirectional editing. |
babfb0a156a1
Initial support for bidirectional editing.
Eli Zaretskii <eliz@gnu.org>
parents:
107538
diff
changeset
|
152 |
107538 | 153 2010-03-24 Francesc Rocher <rocher@member.fsf.org> |
107503
82e44180c8a6
Remove CEDET entry in MORE.STUFF.
Francesc Rocher <rocher@xtatil>
parents:
107340
diff
changeset
|
154 |
108663
a224d29f3386
* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
108371
diff
changeset
|
155 * MORE.STUFF: Remove CEDET entry, now distributed as part of Emacs. |
107503
82e44180c8a6
Remove CEDET entry in MORE.STUFF.
Francesc Rocher <rocher@xtatil>
parents:
107340
diff
changeset
|
156 |
107470 | 157 2010-03-22 Teodor Zlatanov <tzz@lifelogs.com> |
158 | |
159 * gnus/gnus-setup.ast: Add finish links to the top nodes. | |
160 | |
161 * gnus/news-server.ast: Add some trivial validation. | |
162 | |
107389
51ddd70d1fa1
* etc/NEWS: Add secrets.el.
Michael Albinus <albinus@detlef>
parents:
107380
diff
changeset
|
163 2010-03-13 Michael Albinus <michael.albinus@gmx.de> |
51ddd70d1fa1
* etc/NEWS: Add secrets.el.
Michael Albinus <albinus@detlef>
parents:
107380
diff
changeset
|
164 |
51ddd70d1fa1
* etc/NEWS: Add secrets.el.
Michael Albinus <albinus@detlef>
parents:
107380
diff
changeset
|
165 * NEWS: Add secrets.el. |
51ddd70d1fa1
* etc/NEWS: Add secrets.el.
Michael Albinus <albinus@detlef>
parents:
107380
diff
changeset
|
166 |
107380
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
167 2010-03-12 Chong Yidong <cyd@stupidchicken.com> |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
168 |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
169 * images/custom/down.xpm, images/custom/right.xpm: Update images |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
170 to increase contrast on bright backgrounds. |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107367
diff
changeset
|
171 |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107340
diff
changeset
|
172 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107340
diff
changeset
|
173 |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107340
diff
changeset
|
174 * Branch for 23.2. |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107340
diff
changeset
|
175 |
107340
e0514072acb0
Update some cedet template copyrights to GPLv3+.
Glenn Morris <rgm@gnu.org>
parents:
107334
diff
changeset
|
176 2010-03-06 Glenn Morris <rgm@gnu.org> |
e0514072acb0
Update some cedet template copyrights to GPLv3+.
Glenn Morris <rgm@gnu.org>
parents:
107334
diff
changeset
|
177 |
e0514072acb0
Update some cedet template copyrights to GPLv3+.
Glenn Morris <rgm@gnu.org>
parents:
107334
diff
changeset
|
178 * srecode/default.srt (COPYRIGHT): Update template copyright to GPLv3+. |
e0514072acb0
Update some cedet template copyrights to GPLv3+.
Glenn Morris <rgm@gnu.org>
parents:
107334
diff
changeset
|
179 |
107334
93601e9ff001
Fix orgcard.tex pdf landscape format.
Glenn Morris <rgm@gnu.org>
parents:
107317
diff
changeset
|
180 2010-03-05 Glenn Morris <rgm@gnu.org> |
93601e9ff001
Fix orgcard.tex pdf landscape format.
Glenn Morris <rgm@gnu.org>
parents:
107317
diff
changeset
|
181 |
93601e9ff001
Fix orgcard.tex pdf landscape format.
Glenn Morris <rgm@gnu.org>
parents:
107317
diff
changeset
|
182 * refcards/orgcard.tex: Use pdflayout.sty. |
93601e9ff001
Fix orgcard.tex pdf landscape format.
Glenn Morris <rgm@gnu.org>
parents:
107317
diff
changeset
|
183 * refcards/Makefile (orgcard.pdf): Special rule no longer needed. |
93601e9ff001
Fix orgcard.tex pdf landscape format.
Glenn Morris <rgm@gnu.org>
parents:
107317
diff
changeset
|
184 |
107317
994a9686476c
Small tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris <rgm@gnu.org>
parents:
107303
diff
changeset
|
185 2010-03-02 Glenn Morris <rgm@gnu.org> |
994a9686476c
Small tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris <rgm@gnu.org>
parents:
107303
diff
changeset
|
186 |
994a9686476c
Small tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris <rgm@gnu.org>
parents:
107303
diff
changeset
|
187 * refcards/Makefile: For cs- and sk-, use pdfcsplain if available. |
994a9686476c
Small tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris <rgm@gnu.org>
parents:
107303
diff
changeset
|
188 (pl-refcard.pdf): Let presence of pdfmex be another test for the |
994a9686476c
Small tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris <rgm@gnu.org>
parents:
107303
diff
changeset
|
189 required TeX files. Pass explicit output-format to tex command. |
994a9686476c
Small tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris <rgm@gnu.org>
parents:
107303
diff
changeset
|
190 (orgcard.pdf): Use ps2pdf, since pdftex tends to produce a |
994a9686476c
Small tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris <rgm@gnu.org>
parents:
107303
diff
changeset
|
191 portrait layout rather than the desired landscape. |
994a9686476c
Small tweaks to etc/refcards/Makefile rules for PDFs.
Glenn Morris <rgm@gnu.org>
parents:
107303
diff
changeset
|
192 |
107297
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
193 2010-03-01 Glenn Morris <rgm@gnu.org> |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
194 |
107303
e96c5c179bcf
* refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
Glenn Morris <rgm@gnu.org>
parents:
107301
diff
changeset
|
195 * refcards/pl-refcard.tex: Double forward-slashes in URL for Mex. |
e96c5c179bcf
* refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
Glenn Morris <rgm@gnu.org>
parents:
107301
diff
changeset
|
196 |
107301
f81661d449c9
* refcards/de-refcard.tex: Fix paren typo.
Glenn Morris <rgm@gnu.org>
parents:
107299
diff
changeset
|
197 * refcards/de-refcard.tex: Fix paren typo. |
f81661d449c9
* refcards/de-refcard.tex: Fix paren typo.
Glenn Morris <rgm@gnu.org>
parents:
107299
diff
changeset
|
198 |
107299
2f917e876efd
Rename a command in ru-refcard.tex.
Glenn Morris <rgm@gnu.org>
parents:
107298
diff
changeset
|
199 * refcards/ru-refcard.tex: Rename \year command to \cyear, since |
2f917e876efd
Rename a command in ru-refcard.tex.
Glenn Morris <rgm@gnu.org>
parents:
107298
diff
changeset
|
200 the former seems to be already used in some TeX installations. |
2f917e876efd
Rename a command in ru-refcard.tex.
Glenn Morris <rgm@gnu.org>
parents:
107298
diff
changeset
|
201 |
107297
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
202 * refcards/calccard.tex, refcards/cs-dired-ref.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
203 * refcards/cs-refcard.tex, refcards/cs-survival.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
204 * refcards/de-refcard.tex, refcards/dired-ref.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
205 * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
206 * refcards/fr-survival.tex, refcards/orgcard.pdf: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
207 * refcards/orgcard.tex, refcards/pl-refcard.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
208 * refcards/pt-br-refcard.tex, refcards/refcard.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
209 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
210 * refcards/sk-refcard.tex, refcards/sk-survival.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
211 * refcards/survival.tex, refcards/vipcard.tex: |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
212 * refcards/viperCard.tex: Update short copyright year to 2010. |
8b08de8dc0aa
Update short copyright year in refcard tex files.
Glenn Morris <rgm@gnu.org>
parents:
107232
diff
changeset
|
213 |
107232 | 214 2010-02-26 Glenn Morris <rgm@gnu.org> |
215 | |
216 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR: | |
217 Fix some keybinding typos. | |
218 | |
107166
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
106860
diff
changeset
|
219 2010-02-14 Chong Yidong <cyd@stupidchicken.com> |
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
106860
diff
changeset
|
220 |
107298 | 221 * images/custom/down-pushed.xpm, images/custom/down.xpm: |
222 * images/custom/right-pushed.xpm: | |
223 * images/custom/right-pushed.xpm: Increase height by four | |
107166
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
106860
diff
changeset
|
224 pixels, to improve text alignment. |
87681b1f74ce
Small edit to custom images for better text alignment.
Chong Yidong <cyd@stupidchicken.com>
parents:
106860
diff
changeset
|
225 |
106860
4cf58c2379f4
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
Glenn Morris <rgm@gnu.org>
parents:
106844
diff
changeset
|
226 2010-01-16 Mario Lang <mlang@delysid.org> |
4cf58c2379f4
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
Glenn Morris <rgm@gnu.org>
parents:
106844
diff
changeset
|
227 |
4cf58c2379f4
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
Glenn Morris <rgm@gnu.org>
parents:
106844
diff
changeset
|
228 * srecode/doc-cpp.srt, srecode/doc-default.srt: |
4cf58c2379f4
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
Glenn Morris <rgm@gnu.org>
parents:
106844
diff
changeset
|
229 * srecode/doc-java.srt: Remove duplicated words. |
4cf58c2379f4
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
Glenn Morris <rgm@gnu.org>
parents:
106844
diff
changeset
|
230 |
106844
a4e8916048d4
Add log entry for new gdb icons.
Glenn Morris <rgm@gnu.org>
parents:
106838
diff
changeset
|
231 2010-01-14 Nick Roberts <nickrob@snap.net.nz> |
a4e8916048d4
Add log entry for new gdb icons.
Glenn Morris <rgm@gnu.org>
parents:
106838
diff
changeset
|
232 |
107298 | 233 * images/gud/recstart.xpm, images/gud/recstop.xpm: |
234 * images/gud/rcont.xpm, images/gud/rnext.xpm: | |
235 * images/gud/rfinish.xpm, images/gud/rnexti.xpm: | |
236 * images/gud/rstep.xpm, images/gud/rstepi.xpm: | |
106844
a4e8916048d4
Add log entry for new gdb icons.
Glenn Morris <rgm@gnu.org>
parents:
106838
diff
changeset
|
237 New icons for reverse debugging. |
a4e8916048d4
Add log entry for new gdb icons.
Glenn Morris <rgm@gnu.org>
parents:
106838
diff
changeset
|
238 |
106838
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
239 2010-01-14 Juanma Barranquero <lekktu@gmail.com> |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
240 |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
241 * srecode/doc-cpp.srt (function-comment, variable-same-line-comment) |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
242 (group-comment-start, group-comment-end): |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
243 * srecode/doc-default.srt (section-comment, function-comment) |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
244 (variable-same-line-comment, group-comment-start, group-comment-end): |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
245 * srecode/doc-java.srt (function-comment, variable-same-line-comment) |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
246 (group-comment-start, gropu-comment-end): |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
247 Fix typos in template docstrings. |
77b6f5126a69
Fix typos in template docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
106836
diff
changeset
|
248 |
106812
23c562723a8d
Make auto-composition work on all buffers even if they are fundamental mode.
Kenichi Handa <handa@m17n.org>
parents:
106802
diff
changeset
|
249 2010-01-14 Kenichi Handa <handa@m17n.org> |
23c562723a8d
Make auto-composition work on all buffers even if they are fundamental mode.
Kenichi Handa <handa@m17n.org>
parents:
106802
diff
changeset
|
250 |
23c562723a8d
Make auto-composition work on all buffers even if they are fundamental mode.
Kenichi Handa <handa@m17n.org>
parents:
106802
diff
changeset
|
251 * NEWS: Describe the change of auto-composition-mode. |
23c562723a8d
Make auto-composition work on all buffers even if they are fundamental mode.
Kenichi Handa <handa@m17n.org>
parents:
106802
diff
changeset
|
252 |
106802
b92c3979701c
Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents:
106695
diff
changeset
|
253 2010-01-12 Glenn Morris <rgm@gnu.org> |
b92c3979701c
Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents:
106695
diff
changeset
|
254 |
b92c3979701c
Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents:
106695
diff
changeset
|
255 * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug |
b92c3979701c
Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents:
106695
diff
changeset
|
256 for bug reports for development versions. |
b92c3979701c
Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents:
106695
diff
changeset
|
257 |
106695
a05636ead18a
etc/NEWS: Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106676
diff
changeset
|
258 2010-01-01 Juanma Barranquero <lekktu@gmail.com> |
a05636ead18a
etc/NEWS: Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106676
diff
changeset
|
259 |
a05636ead18a
etc/NEWS: Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106676
diff
changeset
|
260 * NEWS: Fix typos. |
a05636ead18a
etc/NEWS: Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106676
diff
changeset
|
261 |
106590 | 262 2009-12-15 Glenn Morris <rgm@gnu.org> |
263 | |
106592
d04aeb2c3beb
(Coding Standards): Update URL.
Glenn Morris <rgm@gnu.org>
parents:
106591
diff
changeset
|
264 * CONTRIBUTE (Coding Standards): Update URL. |
d04aeb2c3beb
(Coding Standards): Update URL.
Glenn Morris <rgm@gnu.org>
parents:
106591
diff
changeset
|
265 (Getting the Source Code): Other VCSs are available. |
d04aeb2c3beb
(Coding Standards): Update URL.
Glenn Morris <rgm@gnu.org>
parents:
106591
diff
changeset
|
266 |
106591 | 267 * ORDERS: Update some URLs. |
268 | |
106590 | 269 * edt-user.el: New file, split out from edt-user.doc. |
270 * edt-user.doc: Split into edt-user.el and ../doc/misc/edt.texi, | |
271 and remove. | |
272 | |
106509
b5f38c883bf8
* NEWS: Point to the external counterparts of su and sudo.
Michael Albinus <michael.albinus@gmx.de>
parents:
106347
diff
changeset
|
273 2009-12-09 Michael Albinus <michael.albinus@gmx.de> |
b5f38c883bf8
* NEWS: Point to the external counterparts of su and sudo.
Michael Albinus <michael.albinus@gmx.de>
parents:
106347
diff
changeset
|
274 |
b5f38c883bf8
* NEWS: Point to the external counterparts of su and sudo.
Michael Albinus <michael.albinus@gmx.de>
parents:
106347
diff
changeset
|
275 * NEWS: Point to the external counterparts of su and sudo. |
b5f38c883bf8
* NEWS: Point to the external counterparts of su and sudo.
Michael Albinus <michael.albinus@gmx.de>
parents:
106347
diff
changeset
|
276 |
106347 | 277 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca> |
278 | |
279 * images/mpc/add.xpm, images/mpc/ffwd.xpm, images/mpc/next.xpm: | |
280 * images/mpc/pause.xpm, images/mpc/play.xpm, images/mpc/prev.xpm: | |
281 * images/mpc/rewind.xpm, images/mpc/stop.xpm: | |
282 New images. | |
283 | |
106289
c3a33227027b
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
106273
diff
changeset
|
284 2009-11-27 Michael Albinus <michael.albinus@gmx.de> |
c3a33227027b
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
106273
diff
changeset
|
285 |
c3a33227027b
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
106273
diff
changeset
|
286 * NEWS: New functions eshell/su and eshell/sudo. |
c3a33227027b
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
106273
diff
changeset
|
287 |
106273
c793064b5984
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
Kevin Ryde <user42@zip.com.au>
parents:
106268
diff
changeset
|
288 2009-11-26 Kevin Ryde <user42@zip.com.au> |
c793064b5984
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
Kevin Ryde <user42@zip.com.au>
parents:
106268
diff
changeset
|
289 |
c793064b5984
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
Kevin Ryde <user42@zip.com.au>
parents:
106268
diff
changeset
|
290 * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki". |
c793064b5984
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
Kevin Ryde <user42@zip.com.au>
parents:
106268
diff
changeset
|
291 Aubrey Jaffer's texinfo R5RS moved to |
c793064b5984
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
Kevin Ryde <user42@zip.com.au>
parents:
106268
diff
changeset
|
292 http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz |
c793064b5984
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
Kevin Ryde <user42@zip.com.au>
parents:
106268
diff
changeset
|
293 (per http://people.csail.mit.edu/jaffer/Scheme.html). |
c793064b5984
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
Kevin Ryde <user42@zip.com.au>
parents:
106268
diff
changeset
|
294 |
106268
da7a85775258
Mention Metacity hang on Emacs resize.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106175
diff
changeset
|
295 2009-11-26 Jan Djärv <jan.h.d@swipnet.se> |
da7a85775258
Mention Metacity hang on Emacs resize.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106175
diff
changeset
|
296 |
da7a85775258
Mention Metacity hang on Emacs resize.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106175
diff
changeset
|
297 * PROBLEMS: Mention Metacity hang on Emacs resize. |
da7a85775258
Mention Metacity hang on Emacs resize.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106175
diff
changeset
|
298 |
106173
143bc3eab4f0
* PROBLEMS (http): Add workaround for Cygwin crash.
Chong Yidong <cyd@stupidchicken.com>
parents:
106085
diff
changeset
|
299 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change) |
143bc3eab4f0
* PROBLEMS (http): Add workaround for Cygwin crash.
Chong Yidong <cyd@stupidchicken.com>
parents:
106085
diff
changeset
|
300 |
106175
d4ca58110155
* PROBLEMS: Remove fixed rebasing problem.
Chong Yidong <cyd@stupidchicken.com>
parents:
106173
diff
changeset
|
301 * PROBLEMS: Add workaround for Cygwin crash and remove fixed |
d4ca58110155
* PROBLEMS: Remove fixed rebasing problem.
Chong Yidong <cyd@stupidchicken.com>
parents:
106173
diff
changeset
|
302 rebasing problem. |
106173
143bc3eab4f0
* PROBLEMS (http): Add workaround for Cygwin crash.
Chong Yidong <cyd@stupidchicken.com>
parents:
106085
diff
changeset
|
303 |
106085
cd4cbab8bb21
Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106024
diff
changeset
|
304 2009-11-17 Jan Djärv <jan.h.d@swipnet.se> |
cd4cbab8bb21
Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106024
diff
changeset
|
305 |
cd4cbab8bb21
Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106024
diff
changeset
|
306 * NEWS: Mention dynamic font changes (font-use-system-font). |
cd4cbab8bb21
Handle system default font and changing font parameters.
Jan Djärv <jan.h.d@swipnet.se>
parents:
106024
diff
changeset
|
307 |
106024
0246c5d299e5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105976
diff
changeset
|
308 2009-11-15 Carsten Dominik <dominik@u016822.science.uva.nl> |
0246c5d299e5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105976
diff
changeset
|
309 |
0246c5d299e5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105976
diff
changeset
|
310 * refcards/orgcard.tex: Push version number to 6.33a. |
0246c5d299e5
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105976
diff
changeset
|
311 |
105976
567d0710c6dc
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105916
diff
changeset
|
312 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com> |
567d0710c6dc
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105916
diff
changeset
|
313 |
567d0710c6dc
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105916
diff
changeset
|
314 * refcards/orgcard.tex: Document the new archiving keys. |
567d0710c6dc
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105916
diff
changeset
|
315 |
105916
1f553b32ab4f
* compilation.txt: Add one more error message for msft (Bug#4100).
Chong Yidong <cyd@stupidchicken.com>
parents:
105529
diff
changeset
|
316 2009-11-08 Chong Yidong <cyd@stupidchicken.com> |
1f553b32ab4f
* compilation.txt: Add one more error message for msft (Bug#4100).
Chong Yidong <cyd@stupidchicken.com>
parents:
105529
diff
changeset
|
317 |
1f553b32ab4f
* compilation.txt: Add one more error message for msft (Bug#4100).
Chong Yidong <cyd@stupidchicken.com>
parents:
105529
diff
changeset
|
318 * compilation.txt: Add one more error message for msft (Bug#4100). |
1f553b32ab4f
* compilation.txt: Add one more error message for msft (Bug#4100).
Chong Yidong <cyd@stupidchicken.com>
parents:
105529
diff
changeset
|
319 |
105529
0d8007720f35
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
Karl Fogel <kfogel@red-bean.com>
parents:
105438
diff
changeset
|
320 2009-10-09 Karl Fogel <karl.fogel@red-bean.com> |
0d8007720f35
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
Karl Fogel <kfogel@red-bean.com>
parents:
105438
diff
changeset
|
321 |
0d8007720f35
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
Karl Fogel <kfogel@red-bean.com>
parents:
105438
diff
changeset
|
322 * NEWS: Document bookmark.el (rev 1.114) format upgrade. (Bug#3375) |
0d8007720f35
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
Karl Fogel <kfogel@red-bean.com>
parents:
105438
diff
changeset
|
323 |
105438
236504656438
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105407
diff
changeset
|
324 2009-10-04 Michael Albinus <michael.albinus@gmx.de> |
236504656438
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105407
diff
changeset
|
325 |
236504656438
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105407
diff
changeset
|
326 * NEWS: New function copy-directory. |
236504656438
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105407
diff
changeset
|
327 |
105407
84fc40980c51
* srecode: New directory for SRecode template files.
Chong Yidong <cyd@stupidchicken.com>
parents:
105361
diff
changeset
|
328 2009-10-03 Chong Yidong <cyd@stupidchicken.com> |
84fc40980c51
* srecode: New directory for SRecode template files.
Chong Yidong <cyd@stupidchicken.com>
parents:
105361
diff
changeset
|
329 |
84fc40980c51
* srecode: New directory for SRecode template files.
Chong Yidong <cyd@stupidchicken.com>
parents:
105361
diff
changeset
|
330 * srecode: New directory for SRecode template files. |
84fc40980c51
* srecode: New directory for SRecode template files.
Chong Yidong <cyd@stupidchicken.com>
parents:
105361
diff
changeset
|
331 |
105361
d2b480b8c5a5
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105343
diff
changeset
|
332 2009-10-01 Michael Albinus <michael.albinus@gmx.de> |
d2b480b8c5a5
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105343
diff
changeset
|
333 |
d2b480b8c5a5
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105343
diff
changeset
|
334 * NEWS: delete-directory has an optional parameter RECURSIVE. |
d2b480b8c5a5
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105343
diff
changeset
|
335 |
105343
b5e123f1ed7f
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105263
diff
changeset
|
336 2009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl> |
b5e123f1ed7f
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105263
diff
changeset
|
337 |
b5e123f1ed7f
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105263
diff
changeset
|
338 * refcards/orgcard.tex: New version number. |
b5e123f1ed7f
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
105263
diff
changeset
|
339 |
105263
43371c6d4385
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105223
diff
changeset
|
340 2009-09-28 Michael Albinus <michael.albinus@gmx.de> |
43371c6d4385
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105223
diff
changeset
|
341 |
43371c6d4385
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105223
diff
changeset
|
342 * NEWS: Mention Tramp connection methods "imap" and "imaps". |
43371c6d4385
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
105223
diff
changeset
|
343 |
105223
95bdce3df18d
* net/imap-hash.el: New library, see NEWS.
Teodor Zlatanov <tzz@lifelogs.com>
parents:
105184
diff
changeset
|
344 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com> |
95bdce3df18d
* net/imap-hash.el: New library, see NEWS.
Teodor Zlatanov <tzz@lifelogs.com>
parents:
105184
diff
changeset
|
345 |
95bdce3df18d
* net/imap-hash.el: New library, see NEWS.
Teodor Zlatanov <tzz@lifelogs.com>
parents:
105184
diff
changeset
|
346 * NEWS: Mention new library imap-hash.el |
95bdce3df18d
* net/imap-hash.el: New library, see NEWS.
Teodor Zlatanov <tzz@lifelogs.com>
parents:
105184
diff
changeset
|
347 |
105184
22328c89c071
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
Juanma Barranquero <lekktu@gmail.com>
parents:
105069
diff
changeset
|
348 2009-09-22 Juanma Barranquero <lekktu@gmail.com> |
22328c89c071
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
Juanma Barranquero <lekktu@gmail.com>
parents:
105069
diff
changeset
|
349 |
22328c89c071
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
Juanma Barranquero <lekktu@gmail.com>
parents:
105069
diff
changeset
|
350 * NEWS: Mention new variable `help-downcase-arguments' |
22328c89c071
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
Juanma Barranquero <lekktu@gmail.com>
parents:
105069
diff
changeset
|
351 and new default for arguments in *Help* buffers. |
22328c89c071
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
Juanma Barranquero <lekktu@gmail.com>
parents:
105069
diff
changeset
|
352 |
105069
4cbb223d0b1c
The --quick command line option now ignores X resources and Registry settings.
Juanma Barranquero <lekktu@gmail.com>
parents:
105000
diff
changeset
|
353 2009-09-15 Juanma Barranquero <lekktu@gmail.com> |
4cbb223d0b1c
The --quick command line option now ignores X resources and Registry settings.
Juanma Barranquero <lekktu@gmail.com>
parents:
105000
diff
changeset
|
354 |
4cbb223d0b1c
The --quick command line option now ignores X resources and Registry settings.
Juanma Barranquero <lekktu@gmail.com>
parents:
105000
diff
changeset
|
355 * NEWS: Mention new behavior of -Q and new variable |
4cbb223d0b1c
The --quick command line option now ignores X resources and Registry settings.
Juanma Barranquero <lekktu@gmail.com>
parents:
105000
diff
changeset
|
356 `inhibit-x-resources'. |
4cbb223d0b1c
The --quick command line option now ignores X resources and Registry settings.
Juanma Barranquero <lekktu@gmail.com>
parents:
105000
diff
changeset
|
357 |
105000
c4fa6fe77406
* PROBLEMS: Document Athena/Lucid internationalization
Chong Yidong <cyd@stupidchicken.com>
parents:
104813
diff
changeset
|
358 2009-09-13 Chong Yidong <cyd@stupidchicken.com> |
c4fa6fe77406
* PROBLEMS: Document Athena/Lucid internationalization
Chong Yidong <cyd@stupidchicken.com>
parents:
104813
diff
changeset
|
359 |
c4fa6fe77406
* PROBLEMS: Document Athena/Lucid internationalization
Chong Yidong <cyd@stupidchicken.com>
parents:
104813
diff
changeset
|
360 * PROBLEMS: Document Athena/Lucid internationalization |
c4fa6fe77406
* PROBLEMS: Document Athena/Lucid internationalization
Chong Yidong <cyd@stupidchicken.com>
parents:
104813
diff
changeset
|
361 problem (Bug#4333). |
c4fa6fe77406
* PROBLEMS: Document Athena/Lucid internationalization
Chong Yidong <cyd@stupidchicken.com>
parents:
104813
diff
changeset
|
362 |
104812
19da35abf97b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
104699
diff
changeset
|
363 2009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl> |
19da35abf97b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
104699
diff
changeset
|
364 |
19da35abf97b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
104699
diff
changeset
|
365 * refcards/orgcard.tex: Document new effort setting commands. |
19da35abf97b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
104699
diff
changeset
|
366 Document the new keys for agenda time motion. |
19da35abf97b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
104699
diff
changeset
|
367 Document the `E' key in the agenda. |
104813
ef2bed7361b2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
104812
diff
changeset
|
368 |
104699
5f1532335662
* NEWS: Declare unibyte sessions obsolete.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
104667
diff
changeset
|
369 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca> |
5f1532335662
* NEWS: Declare unibyte sessions obsolete.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
104667
diff
changeset
|
370 |
5f1532335662
* NEWS: Declare unibyte sessions obsolete.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
104667
diff
changeset
|
371 * NEWS: Declare unibyte sessions obsolete. |
5f1532335662
* NEWS: Declare unibyte sessions obsolete.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
104667
diff
changeset
|
372 |
104667
3b1e43aac1c8
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104253
diff
changeset
|
373 2009-08-28 Michael Albinus <michael.albinus@gmx.de> |
3b1e43aac1c8
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104253
diff
changeset
|
374 |
3b1e43aac1c8
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104253
diff
changeset
|
375 * NEWS: Mention Tramp connection method "rsyncc" and variable |
3b1e43aac1c8
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104253
diff
changeset
|
376 `process-file-side-effects'. |
3b1e43aac1c8
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104253
diff
changeset
|
377 |
104253
9ae400bfd1fb
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
104218
diff
changeset
|
378 2009-08-13 Kenichi Handa <handa@m17n.org> |
9ae400bfd1fb
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
104218
diff
changeset
|
379 |
9ae400bfd1fb
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
104218
diff
changeset
|
380 * NEWS: Mention the new coding systme `utf-8-hfs' and many |
9ae400bfd1fb
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
104218
diff
changeset
|
381 functions for Unicode normalization. |
9ae400bfd1fb
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
104218
diff
changeset
|
382 |
104218
f22133eb14e0
* MORE.STUFF: Update Etags and Ispell URLs.
Chong Yidong <cyd@stupidchicken.com>
parents:
104210
diff
changeset
|
383 2009-08-09 CHENG Gao <chenggao@gmail.com> |
f22133eb14e0
* MORE.STUFF: Update Etags and Ispell URLs.
Chong Yidong <cyd@stupidchicken.com>
parents:
104210
diff
changeset
|
384 |
f22133eb14e0
* MORE.STUFF: Update Etags and Ispell URLs.
Chong Yidong <cyd@stupidchicken.com>
parents:
104210
diff
changeset
|
385 * MORE.STUFF: Update Etags and Ispell URLs. |
f22133eb14e0
* MORE.STUFF: Update Etags and Ispell URLs.
Chong Yidong <cyd@stupidchicken.com>
parents:
104210
diff
changeset
|
386 |
106676
cf3b293aa85d
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
106592
diff
changeset
|
387 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru> |
104210
9a7c820f16a3
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
Dmitry Dzhus <dima@sphinx.net.ru>
parents:
104168
diff
changeset
|
388 |
9a7c820f16a3
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
Dmitry Dzhus <dima@sphinx.net.ru>
parents:
104168
diff
changeset
|
389 * images/gud/all.xpm, images/gud/thread.xpm: New icons for |
9a7c820f16a3
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
Dmitry Dzhus <dima@sphinx.net.ru>
parents:
104168
diff
changeset
|
390 gdb-mi.el |
9a7c820f16a3
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
Dmitry Dzhus <dima@sphinx.net.ru>
parents:
104168
diff
changeset
|
391 |
104168
ffb29f8afea3
* term.el (term-handle-ansi-escape): Add comments with the
Dan Nicolaescu <dann@ics.uci.edu>
parents:
104130
diff
changeset
|
392 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu> |
ffb29f8afea3
* term.el (term-handle-ansi-escape): Add comments with the
Dan Nicolaescu <dann@ics.uci.edu>
parents:
104130
diff
changeset
|
393 |
ffb29f8afea3
* term.el (term-handle-ansi-escape): Add comments with the
Dan Nicolaescu <dann@ics.uci.edu>
parents:
104130
diff
changeset
|
394 * e/eterm-color.ti (msgr, u6, u7): New capabilities. |
ffb29f8afea3
* term.el (term-handle-ansi-escape): Add comments with the
Dan Nicolaescu <dann@ics.uci.edu>
parents:
104130
diff
changeset
|
395 |
104130
96f534fee4e7
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104070
diff
changeset
|
396 2009-08-02 Michael Albinus <michael.albinus@gmx.de> |
96f534fee4e7
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104070
diff
changeset
|
397 |
96f534fee4e7
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104070
diff
changeset
|
398 * NEWS: Autorevert Tail mode works now for remote files. |
96f534fee4e7
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
104070
diff
changeset
|
399 |
104070
ec8fb318bade
Add Perl-Glib sample message.
Chong Yidong <cyd@stupidchicken.com>
parents:
104031
diff
changeset
|
400 2009-07-26 Kevin Ryde <user42@zip.com.au> |
ec8fb318bade
Add Perl-Glib sample message.
Chong Yidong <cyd@stupidchicken.com>
parents:
104031
diff
changeset
|
401 |
ec8fb318bade
Add Perl-Glib sample message.
Chong Yidong <cyd@stupidchicken.com>
parents:
104031
diff
changeset
|
402 * compilation.txt: Add Perl-Glib sample message. |
ec8fb318bade
Add Perl-Glib sample message.
Chong Yidong <cyd@stupidchicken.com>
parents:
104031
diff
changeset
|
403 |
104031
e5dc7eae1964
Document fixing of load-in-progress corruption.
Ken Raeburn <raeburn@raeburn.org>
parents:
104005
diff
changeset
|
404 2009-07-23 Ken Raeburn <raeburn@raeburn.org> |
e5dc7eae1964
Document fixing of load-in-progress corruption.
Ken Raeburn <raeburn@raeburn.org>
parents:
104005
diff
changeset
|
405 |
e5dc7eae1964
Document fixing of load-in-progress corruption.
Ken Raeburn <raeburn@raeburn.org>
parents:
104005
diff
changeset
|
406 * NEWS: `load-in-progress' corruption fixed. |
e5dc7eae1964
Document fixing of load-in-progress corruption.
Ken Raeburn <raeburn@raeburn.org>
parents:
104005
diff
changeset
|
407 |
104005 | 408 2009-07-21 Glenn Morris <rgm@gnu.org> |
409 | |
410 * refcards/cs-dired-ref.tex, refcards/dired-ref.tex: | |
411 * refcards/fr-dired-ref.tex, refcards/sk-dired-ref.tex: | |
412 * refcards/cs-refcard.tex, refcards/de-refcard.tex: | |
413 * refcards/fr-refcard.tex, refcards/pl-refcard.tex: | |
414 * refcards/pt-br-refcard.tex, refcards/refcard.tex: | |
415 * refcards/ru-refcard.tex, refcards/sk-refcard.tex: | |
416 * refcards/cs-survival.tex, refcards/fr-survival.tex: | |
417 * refcards/sk-survival.tex, refcards/survival.tex: | |
418 Remove version numbers that don't mean much. Instead, just use Emacs | |
419 version and date. Use FSF URL rather than postal address. | |
420 | |
421 * refcards/vipcard.tex (versionnumber, version): Remove. | |
422 (versionemacs, versionvip): New. | |
423 (copyrightnotice): Use FSF URL rather than postal address. | |
424 | |
425 * refcards/viperCard.tex (versionnumber): Rename to versionviper. | |
426 (versionemacs, versionxemacs): New. | |
427 (version): Remove. | |
428 (copyrightnotice): Use FSF URL rather than postal address. | |
429 | |
103920
59df3dbbd245
Condense a few sentences in order to make them fit on one line, and
Glenn Morris <rgm@gnu.org>
parents:
103907
diff
changeset
|
430 2009-07-16 Glenn Morris <rgm@gnu.org> |
59df3dbbd245
Condense a few sentences in order to make them fit on one line, and
Glenn Morris <rgm@gnu.org>
parents:
103907
diff
changeset
|
431 |
103924
81779a9a32fb
Remove non-existent (?) bindings: w, C-u o, U, delete.
Glenn Morris <rgm@gnu.org>
parents:
103920
diff
changeset
|
432 * refcards/cs-dired-ref.tex, refcards/fr-dired-ref.tex: |
81779a9a32fb
Remove non-existent (?) bindings: w, C-u o, U, delete.
Glenn Morris <rgm@gnu.org>
parents:
103920
diff
changeset
|
433 * refcards/sk-dired-ref.tex: |
81779a9a32fb
Remove non-existent (?) bindings: w, C-u o, U, delete.
Glenn Morris <rgm@gnu.org>
parents:
103920
diff
changeset
|
434 Remove non-existent (?) bindings: w, C-u o, U, delete. |
81779a9a32fb
Remove non-existent (?) bindings: w, C-u o, U, delete.
Glenn Morris <rgm@gnu.org>
parents:
103920
diff
changeset
|
435 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &. |
81779a9a32fb
Remove non-existent (?) bindings: w, C-u o, U, delete.
Glenn Morris <rgm@gnu.org>
parents:
103920
diff
changeset
|
436 |
103920
59df3dbbd245
Condense a few sentences in order to make them fit on one line, and
Glenn Morris <rgm@gnu.org>
parents:
103907
diff
changeset
|
437 * refcards/gnus-refcard.tex: Condense a few sentences in order to |
59df3dbbd245
Condense a few sentences in order to make them fit on one line, and
Glenn Morris <rgm@gnu.org>
parents:
103907
diff
changeset
|
438 make them fit on one line, and add some page breaks, to improve the |
59df3dbbd245
Condense a few sentences in order to make them fit on one line, and
Glenn Morris <rgm@gnu.org>
parents:
103907
diff
changeset
|
439 layout in the pdfs. |
59df3dbbd245
Condense a few sentences in order to make them fit on one line, and
Glenn Morris <rgm@gnu.org>
parents:
103907
diff
changeset
|
440 |
103904
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
441 2009-07-15 Glenn Morris <rgm@gnu.org> |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
442 |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
443 * refcards/dired-ref.tex: Change from A4 to letter paper. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
444 Remove non-existent (?) bindings: w, C-u o, U, delete. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
445 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
446 New: async shell command = &. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
447 |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
448 * refcards/gnus-refcard.tex (Copyright): Add 2009. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
449 (Notes): Add missing line-break. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
450 (Threading): Reword to fit on one line. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
451 |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
452 * refcards/calccard.tex (emacsversionnumber): Just use major version. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
453 |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
454 * refcards/Makefile (gnus-booklet.pdf): Use jobname rather than |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
455 clobbering gnus-refcard.pdf. |
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
456 (clean): Remove .aux files. |
103907
e321cbebcec3
(gnus-logo.pdf): Remove rule, since this file is distributed.
Glenn Morris <rgm@gnu.org>
parents:
103904
diff
changeset
|
457 (gnus-logo.pdf): Remove rule, since this file is distributed. |
103904
47f2fb12a08a
(emacsversionnumber): Just use major version.
Glenn Morris <rgm@gnu.org>
parents:
103828
diff
changeset
|
458 |
103828
ea2ed06acfe1
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103817
diff
changeset
|
459 2009-07-10 Kenichi Handa <handa@m17n.org> |
ea2ed06acfe1
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103817
diff
changeset
|
460 |
ea2ed06acfe1
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103817
diff
changeset
|
461 * tutorials/TUTORIAL.ja: Reflect the latest change of TUTORIAL. |
ea2ed06acfe1
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103817
diff
changeset
|
462 |
103817
e81c75893d07
Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents:
103765
diff
changeset
|
463 2009-07-10 Kevin Ryde <user42@zip.com.au> |
e81c75893d07
Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents:
103765
diff
changeset
|
464 |
e81c75893d07
Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents:
103765
diff
changeset
|
465 * compilation.txt: Fix names of some elements. |
e81c75893d07
Kevin Ryde <user42 at zip.com.au>
Glenn Morris <rgm@gnu.org>
parents:
103765
diff
changeset
|
466 |
103765
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
467 2009-07-08 Glenn Morris <rgm@gnu.org> |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
468 |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
469 * tutorials/TUTORIAL: Standardize the way M-x commands are written: |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
470 dashes inside command names, not spaces; spaces before <Return>. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
471 (Summary): Describe the new behavior of C-l. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
472 (Basic Cursor Control): Don't say that files "ought" to end in newlines. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
473 Try to distinguish scroll bar from fringes. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
474 You can also scroll with a wheel mouse. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
475 (If Emacs Stops Responding): Rename from "When Emacs is hung". |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
476 (Inserting And Deleting): Continuation marks appear in the fringe. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
477 Clarify that deletion can be undone. Mention cut and paste, and |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
478 the Glossary. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
479 (Files, Mode Line): Update mode-line format. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
480 (Extending The Command Set): Downplay C-z, since using Emacs on a |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
481 text-only terminal is less common these days. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
482 (Searching): Incremental searching is no longer atypical. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
483 Downplay flow control issues, remove reference to deleted FAQ node. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
484 (Multiple Windows): Mention frames. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
485 (Multiple Frames): New section. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
486 (Getting More Help): Downplay C-h having a different binding. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
487 Don't say help is "on-line", since the meaning has changed. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
488 (More Features): Replace "on-line". Use C-h rather than F10 h. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
489 Say a little more about completion. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
490 (Conclusion): Don't mention C-z again here. |
7390f2dfe6b8
Standardize the way M-x commands are written:
Glenn Morris <rgm@gnu.org>
parents:
103665
diff
changeset
|
491 |
103665
340c701162a6
* emacs.c (USAGE3, standard_args): Add -mm and --maximized.
Jan Djärv <jan.h.d@swipnet.se>
parents:
103649
diff
changeset
|
492 2009-07-01 Jan Djärv <jan.h.d@swipnet.se> |
340c701162a6
* emacs.c (USAGE3, standard_args): Add -mm and --maximized.
Jan Djärv <jan.h.d@swipnet.se>
parents:
103649
diff
changeset
|
493 |
340c701162a6
* emacs.c (USAGE3, standard_args): Add -mm and --maximized.
Jan Djärv <jan.h.d@swipnet.se>
parents:
103649
diff
changeset
|
494 * NEWS: Mention maximized. |
340c701162a6
* emacs.c (USAGE3, standard_args): Add -mm and --maximized.
Jan Djärv <jan.h.d@swipnet.se>
parents:
103649
diff
changeset
|
495 |
103649
9cfbe8bebc89
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
103584
diff
changeset
|
496 2009-06-30 Michael Albinus <michael.albinus@gmx.de> |
9cfbe8bebc89
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
103584
diff
changeset
|
497 |
9cfbe8bebc89
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
103584
diff
changeset
|
498 * NEWS: Add "synce" connection method of Tramp. |
9cfbe8bebc89
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
103584
diff
changeset
|
499 |
103584
fcd539c2b40d
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
103581
diff
changeset
|
500 2009-06-24 Michael Albinus <michael.albinus@gmx.de> |
fcd539c2b40d
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
103581
diff
changeset
|
501 |
fcd539c2b40d
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
103581
diff
changeset
|
502 * NEWS: Add new connection methods of Tramp. |
fcd539c2b40d
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
103581
diff
changeset
|
503 |
103581
fc224908952c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103507
diff
changeset
|
504 2009-06-24 Kenichi Handa <handa@m17n.org> |
fc224908952c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103507
diff
changeset
|
505 |
fc224908952c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103507
diff
changeset
|
506 * charsets/stdenc.map: Re-generated. |
fc224908952c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103507
diff
changeset
|
507 |
fc224908952c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103507
diff
changeset
|
508 * charsets/symbol.map: Re-generated. |
fc224908952c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103507
diff
changeset
|
509 |
103507
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
103454
diff
changeset
|
510 2009-06-21 Chong Yidong <cyd@stupidchicken.com> |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
103454
diff
changeset
|
511 |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
103454
diff
changeset
|
512 * Branch for 23.1. |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
103454
diff
changeset
|
513 |
103428 | 514 2009-06-15 Alan Mackenzie <acm@muc.de> |
515 | |
516 * NEWS: Document changes to end-of-defun-function, clarifying | |
517 entry for beginning-of-defun-function. | |
518 | |
103416 | 519 2009-06-13 Bill Wohler <wohler@newt.com> |
520 | |
521 Release MH-E version 8.2. | |
522 | |
523 * NEWS, MH-E-NEWS: Update for MH-E release 8.2. | |
524 | |
103399
12ed601841e4
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103289
diff
changeset
|
525 2009-06-12 Kenichi Handa <handa@m17n.org> |
12ed601841e4
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103289
diff
changeset
|
526 |
106836
964aafa9629a
Fix typos in ChangeLogs and NEWS files.
Juanma Barranquero <lekktu@gmail.com>
parents:
106822
diff
changeset
|
527 * HELLO: Use "/" instead of "," to separate independent words. |
103454
b2ef4fb4a5fb
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103428
diff
changeset
|
528 |
103399
12ed601841e4
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103289
diff
changeset
|
529 * charsets/*.map: All re-generated. |
12ed601841e4
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103289
diff
changeset
|
530 |
12ed601841e4
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103289
diff
changeset
|
531 2009-06-08 Kenichi Handa <handa@m17n.org> |
12ed601841e4
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103289
diff
changeset
|
532 |
12ed601841e4
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103289
diff
changeset
|
533 * HELLO: Downcase "suomi". |
12ed601841e4
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
103289
diff
changeset
|
534 |
103289
6f6ab8667094
* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
103254
diff
changeset
|
535 2009-05-25 Werner Lemberg <wl@gnu.org> |
6f6ab8667094
* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
103254
diff
changeset
|
536 |
6f6ab8667094
* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
103254
diff
changeset
|
537 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL. |
6f6ab8667094
* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
103254
diff
changeset
|
538 Use reformed Orthography. |
6f6ab8667094
* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
103254
diff
changeset
|
539 Minor improvements. |
6f6ab8667094
* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
103254
diff
changeset
|
540 |
103254
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
541 2009-05-19 Chong Yidong <cyd@stupidchicken.com> |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
542 |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
543 * refcards/survival.tex: Add M-g M-g binding. |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
544 |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
545 * refcards/survival.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
546 * refcards/sk-survival.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
547 * refcards/sk-refcard.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
548 * refcards/sk-dired-ref.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
549 * refcards/ru-refcard.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
550 * refcards/pt-br-refcard.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
551 * refcards/pl-refcard.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
552 * refcards/fr-survival.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
553 * refcards/fr-dired-ref.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
554 * refcards/dired-ref.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
555 * refcards/cs-survival.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
556 * refcards/cs-refcard.tex: |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
557 * refcards/cs-dired-ref.tex: Bump refcard version numbers to 23. |
cbea58d660d2
* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong <cyd@stupidchicken.com>
parents:
103232
diff
changeset
|
558 |
103232
c3d678b4c323
* refcards/refcard.tex: Update Emacs version to 23.
Chong Yidong <cyd@stupidchicken.com>
parents:
103231
diff
changeset
|
559 2009-05-15 Chong Yidong <cyd@stupidchicken.com> |
c3d678b4c323
* refcards/refcard.tex: Update Emacs version to 23.
Chong Yidong <cyd@stupidchicken.com>
parents:
103231
diff
changeset
|
560 |
c3d678b4c323
* refcards/refcard.tex: Update Emacs version to 23.
Chong Yidong <cyd@stupidchicken.com>
parents:
103231
diff
changeset
|
561 * refcards/refcard.tex: Update Emacs version to 23. |
c3d678b4c323
* refcards/refcard.tex: Update Emacs version to 23.
Chong Yidong <cyd@stupidchicken.com>
parents:
103231
diff
changeset
|
562 |
103231
00da71aebe9a
* refcards/de-refcard.tex: Merge changes from refcard.tex.
Chong Yidong <cyd@stupidchicken.com>
parents:
102896
diff
changeset
|
563 2009-05-15 Sven Joachim <svenjoac@gmx.de> |
00da71aebe9a
* refcards/de-refcard.tex: Merge changes from refcard.tex.
Chong Yidong <cyd@stupidchicken.com>
parents:
102896
diff
changeset
|
564 |
106695
a05636ead18a
etc/NEWS: Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106676
diff
changeset
|
565 * refcards/de-refcard.tex: Merge changes from refcard.tex. |
a05636ead18a
etc/NEWS: Fix typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
106676
diff
changeset
|
566 Change `Paragraph' to `Absatz'. |
103231
00da71aebe9a
* refcards/de-refcard.tex: Merge changes from refcard.tex.
Chong Yidong <cyd@stupidchicken.com>
parents:
102896
diff
changeset
|
567 |
102896
5967d3d57ee8
Update some urls. Remove dead links: eshell, expand, ffap, hideshow.
Glenn Morris <rgm@gnu.org>
parents:
102518
diff
changeset
|
568 2009-04-09 Glenn Morris <rgm@gnu.org> |
5967d3d57ee8
Update some urls. Remove dead links: eshell, expand, ffap, hideshow.
Glenn Morris <rgm@gnu.org>
parents:
102518
diff
changeset
|
569 |
5967d3d57ee8
Update some urls. Remove dead links: eshell, expand, ffap, hideshow.
Glenn Morris <rgm@gnu.org>
parents:
102518
diff
changeset
|
570 * MORE.STUFF: Update some urls. Remove dead links: eshell, expand, |
5967d3d57ee8
Update some urls. Remove dead links: eshell, expand, ffap, hideshow.
Glenn Morris <rgm@gnu.org>
parents:
102518
diff
changeset
|
571 ffap, hideshow. Remove original whitespace, now in obsolete/. |
5967d3d57ee8
Update some urls. Remove dead links: eshell, expand, ffap, hideshow.
Glenn Morris <rgm@gnu.org>
parents:
102518
diff
changeset
|
572 Remember and nXML are part of the distribution now. |
5967d3d57ee8
Update some urls. Remove dead links: eshell, expand, ffap, hideshow.
Glenn Morris <rgm@gnu.org>
parents:
102518
diff
changeset
|
573 |
102518
f990d943735c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
102259
diff
changeset
|
574 2009-03-13 Kenichi Handa <handa@m17n.org> |
f990d943735c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
102259
diff
changeset
|
575 |
f990d943735c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
102259
diff
changeset
|
576 * NEWS: Add description for the argument change of |
f990d943735c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
102259
diff
changeset
|
577 `set-fontset-font' and `print-fontset'. |
f990d943735c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
102259
diff
changeset
|
578 |
102259 | 579 2009-02-25 Glenn Morris <rgm@gnu.org> |
580 | |
581 * MORE.STUFF: Mention Zile. | |
582 | |
102205
0f4ba7f17aa0
Rename `system-process-attributes' to `process-attributes'
Miles Bader <miles@gnu.org>
parents:
102117
diff
changeset
|
583 2009-02-23 Miles Bader <miles@gnu.org> |
0f4ba7f17aa0
Rename `system-process-attributes' to `process-attributes'
Miles Bader <miles@gnu.org>
parents:
102117
diff
changeset
|
584 |
0f4ba7f17aa0
Rename `system-process-attributes' to `process-attributes'
Miles Bader <miles@gnu.org>
parents:
102117
diff
changeset
|
585 * NEWS: Rename `system-process-attributes' to `process-attributes'. |
0f4ba7f17aa0
Rename `system-process-attributes' to `process-attributes'
Miles Bader <miles@gnu.org>
parents:
102117
diff
changeset
|
586 |
102117
a3eef58a688a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
102019
diff
changeset
|
587 2009-02-19 Nick Roberts <nickrob@snap.net.nz> |
a3eef58a688a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
102019
diff
changeset
|
588 |
a3eef58a688a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
102019
diff
changeset
|
589 * compilation.txt: Add entry for maven. |
a3eef58a688a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
102019
diff
changeset
|
590 |
102019
b3b939db4ee3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
101953
diff
changeset
|
591 2009-02-14 Jay Belanger <jay.p.belanger@gmail.com> |
b3b939db4ee3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
101953
diff
changeset
|
592 |
b3b939db4ee3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
101953
diff
changeset
|
593 * refcards/calccard.tex: Update version number. |
b3b939db4ee3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
101953
diff
changeset
|
594 Mention Maxima mode. |
b3b939db4ee3
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
101953
diff
changeset
|
595 |
101800
9a856cb80538
(gnu): Add an example for the "note" format.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
101794
diff
changeset
|
596 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu> |
9a856cb80538
(gnu): Add an example for the "note" format.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
101794
diff
changeset
|
597 |
9a856cb80538
(gnu): Add an example for the "note" format.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
101794
diff
changeset
|
598 * compilation.txt (gnu): Add an example for the "note" format. |
9a856cb80538
(gnu): Add an example for the "note" format.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
101794
diff
changeset
|
599 |
101794 | 600 2009-02-04 Jason Rumney <jasonr@gnu.org> |
601 | |
602 * PROBLEMS (CPP): Note problem with resource compiler of MSVC. | |
603 | |
101807 | 604 2009-02-02 Carsten Dominik <dominik@science.uva.nl> |
605 | |
606 * refcards/orgcard.tex: New version number. | |
607 | |
101624
6033e5211761
* PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
Juanma Barranquero <lekktu@gmail.com>
parents:
101610
diff
changeset
|
608 2009-01-28 Juanma Barranquero <lekktu@gmail.com> |
6033e5211761
* PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
Juanma Barranquero <lekktu@gmail.com>
parents:
101610
diff
changeset
|
609 |
6033e5211761
* PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
Juanma Barranquero <lekktu@gmail.com>
parents:
101610
diff
changeset
|
610 * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys. |
6033e5211761
* PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
Juanma Barranquero <lekktu@gmail.com>
parents:
101610
diff
changeset
|
611 |
101610
1fbc4d3331d7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
101571
diff
changeset
|
612 2009-01-28 Carsten Dominik <dominik@science.uva.nl> |
1fbc4d3331d7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
101571
diff
changeset
|
613 |
1fbc4d3331d7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
101571
diff
changeset
|
614 * refcards/orgcard.tex: New version number. |
1fbc4d3331d7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
101571
diff
changeset
|
615 |
101571
5ea3f5bd3c2f
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
101548
diff
changeset
|
616 2009-01-27 Carsten Dominik <dominik@science.uva.nl> |
5ea3f5bd3c2f
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
101548
diff
changeset
|
617 |
5ea3f5bd3c2f
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
101548
diff
changeset
|
618 * refcards/orgcard.tex: New version number. |
5ea3f5bd3c2f
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
101548
diff
changeset
|
619 |
101548
d7ef20f9f52c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
101461
diff
changeset
|
620 2009-01-27 Kenichi Handa <handa@m17n.org> |
d7ef20f9f52c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
101461
diff
changeset
|
621 |
d7ef20f9f52c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
101461
diff
changeset
|
622 * NEWS: New function `coding-sytem-from-name'. |
d7ef20f9f52c
*** empty log message ***
Kenichi Handa <handa@m17n.org>
parents:
101461
diff
changeset
|
623 |
101461
504438f8cb90
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100972
diff
changeset
|
624 2009-01-25 Carsten Dominik <dominik@science.uva.nl> |
504438f8cb90
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100972
diff
changeset
|
625 |
504438f8cb90
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100972
diff
changeset
|
626 * refcards/orgcard.tex: New year and version number. |
504438f8cb90
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100972
diff
changeset
|
627 Document heading/item conversion commands. |
504438f8cb90
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100972
diff
changeset
|
628 Document C-c RET in tables. |
504438f8cb90
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100972
diff
changeset
|
629 |
100866
fdc20c0dc97f
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
100608
diff
changeset
|
630 2009-01-03 Michael Albinus <michael.albinus@gmx.de> |
fdc20c0dc97f
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
100608
diff
changeset
|
631 |
fdc20c0dc97f
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
100608
diff
changeset
|
632 * NEWS: Tramp supports IPv6 addresses. |
fdc20c0dc97f
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
100608
diff
changeset
|
633 |
100608
1635579d2a88
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100562
diff
changeset
|
634 2008-12-20 Carsten Dominik <dominik@science.uva.nl> |
1635579d2a88
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100562
diff
changeset
|
635 |
1635579d2a88
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100562
diff
changeset
|
636 * refcards/orgcard.tex: Version number change. |
1635579d2a88
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100562
diff
changeset
|
637 |
100562 | 638 2008-12-19 Eli Zaretskii <eliz@gnu.org> |
639 | |
640 * PROBLEMS (MS-DOS): Document the problems on Vista. | |
641 | |
100461
ec6e639fdd3d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100451
diff
changeset
|
642 2008-12-17 Carsten Dominik <dominik@science.uva.nl> |
ec6e639fdd3d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100451
diff
changeset
|
643 |
ec6e639fdd3d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100451
diff
changeset
|
644 * refcards/orgcard.tex: Version number change. |
ec6e639fdd3d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100451
diff
changeset
|
645 |
100451
758476096307
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100349
diff
changeset
|
646 2008-12-16 Carsten Dominik <dominik@science.uva.nl> |
758476096307
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100349
diff
changeset
|
647 |
758476096307
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100349
diff
changeset
|
648 * refcards/orgcard.tex: Version number change. |
758476096307
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
100349
diff
changeset
|
649 |
100349
88838d8ca34d
SH3 is still supported.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100272
diff
changeset
|
650 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu> |
88838d8ca34d
SH3 is still supported.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100272
diff
changeset
|
651 |
88838d8ca34d
SH3 is still supported.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100272
diff
changeset
|
652 * MACHINES: SH3 is still supported. |
88838d8ca34d
SH3 is still supported.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100272
diff
changeset
|
653 |
100272
f36b68742b4a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
99986
diff
changeset
|
654 2008-12-07 Carsten Dominik <dominik@science.uva.nl> |
f36b68742b4a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
99986
diff
changeset
|
655 |
f36b68742b4a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
99986
diff
changeset
|
656 * refcards/orgcard.tex: Version number update. |
f36b68742b4a
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
99986
diff
changeset
|
657 |
99986
821cd83f08ea
* NEWS: Fix typo. (Bug#1439)
Juanma Barranquero <lekktu@gmail.com>
parents:
99504
diff
changeset
|
658 2008-11-27 Juanma Barranquero <lekktu@gmail.com> |
821cd83f08ea
* NEWS: Fix typo. (Bug#1439)
Juanma Barranquero <lekktu@gmail.com>
parents:
99504
diff
changeset
|
659 |
821cd83f08ea
* NEWS: Fix typo. (Bug#1439)
Juanma Barranquero <lekktu@gmail.com>
parents:
99504
diff
changeset
|
660 * NEWS: Fix typo. (Bug#1439) |
821cd83f08ea
* NEWS: Fix typo. (Bug#1439)
Juanma Barranquero <lekktu@gmail.com>
parents:
99504
diff
changeset
|
661 |
99504
b14772f286ce
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
99461
diff
changeset
|
662 2008-11-12 Carsten Dominik <dominik@science.uva.nl> |
b14772f286ce
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
99461
diff
changeset
|
663 |
b14772f286ce
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
99461
diff
changeset
|
664 * refcards/orgcard.tex: Document the extra yanking key. |
b14772f286ce
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
99461
diff
changeset
|
665 |
99461
e3a663b9dab6
Examples for compilation.txt for PHP
Mark A. Hershberger <mah@everybody.org>
parents:
99106
diff
changeset
|
666 2008-11-08 Mark A. Hershberger <mah@everybody.org> |
e3a663b9dab6
Examples for compilation.txt for PHP
Mark A. Hershberger <mah@everybody.org>
parents:
99106
diff
changeset
|
667 |
e3a663b9dab6
Examples for compilation.txt for PHP
Mark A. Hershberger <mah@everybody.org>
parents:
99106
diff
changeset
|
668 * compilation.txt (php): Add regexp for php error messages. |
e3a663b9dab6
Examples for compilation.txt for PHP
Mark A. Hershberger <mah@everybody.org>
parents:
99106
diff
changeset
|
669 |
99106
814d2d823dd7
New function `locate-user-emacs-file'.
Juanma Barranquero <lekktu@gmail.com>
parents:
98810
diff
changeset
|
670 2008-10-24 Juanma Barranquero <lekktu@gmail.com> |
814d2d823dd7
New function `locate-user-emacs-file'.
Juanma Barranquero <lekktu@gmail.com>
parents:
98810
diff
changeset
|
671 |
814d2d823dd7
New function `locate-user-emacs-file'.
Juanma Barranquero <lekktu@gmail.com>
parents:
98810
diff
changeset
|
672 * NEWS: New function `locate-user-emacs-file'. |
814d2d823dd7
New function `locate-user-emacs-file'.
Juanma Barranquero <lekktu@gmail.com>
parents:
98810
diff
changeset
|
673 |
98810
09f1342109b9
* configure.in: Add support for GNU/Linux on SuperH.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
98651
diff
changeset
|
674 2008-10-18 Ulrich Mueller <ulm@gentoo.org> |
09f1342109b9
* configure.in: Add support for GNU/Linux on SuperH.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
98651
diff
changeset
|
675 |
09f1342109b9
* configure.in: Add support for GNU/Linux on SuperH.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
98651
diff
changeset
|
676 * MACHINES: Add section for SuperH. |
09f1342109b9
* configure.in: Add support for GNU/Linux on SuperH.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
98651
diff
changeset
|
677 |
98646
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
678 2008-10-12 Carsten Dominik <dominik@science.uva.nl> |
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
679 |
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
680 * refcards/orgcard.tex: Add description for attachments, plus |
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
681 minor changes. |
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
682 |
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
683 2008-07-24 Carsten Dominik <dominik@science.uva.nl> |
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
684 |
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
685 * refcards/orgcard.tex: Minor fixes. |
31250b733501
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
98317
diff
changeset
|
686 |
98093
a1c72f8d259a
Remove the entry describing auto-encryption.
Daiki Ueno <ueno@unixuser.org>
parents:
97733
diff
changeset
|
687 2008-09-08 Daiki Ueno <ueno@unixuser.org> |
a1c72f8d259a
Remove the entry describing auto-encryption.
Daiki Ueno <ueno@unixuser.org>
parents:
97733
diff
changeset
|
688 |
a1c72f8d259a
Remove the entry describing auto-encryption.
Daiki Ueno <ueno@unixuser.org>
parents:
97733
diff
changeset
|
689 * TODO: Remove the entry describing auto-encryption. |
a1c72f8d259a
Remove the entry describing auto-encryption.
Daiki Ueno <ueno@unixuser.org>
parents:
97733
diff
changeset
|
690 |
97733
018ba406b5ad
*** empty log message ***
Robert J. Chassell <bob@rattlesnake.com>
parents:
97633
diff
changeset
|
691 2008-08-26 Robert J. Chassell <bob@rattlesnake.com> |
018ba406b5ad
*** empty log message ***
Robert J. Chassell <bob@rattlesnake.com>
parents:
97633
diff
changeset
|
692 |
98317 | 693 * PROBLEMS: Prevent pasting a region twice on an xterm or rxvt in X. |
97733
018ba406b5ad
*** empty log message ***
Robert J. Chassell <bob@rattlesnake.com>
parents:
97633
diff
changeset
|
694 |
97633
5e108a195943
* HELLO: Fix Javanese pun.
Chong Yidong <cyd@stupidchicken.com>
parents:
97553
diff
changeset
|
695 2008-08-23 Chong Yidong <cyd@stupidchicken.com> |
5e108a195943
* HELLO: Fix Javanese pun.
Chong Yidong <cyd@stupidchicken.com>
parents:
97553
diff
changeset
|
696 |
5e108a195943
* HELLO: Fix Javanese pun.
Chong Yidong <cyd@stupidchicken.com>
parents:
97553
diff
changeset
|
697 * HELLO: Fix Javanese pun. |
5e108a195943
* HELLO: Fix Javanese pun.
Chong Yidong <cyd@stupidchicken.com>
parents:
97553
diff
changeset
|
698 |
97553 | 699 2008-08-18 Bill Wohler <wohler@newt.com> |
700 | |
701 Release MH-E version 8.1. | |
98317 | 702 |
97553 | 703 * NEWS, MH-E-NEWS: Update for MH-E release 8.1. |
704 | |
97482
a8900d9693c5
Improve whitespace information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
97216
diff
changeset
|
705 2008-08-14 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
a8900d9693c5
Improve whitespace information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
97216
diff
changeset
|
706 |
a8900d9693c5
Improve whitespace information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
97216
diff
changeset
|
707 * NEWS: Improve information about whitespace package. |
a8900d9693c5
Improve whitespace information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
97216
diff
changeset
|
708 |
97216
0fd3de34a457
Add entries about the new auth-source integration and
Teodor Zlatanov <tzz@lifelogs.com>
parents:
97194
diff
changeset
|
709 2008-08-01 Teodor Zlatanov <tzz@lifelogs.com> |
0fd3de34a457
Add entries about the new auth-source integration and
Teodor Zlatanov <tzz@lifelogs.com>
parents:
97194
diff
changeset
|
710 |
0fd3de34a457
Add entries about the new auth-source integration and
Teodor Zlatanov <tzz@lifelogs.com>
parents:
97194
diff
changeset
|
711 * NEWS: Add entries about the new auth-source integration and |
0fd3de34a457
Add entries about the new auth-source integration and
Teodor Zlatanov <tzz@lifelogs.com>
parents:
97194
diff
changeset
|
712 about the cyrillic-translit modifications. |
0fd3de34a457
Add entries about the new auth-source integration and
Teodor Zlatanov <tzz@lifelogs.com>
parents:
97194
diff
changeset
|
713 |
97194
d45e07b45d86
NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
97142
diff
changeset
|
714 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> |
d45e07b45d86
NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
97142
diff
changeset
|
715 |
d45e07b45d86
NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
97142
diff
changeset
|
716 * Emacs.clr: Remove. |
d45e07b45d86
NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
97142
diff
changeset
|
717 |
97142 | 718 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> |
719 | |
720 * termcap.src: Remove file. | |
721 * README: | |
722 * PROBLEMS: | |
723 * MACHINES: Remove VMS info. | |
724 | |
97043
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96998
diff
changeset
|
725 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu> |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96998
diff
changeset
|
726 |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96998
diff
changeset
|
727 * PROBLEMS: |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96998
diff
changeset
|
728 * MACHINES: Remove mentions of Mac Carbon. |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96998
diff
changeset
|
729 |
96998
2d3110c3f3dd
New function diff-show-trailing-blanks in diff-mode.el.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
96992
diff
changeset
|
730 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
2d3110c3f3dd
New function diff-show-trailing-blanks in diff-mode.el.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
96992
diff
changeset
|
731 |
2d3110c3f3dd
New function diff-show-trailing-blanks in diff-mode.el.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
96992
diff
changeset
|
732 * NEWS: New function `diff-show-trailing-blanks' in diff-mode.el. |
2d3110c3f3dd
New function diff-show-trailing-blanks in diff-mode.el.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
96992
diff
changeset
|
733 |
96992
b6970aab4c91
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
96967
diff
changeset
|
734 2008-07-24 Michael Albinus <michael.albinus@gmx.de> |
b6970aab4c91
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
96967
diff
changeset
|
735 |
b6970aab4c91
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
96967
diff
changeset
|
736 * NEWS: Add xesam.el. |
b6970aab4c91
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
96967
diff
changeset
|
737 |
96967
56a6f086590e
Add whitespace package information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
96819
diff
changeset
|
738 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
56a6f086590e
Add whitespace package information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
96819
diff
changeset
|
739 |
56a6f086590e
Add whitespace package information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
96819
diff
changeset
|
740 * NEWS: Add information about whitespace package. |
56a6f086590e
Add whitespace package information.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
96819
diff
changeset
|
741 |
96819 | 742 2008-07-19 Juri Linkov <juri@jurta.org> |
743 | |
744 * tutorials/TUTORIAL: Add information about C-g to the introduction. | |
745 | |
96785
0681352e405c
* lisp/startup.el (fancy-splash-head): Fix change of 2008-07-02.
Juanma Barranquero <lekktu@gmail.com>
parents:
96769
diff
changeset
|
746 2008-07-18 Francesc Rocher <rocher@member.fsf.org> |
0681352e405c
* lisp/startup.el (fancy-splash-head): Fix change of 2008-07-02.
Juanma Barranquero <lekktu@gmail.com>
parents:
96769
diff
changeset
|
747 |
0681352e405c
* lisp/startup.el (fancy-splash-head): Fix change of 2008-07-02.
Juanma Barranquero <lekktu@gmail.com>
parents:
96769
diff
changeset
|
748 * images/splash8.xpm: Remove. |
0681352e405c
* lisp/startup.el (fancy-splash-head): Fix change of 2008-07-02.
Juanma Barranquero <lekktu@gmail.com>
parents:
96769
diff
changeset
|
749 |
96786 | 750 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> |
96769
2b46fd076f88
remove need for nextstep/compile for NS build; also, add NEWS entry about the port
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96675
diff
changeset
|
751 |
2b46fd076f88
remove need for nextstep/compile for NS build; also, add NEWS entry about the port
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96675
diff
changeset
|
752 * NEWS: Add entry about NS port. |
2b46fd076f88
remove need for nextstep/compile for NS build; also, add NEWS entry about the port
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96675
diff
changeset
|
753 |
96786 | 754 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> |
96675
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96653
diff
changeset
|
755 |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96653
diff
changeset
|
756 * Emacs.clr: New file, add support for X color names to NS display |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96653
diff
changeset
|
757 implementations. |
d45acf0c8d23
merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
96653
diff
changeset
|
758 |
96628 | 759 2008-07-12 Juri Linkov <juri@jurta.org> |
760 | |
761 * HELLO: Use more correct IPA characters for English pronunciation. | |
762 Add the combining acute accent after the accented vowel in the | |
763 Russian example like it is used in dictionaries. | |
764 | |
96653 | 765 2008-07-11 Kenichi Handa <handa@m17n.org> |
766 | |
98317 | 767 * HELLO: Change the Arabic words appearing in Non-ASCII examples to |
96653 | 768 iso-8859-6 characters. |
769 | |
96479
2cfacee4e258
Add new SVG and PNG splash images.
Juanma Barranquero <lekktu@gmail.com>
parents:
96376
diff
changeset
|
770 2008-07-02 Francesc Rocher <rocher@member.fsf.org> |
2cfacee4e258
Add new SVG and PNG splash images.
Juanma Barranquero <lekktu@gmail.com>
parents:
96376
diff
changeset
|
771 |
2cfacee4e258
Add new SVG and PNG splash images.
Juanma Barranquero <lekktu@gmail.com>
parents:
96376
diff
changeset
|
772 * images/splash.png: |
2cfacee4e258
Add new SVG and PNG splash images.
Juanma Barranquero <lekktu@gmail.com>
parents:
96376
diff
changeset
|
773 * images/splash.svg: |
2cfacee4e258
Add new SVG and PNG splash images.
Juanma Barranquero <lekktu@gmail.com>
parents:
96376
diff
changeset
|
774 * images/gnus/gnus.png: |
2cfacee4e258
Add new SVG and PNG splash images.
Juanma Barranquero <lekktu@gmail.com>
parents:
96376
diff
changeset
|
775 * images/gnus/gnus.svg: New files. |
2cfacee4e258
Add new SVG and PNG splash images.
Juanma Barranquero <lekktu@gmail.com>
parents:
96376
diff
changeset
|
776 |
96261 | 777 2008-06-25 Kenichi Handa <handa@m17n.org> |
778 | |
779 * NEWS: Mention string-to-unibyte. | |
780 | |
96155
1ccd4c713ecf
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
95891
diff
changeset
|
781 2008-06-21 Michael Albinus <michael.albinus@gmx.de> |
1ccd4c713ecf
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
95891
diff
changeset
|
782 |
1ccd4c713ecf
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
95891
diff
changeset
|
783 * NEWS: Tramp uses auth-source. |
1ccd4c713ecf
*** empty log message ***
Michael Albinus <michael.albinus@gmx.de>
parents:
95891
diff
changeset
|
784 |
95683
95f214d05929
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
95116
diff
changeset
|
785 2008-06-08 John Paul Wallington <jpw@pobox.com> |
95f214d05929
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
95116
diff
changeset
|
786 |
96479
2cfacee4e258
Add new SVG and PNG splash images.
Juanma Barranquero <lekktu@gmail.com>
parents:
96376
diff
changeset
|
787 * NEWS: Document that `completion-ignore-case' is nil on MS-Windows. |
95683
95f214d05929
*** empty log message ***
John Paul Wallington <jpw@pobox.com>
parents:
95116
diff
changeset
|
788 |
95116 | 789 2008-05-19 Tom Tromey <tromey@redhat.com> |
790 | |
791 * NEWS: Mention directory-local variables. | |
792 | |
94866 | 793 2008-05-11 Juri Linkov <juri@jurta.org> |
794 | |
795 * images/custom/README: | |
796 * images/custom/down.xpm: | |
797 * images/custom/down-pushed.xpm: | |
798 * images/custom/right.xpm: | |
799 * images/custom/right-pushed.xpm: New files. | |
800 | |
94730
3bbff46b7130
Meta-CVS support removed.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94631
diff
changeset
|
801 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com> |
3bbff46b7130
Meta-CVS support removed.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94631
diff
changeset
|
802 |
3bbff46b7130
Meta-CVS support removed.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94631
diff
changeset
|
803 * NEWS: Support for Meta-CVS removed. |
3bbff46b7130
Meta-CVS support removed.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94631
diff
changeset
|
804 |
94631
1f2f156fa67a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
94609
diff
changeset
|
805 2008-05-05 Nick Roberts <nickrob@snap.net.nz> |
1f2f156fa67a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
94609
diff
changeset
|
806 |
1f2f156fa67a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
94609
diff
changeset
|
807 * compilation.txt: Add regexp for Open Watcom compiler output. |
1f2f156fa67a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
94609
diff
changeset
|
808 |
94609
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
809 2008-05-04 Reiner Steib <reiner.steib@gmx.de> |
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
810 |
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
811 * NEWS: Reword previous commit. |
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
812 * NEWS.22: Document removal of duplicated "alt-" input methods. |
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
813 |
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
814 2008-05-03 Glenn Morris <rgm@gnu.org> |
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
815 |
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
816 * NEWS: Document removal of duplicated "alt-" input methods. |
7939c814add6
* NEWS: Reword previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
94362
diff
changeset
|
817 |
94362 | 818 2008-04-26 Glenn Morris <rgm@gnu.org> |
819 | |
820 * forms-d2.dat: Move here from ../lisp. | |
821 | |
93771 | 822 2008-04-06 Jason Rumney <jasonr@gnu.org> |
823 | |
824 * HELLO (Burmese): Rename from Myanmar. | |
825 | |
80363
0a860349969c
(incoming mail files): Add version.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80326
diff
changeset
|
826 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de> |
0a860349969c
(incoming mail files): Add version.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80326
diff
changeset
|
827 |
0a860349969c
(incoming mail files): Add version.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80326
diff
changeset
|
828 * GNUS-NEWS (incoming mail files): Add version. |
0a860349969c
(incoming mail files): Add version.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80326
diff
changeset
|
829 |
80324
955aa1ebc8b8
Remove even more discussion of flow control.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80319
diff
changeset
|
830 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de> |
955aa1ebc8b8
Remove even more discussion of flow control.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80319
diff
changeset
|
831 |
93759 | 832 * tutorials/TUTORIAL.de: Remove even more discussion of flow |
833 control. Refer to node name `Init Rebinding' instead of title. | |
834 | |
92865
ee118dbafa75
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
92758
diff
changeset
|
835 2008-03-13 Carsten Dominik <dominik@science.uva.nl> |
ee118dbafa75
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
92758
diff
changeset
|
836 |
ee118dbafa75
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
92758
diff
changeset
|
837 * refcards/orgcard.tex: Minor fixes. |
80324
955aa1ebc8b8
Remove even more discussion of flow control.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80319
diff
changeset
|
838 |
80319
18b92e6a188a
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
Chong Yidong <cyd@stupidchicken.com>
parents:
80200
diff
changeset
|
839 2008-03-12 Chong Yidong <cyd@stupidchicken.com> |
18b92e6a188a
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
Chong Yidong <cyd@stupidchicken.com>
parents:
80200
diff
changeset
|
840 |
93759 | 841 * tutorials/TUTORIAL, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.ro: |
842 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ru: | |
843 * tutorials/TUTORIAL.cn, tutorials/TUTORIAL.ja, tutorials/TUTORIAL.sk: | |
844 * tutorials/TUTORIAL.cs, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.sl: | |
845 * tutorials/TUTORIAL.de, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.sv: | |
846 * tutorials/TUTORIAL.eo, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.th: | |
847 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR: | |
848 Remove discussion of flow control. | |
92755
0ff1aa5b228e
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
Chong Yidong <cyd@stupidchicken.com>
parents:
92751
diff
changeset
|
849 |
92751
2bb808ae6079
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92733
diff
changeset
|
850 2008-03-12 Juanma Barranquero <lekktu@gmail.com> |
2bb808ae6079
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92733
diff
changeset
|
851 |
2bb808ae6079
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92733
diff
changeset
|
852 * NEWS: Describe linum.el. |
2bb808ae6079
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92733
diff
changeset
|
853 |
92733 | 854 2008-03-11 Glenn Morris <rgm@gnu.org> |
855 | |
856 * images/icons/hicolor/128x128/apps/emacs.png: | |
857 * images/icons/hicolor/16x16/apps/emacs.png: | |
858 * images/icons/hicolor/24x24/apps/emacs.png: | |
859 * images/icons/hicolor/32x32/apps/emacs.png: | |
860 * images/icons/hicolor/48x48/apps/emacs.png: | |
861 * images/icons/hicolor/scalable/apps/emacs.svg: | |
862 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg: | |
863 Remove `creator' metadata. | |
864 | |
93293 | 865 2008-03-06 Jan Djärv <jan.h.d@swipnet.se> |
92528 | 866 |
867 * images/README: Update with bookmark_add. | |
868 | |
92733 | 869 * images/bookmark_add.pbm, images/bookmark_add.xpm: New files. |
92528 | 870 |
92453 | 871 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
872 | |
92454 | 873 * images/icons/hicolor/32x32/apps/emacs.png: Make transparency 8 bit. |
874 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg: New file. | |
92453 | 875 * images/icons/hicolor/scalable/apps/emacs.svg: Fix format. |
876 | |
92439 | 877 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com> |
878 | |
879 * images/icons/hicolor/16x16/apps/emacs22.png: | |
880 * images/icons/hicolor/24x24/apps/emacs22.png: | |
881 * images/icons/hicolor/32x32/apps/emacs22.png: | |
882 * images/icons/hicolor/48x48/apps/emacs22.png: New files. | |
883 These are the old versions of `emacs.png' under a new name. | |
884 | |
92402 | 885 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
886 | |
887 * images/icons/README: Update info for the icons. | |
888 | |
889 * images/icons/emacs16_mac.png: | |
890 * images/icons/emacs24_mac.png: | |
891 * images/icons/emacs256_mac.png: | |
892 * images/icons/emacs32_mac.png: | |
893 * images/icons/emacs48_mac.png: | |
92439 | 894 * images/icons/emacs512_mac.png: Remove. |
92402 | 895 |
896 * images/icons/hicolor/16x16/apps/emacs.png: | |
897 * images/icons/hicolor/24x24/apps/emacs.png: | |
898 * images/icons/hicolor/32x32/apps/emacs.png: | |
899 * images/icons/hicolor/48x48/apps/emacs.png: New icon. | |
900 | |
901 * images/icons/hicolor/scalable/apps/emacs.svg: | |
902 * images/icons/hicolor/128x128/apps/emacs.png: New files. | |
903 | |
92241
d4d3bc46621d
(Gnus): Mention problem with coding system `utf-8-emacs'
Reiner Steib <Reiner.Steib@gmx.de>
parents:
92148
diff
changeset
|
904 2008-02-26 Reiner Steib <Reiner.Steib@gmx.de> |
d4d3bc46621d
(Gnus): Mention problem with coding system `utf-8-emacs'
Reiner Steib <Reiner.Steib@gmx.de>
parents:
92148
diff
changeset
|
905 |
d4d3bc46621d
(Gnus): Mention problem with coding system `utf-8-emacs'
Reiner Steib <Reiner.Steib@gmx.de>
parents:
92148
diff
changeset
|
906 * NEWS (Gnus): Mention problem with coding system `utf-8-emacs' |
d4d3bc46621d
(Gnus): Mention problem with coding system `utf-8-emacs'
Reiner Steib <Reiner.Steib@gmx.de>
parents:
92148
diff
changeset
|
907 when using different Emacs versions. |
d4d3bc46621d
(Gnus): Mention problem with coding system `utf-8-emacs'
Reiner Steib <Reiner.Steib@gmx.de>
parents:
92148
diff
changeset
|
908 |
93293 | 909 2008-02-25 Jan Djärv <jan.h.d@swipnet.se> |
80200 | 910 |
92360 | 911 * NEWS.22: Mention stock icons for Gtk+. |
912 | |
92073 | 913 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp> |
914 | |
92077
42910b30c7f2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92073
diff
changeset
|
915 * NEWS: Mention the new language environments Bengali, Punjabi, |
92073 | 916 Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features |
917 devanagari, devan-util, kannada, knd-util, malayalam, mlm-util, | |
918 tamil, and tml-util. | |
919 | |
92064 | 920 2008-02-22 Michael Olson <mwolson@gnu.org> |
921 | |
922 * NEWS: Describe nXML mode and json.el. | |
923 | |
92035 | 924 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp> |
925 | |
92077
42910b30c7f2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92073
diff
changeset
|
926 * NEWS: Improve the description about the removal of cp-...-codepage |
42910b30c7f2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92073
diff
changeset
|
927 functions. Describe the removal of the feature `devan-util'. |
92035 | 928 |
92003 | 929 2008-02-21 Glenn Morris <rgm@gnu.org> |
930 | |
931 * NEWS.unicode: Merge into NEWS and remove file. | |
932 | |
91971 | 933 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp> |
934 | |
935 * NEWS.unicode: Mention the removal of codepage related functions. | |
936 | |
91892 | 937 2008-02-16 Glenn Morris <rgm@gnu.org> |
938 | |
939 * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml. | |
940 Rename from "test." to "test-" for doschk. | |
941 | |
91730
04e7668f6b61
EasyPG: Improve NEWS entry.
Michael Olson <mwolson@gnu.org>
parents:
91658
diff
changeset
|
942 2008-02-10 Daiki Ueno <ueno@unixuser.org> |
04e7668f6b61
EasyPG: Improve NEWS entry.
Michael Olson <mwolson@gnu.org>
parents:
91658
diff
changeset
|
943 |
04e7668f6b61
EasyPG: Improve NEWS entry.
Michael Olson <mwolson@gnu.org>
parents:
91658
diff
changeset
|
944 * NEWS: Clarify EasyPG functionalities. |
80200 | 945 |
80087 | 946 2008-02-09 Eli Zaretskii <eliz@gnu.org> |
947 | |
92148 | 948 * tutorials/TUTORIAL.ru: Remove redundant empty lines, insert a |
949 magic line instead. | |
950 | |
93293 | 951 2008-02-08 Jan Djärv <jan.h.d@swipnet.se> |
91658 | 952 |
953 * NEWS: Mention XEmbed and --parent-id. | |
954 | |
91648
b38c91369fba
EasyPG: Add ChangeLog entries.
Michael Olson <mwolson@gnu.org>
parents:
91609
diff
changeset
|
955 2008-02-08 Daiki Ueno <ueno@unixuser.org> |
b38c91369fba
EasyPG: Add ChangeLog entries.
Michael Olson <mwolson@gnu.org>
parents:
91609
diff
changeset
|
956 |
b38c91369fba
EasyPG: Add ChangeLog entries.
Michael Olson <mwolson@gnu.org>
parents:
91609
diff
changeset
|
957 * NEWS: Mention EasyPG. |
80087 | 958 |
79999 | 959 2008-02-02 Eli Zaretskii <eliz@gnu.org> |
960 | |
92751
2bb808ae6079
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92733
diff
changeset
|
961 * tutorials/TUTORIAL.ru: Restore copyright years. Update tutorial. |
2bb808ae6079
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
92733
diff
changeset
|
962 Fix wording. |
91452 | 963 |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
964 2008-02-02 Kenichi Handa <handa@ni.aist.go.jp> |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
965 |
92073 | 966 * HELLO: Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhala, |
98317 | 967 Telugu. Fix ISO-2022 designations in Cantonese line. |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
968 |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
969 2008-02-01 Kenichi Handa <handa@m17n.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
970 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
971 * HELLO: Remove non-unicode character from Tibetan text. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
972 |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
973 2008-02-01 Miles Bader <miles@gnu.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
974 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
975 * TODO, PROBLEMS, NEWS: Replace references to Emacs version "22" |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
976 with "23". |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
977 |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
978 2008-02-01 Kenichi Handa <handa@m17n.org> |
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
979 |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
980 * charsets: New directory for charset mapping tables. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
981 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
982 * charsets/README: New file. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
983 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
984 * charsets/*.map: New files. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
985 |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
986 2008-02-01 Kenichi Handa <handa@m17n.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
987 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
988 * HELLO: Change "Hindi" to more common characters. |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
989 |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
990 2008-02-01 Kenichi Handa <handa@m17n.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
991 |
91609
88cb69e1346c
Some tidying post-unicode-merge: typos, tense, simplification, filling.
Glenn Morris <rgm@gnu.org>
parents:
91452
diff
changeset
|
992 * HELLO: Fix upcase and downcase for several languages. |
88cb69e1346c
Some tidying post-unicode-merge: typos, tense, simplification, filling.
Glenn Morris <rgm@gnu.org>
parents:
91452
diff
changeset
|
993 Change the two German lines into one. Change "Nederlangs" to |
88cb69e1346c
Some tidying post-unicode-merge: typos, tense, simplification, filling.
Glenn Morris <rgm@gnu.org>
parents:
91452
diff
changeset
|
994 "Dutch (Nederlands)". Add original language names to several entries. |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
995 |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
996 2008-02-01 Kenichi Handa <handa@m17n.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
997 |
92148 | 998 * tutorials/TUTORIAL.es: Add local variable coding: latin-1. |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
999 |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
1000 2008-02-01 Kenichi Handa <handa@m17n.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
1001 |
91609
88cb69e1346c
Some tidying post-unicode-merge: typos, tense, simplification, filling.
Glenn Morris <rgm@gnu.org>
parents:
91452
diff
changeset
|
1002 * HELLO: Change indian-2-column chars of Hindi line to Unicode chars. |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
1003 |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
1004 2008-02-01 Dave Love <fx@gnu.org> |
91376
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
1005 |
0e2ade584fbb
Merge ChangeLog.unicode files into ChangeLogs
Miles Bader <miles@gnu.org>
parents:
88096
diff
changeset
|
1006 * HELLO: Add pseudo-maths example. |
79999 | 1007 |
79977
99683da5cb16
* TUTORIAL.ru: Update tutorial.
Chong Yidong <cyd@stupidchicken.com>
parents:
79787
diff
changeset
|
1008 2008-01-31 Alex Ott <alexott@gmail.com> |
99683da5cb16
* TUTORIAL.ru: Update tutorial.
Chong Yidong <cyd@stupidchicken.com>
parents:
79787
diff
changeset
|
1009 |
88096
41c3a568ba86
* tutorials/TUTORIAL.ru: Update tutorial.
Chong Yidong <cyd@stupidchicken.com>
parents:
87952
diff
changeset
|
1010 * tutorials/TUTORIAL.ru: Update tutorial. |
41c3a568ba86
* tutorials/TUTORIAL.ru: Update tutorial.
Chong Yidong <cyd@stupidchicken.com>
parents:
87952
diff
changeset
|
1011 |
87952
b8f89dd3680d
ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents:
87898
diff
changeset
|
1012 2008-01-25 Michael Olson <mwolson@gnu.org> |
b8f89dd3680d
ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents:
87898
diff
changeset
|
1013 |
b8f89dd3680d
ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents:
87898
diff
changeset
|
1014 * ERC-NEWS: Update for ERC 5.3 release candidate. |
b8f89dd3680d
ERC: Sync version 5.3, release candidate 1.
Michael Olson <mwolson@gnu.org>
parents:
87898
diff
changeset
|
1015 |
87898
62670a935506
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87837
diff
changeset
|
1016 2008-01-22 Juanma Barranquero <lekktu@gmail.com> |
62670a935506
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87837
diff
changeset
|
1017 |
62670a935506
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87837
diff
changeset
|
1018 * DEVEL.HUMOR: New entry. |
62670a935506
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87837
diff
changeset
|
1019 |
87837
ccc18186ca73
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
87723
diff
changeset
|
1020 2008-01-18 Carsten Dominik <dominik@science.uva.nl> |
ccc18186ca73
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
87723
diff
changeset
|
1021 |
ccc18186ca73
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
87723
diff
changeset
|
1022 * refcards/orgcard.tex: Update to Org-mode version 5.19. |
ccc18186ca73
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
87723
diff
changeset
|
1023 |
87723 | 1024 2008-01-12 Eli Zaretskii <eliz@gnu.org> |
1025 | |
1026 * MACHINES: Add an explicit list of platforms that are no longer | |
1027 supported. | |
1028 * NEWS: Refer to this list. | |
79787 | 1029 |
79777 | 1030 2008-01-08 Glenn Morris <rgm@gnu.org> |
1031 | |
100529
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1032 * refcards/calccard.tex, refcards/cs-dired-ref.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1033 * refcards/cs-refcard.tex, refcards/cs-survival.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1034 * refcards/de-refcard.tex, refcards/dired-ref.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1035 * refcards/fr-drdref.tex, refcards/fr-refcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1036 * refcards/fr-survival.tex, refcards/gnus-refcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1037 * refcards/orgcard.tex, refcards/pl-refcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1038 * refcards/pt-br-refcard.tex, refcards/refcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1039 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1040 * refcards/sk-refcard.tex, refcards/sk-survival.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1041 * refcards/survival.tex, refcards/vipcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1042 * refcards/viperCard.tex: Update printed copyright year to 2008. |
79777 | 1043 |
87642 | 1044 2008-01-08 Kevin Ryde <user42@zip.com.au> |
1045 | |
1046 * compilation.txt (perl): Add a "during global destruction" sample. | |
1047 | |
87595
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
1048 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
1049 |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
1050 * PROBLEMS: |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
1051 * MACHINES: Remove references to systems not supported anymore. |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
1052 |
87593
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87528
diff
changeset
|
1053 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu> |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87528
diff
changeset
|
1054 |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87528
diff
changeset
|
1055 * MACHINES: Remove Masscomp. |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87528
diff
changeset
|
1056 |
87528
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1057 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu> |
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1058 |
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1059 * images/icons/emacs_16.png, images/icons/emacs_24.png |
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1060 * images/icons/emacs_32.png, images/icons/emacs_48.png: Rename to |
87898
62670a935506
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87837
diff
changeset
|
1061 hicolor/16x16/apps/emacs.png, hicolor/24x24/apps/emacs.png, |
87528
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1062 hicolor/32x32/apps/emacs.png and hicolor/48x48/apps/emacs.png. |
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1063 |
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1064 * images/icons/README (Author): Update for renaming. |
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1065 |
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1066 * emacs.desktop (Icon): Update icon name. |
464b6da4642f
*** empty log message ***
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87306
diff
changeset
|
1067 |
87288 | 1068 2007-12-15 Eli Zaretskii <eliz@gnu.org> |
1069 | |
87299 | 1070 The following files renamed to avoid file-name clashes in |
1071 8+3 (a.k.a. DOS) namespace: | |
1072 | |
1073 * schema/xhtml-basic-form.rnc: Renamed to xhtml-bform.rnc. | |
1074 * schema/xhtml-basic-table.rnc: Renamed to xhtml-btable.rnc. | |
1075 * schema/xhtml-list.rnc: Renamed to xhtml-lst.rnc. | |
1076 * schema/xhtml-target.rnc: Renamed to xhtml-tgt.rnc. | |
1077 * schema/xhtml-style.rnc: Renamed to xhtml-xstyle.rnc. | |
1078 * schema/xhtml-form.rnc, schema/xhtml-table.rnc, schema/xhtml.rnc: | |
1079 Updated accordingly. | |
1080 | |
87306 | 1081 * schema/docbook-dyntbl.rnc, schema/docbook-soextbl.rnc: Renamed to |
87293 | 1082 docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively. |
1083 | |
87288 | 1084 * images/icons/macemacs_16.png, images/icons/macemacs_24.png: |
1085 * images/icons/macemacs_32.png, images/icons/macemacs_48.png: | |
1086 * images/icons/macemacs_256.png, images/icons/macemacs_512.png: | |
1087 Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png, | |
1088 emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png, | |
87293 | 1089 respectively. |
87288 | 1090 |
87614
8c517dfb9898
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
1091 2007-12-08 Ulrich Mueller <ulm@gentoo.org> (tiny change) |
87184
11bbc862a517
* emacs.desktop (Exec, Icon, Categories): Fix entries.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87178
diff
changeset
|
1092 |
11bbc862a517
* emacs.desktop (Exec, Icon, Categories): Fix entries.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87178
diff
changeset
|
1093 * emacs.desktop (Exec, Icon, Categories): Fix entries. |
11bbc862a517
* emacs.desktop (Exec, Icon, Categories): Fix entries.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87178
diff
changeset
|
1094 |
87178
81d86af942c9
Add minimal Gnus item.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
87172
diff
changeset
|
1095 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de> |
81d86af942c9
Add minimal Gnus item.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
87172
diff
changeset
|
1096 |
81d86af942c9
Add minimal Gnus item.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
87172
diff
changeset
|
1097 * NEWS: Add minimal Gnus item. |
81d86af942c9
Add minimal Gnus item.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
87172
diff
changeset
|
1098 |
87172 | 1099 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu> |
1100 | |
1101 * emacs.desktop: New file. | |
1102 | |
86859 | 1103 2007-11-30 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
86857 | 1104 |
1105 * images/icons/macemacs_16.png, images/icons/macemacs_24.png: | |
1106 * images/icons/macemacs_32.png, images/icons/macemacs_48.png: | |
1107 * images/icons/macemacs_256.png, images/icons/macemacs_512.png: | |
1108 New files. | |
1109 | |
86622 | 1110 2007-11-28 Glenn Morris <rgm@gnu.org> |
1111 | |
1112 * nxml/: New directory, moved here from lisp/nxml/char-name/unicode. | |
86741 | 1113 * nxml/README: New file. |
86622 | 1114 |
79477 | 1115 2007-11-24 Glenn Morris <rgm@gnu.org> |
1116 | |
86391 | 1117 * images/gnus/mail_send.xpm: Rename to mail-send.xpm. |
1118 | |
86361
38f93f3d00a2
Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
86352
diff
changeset
|
1119 2007-11-23 Mark A. Hershberger <mah@everybody.org> |
38f93f3d00a2
Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
86352
diff
changeset
|
1120 |
86378
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
86361
diff
changeset
|
1121 * NXML-NEWS: New File. |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
86361
diff
changeset
|
1122 |
86361
38f93f3d00a2
Initial merge of nxml
Mark A. Hershberger <mah@everybody.org>
parents:
86352
diff
changeset
|
1123 * schema: Initial merge of nxml. |
79477 | 1124 |
93293 | 1125 2007-11-22 Francesco Potortì <pot@gnu.org> |
79465
86ad04ff29c2
Remove the following entry for etags:
Francesco Potortì <pot@gnu.org>
parents:
79210
diff
changeset
|
1126 |
86313
2ffb843d7c37
etags: the --members option is now the default.
Francesco Potortì <pot@gnu.org>
parents:
86305
diff
changeset
|
1127 * NEWS: etags: the --members option is now the default. |
2ffb843d7c37
etags: the --members option is now the default.
Francesco Potortì <pot@gnu.org>
parents:
86305
diff
changeset
|
1128 |
86305 | 1129 2007-11-22 Glenn Morris <rgm@gnu.org> |
1130 | |
1131 * images/smilies/grayscale/README, images/smilies/medium/README: | |
1132 New files. | |
1133 | |
86045
1fa61031bef4
Add new entries.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85846
diff
changeset
|
1134 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
1fa61031bef4
Add new entries.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85846
diff
changeset
|
1135 |
1fa61031bef4
Add new entries.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85846
diff
changeset
|
1136 * compilation.txt: Add new entries: compilation-perl--Pod::Checker, |
1fa61031bef4
Add new entries.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85846
diff
changeset
|
1137 compilation-perl--Test, compilation-perl--Test::Harness and |
1fa61031bef4
Add new entries.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85846
diff
changeset
|
1138 compilation-weblint. |
1fa61031bef4
Add new entries.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
85846
diff
changeset
|
1139 |
85846
56cec281e296
* cmdargs.texi (Misc Variables): Remove Sun windows info.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85772
diff
changeset
|
1140 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> |
56cec281e296
* cmdargs.texi (Misc Variables): Remove Sun windows info.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85772
diff
changeset
|
1141 |
56cec281e296
* cmdargs.texi (Misc Variables): Remove Sun windows info.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85772
diff
changeset
|
1142 * MACHINES: Remove Sun windows info. |
56cec281e296
* cmdargs.texi (Misc Variables): Remove Sun windows info.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
85772
diff
changeset
|
1143 |
85772 | 1144 2007-10-30 Michael Olson <mwolson@gnu.org> |
1145 | |
1146 * NEWS: Add entry for Remember Mode. | |
1147 | |
85752 | 1148 2007-10-29 Glenn Morris <rgm@gnu.org> |
1149 | |
1150 * refcards/gnus-refcard.tex: Restore Feb 2007 copyright | |
1151 clarifications lost in update to Gnus trunk. | |
1152 | |
93293 | 1153 2007-10-28 Adam Sjøgren <asjo@koldfront.dk> |
86352
8121805fdbcb
Add missing entry from merge of No Gnus.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
86313
diff
changeset
|
1154 |
100480
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1155 * images/smilies/grayscale/blink.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1156 * images/smilies/grayscale/braindamaged.xpm |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1157 * images/smilies/grayscale/cry.xpm, images/smilies/grayscale/dead.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1158 * images/smilies/grayscale/evil.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1159 * images/smilies/grayscale/forced.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1160 * images/smilies/grayscale/frown.xpm, images/smilies/grayscale/grin.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1161 * images/smilies/grayscale/indifferent.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1162 * images/smilies/grayscale/reverse-smile.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1163 * images/smilies/grayscale/sad.xpm, images/smilies/grayscale/smile.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1164 * images/smilies/grayscale/wry.xpm: New larger grayscale smileys. |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1165 |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1166 * images/smilies/medium/blink.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1167 * images/smilies/medium/braindamaged.xpm, images/smilies/medium/cry.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1168 * images/smilies/medium/dead.xpm, images/smilies/medium/evil.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1169 * images/smilies/medium/forced.xpm, images/smilies/medium/frown.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1170 * images/smilies/medium/grin.xpm, images/smilies/medium/indifferent.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1171 * images/smilies/medium/reverse-smile.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1172 * images/smilies/medium/sad.xpm, images/smilies/medium/smile.xpm: |
5fe668f64ab9
Expand some wildcard entries.
Glenn Morris <rgm@gnu.org>
parents:
100461
diff
changeset
|
1173 * images/smilies/medium/wry.xpm: New colorful smileys. |
86352
8121805fdbcb
Add missing entry from merge of No Gnus.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
86313
diff
changeset
|
1174 |
85743 | 1175 2007-10-29 Michael Olson <mwolson@gnu.org> |
1176 | |
1177 * ERC-NEWS: Update for recent change. | |
1178 | |
85693
dbd6dad40424
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85688
diff
changeset
|
1179 2007-10-27 Juanma Barranquero <lekktu@gmail.com> |
dbd6dad40424
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85688
diff
changeset
|
1180 |
dbd6dad40424
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85688
diff
changeset
|
1181 * .cvsignore: Add *.pyc. |
dbd6dad40424
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85688
diff
changeset
|
1182 |
85643
19d0f5a3c0ff
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
85134
diff
changeset
|
1183 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org> |
19d0f5a3c0ff
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
85134
diff
changeset
|
1184 |
19d0f5a3c0ff
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
85134
diff
changeset
|
1185 * ses-example.ses: Get rid of silly life-universe-everything local |
19d0f5a3c0ff
*** empty log message ***
Jonathan Yavner <jyavner@member.fsf.org>
parents:
85134
diff
changeset
|
1186 variable. `symbolic-formulas' is now `ses--symbolic-formulas'. |
79465
86ad04ff29c2
Remove the following entry for etags:
Francesco Potortì <pot@gnu.org>
parents:
79210
diff
changeset
|
1187 |
79210
6277ff95f884
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
78911
diff
changeset
|
1188 2007-10-24 Juanma Barranquero <lekktu@gmail.com> |
6277ff95f884
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
78911
diff
changeset
|
1189 |
6277ff95f884
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
78911
diff
changeset
|
1190 * NEWS: Mention desktop locking. |
6277ff95f884
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
78911
diff
changeset
|
1191 |
85134
af7e24a5bf93
New VC in the NEWS.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
85114
diff
changeset
|
1192 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com> |
af7e24a5bf93
New VC in the NEWS.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
85114
diff
changeset
|
1193 |
af7e24a5bf93
New VC in the NEWS.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
85114
diff
changeset
|
1194 * NEWS: Explain the VC fileset changes a bit better. |
af7e24a5bf93
New VC in the NEWS.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
85114
diff
changeset
|
1195 |
78911 | 1196 2007-09-28 Glenn Morris <rgm@gnu.org> |
1197 | |
1198 * PROBLEMS: Mention Tex superscript font issue. | |
1199 | |
84884
9a2e35e986a1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
84827
diff
changeset
|
1200 2007-09-25 Johannes Weiner <hannes@saeurebad.de> |
9a2e35e986a1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
84827
diff
changeset
|
1201 |
9a2e35e986a1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
84827
diff
changeset
|
1202 * NEWS: Fix typo. |
9a2e35e986a1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
84827
diff
changeset
|
1203 |
84827 | 1204 2007-09-24 Glenn Morris <rgm@gnu.org> |
1205 | |
1206 * CONTRIBUTE: Remove information on maintaining copyright years; | |
1207 it does not belong here and is in admin/notes anyway. | |
1208 | |
84824 | 1209 2007-09-24 Adam Hupp <adam@hupp.org> |
1210 | |
1211 * emacs.py: Split for python 2 and python 3 compatibility. | |
1212 * emacs2.py: New file, split off from emacs.py. | |
1213 * emacs3.py: New file, python 3 version of emacs2.py. | |
1214 | |
84723 | 1215 2007-09-21 Glenn Morris <rgm@gnu.org> |
1216 | |
1217 * emacstool.1: Remove file. | |
84725 | 1218 * emacs.bash: Adapt for removal of emacstool. |
84732 | 1219 * emacs.csh: Remove emacstool-related code. |
84723 | 1220 |
84589 | 1221 2007-09-16 Glenn Morris <rgm@gnu.org> |
1222 | |
1223 * gfdl.1: Remove unused file. | |
1224 | |
84477 | 1225 2007-09-12 Glenn Morris <rgm@gnu.org> |
1226 | |
1227 * Makefile (SOURCES, unlock, relock): Delete. | |
1228 | |
93293 | 1229 2007-09-10 Michaël Cadilhac <michael@cadilhac.name> |
84445
4a28dfc9900f
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84425
diff
changeset
|
1230 |
4a28dfc9900f
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84425
diff
changeset
|
1231 * NEWS: Document the interactive specification for C functions. |
4a28dfc9900f
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84425
diff
changeset
|
1232 Say that `set-file-modes' is now interactive. |
4a28dfc9900f
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
84425
diff
changeset
|
1233 |
84425
de15045ac6fe
ERC-NEWS: Improve description of erc-ssl and erc-tls change
Michael Olson <mwolson@gnu.org>
parents:
84421
diff
changeset
|
1234 2007-09-10 Michael Olson <mwolson@gnu.org> |
de15045ac6fe
ERC-NEWS: Improve description of erc-ssl and erc-tls change
Michael Olson <mwolson@gnu.org>
parents:
84421
diff
changeset
|
1235 |
de15045ac6fe
ERC-NEWS: Improve description of erc-ssl and erc-tls change
Michael Olson <mwolson@gnu.org>
parents:
84421
diff
changeset
|
1236 * ERC-NEWS: Improve description of erc-tls and erc-ssl change. |
de15045ac6fe
ERC-NEWS: Improve description of erc-ssl and erc-tls change
Michael Olson <mwolson@gnu.org>
parents:
84421
diff
changeset
|
1237 |
84421 | 1238 2007-09-09 Juri Linkov <juri@jurta.org> |
1239 | |
1240 * AUTHORS, CONTRIBUTE: New files, moved here from the root dir. | |
1241 | |
84387
4ee03308c9b6
Sync ERC 5.3 (devel) from upstream
Michael Olson <mwolson@gnu.org>
parents:
83915
diff
changeset
|
1242 2007-09-08 Michael Olson <mwolson@gnu.org> |
4ee03308c9b6
Sync ERC 5.3 (devel) from upstream
Michael Olson <mwolson@gnu.org>
parents:
83915
diff
changeset
|
1243 |
84884
9a2e35e986a1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
84827
diff
changeset
|
1244 * ERC-NEWS: Update for changes to the development version of ERC 5.3. |
84387
4ee03308c9b6
Sync ERC 5.3 (devel) from upstream
Michael Olson <mwolson@gnu.org>
parents:
83915
diff
changeset
|
1245 |
83915 | 1246 2007-09-06 Glenn Morris <rgm@gnu.org> |
1247 | |
1248 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to | |
1249 doc/man/. | |
1250 | |
1251 * refcards/README: Also mention gnus-logo.pdf license. | |
1252 | |
83786
706e5b0566c1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
83755
diff
changeset
|
1253 2007-08-30 Carsten Dominik <dominik@science.uva.nl> |
706e5b0566c1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
83755
diff
changeset
|
1254 |
706e5b0566c1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
83755
diff
changeset
|
1255 * NEWS.22 (Note): Lower-case for orgtbl-mode. |
706e5b0566c1
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
83755
diff
changeset
|
1256 |
93293 | 1257 2007-08-29 Jan Djärv <jan.h.d@swipnet.se> |
83720 | 1258 |
1259 * NEWS: Say that Gtk+ build uses stock icons. | |
1260 | |
82930
57df421aa5e8
Use `C-M-%' instead of `M-x query-replace-regexp'.
Werner LEMBERG <wl@gnu.org>
parents:
82913
diff
changeset
|
1261 2007-08-28 Werner LEMBERG <wl@gnu.org> |
57df421aa5e8
Use `C-M-%' instead of `M-x query-replace-regexp'.
Werner LEMBERG <wl@gnu.org>
parents:
82913
diff
changeset
|
1262 |
57df421aa5e8
Use `C-M-%' instead of `M-x query-replace-regexp'.
Werner LEMBERG <wl@gnu.org>
parents:
82913
diff
changeset
|
1263 * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%' |
57df421aa5e8
Use `C-M-%' instead of `M-x query-replace-regexp'.
Werner LEMBERG <wl@gnu.org>
parents:
82913
diff
changeset
|
1264 instead of `M-x query-replace-regexp'. |
78741 | 1265 |
78678
90908a118cf2
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
78650
diff
changeset
|
1266 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
90908a118cf2
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
78650
diff
changeset
|
1267 |
90908a118cf2
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
78650
diff
changeset
|
1268 * PROBLEMS (Mac OS X): Add alternative workaround for QuickTime |
90908a118cf2
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
78650
diff
changeset
|
1269 updater breakage. |
90908a118cf2
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
78650
diff
changeset
|
1270 |
93293 | 1271 2007-08-26 Michaël Cadilhac <michael@cadilhac.name> |
82883
dadea993f2e2
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82827
diff
changeset
|
1272 |
82885
16f313a79d5a
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82883
diff
changeset
|
1273 * NEWS: Say that PDF files are now the default for refcards. |
16f313a79d5a
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82883
diff
changeset
|
1274 |
100529
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1275 * refcards/fr-drdref.tex, refcards/fr-drdref.pdf: Move these to... |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1276 * refcards/fr-dired-ref.tex, refcards/fr-dired-ref.pdf: ... those names. |
82889
a5e2350e372e
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82885
diff
changeset
|
1277 |
82883
dadea993f2e2
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82827
diff
changeset
|
1278 * refcards/pdflayout.sty: New. Handle PDF layouts through |
dadea993f2e2
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82827
diff
changeset
|
1279 \pdfpagewidth and \pdfpageheight. |
dadea993f2e2
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82827
diff
changeset
|
1280 |
100529
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1281 * refcards/calccard.pdf, refcards/cs-dired-ref.pdf: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1282 * refcards/cs-refcard.pdf, refcards/de-refcard.pdf: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1283 * refcards/dired-ref.pdf, refcards/fr-drdref.pdf: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1284 * refcards/fr-refcard.pdf, refcards/gnus-booklet.pdf: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1285 * refcards/gnus-logo.pdf, refcards/gnus-refcard.pdf: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1286 * refcards/orgcard.pdf, refcards/pl-refcard.pdf: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1287 * refcards/pt-br-refcard.pdf, refcards/refcard.pdf: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1288 * refcards/ru-refcard.pdf, refcards/sk-dired-ref.pdf: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1289 * refcards/sk-refcard.pdf: Add PDF versions of the refcards. |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1290 |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1291 * refcards/calccard.ps, refcards/cs-dired-ref.ps: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1292 * refcards/cs-refcard.ps, refcards/de-refcard.ps, refcards/dired-ref.ps: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1293 * refcards/fr-drdref.ps, refcards/fr-refcard.ps: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1294 * refcards/gnus-booklet.ps, refcards/gnus-logo.ps: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1295 * refcards/gnus-refcard.ps, refcards/orgcard.ps, refcards/pl-refcard.ps: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1296 * refcards/pt-br-refcard.ps, refcards/refcard.ps: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1297 * refcards/ru-refcard.ps, refcards/sk-dired-ref.ps: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1298 * refcards/sk-refcard.ps: Remove the PS versions of the refcards. |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1299 |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1300 * refcards/calccard.tex, refcards/fr-survival.tex, refcards/orgcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1301 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1302 * refcards/refcard.tex, refcards/survival.tex, refcards/vipcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1303 * refcards/viperCard.tex: Specify PDF layout, |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1304 use a PDF `compile-command' local variable. |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1305 |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1306 * refcards/cs-dired-ref.tex, refcards/cs-refcard.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1307 * refcards/cs-survival.tex, refcards/dired-ref.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1308 * refcards/fr-drdref.tex, refcards/sk-dired-ref.tex: |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1309 * refcards/sk-refcard.tex, refcards/sk-survival.tex: |
82883
dadea993f2e2
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82827
diff
changeset
|
1310 Specify PDF layout. |
dadea993f2e2
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82827
diff
changeset
|
1311 |
100529
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1312 * refcards/fr-refcard.tex: Update copyright notice. |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1313 Update the examples. Fix a typo. Remove the `letterpaper' counter, |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1314 specify PDF layout, use a PDF `compile-command' local variable. |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1315 |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1316 * refcards/de-refcard.tex: Remove the `letterpaper' counter, |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1317 specify PDF layout, use a PDF `compile-command' local variable. |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1318 |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1319 * refcards/ru-refcard.tex: Use a PDF `compile-command' local variable. |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1320 |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1321 * refcards/Makefile: Add rules for creating the refcards in PDF, |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1322 make them the default. Change `fr-drdref' to `fr-dired-ref'. |
82883
dadea993f2e2
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
82827
diff
changeset
|
1323 |
82775 | 1324 2007-08-23 Glenn Morris <rgm@gnu.org> |
1325 | |
1326 * Makefile (mostlyclean, clean, distclean, maintainer-clean): | |
1327 Delete these targets since nothing uses them. | |
1328 (SOURCES): Update. | |
1329 Move comments to e/README. Remove license from now-trivial file. | |
1330 | |
1331 * e/README: New file, with most information formerly in Makefile. | |
1332 | |
85114 | 1333 2007-09-05 Jason Rumney <jasonr@gnu.org> |
1334 | |
1335 * NEWS.22: Mention focus-follows-mouse change. | |
1336 | |
78622 | 1337 2007-08-22 Karl Berry <karl@gnu.org> |
1338 | |
100529
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1339 * refcards/refcard.tex: Updates for printing. |
78766
8b1569975c4d
(complete.class_members): Make sure we return the _emacs_out
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78741
diff
changeset
|
1340 (\versionyear): Update to 2007. |
8b1569975c4d
(complete.class_members): Make sure we return the _emacs_out
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78741
diff
changeset
|
1341 (\copyrightnotice): Modified or unmodified ok. |
8b1569975c4d
(complete.class_members): Make sure we return the _emacs_out
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78741
diff
changeset
|
1342 (Simple Customization): Don't use goto-line, since now it's bound. |
78622 | 1343 Also, use now-preferred (kbd ...) syntax. |
1344 | |
82767
353b15b3c5d3
* NEWS: `shell' prompts for the default directory if called with a
Michael Albinus <michael.albinus@gmx.de>
parents:
82761
diff
changeset
|
1345 2007-08-22 Michael Albinus <michael.albinus@gmx.de> |
353b15b3c5d3
* NEWS: `shell' prompts for the default directory if called with a
Michael Albinus <michael.albinus@gmx.de>
parents:
82761
diff
changeset
|
1346 |
353b15b3c5d3
* NEWS: `shell' prompts for the default directory if called with a
Michael Albinus <michael.albinus@gmx.de>
parents:
82761
diff
changeset
|
1347 * NEWS: `shell' prompts for the default directory if called with a |
353b15b3c5d3
* NEWS: `shell' prompts for the default directory if called with a
Michael Albinus <michael.albinus@gmx.de>
parents:
82761
diff
changeset
|
1348 prefix and `default-directory' is a remote file name. |
353b15b3c5d3
* NEWS: `shell' prompts for the default directory if called with a
Michael Albinus <michael.albinus@gmx.de>
parents:
82761
diff
changeset
|
1349 |
82602 | 1350 2007-08-22 Glenn Morris <rgm@gnu.org> |
1351 | |
1352 * tree-widget: Move this directory into images/ subdirectory. | |
1353 | |
82682 | 1354 * refcards/: New directory. Move refcards here. |
82747 | 1355 * Makefile: Move refcard rules from here... |
1356 * refcards/Makefile: ...to here. | |
82751 | 1357 * README: Move information about tex files from here... |
1358 * refcards/README: ...to here. | |
82682 | 1359 |
84884
9a2e35e986a1
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
84827
diff
changeset
|
1360 * tutorials/: New directory. Move TUTORIAL* here. |
82732 | 1361 |
1362 * gnus.pbm, letter.pbm, letter.xpm: | |
1363 * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/. | |
82740 | 1364 * README: Move license information for the above files from here... |
1365 * images/README: ...to here. | |
78622 | 1366 |
100529
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1367 2007-08-22 Carsten Dominik <dominik@science.uva.nl> |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1368 |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1369 * orgcard.tex: Version number upgrade. |
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
1370 |
78549 | 1371 2007-08-14 Glenn Morris <rgm@gnu.org> |
1372 | |
1373 * NEWS: Mention `bad-packages-alist'. | |
1374 | |
78469 | 1375 2007-08-08 Glenn Morris <rgm@gnu.org> |
1376 | |
1377 * TODO: `iff' item is dealt with. | |
1378 * GNUS-NEWS, NEWS, NEWS.1-17, NEWS.19, NEWS.21: Replace `iff'. | |
1379 | |
82228 | 1380 2007-08-01 Glenn Morris <rgm@gnu.org> |
1381 | |
1382 * NEWS: Add fortran-line-length, plus some more sections. | |
1383 | |
78281 | 1384 2007-07-25 Glenn Morris <rgm@gnu.org> |
1385 | |
78766
8b1569975c4d
(complete.class_members): Make sure we return the _emacs_out
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78741
diff
changeset
|
1386 * Relicense all FSF files to GPLv3 or later. |
78281 | 1387 |
1388 * COPYING: Switch to GPLv3. | |
1389 | |
82093
ec5e699d1426
* NEWS: New functions `start-file-process-shell-command' and
Michael Albinus <michael.albinus@gmx.de>
parents:
81941
diff
changeset
|
1390 2007-07-24 Michael Albinus <michael.albinus@gmx.de> |
ec5e699d1426
* NEWS: New functions `start-file-process-shell-command' and
Michael Albinus <michael.albinus@gmx.de>
parents:
81941
diff
changeset
|
1391 |
ec5e699d1426
* NEWS: New functions `start-file-process-shell-command' and
Michael Albinus <michael.albinus@gmx.de>
parents:
81941
diff
changeset
|
1392 * NEWS: New functions `start-file-process-shell-command' and |
ec5e699d1426
* NEWS: New functions `start-file-process-shell-command' and
Michael Albinus <michael.albinus@gmx.de>
parents:
81941
diff
changeset
|
1393 `process-file-shell-command'. |
ec5e699d1426
* NEWS: New functions `start-file-process-shell-command' and
Michael Albinus <michael.albinus@gmx.de>
parents:
81941
diff
changeset
|
1394 |
81941
bff8a71eeb05
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
Michael Albinus <michael.albinus@gmx.de>
parents:
81884
diff
changeset
|
1395 2007-07-17 Michael Albinus <michael.albinus@gmx.de> |
bff8a71eeb05
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
Michael Albinus <michael.albinus@gmx.de>
parents:
81884
diff
changeset
|
1396 |
bff8a71eeb05
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
Michael Albinus <michael.albinus@gmx.de>
parents:
81884
diff
changeset
|
1397 * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION. |
bff8a71eeb05
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
Michael Albinus <michael.albinus@gmx.de>
parents:
81884
diff
changeset
|
1398 |
81884
a7d43c06a61a
Revert recent bookmark keybinding changes, thus returning to using
Karl Fogel <kfogel@red-bean.com>
parents:
81856
diff
changeset
|
1399 2007-07-15 Karl Fogel <kfogel@red-bean.com> |
a7d43c06a61a
Revert recent bookmark keybinding changes, thus returning to using
Karl Fogel <kfogel@red-bean.com>
parents:
81856
diff
changeset
|
1400 |
a7d43c06a61a
Revert recent bookmark keybinding changes, thus returning to using
Karl Fogel <kfogel@red-bean.com>
parents:
81856
diff
changeset
|
1401 * NEWS: Revert revision 1.1509 (commitid xdXJjPiU1ZfI9Fps), which |
a7d43c06a61a
Revert recent bookmark keybinding changes, thus returning to using
Karl Fogel <kfogel@red-bean.com>
parents:
81856
diff
changeset
|
1402 documented bookmark keybinding changes that were later reverted. |
a7d43c06a61a
Revert recent bookmark keybinding changes, thus returning to using
Karl Fogel <kfogel@red-bean.com>
parents:
81856
diff
changeset
|
1403 |
93293 | 1404 2007-07-14 Jan Djärv <jan.h.d@swipnet.se> |
81854 | 1405 |
81856 | 1406 * PROBLEMS: Mention gtk-engines-qt problem. |
81854 | 1407 |
81851
c8c299af082c
* NEWS: Update for recent bookmark keybinding changes.
Karl Fogel <kfogel@red-bean.com>
parents:
81802
diff
changeset
|
1408 2007-07-13 Karl Fogel <kfogel@red-bean.com> |
c8c299af082c
* NEWS: Update for recent bookmark keybinding changes.
Karl Fogel <kfogel@red-bean.com>
parents:
81802
diff
changeset
|
1409 |
c8c299af082c
* NEWS: Update for recent bookmark keybinding changes.
Karl Fogel <kfogel@red-bean.com>
parents:
81802
diff
changeset
|
1410 * NEWS: Update for recent bookmark keybinding changes. |
c8c299af082c
* NEWS: Update for recent bookmark keybinding changes.
Karl Fogel <kfogel@red-bean.com>
parents:
81802
diff
changeset
|
1411 |
81802
dc2bceb79a0a
* NEWS: Add Tramp and comint-mode changes.
Michael Albinus <michael.albinus@gmx.de>
parents:
81763
diff
changeset
|
1412 2007-07-10 Michael Albinus <michael.albinus@gmx.de> |
dc2bceb79a0a
* NEWS: Add Tramp and comint-mode changes.
Michael Albinus <michael.albinus@gmx.de>
parents:
81763
diff
changeset
|
1413 |
dc2bceb79a0a
* NEWS: Add Tramp and comint-mode changes.
Michael Albinus <michael.albinus@gmx.de>
parents:
81763
diff
changeset
|
1414 * NEWS: Add Tramp and comint-mode changes. |
dc2bceb79a0a
* NEWS: Add Tramp and comint-mode changes.
Michael Albinus <michael.albinus@gmx.de>
parents:
81763
diff
changeset
|
1415 |
81763
ee27e7153c38
* NEWS: `file-remote-p' has a new optional parameter CONNECTED.
Michael Albinus <michael.albinus@gmx.de>
parents:
81734
diff
changeset
|
1416 2007-07-08 Michael Albinus <michael.albinus@gmx.de> |
ee27e7153c38
* NEWS: `file-remote-p' has a new optional parameter CONNECTED.
Michael Albinus <michael.albinus@gmx.de>
parents:
81734
diff
changeset
|
1417 |
ee27e7153c38
* NEWS: `file-remote-p' has a new optional parameter CONNECTED.
Michael Albinus <michael.albinus@gmx.de>
parents:
81734
diff
changeset
|
1418 * NEWS: `file-remote-p' has a new optional parameter CONNECTED. |
ee27e7153c38
* NEWS: `file-remote-p' has a new optional parameter CONNECTED.
Michael Albinus <michael.albinus@gmx.de>
parents:
81734
diff
changeset
|
1419 |
81734
e75a9a5b8536
* NEWS: New function `start-file-process'.
Michael Albinus <michael.albinus@gmx.de>
parents:
81685
diff
changeset
|
1420 2007-07-07 Michael Albinus <michael.albinus@gmx.de> |
e75a9a5b8536
* NEWS: New function `start-file-process'.
Michael Albinus <michael.albinus@gmx.de>
parents:
81685
diff
changeset
|
1421 |
e75a9a5b8536
* NEWS: New function `start-file-process'.
Michael Albinus <michael.albinus@gmx.de>
parents:
81685
diff
changeset
|
1422 * NEWS: New function `start-file-process'. |
e75a9a5b8536
* NEWS: New function `start-file-process'.
Michael Albinus <michael.albinus@gmx.de>
parents:
81685
diff
changeset
|
1423 |
81685
ecb4a0ba32e7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
81637
diff
changeset
|
1424 2007-07-02 Carsten Dominik <dominik@science.uva.nl> |
ecb4a0ba32e7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
81637
diff
changeset
|
1425 |
ecb4a0ba32e7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
81637
diff
changeset
|
1426 * orgcard.tex: Version 5.01 |
ecb4a0ba32e7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
81637
diff
changeset
|
1427 |
81637
9cde32c80659
* NEWS: `dired-call-process' has been removed.
Michael Albinus <michael.albinus@gmx.de>
parents:
81488
diff
changeset
|
1428 2007-06-27 Michael Albinus <michael.albinus@gmx.de> |
9cde32c80659
* NEWS: `dired-call-process' has been removed.
Michael Albinus <michael.albinus@gmx.de>
parents:
81488
diff
changeset
|
1429 |
9cde32c80659
* NEWS: `dired-call-process' has been removed.
Michael Albinus <michael.albinus@gmx.de>
parents:
81488
diff
changeset
|
1430 * NEWS: `dired-call-process' has been removed. |
9cde32c80659
* NEWS: `dired-call-process' has been removed.
Michael Albinus <michael.albinus@gmx.de>
parents:
81488
diff
changeset
|
1431 |
81488 | 1432 2007-06-20 Glenn Morris <rgm@gnu.org> |
1433 | |
1434 * NEWS: configure prefers libgif over libungif. | |
1435 | |
81417
ad4e3e32792a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
81402
diff
changeset
|
1436 2007-06-14 Nick Roberts <nickrob@snap.net.nz> |
ad4e3e32792a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
81402
diff
changeset
|
1437 |
ad4e3e32792a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
81402
diff
changeset
|
1438 * NEWS: Mention mouse highlighting in a GNU/Linux console. |
ad4e3e32792a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
81402
diff
changeset
|
1439 |
81402
ab07b2466b71
* emacs.1: Completely revised.
Werner LEMBERG <wl@gnu.org>
parents:
81320
diff
changeset
|
1440 2007-06-14 Werner Lemberg <wl@gnu.org> |
78124 | 1441 |
1442 * emacs.1: Completely revised. | |
1443 Fix many typographical glitches. | |
1444 Updated to handle current state of options and resources. | |
1445 | |
81320 | 1446 2007-06-12 Glenn Morris <rgm@gnu.org> |
1447 | |
1448 * NEWS: Change bug address. Add back +++/--- note. | |
1449 Use present tense for X-toolkit entry. Mention libgif. | |
77967
44684bc7f2f2
Sync 2007-05-19 change from trunk.
Glenn Morris <rgm@gnu.org>
parents:
77965
diff
changeset
|
1450 |
77965 | 1451 2007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change) |
1452 | |
1453 * NEWS (set-mark-command-repeat-pop): Fix duplicate entry. | |
1454 | |
77962 | 1455 2007-06-07 Michael Olson <mwolson@gnu.org> |
1456 | |
1457 * MORE.STUFF: Update eshell URL. | |
1458 | |
81168
240754224217
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
81145
diff
changeset
|
1459 2007-06-06 Carsten Dominik <dominik@science.uva.nl> |
240754224217
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
81145
diff
changeset
|
1460 |
240754224217
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
81145
diff
changeset
|
1461 * orgcard.tex: Version 4.77. |
240754224217
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
81145
diff
changeset
|
1462 |
81145
ad425ef1d67e
* NEWS: Add socks.el as new package.
Michael Albinus <michael.albinus@gmx.de>
parents:
81121
diff
changeset
|
1463 2007-06-05 Michael Albinus <michael.albinus@gmx.de> |
ad425ef1d67e
* NEWS: Add socks.el as new package.
Michael Albinus <michael.albinus@gmx.de>
parents:
81121
diff
changeset
|
1464 |
ad425ef1d67e
* NEWS: Add socks.el as new package.
Michael Albinus <michael.albinus@gmx.de>
parents:
81121
diff
changeset
|
1465 * NEWS: Add socks.el as new package. |
ad425ef1d67e
* NEWS: Add socks.el as new package.
Michael Albinus <michael.albinus@gmx.de>
parents:
81121
diff
changeset
|
1466 |
81121
03f5eddab89b
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81090
diff
changeset
|
1467 2007-06-02 Thien-Thi Nguyen <ttn@gnuvola.org> |
03f5eddab89b
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81090
diff
changeset
|
1468 |
03f5eddab89b
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81090
diff
changeset
|
1469 * MORE.STUFF (Hideshow): Delete. |
03f5eddab89b
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81090
diff
changeset
|
1470 (EDB, Go in a buffer): Update urls. |
03f5eddab89b
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81090
diff
changeset
|
1471 Suggested by CHENG Gao <chenggao@gmail.com>. |
03f5eddab89b
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
81090
diff
changeset
|
1472 |
77858
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77856
diff
changeset
|
1473 2007-06-02 Chong Yidong <cyd@stupidchicken.com> |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77856
diff
changeset
|
1474 |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77856
diff
changeset
|
1475 * Version 22.1 released. |
815150a147ce
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
77856
diff
changeset
|
1476 |
77856
e206ba46f390
* MORE.STUFF: Remove dead URL for Fortune, and update URLs for
Chong Yidong <cyd@stupidchicken.com>
parents:
77827
diff
changeset
|
1477 2007-06-02 CHENG Gao <chenggao@gmail.com> |
e206ba46f390
* MORE.STUFF: Remove dead URL for Fortune, and update URLs for
Chong Yidong <cyd@stupidchicken.com>
parents:
77827
diff
changeset
|
1478 |
e206ba46f390
* MORE.STUFF: Remove dead URL for Fortune, and update URLs for
Chong Yidong <cyd@stupidchicken.com>
parents:
77827
diff
changeset
|
1479 * MORE.STUFF: Remove dead URL for Fortune, and update URLs for |
e206ba46f390
* MORE.STUFF: Remove dead URL for Fortune, and update URLs for
Chong Yidong <cyd@stupidchicken.com>
parents:
77827
diff
changeset
|
1480 Hideshow, Org, EDB, and Remember. |
e206ba46f390
* MORE.STUFF: Remove dead URL for Fortune, and update URLs for
Chong Yidong <cyd@stupidchicken.com>
parents:
77827
diff
changeset
|
1481 |
77827 | 1482 2007-05-29 Robert J. Chassell <bob@rattlesnake.com> |
1483 | |
1484 * NEWS: Fix instances of `allow' without object. | |
1485 | |
81025 | 1486 2007-05-22 Glenn Morris <rgm@gnu.org> |
1487 | |
1488 * NEWS.22: New file with entries for Emacs 22. | |
1489 * NEWS: Move Emacs 22 entries to new file NEWS.22, leave empty | |
1490 template for next Emacs version. | |
1491 | |
80969 | 1492 2007-05-19 Glenn Morris <rgm@gnu.org> |
1493 | |
1494 * images/cancel.pbm: Convert from PGM to PBM. | |
1495 | |
1496 * images/copy.pbm, images/next-node.pbm, images/prev-node.pbm: | |
1497 * images/save.pbm, images/up-node.pbm: Convert from PPM to PBM. | |
1498 | |
77735 | 1499 2007-05-17 Glenn Morris <rgm@gnu.org> |
1500 | |
1501 * PROBLEMS (Dumping): Mention OpenBSD macppc problem. | |
1502 | |
93293 | 1503 2007-05-15 Michaël Cadilhac <michael@cadilhac.name> |
77703
9aa4a63e75cb
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77688
diff
changeset
|
1504 |
9aa4a63e75cb
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77688
diff
changeset
|
1505 * fr-refcard.tex: Rewrite using German layout. |
9aa4a63e75cb
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77688
diff
changeset
|
1506 |
9aa4a63e75cb
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77688
diff
changeset
|
1507 * fr-refcard.ps: Regenerate. |
9aa4a63e75cb
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77688
diff
changeset
|
1508 |
77688
aa8bcc90a99b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
77684
diff
changeset
|
1509 2007-05-12 Richard Stallman <rms@gnu.org> |
aa8bcc90a99b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
77684
diff
changeset
|
1510 |
aa8bcc90a99b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
77684
diff
changeset
|
1511 * refcard.tex (section{Incremental Search}): Minor corrections. |
aa8bcc90a99b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
77684
diff
changeset
|
1512 |
93293 | 1513 2007-05-12 Michaël Cadilhac <michael@cadilhac.name> |
77684
1d05a14c853d
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77651
diff
changeset
|
1514 |
1d05a14c853d
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77651
diff
changeset
|
1515 * Makefile (viperCard.ps, calccard.ps refcard.ps) |
1d05a14c853d
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77651
diff
changeset
|
1516 (sk-dired-ref.ps sk-refcard.ps sk-survival.ps) |
1d05a14c853d
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77651
diff
changeset
|
1517 (de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps): Use an |
1d05a14c853d
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77651
diff
changeset
|
1518 explicit output argument for `dvips'. |
1d05a14c853d
*** empty log message ***
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
77651
diff
changeset
|
1519 |
77651 | 1520 2007-05-05 Glenn Morris <rgm@gnu.org> |
1521 | |
1522 * NEWS: Re-order. | |
1523 | |
77609 | 1524 2007-04-28 Glenn Morris <rgm@gnu.org> |
1525 | |
77613 | 1526 * emacs.py: Restore file pending consideration of python.el legal |
1527 status. | |
1528 * NEWS: Restore mention of python.el pending consideration of | |
1529 legal status. | |
77609 | 1530 |
77608 | 1531 2007-04-28 David R. Linn <drl@jekyll.vuse.vanderbilt.edu> |
1532 | |
1533 * PROBLEMS: Add section on Solaris out-of-tree install issues with | |
1534 non-GNU make. | |
1535 | |
77552 | 1536 2007-04-25 Werner Lemberg <wl@gnu.org> |
1537 | |
1538 * emacs.1: Replace -- with \(em. | |
1539 | |
1540 2007-04-25 Yavor Doganov <yavor@gnu.org> (tiny change) | |
77550 | 1541 |
1542 * emacs.1, etags.1: Escape some minus signs. | |
77537
a2af59cab5cf
* emacs.py: File removed due to unclear legal issues.
Chong Yidong <cyd@stupidchicken.com>
parents:
77429
diff
changeset
|
1543 |
77429 | 1544 2007-04-22 Glenn Morris <rgm@gnu.org> |
1545 | |
1546 * NEWS: Change to EMACS env-var was reverted, so delete this entry. | |
1547 | |
77312 | 1548 2007-04-19 Glenn Morris <rgm@gnu.org> |
1549 | |
1550 * PROBLEMS: Expand a little on Emacs not knowing fqdn. | |
1551 | |
77286
0f67bcedb447
* NEWS: Mention `query-replace-regexp-eval' being deprecated.
David Kastrup <dak@gnu.org>
parents:
77213
diff
changeset
|
1552 2007-04-17 David Kastrup <dak@gnu.org> |
0f67bcedb447
* NEWS: Mention `query-replace-regexp-eval' being deprecated.
David Kastrup <dak@gnu.org>
parents:
77213
diff
changeset
|
1553 |
0f67bcedb447
* NEWS: Mention `query-replace-regexp-eval' being deprecated.
David Kastrup <dak@gnu.org>
parents:
77213
diff
changeset
|
1554 * NEWS: Mention `query-replace-regexp-eval' being deprecated. |
0f67bcedb447
* NEWS: Mention `query-replace-regexp-eval' being deprecated.
David Kastrup <dak@gnu.org>
parents:
77213
diff
changeset
|
1555 |
77213 | 1556 2007-04-15 Glenn Morris <rgm@gnu.org> |
1557 | |
1558 * FTP: Make it a duplicate of ../FTP. | |
1559 | |
77191 | 1560 2007-04-14 Glenn Morris <rgm@gnu.org> |
1561 | |
77209 | 1562 * SERVICE: Replace with a pointer to the web version. |
1563 | |
77191 | 1564 * emacs.1: Update some of the more obsolete information. |
1565 | |
77158 | 1566 2007-04-13 Glenn Morris <rgm@gnu.org> |
1567 | |
1568 * MACHINES: emacserver is removed. | |
1569 | |
77160 | 1570 * MORE.STUFF: Update some links, remove some dead ones. |
1571 | |
76937
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
1572 2007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> |
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
1573 |
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
1574 * emacs.py (format_exception): New function. |
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
1575 (eexecfile): Use it instead of traceback.print_exception. |
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
1576 Don't use execfile to avoid a bug in w32. |
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
1577 |
76935 | 1578 2007-04-04 Glenn Morris <rgm@gnu.org> |
1579 | |
1580 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc | |
1581 on Solaris. | |
1582 | |
1583 * PROBLEMS (Configuration): Add entries on compiler/preprocessor | |
1584 mismatch, and on preprocessor inserting whitespace. | |
1585 | |
76913 | 1586 2007-04-03 Eli Zaretskii <eliz@gnu.org> |
1587 | |
1588 * TODO: Add entry for switching MS-Windows keyboard input to | |
1589 Unicode. Add specific pointer to msdos.c functions that support | |
1590 menus on text terminals. | |
1591 | |
76856 | 1592 2007-04-01 Michael Olson <mwolson@gnu.org> |
1593 | |
1594 * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries | |
1595 were for previously-committed changes. | |
1596 | |
76847
8317d35172e4
* PROBLEMS: Remove Tramp problem; it has been fixed.
Michael Albinus <michael.albinus@gmx.de>
parents:
76826
diff
changeset
|
1597 2007-03-31 Michael Albinus <michael.albinus@gmx.de> |
8317d35172e4
* PROBLEMS: Remove Tramp problem; it has been fixed.
Michael Albinus <michael.albinus@gmx.de>
parents:
76826
diff
changeset
|
1598 |
8317d35172e4
* PROBLEMS: Remove Tramp problem; it has been fixed.
Michael Albinus <michael.albinus@gmx.de>
parents:
76826
diff
changeset
|
1599 * PROBLEMS: Remove Tramp problem; it has been fixed. |
8317d35172e4
* PROBLEMS: Remove Tramp problem; it has been fixed.
Michael Albinus <michael.albinus@gmx.de>
parents:
76826
diff
changeset
|
1600 |
76826 | 1601 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
1602 | |
1603 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with | |
1604 modifiers. | |
1605 | |
76678 | 1606 2007-03-23 Glenn Morris <rgm@gnu.org> |
1607 | |
76788
e61b4b61e220
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76682
diff
changeset
|
1608 * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT): |
e61b4b61e220
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76682
diff
changeset
|
1609 Delete unused variables. |
e61b4b61e220
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76682
diff
changeset
|
1610 (dired-refcards, misc-refcards, survival-card, viper-cards): |
e61b4b61e220
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
76682
diff
changeset
|
1611 New targets. |
76682 | 1612 (all): Also build dired-refcards and misc-refcards. |
1613 (clean, distclean, maintainer-clean): Depend on mostlyclean. | |
1614 (SOURCES): Remove non-existent files. | |
1615 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock): | |
1616 Mark as phony. | |
1617 (.ps files): Specify default papersize in the dvips command. | |
1618 | |
76678 | 1619 * fr-refcard.tex (\letterpaper): Switch to A4. |
1620 (\section): Reduce \vskips to fit on A4 paper. | |
1621 (\shortcopyrightnotice): Display at end of first column. | |
1622 | |
76647 | 1623 2007-03-21 Glenn Morris <rgm@gnu.org> |
1624 | |
1625 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns. | |
1626 (\shortcopyrightnotice): Do not display in middle of file. | |
1627 Numerous \cr and \hskip hacks to avoid overfull columns. | |
1628 | |
1629 * fr-refcard.ps: Regenerate. | |
1630 | |
76604
79b7d087a9b5
* dired-ref.ps: Regenerate
Chong Yidong <cyd@stupidchicken.com>
parents:
76461
diff
changeset
|
1631 2007-03-19 Chong Yidong <cyd@stupidchicken.com> |
79b7d087a9b5
* dired-ref.ps: Regenerate
Chong Yidong <cyd@stupidchicken.com>
parents:
76461
diff
changeset
|
1632 |
76611 | 1633 * dired-ref.tex: |
76647 | 1634 * fr-drdref.tex: |
76611 | 1635 * cs-dired-ref.tex: |
1636 * sk-dired-ref.tex: Emacs 21 -> 22. | |
1637 | |
1638 * dired-ref.ps: | |
76647 | 1639 * fr-drdref.ps: |
76611 | 1640 * cs-dired-ref.ps: |
1641 * sk-dired-ref.ps: Regenerate. | |
76604
79b7d087a9b5
* dired-ref.ps: Regenerate
Chong Yidong <cyd@stupidchicken.com>
parents:
76461
diff
changeset
|
1642 |
76461 | 1643 2007-03-11 Glenn Morris <rgm@gnu.org> |
1644 | |
1645 * ms-7bkermit, ulimit.hack, Xkeymap.txt: Remove files. | |
1646 | |
1647 * Makefile (SOURCES): ulimit.hack is removed. | |
1648 | |
76291
7d2b5814cd4e
* NEWS (fontification): Mention that the new default for
David Kastrup <dak@gnu.org>
parents:
76262
diff
changeset
|
1649 2007-03-04 David Kastrup <dak@gnu.org> |
7d2b5814cd4e
* NEWS (fontification): Mention that the new default for
David Kastrup <dak@gnu.org>
parents:
76262
diff
changeset
|
1650 |
7d2b5814cd4e
* NEWS (fontification): Mention that the new default for
David Kastrup <dak@gnu.org>
parents:
76262
diff
changeset
|
1651 * NEWS (fontification): Mention that the new default for |
7d2b5814cd4e
* NEWS (fontification): Mention that the new default for
David Kastrup <dak@gnu.org>
parents:
76262
diff
changeset
|
1652 jit-lock-stealth-time is now nil. |
7d2b5814cd4e
* NEWS (fontification): Mention that the new default for
David Kastrup <dak@gnu.org>
parents:
76262
diff
changeset
|
1653 |
76248 | 1654 2007-03-01 Kim F. Storm <storm@cua.dk> |
1655 | |
76262 | 1656 * ORDERS: Reformat text. |
1657 | |
76248 | 1658 * NEWS (About external Lisp packages): New section. |
1659 | |
76229
4d6483701b77
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
76194
diff
changeset
|
1660 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org> |
4d6483701b77
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
76194
diff
changeset
|
1661 |
4d6483701b77
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
76194
diff
changeset
|
1662 * TUTORIAL.it: Fix typo. |
4d6483701b77
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
76194
diff
changeset
|
1663 |
76183 | 1664 2007-02-27 Glenn Morris <rgm@gnu.org> |
1665 | |
76194 | 1666 * cs-dired-ref.tex: Increase in 2 column case to make room |
1667 for copyright notice. | |
1668 (nopagenumbers): Call to turn off numbers in 1 page document. | |
93293 | 1669 (Nápovìda, Modifikace Dired bufferu): Swap sections to |
76194 | 1670 balance column length in presence of copyright notice. |
1671 (copyrightnotice): Uncomment so that notice is displayed. | |
1672 | |
76191 | 1673 * dired-ref.tex (vsize): Increase in 2 column case to make room |
1674 for copyright notice. | |
1675 (nopagenumbers): Call to turn off numbers in 1 page document. | |
1676 (Getting Help, Modifying the Dired Buffer): Swap sections to | |
1677 balance column length in presence of copyright notice. | |
1678 (copyrightnotice): Uncomment so that notice is displayed. | |
1679 | |
76185 | 1680 * fr-drdref.tex (vsize): Increase in 2 column case. |
1681 (\key): Tweak space for description. | |
1682 (\overfullrule): Set to 0pt to hide small overflows. | |
1683 (nopagenumbers): Call to turn off numbers in 1 page document. | |
1684 (Obtenir de l'aide, Modifier le tampon Dired): Swap sections to | |
1685 balance column length. | |
1686 (Mettre un flag sur les fichiers \`a d\'etruire): Hack in a line | |
1687 break to prevent overfull line. | |
1688 (find-names-dired): Use \key rather than \metax as a hack fix for | |
1689 overflow. | |
1690 | |
76191 | 1691 * sk-dired-ref.tex (vsize): Increase in 2 column case to make room |
76183 | 1692 for copyright notice. |
1693 (nopagenumbers): Call to turn off numbers in 1 page document. | |
93293 | 1694 (Nápoveda, Modifikácia Dired bufferu): Swap sections to |
76183 | 1695 balance column length in presence of copyright notice. |
1696 (copyrightnotice): Uncomment so that notice is displayed. | |
1697 | |
76156
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1698 2007-02-26 Carsten Dominik <dominik@science.uva.nl> |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1699 |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1700 * orgcard.tex (section{Visibility Cycling}): Document key for |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1701 indirect buffer access. |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1702 (section{Archiving}): New keys for archiving. |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1703 (section{Tables}): Combine two lines for hline creation. |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1704 Named-field formula changed to Field formula. |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1705 (section{Links}): Document keys for finding links. |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1706 (section{Agenda Views}): New key for agenda file cycling. |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1707 Document keys for stuck projects. Typos fixed. |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1708 (section{Exporting and Publishing}): Export options no longer in |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1709 reference card. |
0fd86f055997
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
76142
diff
changeset
|
1710 |
93293 | 1711 2007-02-25 Jan Djärv <jan.h.d@swipnet.se> |
76142
0042363314f0
* PROBLEMS: Gtk+ and cygwin doesn't work.
Jan Djärv <jan.h.d@swipnet.se>
parents:
76107
diff
changeset
|
1712 |
0042363314f0
* PROBLEMS: Gtk+ and cygwin doesn't work.
Jan Djärv <jan.h.d@swipnet.se>
parents:
76107
diff
changeset
|
1713 * PROBLEMS: Gtk+ and cygwin doesn't work. |
0042363314f0
* PROBLEMS: Gtk+ and cygwin doesn't work.
Jan Djärv <jan.h.d@swipnet.se>
parents:
76107
diff
changeset
|
1714 |
76107 | 1715 2007-02-23 Eli Zaretskii <eliz@gnu.org> |
1716 | |
1717 * MORE.STUFF: Add a pointer to Phil Sung's Emacs slides on MIT. | |
1718 | |
93293 | 1719 2007-02-22 Per Starbäck <starback@stp.lingfil.uu.se> (tiny change) |
76060
dcea9d5a8835
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
76054
diff
changeset
|
1720 |
dcea9d5a8835
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
76054
diff
changeset
|
1721 * NEWS: Grammar and capitalization fixes. |
dcea9d5a8835
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
76054
diff
changeset
|
1722 |
76054 | 1723 2007-02-22 Glenn Morris <rgm@gnu.org> |
1724 | |
1725 * orgcard.tex, orgcard.ps: Restore deleted files following | |
1726 copyright assignment. | |
1727 | |
76034 | 1728 2007-02-20 Glenn Morris <rgm@gnu.org> |
1729 | |
1730 * TUTORIAL.eo: Unjustify. | |
1731 | |
76031 | 1732 2007-02-20 Sergio Pokrovskij <sergio.pokrovskij@gmail.com> |
1733 | |
1734 * TUTORIAL.eo: Change license to GPL. Add translator credits. | |
1735 | |
76009 | 1736 2007-02-19 Kenichi Handa <handa@m17n.org> |
1737 | |
81145
ad425ef1d67e
* NEWS: Add socks.el as new package.
Michael Albinus <michael.albinus@gmx.de>
parents:
81121
diff
changeset
|
1738 * NEWS (New language environments): Add "Esperanto". |
76009 | 1739 |
76007 | 1740 2007-02-16 Dale Gulledge <dsplat@rochester.rr.com> |
1741 | |
1742 * TUTORIAL.eo: Add "See end ..." at the first line. | |
1743 | |
76005 | 1744 2007-02-19 Kenichi Handa <handa@m17n.org> |
1745 | |
1746 * TUTORIAL.eo: Add "." at the end of the first line. | |
1747 | |
75984
89707a1526bd
* gnus-refcard.tex: Remove obsolete comments. Add a short note
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75972
diff
changeset
|
1748 2007-02-17 Reiner Steib <Reiner.Steib@gmx.de> |
89707a1526bd
* gnus-refcard.tex: Remove obsolete comments. Add a short note
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75972
diff
changeset
|
1749 |
89707a1526bd
* gnus-refcard.tex: Remove obsolete comments. Add a short note
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75972
diff
changeset
|
1750 * gnus-refcard.tex: Remove obsolete comments. Add a short note |
89707a1526bd
* gnus-refcard.tex: Remove obsolete comments. Add a short note
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75972
diff
changeset
|
1751 creating PostScript files for Emacs without using Makefile rules. |
89707a1526bd
* gnus-refcard.tex: Remove obsolete comments. Add a short note
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75972
diff
changeset
|
1752 |
89707a1526bd
* gnus-refcard.tex: Remove obsolete comments. Add a short note
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75972
diff
changeset
|
1753 * gnus-booklet.ps, gnus-refcard.ps: Generate with letter paper. |
89707a1526bd
* gnus-refcard.tex: Remove obsolete comments. Add a short note
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75972
diff
changeset
|
1754 |
75972 | 1755 2007-02-17 Glenn Morris <rgm@gnu.org> |
1756 | |
1757 * TUTORIAL.eo: Add 2007 to copyright years. Remove translator | |
1758 copyrights (disclaimers on file), merge years into FSF copyrights. | |
1759 Move copyright to end. Remove "LocalWords" at end of file. | |
1760 | |
75948 | 1761 2007-02-16 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
1762 | |
1763 * TUTORIAL.pt_BR: Fix some accentuation, verbal conjugation and typos. | |
1764 | |
75929 | 1765 2007-02-16 Kenichi Handa <handa@m17n.org> |
1766 | |
1767 * TUTORIAL.translators: Add TUTORIAL.eo. | |
1768 | |
75930 | 1769 2007-02-16 Dale Gulledge <dsplat@rochester.rr.com> |
75929 | 1770 |
1771 * TUTORIAL.eo: New file. | |
1772 | |
75891
826106424ba1
* images/gnus/bar.xbm:
Chong Yidong <cyd@stupidchicken.com>
parents:
75865
diff
changeset
|
1773 2007-02-14 Chong Yidong <cyd@stupidchicken.com> |
826106424ba1
* images/gnus/bar.xbm:
Chong Yidong <cyd@stupidchicken.com>
parents:
75865
diff
changeset
|
1774 |
75895
29d4d6d6346e
* images/smilies/dead.xpm: Moved from images/gnus/dead.xpm.
Chong Yidong <cyd@stupidchicken.com>
parents:
75893
diff
changeset
|
1775 * images/smilies/dead.xpm: Moved from images/gnus/dead.xpm. |
29d4d6d6346e
* images/smilies/dead.xpm: Moved from images/gnus/dead.xpm.
Chong Yidong <cyd@stupidchicken.com>
parents:
75893
diff
changeset
|
1776 |
75906 | 1777 * images/gnus/reverse-smile.xpm: |
1778 * images/gnus/bar.xbm: | |
1779 * images/gnus/bar.xpm: Unused images removed. | |
75891
826106424ba1
* images/gnus/bar.xbm:
Chong Yidong <cyd@stupidchicken.com>
parents:
75865
diff
changeset
|
1780 |
75865 | 1781 2007-02-14 Glenn Morris <rgm@gnu.org> |
1782 | |
1783 * OTHER.EMACSES: Remove obsolete file. | |
1784 | |
75847
974c20cad63a
* pl-refcard.ps: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
75829
diff
changeset
|
1785 2007-02-13 Chong Yidong <cyd@stupidchicken.com> |
974c20cad63a
* pl-refcard.ps: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
75829
diff
changeset
|
1786 |
75848
f33def229448
* cs-refcard.tex (versionemacs): New macro.
Chong Yidong <cyd@stupidchicken.com>
parents:
75847
diff
changeset
|
1787 * cs-refcard.tex (versionemacs): New macro. |
f33def229448
* cs-refcard.tex (versionemacs): New macro.
Chong Yidong <cyd@stupidchicken.com>
parents:
75847
diff
changeset
|
1788 * cs-refcard.ps: Regenerate. |
f33def229448
* cs-refcard.tex (versionemacs): New macro.
Chong Yidong <cyd@stupidchicken.com>
parents:
75847
diff
changeset
|
1789 |
75851
5ca4715d801a
* sk-refcard.ps: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
75848
diff
changeset
|
1790 * sk-refcard.ps: Regenerate. |
5ca4715d801a
* sk-refcard.ps: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
75848
diff
changeset
|
1791 |
75847
974c20cad63a
* pl-refcard.ps: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
75829
diff
changeset
|
1792 * pl-refcard.ps: Regenerate. |
974c20cad63a
* pl-refcard.ps: Regenerate.
Chong Yidong <cyd@stupidchicken.com>
parents:
75829
diff
changeset
|
1793 |
75829 | 1794 2007-02-13 Bill Wohler <wohler@newt.com> |
1795 | |
1796 * images/README: Add section for icons that are a part of Emacs. | |
1797 | |
75819
fb5cffca11d7
* emacs.xbm: Unused file removed.
Chong Yidong <cyd@stupidchicken.com>
parents:
75775
diff
changeset
|
1798 2007-02-12 Chong Yidong <cyd@stupidchicken.com> |
fb5cffca11d7
* emacs.xbm: Unused file removed.
Chong Yidong <cyd@stupidchicken.com>
parents:
75775
diff
changeset
|
1799 |
75820
19dee4f46879
Unused file removed.
Chong Yidong <cyd@stupidchicken.com>
parents:
75819
diff
changeset
|
1800 * gnu.xpm: Unused file removed. |
19dee4f46879
Unused file removed.
Chong Yidong <cyd@stupidchicken.com>
parents:
75819
diff
changeset
|
1801 |
75819
fb5cffca11d7
* emacs.xbm: Unused file removed.
Chong Yidong <cyd@stupidchicken.com>
parents:
75775
diff
changeset
|
1802 * emacs.xbm: Unused file removed. |
fb5cffca11d7
* emacs.xbm: Unused file removed.
Chong Yidong <cyd@stupidchicken.com>
parents:
75775
diff
changeset
|
1803 |
75775
4fbfcc74f257
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75774
diff
changeset
|
1804 2007-02-11 Juanma Barranquero <lekktu@gmail.com> |
4fbfcc74f257
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75774
diff
changeset
|
1805 |
4fbfcc74f257
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75774
diff
changeset
|
1806 * DEVEL.HUMOR: New entry. |
4fbfcc74f257
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
75774
diff
changeset
|
1807 |
93293 | 1808 2007-02-05 Francesco Potortì <pot@gnu.org> |
75681
5e4a56d28815
Now --members is the default for etags, not for ctags yet.
Francesco Potortì <pot@gnu.org>
parents:
75674
diff
changeset
|
1809 |
5e4a56d28815
Now --members is the default for etags, not for ctags yet.
Francesco Potortì <pot@gnu.org>
parents:
75674
diff
changeset
|
1810 * etags.1: Now --members is the default for etags, not for ctags yet. |
75683
9799685ea4e0
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
75681
diff
changeset
|
1811 * NEWS (etags): Document it. |
75674
dff5237eda65
* gnus-refcard.tex: Fix copyright.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75673
diff
changeset
|
1812 |
75692
25f793b5051e
Restore entries deleted without comment, presumably in error.
Glenn Morris <rgm@gnu.org>
parents:
75683
diff
changeset
|
1813 2007-02-04 Reiner Steib <Reiner.Steib@gmx.de> |
25f793b5051e
Restore entries deleted without comment, presumably in error.
Glenn Morris <rgm@gnu.org>
parents:
75683
diff
changeset
|
1814 |
25f793b5051e
Restore entries deleted without comment, presumably in error.
Glenn Morris <rgm@gnu.org>
parents:
75683
diff
changeset
|
1815 * gnus-refcard.tex: Fix copyright. |
25f793b5051e
Restore entries deleted without comment, presumably in error.
Glenn Morris <rgm@gnu.org>
parents:
75683
diff
changeset
|
1816 * gnus-booklet.ps, gnus-refcard.ps: Generate. |
25f793b5051e
Restore entries deleted without comment, presumably in error.
Glenn Morris <rgm@gnu.org>
parents:
75683
diff
changeset
|
1817 |
75539 | 1818 2007-01-20 Glenn Morris <rgm@gnu.org> |
1819 | |
1820 * orgcard.tex: Remove for legal reasons. | |
1821 * orgcard.ps: Remove for legal reasons. | |
1822 | |
75443 | 1823 2007-01-27 Kevin Rodgers <kevin.d.rodgers@gmail.com> |
1824 | |
1825 * PROBLEMS: More details about disabling features that hamper | |
1826 performance with slow X connections. | |
1827 | |
75418
0717aeaaa61d
Fix background height
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
75348
diff
changeset
|
1828 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
0717aeaaa61d
Fix background height
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
75348
diff
changeset
|
1829 |
0717aeaaa61d
Fix background height
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
75348
diff
changeset
|
1830 * ps-prin1.ps (printBackground): Fix background height. |
0717aeaaa61d
Fix background height
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
75348
diff
changeset
|
1831 |
75334 | 1832 2007-01-20 Glenn Morris <rgm@gnu.org> |
1833 | |
1834 * cd-dired-ref.tex (versionemacs): New def. | |
1835 * cs-refcard.tex (versionemacs, versionyear): New defs. | |
1836 * cs-survival.tex (versionemacs, versiondate): New defs. | |
1837 * de-refcard.tex (versionemacs, versionyear): New defs. | |
1838 * fr-refcard.tex (versionemacs, versionyear): New defs. | |
1839 * fr-survival.tex (versionemacs, versiondate): New defs. | |
1840 * orgcard.tex (versionyear): New def. | |
1841 (shortcopyrightnotice): Only display last copyright year. | |
1842 * pl-refcard.tex (versionemacs, versiondate): New defs. | |
1843 * pt-br-refcard.tex (versionemacs, versionyear): New defs. | |
1844 * refcard.tex (versionemacs, versionyear): New defs. | |
1845 * ru-refcard.tex (versionemacs): New def. | |
1846 * survival.tex (versionemacs): New def. | |
1847 * sk-dired-ref.tex (versionemacs): New def. | |
1848 * sk-refcard.tex (versionemacs, versionyear): New defs. | |
1849 * sk-survival.tex (versionemacs): New def. | |
1850 | |
75306 | 1851 2007-01-20 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) |
1852 | |
1853 * MACHINES: Describe how 32-bit and 64-bit versions of Emacs can | |
1854 be compiled on Solaris systems. | |
1855 | |
75279
9c8714bffcdd
* TODO: Proper background color handling for pngs.
Chong Yidong <cyd@stupidchicken.com>
parents:
75272
diff
changeset
|
1856 2007-01-19 Chong Yidong <cyd@stupidchicken.com> |
9c8714bffcdd
* TODO: Proper background color handling for pngs.
Chong Yidong <cyd@stupidchicken.com>
parents:
75272
diff
changeset
|
1857 |
9c8714bffcdd
* TODO: Proper background color handling for pngs.
Chong Yidong <cyd@stupidchicken.com>
parents:
75272
diff
changeset
|
1858 * TODO: Proper background color handling for pngs. |
9c8714bffcdd
* TODO: Proper background color handling for pngs.
Chong Yidong <cyd@stupidchicken.com>
parents:
75272
diff
changeset
|
1859 |
75609 | 1860 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) |
75272
90b2e5c996de
* emacs.1: Info files moved to share/info.
Chong Yidong <cyd@stupidchicken.com>
parents:
75261
diff
changeset
|
1861 |
90b2e5c996de
* emacs.1: Info files moved to share/info.
Chong Yidong <cyd@stupidchicken.com>
parents:
75261
diff
changeset
|
1862 * emacs.1: Info files moved to share/info. |
90b2e5c996de
* emacs.1: Info files moved to share/info.
Chong Yidong <cyd@stupidchicken.com>
parents:
75261
diff
changeset
|
1863 |
75261
c20709d49a63
Update bug-gnu-emacs address. Remove reference to
Romain Francoise <romain@orebokech.com>
parents:
75259
diff
changeset
|
1864 2007-01-17 Romain Francoise <romain@orebokech.com> |
c20709d49a63
Update bug-gnu-emacs address. Remove reference to
Romain Francoise <romain@orebokech.com>
parents:
75259
diff
changeset
|
1865 |
c20709d49a63
Update bug-gnu-emacs address. Remove reference to
Romain Francoise <romain@orebokech.com>
parents:
75259
diff
changeset
|
1866 * emacs.1: Update bug-gnu-emacs address. Remove reference to |
c20709d49a63
Update bug-gnu-emacs address. Remove reference to
Romain Francoise <romain@orebokech.com>
parents:
75259
diff
changeset
|
1867 info-gnu-emacs-request@prep.ai.mit.edu. Update copyrights. |
c20709d49a63
Update bug-gnu-emacs address. Remove reference to
Romain Francoise <romain@orebokech.com>
parents:
75259
diff
changeset
|
1868 |
75259 | 1869 2007-01-13 Michael Olson <mwolson@gnu.org> |
1870 | |
1871 * ERC-NEWS: Mention new erc-capab.el file. | |
1872 | |
75210 | 1873 2007-01-13 Glenn Morris <rgm@gnu.org> |
1874 | |
1875 * MACHINES: Add information on compiling 32-bit Emacs on 64-bit | |
1876 GNU/Linux. | |
1877 * PROBLEMS: As above. | |
1878 | |
93293 | 1879 2007-01-02 Francesco Potortì <pot@gnu.org> |
75038
9ce2dfd4d7ee
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
74779
diff
changeset
|
1880 |
9ce2dfd4d7ee
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
74779
diff
changeset
|
1881 * etags.1: Undocument the --no-warn option. |
9ce2dfd4d7ee
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
74779
diff
changeset
|
1882 |
74705
b3678b1f5d53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
74662
diff
changeset
|
1883 2006-12-17 Richard Stallman <rms@gnu.org> |
b3678b1f5d53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
74662
diff
changeset
|
1884 |
b3678b1f5d53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
74662
diff
changeset
|
1885 * TUTORIAL: Say that C-d and DEL with arg do killing. |
b3678b1f5d53
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
74662
diff
changeset
|
1886 |
74662 | 1887 2006-12-16 Eli Zaretskii <eliz@gnu.org> |
1888 | |
1889 * PROBLEMS: Document problems with rebasing Cygwin DLLs. | |
1890 | |
74484 | 1891 2006-12-08 Michael Olson <mwolson@gnu.org> |
1892 | |
1893 * ERC-NEWS: Note that the list module has been removed. | |
1894 | |
93293 | 1895 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org> |
74451
335a9eff819b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74358
diff
changeset
|
1896 |
335a9eff819b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74358
diff
changeset
|
1897 * NEWS (Changes to cmuscheme): Mention the alternative for |
335a9eff819b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74358
diff
changeset
|
1898 `~/.emacs_SCHEMEPROG' which is `~/.emacs.d/init_SCHEMEPROG.scm'. |
335a9eff819b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74358
diff
changeset
|
1899 (Init file changes): Same for `~/.emacs_SHELL' versus |
335a9eff819b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74358
diff
changeset
|
1900 `~/.emacs.d/init_SHELL.sh'. |
335a9eff819b
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74358
diff
changeset
|
1901 |
74358
7d94aedb394a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74299
diff
changeset
|
1902 2006-12-01 Juanma Barranquero <lekktu@gmail.com> |
7d94aedb394a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74299
diff
changeset
|
1903 |
7d94aedb394a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74299
diff
changeset
|
1904 * DEVEL.HUMOR: Another entry. |
7d94aedb394a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74299
diff
changeset
|
1905 |
74299
987cb3362b63
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
74126
diff
changeset
|
1906 2006-08-14 Masatake YAMATO <jet@gyve.org> |
987cb3362b63
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
74126
diff
changeset
|
1907 |
987cb3362b63
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
74126
diff
changeset
|
1908 * etags.1: Added / to the end of DEVAR regex. |
987cb3362b63
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
74126
diff
changeset
|
1909 |
74126
681d59f945bb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74093
diff
changeset
|
1910 2006-11-22 Juanma Barranquero <lekktu@gmail.com> |
681d59f945bb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74093
diff
changeset
|
1911 |
681d59f945bb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74093
diff
changeset
|
1912 * emacsclient.1 (DESCRIPTION): Suggest also `server-mode'. |
681d59f945bb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74093
diff
changeset
|
1913 (OPTIONS): Document `-f', `--server-file' and EMACS_SERVER_FILE. |
681d59f945bb
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74093
diff
changeset
|
1914 |
74093 | 1915 2006-11-20 Michael Olson <mwolson@gnu.org> |
1916 | |
1917 * NEWS: Change M-x erc-select to M-x erc. | |
1918 | |
74092 | 1919 2006-11-20 Sun Yijiang <sunyijiang@gmail.com> |
1920 | |
1921 * TUTORIAL.cn: Updated. | |
1922 | |
74031
4bebd11be400
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73968
diff
changeset
|
1923 2006-11-17 Carsten Dominik <dominik@science.uva.nl> |
4bebd11be400
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73968
diff
changeset
|
1924 |
4bebd11be400
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73968
diff
changeset
|
1925 * orgcard.tex (section{Agenda Views}): Document `C-k'. |
4bebd11be400
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73968
diff
changeset
|
1926 |
73968
a4d58aeb9dd9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73963
diff
changeset
|
1927 2006-11-13 Carsten Dominik <dominik@science.uva.nl> |
a4d58aeb9dd9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73963
diff
changeset
|
1928 |
a4d58aeb9dd9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73963
diff
changeset
|
1929 * orgcard.tex: Version number change. |
a4d58aeb9dd9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73963
diff
changeset
|
1930 |
73963 | 1931 2006-11-13 Bill Wohler <wohler@newt.com> |
1932 | |
1933 Release MH-E version 8.0.3. | |
1934 | |
1935 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.3. | |
1936 | |
73901
b6b74da5b21f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73876
diff
changeset
|
1937 2006-11-10 Juanma Barranquero <lekktu@gmail.com> |
b6b74da5b21f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73876
diff
changeset
|
1938 |
b6b74da5b21f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73876
diff
changeset
|
1939 * DEVEL.HUMOR: Two more entries. |
b6b74da5b21f
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73876
diff
changeset
|
1940 |
73876
14ee8b3bf905
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73856
diff
changeset
|
1941 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com> |
14ee8b3bf905
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73856
diff
changeset
|
1942 |
14ee8b3bf905
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73856
diff
changeset
|
1943 * orgcard.tex (section{Archiving}): Document C-TAB. |
14ee8b3bf905
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73856
diff
changeset
|
1944 (section{TODO Items and Checkboxes}): Checkbox keys moved to this |
14ee8b3bf905
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73856
diff
changeset
|
1945 section, added documentation for the key `C-c #'. |
14ee8b3bf905
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
73856
diff
changeset
|
1946 |
76937
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
1947 2006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> |
73712
38153d07b883
* emacs.py: (eargs) Provide eldoc message for builtin types.
Chong Yidong <cyd@stupidchicken.com>
parents:
73470
diff
changeset
|
1948 |
73714 | 1949 * emacs.py (eargs): Provide eldoc message for builtin types. |
108472
0eb2f9d5e474
Fix typos and whitespace in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
108375
diff
changeset
|
1950 Make sure eargs always outputs sentinel, to avoid Emacs freeze. |
73712
38153d07b883
* emacs.py: (eargs) Provide eldoc message for builtin types.
Chong Yidong <cyd@stupidchicken.com>
parents:
73470
diff
changeset
|
1951 |
73470
4a2a0193261a
* emacs.py (eargs): Return expected _emacs_out string even if
Chong Yidong <cyd@stupidchicken.com>
parents:
73310
diff
changeset
|
1952 2006-10-22 Chong Yidong <cyd@stupidchicken.com> |
4a2a0193261a
* emacs.py (eargs): Return expected _emacs_out string even if
Chong Yidong <cyd@stupidchicken.com>
parents:
73310
diff
changeset
|
1953 |
4a2a0193261a
* emacs.py (eargs): Return expected _emacs_out string even if
Chong Yidong <cyd@stupidchicken.com>
parents:
73310
diff
changeset
|
1954 * emacs.py (eargs): Return expected _emacs_out string even if |
4a2a0193261a
* emacs.py (eargs): Return expected _emacs_out string even if
Chong Yidong <cyd@stupidchicken.com>
parents:
73310
diff
changeset
|
1955 errors occur. |
4a2a0193261a
* emacs.py (eargs): Return expected _emacs_out string even if
Chong Yidong <cyd@stupidchicken.com>
parents:
73310
diff
changeset
|
1956 |
73310
281c5fbc3ec9
Add the topic line for last entry since that was
David Kastrup <dak@gnu.org>
parents:
73278
diff
changeset
|
1957 2006-10-09 David Kastrup <dak@gnu.org> |
281c5fbc3ec9
Add the topic line for last entry since that was
David Kastrup <dak@gnu.org>
parents:
73278
diff
changeset
|
1958 |
281c5fbc3ec9
Add the topic line for last entry since that was
David Kastrup <dak@gnu.org>
parents:
73278
diff
changeset
|
1959 * DEVEL.HUMOR: Add the topic line for last entry since that was |
281c5fbc3ec9
Add the topic line for last entry since that was
David Kastrup <dak@gnu.org>
parents:
73278
diff
changeset
|
1960 what the joke was about. |
281c5fbc3ec9
Add the topic line for last entry since that was
David Kastrup <dak@gnu.org>
parents:
73278
diff
changeset
|
1961 |
73278 | 1962 2006-10-07 Ognyan Kulev <ogi@fmi.uni-sofia.bg> |
1963 | |
1964 * TUTORIAL.bg: Synchronize with TUTORIAL. | |
1965 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
1966 2006-10-06 Juanma Barranquero <lekktu@gmail.com> |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
1967 |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
1968 * DEVEL.HUMOR: New file. |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
1969 |
73196
8c94e11c22ec
* PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
Chong Yidong <cyd@stupidchicken.com>
parents:
73143
diff
changeset
|
1970 2006-09-30 Chong Yidong <cyd@stupidchicken.com> |
8c94e11c22ec
* PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
Chong Yidong <cyd@stupidchicken.com>
parents:
73143
diff
changeset
|
1971 |
8c94e11c22ec
* PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
Chong Yidong <cyd@stupidchicken.com>
parents:
73143
diff
changeset
|
1972 * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash. |
8c94e11c22ec
* PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
Chong Yidong <cyd@stupidchicken.com>
parents:
73143
diff
changeset
|
1973 |
73143
c8d5b07603bf
ebnf2ps changes.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
73141
diff
changeset
|
1974 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
c8d5b07603bf
ebnf2ps changes.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
73141
diff
changeset
|
1975 |
c8d5b07603bf
ebnf2ps changes.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
73141
diff
changeset
|
1976 * NEWS: ebnf2ps changes. |
c8d5b07603bf
ebnf2ps changes.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
73141
diff
changeset
|
1977 |
73141 | 1978 2006-09-26 Reiner Steib <Reiner.Steib@gmx.de> |
1979 | |
1980 * refcard.ps: Regenerate. | |
1981 | |
93293 | 1982 2006-09-18 Jan Djärv <jan.h.d@swipnet.se> |
72965
6c6d855ef919
Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
72904
diff
changeset
|
1983 |
6c6d855ef919
Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
72904
diff
changeset
|
1984 * NEWS: Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog. |
6c6d855ef919
Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
72904
diff
changeset
|
1985 |
72904
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72893
diff
changeset
|
1986 2006-09-15 Jay Belanger <belanger@truman.edu> |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72893
diff
changeset
|
1987 |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72893
diff
changeset
|
1988 * COPYING: Replace "Library Public License" by "Lesser Public |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72893
diff
changeset
|
1989 License" throughout. |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
72893
diff
changeset
|
1990 |
72893
6f52b959d9a8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72889
diff
changeset
|
1991 2006-09-15 Richard Stallman <rms@gnu.org> |
6f52b959d9a8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72889
diff
changeset
|
1992 |
6f52b959d9a8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72889
diff
changeset
|
1993 * THE-GNU-PROJECT: Update with the latest footnotes |
6f52b959d9a8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72889
diff
changeset
|
1994 from www.gnu.org/gnu/the-gnu-project.html |
6f52b959d9a8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72889
diff
changeset
|
1995 |
72889
25c755416160
* NEWS: explain new behavior and arguments of `key-binding' and
David Kastrup <dak@gnu.org>
parents:
72833
diff
changeset
|
1996 2006-09-15 David Kastrup <dak@gnu.org> |
25c755416160
* NEWS: explain new behavior and arguments of `key-binding' and
David Kastrup <dak@gnu.org>
parents:
72833
diff
changeset
|
1997 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
1998 * NEWS: Explain new behavior and arguments of `key-binding' and |
72889
25c755416160
* NEWS: explain new behavior and arguments of `key-binding' and
David Kastrup <dak@gnu.org>
parents:
72833
diff
changeset
|
1999 `command-remapping'. |
25c755416160
* NEWS: explain new behavior and arguments of `key-binding' and
David Kastrup <dak@gnu.org>
parents:
72833
diff
changeset
|
2000 |
72833
81a55a7dc3c3
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert <eggert@twinsun.com>
parents:
72780
diff
changeset
|
2001 2006-09-11 Paul Eggert <eggert@cs.ucla.edu> |
81a55a7dc3c3
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert <eggert@twinsun.com>
parents:
72780
diff
changeset
|
2002 |
81a55a7dc3c3
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert <eggert@twinsun.com>
parents:
72780
diff
changeset
|
2003 * NEWS: In terminal-oriented subshells, the EMACS environment |
81a55a7dc3c3
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert <eggert@twinsun.com>
parents:
72780
diff
changeset
|
2004 variable now defaults to Emacs's absolute file name, instead of |
81a55a7dc3c3
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert <eggert@twinsun.com>
parents:
72780
diff
changeset
|
2005 to "t". |
81a55a7dc3c3
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert <eggert@twinsun.com>
parents:
72780
diff
changeset
|
2006 * PROBLEMS: Adjust tcsh advice for this. |
81a55a7dc3c3
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert <eggert@twinsun.com>
parents:
72780
diff
changeset
|
2007 |
93293 | 2008 2006-09-10 Jan Djärv <jan.h.d@swipnet.se> |
72780
de11751400bd
Add "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)."
Jan Djärv <jan.h.d@swipnet.se>
parents:
72626
diff
changeset
|
2009 |
72833
81a55a7dc3c3
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert <eggert@twinsun.com>
parents:
72780
diff
changeset
|
2010 * PROBLEMS (are): Emacs compiled with Gtk+ crashes when closing a |
72780
de11751400bd
Add "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)."
Jan Djärv <jan.h.d@swipnet.se>
parents:
72626
diff
changeset
|
2011 display (x-close-connection). |
de11751400bd
Add "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)."
Jan Djärv <jan.h.d@swipnet.se>
parents:
72626
diff
changeset
|
2012 |
74093 | 2013 2006-09-03 Diane Murray <disumu@x3y2z1.net> |
2014 | |
74779
5ed505afa18e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74705
diff
changeset
|
2015 * erc.texi (Getting Started, Connecting): Changed erc-select to erc. |
74093 | 2016 |
72626 | 2017 2006-09-02 Juri Linkov <juri@jurta.org> |
2018 | |
2019 * HELLO: Regroup Europe Non-ASCII examples by similar scripts. | |
2020 | |
72523
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72466
diff
changeset
|
2021 2006-08-25 Richard Stallman <rms@gnu.org> |
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72466
diff
changeset
|
2022 |
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72466
diff
changeset
|
2023 * TUTORIAL: Give priority to graphical terminals over text terminals |
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72466
diff
changeset
|
2024 regarding C-z. |
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72466
diff
changeset
|
2025 |
72466 | 2026 2006-08-21 Sun Yijiang <sunyijiang@gmail.com> |
2027 | |
2028 * TUTORIAL.cn: Sync with the latest TUTORIAL. | |
2029 | |
72458
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2030 2006-08-20 Dave Love <fx@gnu.org> |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2031 |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2032 * emacs.py: Update to Dave Love's latest version. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2033 (__all__): Fix args -> eargs. Add new `modpath' fun. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2034 (eargs): Add `imports' arg. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2035 (all_names): New fun. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2036 (complete): Rewrite without using rlcompleter. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2037 Remove `namespace' arg, add `imports' arg. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2038 (ehelp): Replace g and l args with `imports'. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2039 (eimport): Use __main__ rather than `emacs' namespace. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2040 (modpath): New fun. |
18443633d75d
Update to Dave Love's latest version.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72457
diff
changeset
|
2041 |
76937
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
2042 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> |
72456
044730770048
(eexecfile): Use the __main__ rather than `emacs' namespace.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72443
diff
changeset
|
2043 |
044730770048
(eexecfile): Use the __main__ rather than `emacs' namespace.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72443
diff
changeset
|
2044 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace. |
044730770048
(eexecfile): Use the __main__ rather than `emacs' namespace.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72443
diff
changeset
|
2045 |
72443 | 2046 2006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si> |
2047 | |
2048 * TUTORIAL.sl: Synchronize with TUTORIAL. | |
2049 | |
2050 2006-08-18 Mats Lidell <matsl@contactor.se> | |
2051 | |
2052 * TUTORIAL.sv: Synchronize with TUTORIAL. | |
2053 | |
2054 2006-08-18 Alfredo Finelli <alfredofnl@tiscali.it> | |
2055 | |
2056 * TUTORIAL.it: Synchronize with TUTORIAL. | |
2057 | |
72400
da520c71020b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
72376
diff
changeset
|
2058 2006-08-15 Carsten Dominik <dominik@science.uva.nl> |
da520c71020b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
72376
diff
changeset
|
2059 |
da520c71020b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
72376
diff
changeset
|
2060 * orgcard.tex: Version number change. |
da520c71020b
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
72376
diff
changeset
|
2061 |
72376
c2361074a3c7
* TUTORIAL.de: Synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
72351
diff
changeset
|
2062 2006-08-12 Werner Lemberg <wl@gnu.org> |
c2361074a3c7
* TUTORIAL.de: Synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
72351
diff
changeset
|
2063 |
c2361074a3c7
* TUTORIAL.de: Synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
72351
diff
changeset
|
2064 * TUTORIAL.de: Synchronize with TUTORIAL. |
c2361074a3c7
* TUTORIAL.de: Synchronize with TUTORIAL.
Werner LEMBERG <wl@gnu.org>
parents:
72351
diff
changeset
|
2065 |
72351
cf36b1a9d6b7
Mention that zone-mode.el is now obsolete.
Romain Francoise <romain@orebokech.com>
parents:
72333
diff
changeset
|
2066 2006-08-10 Romain Francoise <romain@orebokech.com> |
cf36b1a9d6b7
Mention that zone-mode.el is now obsolete.
Romain Francoise <romain@orebokech.com>
parents:
72333
diff
changeset
|
2067 |
cf36b1a9d6b7
Mention that zone-mode.el is now obsolete.
Romain Francoise <romain@orebokech.com>
parents:
72333
diff
changeset
|
2068 * NEWS: Mention that zone-mode.el is now obsolete. |
cf36b1a9d6b7
Mention that zone-mode.el is now obsolete.
Romain Francoise <romain@orebokech.com>
parents:
72333
diff
changeset
|
2069 |
72333
7190203780ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72298
diff
changeset
|
2070 2006-08-09 Richard Stallman <rms@gnu.org> |
7190203780ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72298
diff
changeset
|
2071 |
7190203780ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72298
diff
changeset
|
2072 * TUTORIAL: Don't say which side scroll bar is on. |
7190203780ce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72298
diff
changeset
|
2073 |
72292
069d7c644d29
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
72249
diff
changeset
|
2074 2006-08-06 Nick Roberts <nickrob@snap.net.nz> |
069d7c644d29
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
72249
diff
changeset
|
2075 |
72297
27883144d8a2
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
72294
diff
changeset
|
2076 * DEBUG (Note): Add note about following a longjmp call. |
72294
23bdb18ffccf
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
72292
diff
changeset
|
2077 Add local variables list for outline mode. |
72292
069d7c644d29
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
72249
diff
changeset
|
2078 |
72249 | 2079 2006-08-03 Michael Olson <mwolson@gnu.org> |
2080 | |
2081 * ERC-NEWS: Update for ERC 5.1.4. | |
2082 | |
72222 | 2083 2006-08-01 Kenichi Handa <handa@m17n.org> |
2084 | |
2085 * NEWS (find-operation-coding-system): Describe the more detail of | |
2086 the change. | |
2087 | |
72203 | 2088 2006-07-28 Reiner Steib <Reiner.Steib@gmx.de> |
2089 | |
2090 * GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using | |
2091 texi/gnus-news.el of the trunk. | |
2092 | |
72184 | 2093 2006-07-29 Reiner Steib <Reiner.Steib@gmx.de> |
2094 | |
2095 * NEWS: Fix typo. | |
2096 | |
71936
ab6bbd94ecf9
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71903
diff
changeset
|
2097 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de> |
ab6bbd94ecf9
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71903
diff
changeset
|
2098 |
ab6bbd94ecf9
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71903
diff
changeset
|
2099 * ru-refcard.ps: Regenerate. |
ab6bbd94ecf9
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71903
diff
changeset
|
2100 |
ab6bbd94ecf9
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71903
diff
changeset
|
2101 2006-07-17 Alex Ott <alexott@gmail.com> |
ab6bbd94ecf9
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71903
diff
changeset
|
2102 |
ab6bbd94ecf9
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71903
diff
changeset
|
2103 * ru-refcard.tex: Update for Emacs 22. |
ab6bbd94ecf9
2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71903
diff
changeset
|
2104 |
71903 | 2105 2006-07-14 Kim F. Storm <storm@cua.dk> |
2106 | |
2107 * PROBLEMS: Emacs now requires ws2_32.dll on Windows. | |
2108 | |
93293 | 2109 2006-07-14 Károly Lőrentey <lorentey@elte.hu> |
71885
75d12747d982
Update Hungarian sample.
Károly Lőrentey <lorentey@elte.hu>
parents:
71883
diff
changeset
|
2110 |
75d12747d982
Update Hungarian sample.
Károly Lőrentey <lorentey@elte.hu>
parents:
71883
diff
changeset
|
2111 * HELLO: Update Hungarian sample. |
71903 | 2112 |
71883 | 2113 2006-07-12 Michael Olson <mwolson@gnu.org> |
2114 | |
2115 * ERC-NEWS: Update for ERC 5.1.3. | |
2116 | |
71716
8dd983bf9226
Suggest consolidation with user customization when the
David Kastrup <dak@gnu.org>
parents:
71682
diff
changeset
|
2117 2006-07-08 David Kastrup <dak@gnu.org> |
8dd983bf9226
Suggest consolidation with user customization when the
David Kastrup <dak@gnu.org>
parents:
71682
diff
changeset
|
2118 |
8dd983bf9226
Suggest consolidation with user customization when the
David Kastrup <dak@gnu.org>
parents:
71682
diff
changeset
|
2119 * TODO: Suggest consolidation with user customization when the |
8dd983bf9226
Suggest consolidation with user customization when the
David Kastrup <dak@gnu.org>
parents:
71682
diff
changeset
|
2120 system default of a customized variable changes. |
8dd983bf9226
Suggest consolidation with user customization when the
David Kastrup <dak@gnu.org>
parents:
71682
diff
changeset
|
2121 |
71682
eb8748b314c4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71654
diff
changeset
|
2122 2006-07-08 Thien-Thi Nguyen <ttn@gnu.org> |
eb8748b314c4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71654
diff
changeset
|
2123 |
eb8748b314c4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71654
diff
changeset
|
2124 * compilation.txt: Add an example "Compilation started ..." line. |
eb8748b314c4
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71654
diff
changeset
|
2125 |
71654
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71622
diff
changeset
|
2126 2006-07-07 Carsten Dominik <dominik@science.uva.nl> |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71622
diff
changeset
|
2127 |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71622
diff
changeset
|
2128 * orgcard.tex: Version number change. |
4dfa603c6500
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71622
diff
changeset
|
2129 |
71622 | 2130 2006-07-05 Kenichi Handa <handa@m17n.org> |
2131 | |
2132 * HELLO: Add a paragraph for non-ASCII examples at the head. Add | |
2133 Bulgarian and Hungarian. Add more "hello"s to Danish and Swedish. | |
2134 | |
71603
aa82602239d4
Update for MH-E release 8.0.2.
Bill Wohler <wohler@newt.com>
parents:
71566
diff
changeset
|
2135 2006-07-03 Bill Wohler <wohler@newt.com> |
aa82602239d4
Update for MH-E release 8.0.2.
Bill Wohler <wohler@newt.com>
parents:
71566
diff
changeset
|
2136 |
aa82602239d4
Update for MH-E release 8.0.2.
Bill Wohler <wohler@newt.com>
parents:
71566
diff
changeset
|
2137 Release MH-E version 8.0.2. |
aa82602239d4
Update for MH-E release 8.0.2.
Bill Wohler <wohler@newt.com>
parents:
71566
diff
changeset
|
2138 |
aa82602239d4
Update for MH-E release 8.0.2.
Bill Wohler <wohler@newt.com>
parents:
71566
diff
changeset
|
2139 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.2. |
aa82602239d4
Update for MH-E release 8.0.2.
Bill Wohler <wohler@newt.com>
parents:
71566
diff
changeset
|
2140 |
71566
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71550
diff
changeset
|
2141 2006-07-03 Carsten Dominik <dominik@science.uva.nl> |
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71550
diff
changeset
|
2142 |
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71550
diff
changeset
|
2143 * orgcard.tex (section{Agenda Views}): Document `s' key to save |
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71550
diff
changeset
|
2144 all org-mode buffers. |
3ce880f9bb94
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71550
diff
changeset
|
2145 |
93293 | 2146 2006-06-30 Francesco Potortì <pot@gnu.org> |
71550
85f0d10c1cf7
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
71526
diff
changeset
|
2147 |
85f0d10c1cf7
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
71526
diff
changeset
|
2148 * etags.1: -m and -M options do not exist. |
85f0d10c1cf7
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
71526
diff
changeset
|
2149 |
71526
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71518
diff
changeset
|
2150 2006-06-29 Carsten Dominik <dominik@science.uva.nl> |
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71518
diff
changeset
|
2151 |
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71518
diff
changeset
|
2152 * orgcard.tex (section{Structure Editing}): Document checkbox |
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71518
diff
changeset
|
2153 toggling. |
ff304c9b1fb2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71518
diff
changeset
|
2154 |
71518 | 2155 2006-06-28 Juri Linkov <juri@jurta.org> |
2156 | |
2157 * grep.txt (Local Variables): Move to end of file. | |
2158 | |
71513 | 2159 2006-06-28 Reiner Steib <Reiner.Steib@gmx.de> |
2160 | |
71514
740f82dedf09
Add rules for refcards.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71513
diff
changeset
|
2161 * Makefile: Add rules for refcards. |
740f82dedf09
Add rules for refcards.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71513
diff
changeset
|
2162 |
71513 | 2163 * de-refcard.ps, fr-refcard.ps, pt-br-refcard.ps: Regenerate. |
2164 | |
71455
04ee613dfd2b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71451
diff
changeset
|
2165 2006-06-24 Nick Roberts <nickrob@snap.net.nz> |
04ee613dfd2b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71451
diff
changeset
|
2166 |
04ee613dfd2b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71451
diff
changeset
|
2167 * NEWS: Remove duplicate entries. |
04ee613dfd2b
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
71451
diff
changeset
|
2168 |
71451
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71444
diff
changeset
|
2169 2006-06-23 Carsten Dominik <dominik@science.uva.nl> |
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71444
diff
changeset
|
2170 |
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71444
diff
changeset
|
2171 * orgcard.tex (section{LaTeX and cdlatex-mode}): New section. |
5bec35de83c2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71444
diff
changeset
|
2172 |
71444 | 2173 2006-06-23 Kim F. Storm <storm@cua.dk> |
2174 | |
2175 * DEBUG: Mention `pv variable' to print value of Lisp variables. | |
2176 Mention `xpr' and fix example to use it. Add section describing | |
2177 commands such as `pit' that are useful for debugging redisplay | |
2178 related problems. | |
2179 | |
71424 | 2180 2006-06-22 Kim F. Storm <storm@cua.dk> |
2181 | |
2182 * HELLO (Local Variables): Move to end of file. | |
2183 | |
71415
2cbfed77ddff
Update for MH-E release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71387
diff
changeset
|
2184 2006-06-20 Bill Wohler <wohler@newt.com> |
2cbfed77ddff
Update for MH-E release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71387
diff
changeset
|
2185 |
2cbfed77ddff
Update for MH-E release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71387
diff
changeset
|
2186 Release MH-E version 8.0.1. |
2cbfed77ddff
Update for MH-E release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71387
diff
changeset
|
2187 |
2cbfed77ddff
Update for MH-E release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71387
diff
changeset
|
2188 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.1. |
2cbfed77ddff
Update for MH-E release 8.0.1.
Bill Wohler <wohler@newt.com>
parents:
71387
diff
changeset
|
2189 |
71387
ff873e05327c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71344
diff
changeset
|
2190 2006-06-19 Carsten Dominik <dominik@science.uva.nl> |
ff873e05327c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71344
diff
changeset
|
2191 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2192 * orgcard.tex (section{Clocking Time}): Add new clocking commands. |
71387
ff873e05327c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71344
diff
changeset
|
2193 (section{Structure Editing}): Add global archiving command. |
ff873e05327c
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
71344
diff
changeset
|
2194 |
71344
428906b1827f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71290
diff
changeset
|
2195 2006-06-14 Thien-Thi Nguyen <ttn@gnu.org> |
428906b1827f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71290
diff
changeset
|
2196 |
428906b1827f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71290
diff
changeset
|
2197 * yow.lines: Delete existing data; add a new entry. |
428906b1827f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71290
diff
changeset
|
2198 |
93293 | 2199 2006-06-09 WÅ‚odek Bzyl <matwb@univ.gda.pl> |
71290
3f1743ca9233
2006-06-09 W?odek Bzyl <matwb@univ.gda.pl>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71284
diff
changeset
|
2200 |
3f1743ca9233
2006-06-09 W?odek Bzyl <matwb@univ.gda.pl>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71284
diff
changeset
|
2201 * pl-refcard.ps: Regenerate. |
3f1743ca9233
2006-06-09 W?odek Bzyl <matwb@univ.gda.pl>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71284
diff
changeset
|
2202 |
93293 | 2203 2006-06-08 WÅ‚odek Bzyl <matwb@univ.gda.pl> |
71279
74c8ae4a7c3c
Fix errors in previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71278
diff
changeset
|
2204 |
71281 | 2205 * pl-refcard.tex: Update for Emacs 22. |
2206 | |
71284
52955dc82c74
Attribute changes correctly (W?odek Bzyl).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71281
diff
changeset
|
2207 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de> |
52955dc82c74
Attribute changes correctly (W?odek Bzyl).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71281
diff
changeset
|
2208 |
71279
74c8ae4a7c3c
Fix errors in previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71278
diff
changeset
|
2209 * fr-refcard.tex: Fix errors in previous commit. |
74c8ae4a7c3c
Fix errors in previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71278
diff
changeset
|
2210 |
93293 | 2211 2006-06-08 Éric Jacoboni <jaco@jacoboni.fr> |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71257
diff
changeset
|
2212 |
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71257
diff
changeset
|
2213 * fr-refcard.tex: Update for Emacs 22. |
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71257
diff
changeset
|
2214 |
71257 | 2215 2006-06-07 Kenichi Handa <handa@m17n.org> |
2216 | |
2217 * NEWS: Mention how to disable character translation for a file. | |
2218 | |
71210
5288e792bb28
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71204
diff
changeset
|
2219 2006-06-04 Sven Joachim <svenjoac@gmx.de> |
5288e792bb28
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71204
diff
changeset
|
2220 |
5288e792bb28
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71204
diff
changeset
|
2221 * de-refcard.tex: Update for Emacs 22: Use German quotes |
5288e792bb28
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71204
diff
changeset
|
2222 and umlauts; fix overfull /hboxes; many rewordings. |
5288e792bb28
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
71204
diff
changeset
|
2223 |
71204
9e79eef112d7
Reorganize NEWS and ONEWS files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents:
71193
diff
changeset
|
2224 2006-06-04 Kim F. Storm <storm@cua.dk> |
9e79eef112d7
Reorganize NEWS and ONEWS files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents:
71193
diff
changeset
|
2225 |
9e79eef112d7
Reorganize NEWS and ONEWS files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents:
71193
diff
changeset
|
2226 * NEWS: Move news for pre-22 versions into... |
9e79eef112d7
Reorganize NEWS and ONEWS files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents:
71193
diff
changeset
|
2227 * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news. |
9e79eef112d7
Reorganize NEWS and ONEWS files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents:
71193
diff
changeset
|
2228 * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ... |
9e79eef112d7
Reorganize NEWS and ONEWS files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents:
71193
diff
changeset
|
2229 * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs |
76373 | 2230 versions in separate files. Update copyright notices. |
71204
9e79eef112d7
Reorganize NEWS and ONEWS files into NEWS for current major version
Kim F. Storm <storm@cua.dk>
parents:
71193
diff
changeset
|
2231 |
71187 | 2232 2006-06-03 Eli Zaretskii <eliz@gnu.org> |
2233 | |
71213 | 2234 * LPF, LEDIT: Remove files. |
2235 | |
2236 * FTP, README, HELLO, MACHINES, MAILINGLISTS, MORE.STUFF, ETAGS.EBNF: | |
2237 * MOTIVATION, ORDERS, SERVICE, TERMS, TODO: | |
2238 * enriched.doc, ulimit.hack, ses-example.ses, ms-7bkermit, emacs.csh: | |
2239 * Xkeymap.txt, compilation.txt, grep.txt: | |
2240 Add copyright notice and copying permissions. | |
2241 | |
71111 | 2242 2006-05-31 David Ponce <david@dponce.com> |
2243 | |
71213 | 2244 * tree-widget/default/close.png, tree-widget/default/close.xpm: |
2245 * tree-widget/default/empty.png, tree-widget/default/empty.xpm: | |
2246 * tree-widget/default/end-guide.png, tree-widget/default/end-guide.xpm: | |
2247 * tree-widget/default/guide.png, tree-widget/default/guide.xpm: | |
2248 * tree-widget/default/handle.png, tree-widget/default/handle.xpm: | |
2249 * tree-widget/default/leaf.png, tree-widget/default/leaf.xpm: | |
2250 * tree-widget/default/no-guide.png, tree-widget/default/no-guide.xpm: | |
2251 * tree-widget/default/no-handle.png, tree-widget/default/no-handle.xpm: | |
2252 * tree-widget/default/open.png, tree-widget/default/open.xpm: | |
2253 * tree-widget/folder/close.png, tree-widget/folder/close.xpm: | |
2254 * tree-widget/folder/empty.png, tree-widget/folder/empty.xpm: | |
2255 * tree-widget/folder/end-guide.png, tree-widget/folder/end-guide.xpm: | |
2256 * tree-widget/folder/guide.png, tree-widget/folder/guide.xpm: | |
2257 * tree-widget/folder/handle.png, tree-widget/folder/handle.xpm: | |
2258 * tree-widget/folder/leaf.png, tree-widget/folder/leaf.xpm: | |
2259 * tree-widget/folder/no-guide.png, tree-widget/folder/no-guide.xpm: | |
2260 * tree-widget/folder/no-handle.png, tree-widget/folder/no-handle.xpm: | |
2261 * tree-widget/folder/open.png, tree-widget/folder/open.xpm: | |
2262 Reduce the size of images. | |
71111 | 2263 |
93293 | 2264 2006-05-29 Jan Djärv <jan.h.d@swipnet.se> |
71059
531026a8ae1e
* NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
70975
diff
changeset
|
2265 |
72298
def249a807ea
Fix typo reported by Peter Dyballa <Peter_Dyballa@Web.DE>.
Romain Francoise <romain@orebokech.com>
parents:
72297
diff
changeset
|
2266 * NEWS: Mention F10 for Gtk+/Lesstif/Lucid menus. |
71059
531026a8ae1e
* NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
70975
diff
changeset
|
2267 |
70975 | 2268 2006-05-26 Eli Zaretskii <eliz@gnu.org> |
2269 | |
2270 * ledit.l: Remove file. | |
2271 | |
70950 | 2272 2006-05-26 Kenichi Handa <handa@m17n.org> |
2273 | |
2274 * NEWS (find-operation-coding-system): Mention the new argument | |
2275 format. | |
2276 | |
70868
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70864
diff
changeset
|
2277 2006-05-24 Carsten Dominik <dominik@science.uva.nl> |
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70864
diff
changeset
|
2278 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2279 * orgcard.tex (section{Motion}): Added the item navigation commands. |
70868
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70864
diff
changeset
|
2280 (section{Publishing}): New section. |
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70864
diff
changeset
|
2281 (section{Links}): Documented elisp and shell links. |
da5c0bc05b30
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70864
diff
changeset
|
2282 |
70864
abebc35fed97
2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70861
diff
changeset
|
2283 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br> |
abebc35fed97
2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70861
diff
changeset
|
2284 |
abebc35fed97
2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70861
diff
changeset
|
2285 * pt-br-refcard.tex: Update. |
abebc35fed97
2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70861
diff
changeset
|
2286 |
70860
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2287 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de> |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2288 |
70861
ac4fa0215977
* pl-refcard.tex (Local variables): Add compile-command.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
2289 * pl-refcard.tex (Local variables): Add compile-command. |
ac4fa0215977
* pl-refcard.tex (Local variables): Add compile-command.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
2290 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2291 * ru-refcard.tex (Local variables): Add compile-command and coding. |
70861
ac4fa0215977
* pl-refcard.tex (Local variables): Add compile-command.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
2292 |
ac4fa0215977
* pl-refcard.tex (Local variables): Add compile-command.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
2293 * pt-br-refcard.tex: Don't \input psfig. |
ac4fa0215977
* pl-refcard.tex (Local variables): Add compile-command.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
2294 |
70860
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2295 * refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'. |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2296 |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2297 * de-refcard.tex (section{Info}): Ditto. |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2298 |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2299 * fr-refcard.tex (section{Info}): Ditto. Translation suggested by |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2300 Stefan Monnier <monnier@iro.umontreal.ca>. |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2301 |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2302 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2303 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>. |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2304 |
76937
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
2305 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. |
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
2306 Entry for `i' is not translated yet. |
70860
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2307 |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2308 * pt-br-refcard.tex (section{Info}): Ditto. |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2309 |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2310 * ru-refcard.tex (section{Info}): Ditto. |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2311 |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2312 * sk-refcard.tex (section{Info}): Ditto. |
46cec5e362d6
* refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70839
diff
changeset
|
2313 |
70839 | 2314 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de> |
2315 | |
2316 * MORE.STUFF: Update AUCTeX entry. | |
2317 | |
70792 | 2318 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br> |
2319 | |
2320 * pt-br-refcard.tex: | |
2321 * pt-br-refcard.ps: New files. | |
2322 | |
70669 | 2323 2006-05-15 Reiner Steib <Reiner.Steib@gmx.de> |
2324 | |
2325 * sk-refcard.tex: Add coding cookie. | |
2326 | |
70667
530650861e31
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader <miles@gnu.org>
parents:
70617
diff
changeset
|
2327 2006-05-15 Michael Olson <mwolson@gnu.org> |
530650861e31
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader <miles@gnu.org>
parents:
70617
diff
changeset
|
2328 |
530650861e31
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader <miles@gnu.org>
parents:
70617
diff
changeset
|
2329 * MORE.STUFF: Update URL for Planner Mode and add description. |
530650861e31
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader <miles@gnu.org>
parents:
70617
diff
changeset
|
2330 Canonicalize URLs for Emacs Muse and Emacs Wiki Mode. |
530650861e31
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader <miles@gnu.org>
parents:
70617
diff
changeset
|
2331 |
70617
af5bc6c80df2
ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents:
70615
diff
changeset
|
2332 2006-05-12 Romain Francoise <romain@orebokech.com> |
af5bc6c80df2
ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents:
70615
diff
changeset
|
2333 |
af5bc6c80df2
ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents:
70615
diff
changeset
|
2334 * MORE.STUFF: ERC is now part of Emacs. |
af5bc6c80df2
ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents:
70615
diff
changeset
|
2335 Add Emacs Muse. |
af5bc6c80df2
ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents:
70615
diff
changeset
|
2336 |
70615
5aa2a577604d
2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70477
diff
changeset
|
2337 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com> |
5aa2a577604d
2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70477
diff
changeset
|
2338 |
5aa2a577604d
2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70477
diff
changeset
|
2339 * NEWS (allout): Update. |
5aa2a577604d
2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70477
diff
changeset
|
2340 |
70477
f1d1775c6b28
Update for MH-E release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70263
diff
changeset
|
2341 2006-05-06 Bill Wohler <wohler@newt.com> |
f1d1775c6b28
Update for MH-E release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70263
diff
changeset
|
2342 |
f1d1775c6b28
Update for MH-E release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70263
diff
changeset
|
2343 Release MH-E version 8.0. |
f1d1775c6b28
Update for MH-E release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70263
diff
changeset
|
2344 |
f1d1775c6b28
Update for MH-E release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70263
diff
changeset
|
2345 * NEWS, MH-E-NEWS: Update for MH-E release 8.0. |
f1d1775c6b28
Update for MH-E release 8.0.
Bill Wohler <wohler@newt.com>
parents:
70263
diff
changeset
|
2346 |
70263
194eec425fb3
Update for MH-E release 7.95.
Bill Wohler <wohler@newt.com>
parents:
70171
diff
changeset
|
2347 2006-04-28 Bill Wohler <wohler@newt.com> |
194eec425fb3
Update for MH-E release 7.95.
Bill Wohler <wohler@newt.com>
parents:
70171
diff
changeset
|
2348 |
194eec425fb3
Update for MH-E release 7.95.
Bill Wohler <wohler@newt.com>
parents:
70171
diff
changeset
|
2349 Release MH-E version 7.95. |
194eec425fb3
Update for MH-E release 7.95.
Bill Wohler <wohler@newt.com>
parents:
70171
diff
changeset
|
2350 |
194eec425fb3
Update for MH-E release 7.95.
Bill Wohler <wohler@newt.com>
parents:
70171
diff
changeset
|
2351 * NEWS, MH-E-NEWS: Update for MH-E release 7.95. |
194eec425fb3
Update for MH-E release 7.95.
Bill Wohler <wohler@newt.com>
parents:
70171
diff
changeset
|
2352 |
70171 | 2353 2006-04-21 Bill Wohler <wohler@newt.com> |
2354 | |
2355 Release MH-E version 7.94. | |
2356 | |
2357 * NEWS, MH-E-NEWS: Update for MH-E release 7.94. | |
2358 | |
70142
aaccd198c2be
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70134
diff
changeset
|
2359 2006-04-21 Nick Roberts <nickrob@snap.net.nz> |
aaccd198c2be
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70134
diff
changeset
|
2360 |
aaccd198c2be
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70134
diff
changeset
|
2361 * NEWS: Mention t-mouse.el. Touch up description of gdb-ui.el. |
aaccd198c2be
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
70134
diff
changeset
|
2362 |
70134
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70079
diff
changeset
|
2363 2006-04-20 Carsten Dominik <dominik@science.uva.nl> |
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70079
diff
changeset
|
2364 |
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70079
diff
changeset
|
2365 * orgcard.tex: Version number change only. |
3df72e0432d9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70079
diff
changeset
|
2366 |
70078
5fb83972a64e
Bump version to 5.11. Remove duplicate \def's.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70075
diff
changeset
|
2367 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de> |
5fb83972a64e
Bump version to 5.11. Remove duplicate \def's.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70075
diff
changeset
|
2368 |
71213 | 2369 * gnus-refcard.tex: Bump version to 5.11. Remove duplicate \def's. |
2370 Update date. | |
70078
5fb83972a64e
Bump version to 5.11. Remove duplicate \def's.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70075
diff
changeset
|
2371 |
70075 | 2372 2006-04-18 Bill Wohler <wohler@newt.com> |
2373 | |
2374 * MORE.STUFF: Add MH-E. | |
2375 | |
70066
44d33d0ce20d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70047
diff
changeset
|
2376 2006-04-18 Carsten Dominik <dominik@science.uva.nl> |
44d33d0ce20d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70047
diff
changeset
|
2377 |
44d33d0ce20d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70047
diff
changeset
|
2378 * orgcard.tex: Version number change only. |
44d33d0ce20d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
70047
diff
changeset
|
2379 |
69955 | 2380 2006-04-12 Kenichi Handa <handa@m17n.org> |
2381 | |
2382 * PROBLEMS (C-SPC fails ...): Explicitly say fcitx in the header. | |
2383 | |
69930
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69927
diff
changeset
|
2384 2006-04-11 Carsten Dominik <dominik@science.uva.nl> |
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69927
diff
changeset
|
2385 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2386 * orgcard.tex (section{Tables}): Document column narrowing. |
69930
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69927
diff
changeset
|
2387 (section{Links}): Document bracket links. |
2f524fd75dec
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69927
diff
changeset
|
2388 |
69927 | 2389 2006-04-11 Kenichi Handa <handa@m17n.org> |
2390 | |
2391 * PROBLEMS (C-SPC fails ...): Add description for fcitx. | |
2392 | |
69924
b65913621fc8
Add package-version keyword to `defcustom' and mention associated
Bill Wohler <wohler@newt.com>
parents:
69844
diff
changeset
|
2393 2006-04-10 Bill Wohler <wohler@newt.com> |
b65913621fc8
Add package-version keyword to `defcustom' and mention associated
Bill Wohler <wohler@newt.com>
parents:
69844
diff
changeset
|
2394 |
b65913621fc8
Add package-version keyword to `defcustom' and mention associated
Bill Wohler <wohler@newt.com>
parents:
69844
diff
changeset
|
2395 * NEWS: Add package-version keyword to `defcustom' and mention |
b65913621fc8
Add package-version keyword to `defcustom' and mention associated
Bill Wohler <wohler@newt.com>
parents:
69844
diff
changeset
|
2396 associated variable `customize-package-emacs-version-alist'. |
b65913621fc8
Add package-version keyword to `defcustom' and mention associated
Bill Wohler <wohler@newt.com>
parents:
69844
diff
changeset
|
2397 |
69844 | 2398 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> |
2399 | |
2400 * NEWS: Add string-or-null-p. | |
2401 | |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2402 2006-03-28 Bill Wohler <wohler@newt.com> |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2403 |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2404 * images/README: Update with following information. |
70047
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2405 |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2406 * images/data-save.xpm, images/mail/flag-for-followup.xpm: |
71213 | 2407 * images/zoom-in.xpm, images/zoom-out.xpm: New images from GNOME 2.12. |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2408 |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2409 * images/contact.pbm, images/data-save.pbm, images/delete.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2410 * images/mail/flag-for-followup.pbm, images/mail/inbox.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2411 * images/mail/move.pbm, images/next-page.pbm, images/zoom-out.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2412 New bitmaps for new images. |
70047
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2413 |
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2414 * images/refresh.xpm, images/sort-ascending.xpm, |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2415 * images/sort-descending.xpm: Update with GTK 2.x images. Note |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2416 that the default GTK icons are not overridden by the GNOME theme |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2417 due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2418 wide circulation, then the GTK icons should be replaced with the |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2419 equivalent GNOME icons. Until then, we should be consistent with |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2420 GTK first, then GNOME. |
70047
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2421 |
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2422 * images/mail/repack.xpm, images/mail/reply-from.xpm: |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2423 * images/mail/reply-to.xpm, images/search-replace.xpm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2424 * images/separator.xpm, images/show.xpm: Update custom icons to be |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2425 closer to their GNOME counterparts. |
70047
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2426 |
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2427 * images/attach.pbm, images/exit.pbm, images/mail/compose.pbm: |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2428 * images/mail/repack.pbm, images/mail/reply-all.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2429 * images/mail/reply-from.pbm, images/mail/reply-to.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2430 * images/mail/reply.pbm, images/mail/send.pbm, images/show.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2431 * images/search-replace.pbm: Update bitmaps. |
70047
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2432 |
97f9c95377f4
Whitespace fixes.
Romain Francoise <romain@orebokech.com>
parents:
69955
diff
changeset
|
2433 * images/execute.pbm, images/execute.xpm, images/fld-open.pbm: |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2434 * images/fld-open.xpm, images/highlight.pbm, images/highlight.xpm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2435 * images/mail.pbm, images/mail.xpm, images/mail/alias.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2436 * images/mail/alias.xpm, images/mail/refile.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2437 * images/mail/refile.xpm, images/page-down.pbm: |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2438 * images/page-down.xpm, images/widen.pbm, images/widen.xpm: Remove |
71213 | 2439 custom MH-E icons -- MH-E is now using the equivalent GTK/GNOME icons. |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69643
diff
changeset
|
2440 |
69643 | 2441 2006-03-23 Romain Francoise <romain@orebokech.com> |
2442 | |
2443 * NEWS: Misc. fixes. | |
2444 | |
69484
f35f71144e2d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69474
diff
changeset
|
2445 2006-03-15 Carsten Dominik <dominik@science.uva.nl> |
f35f71144e2d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69474
diff
changeset
|
2446 |
f35f71144e2d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69474
diff
changeset
|
2447 * orgcard.tex: Version number change only. |
f35f71144e2d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69474
diff
changeset
|
2448 |
69474
5cac5e03ca8d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69424
diff
changeset
|
2449 2006-03-15 Nick Roberts <nickrob@snap.net.nz> |
5cac5e03ca8d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69424
diff
changeset
|
2450 |
5cac5e03ca8d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69424
diff
changeset
|
2451 * DEBUG (Note): Describe features for debugging with GDB in Emacs. |
5cac5e03ca8d
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
69424
diff
changeset
|
2452 |
69424
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2453 2006-03-11 Miles Bader <miles@gnu.org> |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2454 |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2455 * images/mail: New directory. |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2456 * images/attach.xpm, images/connect.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2457 * images/contact.xpm, images/delete.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2458 * images/describe.xpm, images/disconnect.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2459 * images/exit.xpm, images/gnus/toggle-subscription.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2460 * images/lock-broken.xpm, images/lock-ok.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2461 * images/lock.xpm, images/mail/compose.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2462 * images/mail/copy.xpm, images/mail/forward.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2463 * images/mail/inbox.xpm, images/mail/move.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2464 * images/mail/not-spam.xpm, images/mail/outbox.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2465 * images/mail/preview.xpm, images/mail/reply-all.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2466 * images/mail/reply.xpm, images/mail/save-draft.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2467 * images/mail/save.xpm, images/mail/send.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2468 * images/mail/spam.xpm, images/next-page.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2469 * images/refresh.xpm, images/separator.xpm: |
71213 | 2470 * images/sort-ascending.xpm, images/sort-column-ascending.xpm: |
69424
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2471 * images/sort-criteria.xpm, images/sort-descending.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2472 * images/sort-row-ascending.xpm: |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2473 New icons, copied from Gnus trunk (originally from Gnome 2.6). |
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
69423
diff
changeset
|
2474 |
69422
e48e1751c47d
Document `image-load-path-for-library'. Note that all images have been
Bill Wohler <wohler@newt.com>
parents:
69347
diff
changeset
|
2475 2006-03-11 Bill Wohler <wohler@newt.com> |
e48e1751c47d
Document `image-load-path-for-library'. Note that all images have been
Bill Wohler <wohler@newt.com>
parents:
69347
diff
changeset
|
2476 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2477 * NEWS: Document `image-load-path-for-library'. Note that all |
69422
e48e1751c47d
Document `image-load-path-for-library'. Note that all images have been
Bill Wohler <wohler@newt.com>
parents:
69347
diff
changeset
|
2478 images have been moved from lisp into etc/images in `find-image' |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2479 item. Fix typo in `copy-tree'. |
69422
e48e1751c47d
Document `image-load-path-for-library'. Note that all images have been
Bill Wohler <wohler@newt.com>
parents:
69347
diff
changeset
|
2480 |
69347
f82697609957
Replace "Schreiben" by "Dr? where appropriate.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
69321
diff
changeset
|
2481 2006-03-09 Reiner Steib <Reiner.Steib@gmx.de> |
f82697609957
Replace "Schreiben" by "Dr? where appropriate.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
69321
diff
changeset
|
2482 |
93293 | 2483 * TUTORIAL.de: Replace "Schreiben" by "Drücken" where appropriate. |
69347
f82697609957
Replace "Schreiben" by "Dr? where appropriate.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
69321
diff
changeset
|
2484 |
69320
2e2803d83fb7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69288
diff
changeset
|
2485 2006-03-07 Carsten Dominik <dominik@science.uva.nl> |
2e2803d83fb7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69288
diff
changeset
|
2486 |
69321
bcbe2f30cba0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69320
diff
changeset
|
2487 * orgcard.tex: Version number change only. |
69320
2e2803d83fb7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
69288
diff
changeset
|
2488 |
69288
fb78d0fb694a
Update for MH-E release 7.93.
Bill Wohler <wohler@newt.com>
parents:
69120
diff
changeset
|
2489 2006-03-05 Bill Wohler <wohler@newt.com> |
fb78d0fb694a
Update for MH-E release 7.93.
Bill Wohler <wohler@newt.com>
parents:
69120
diff
changeset
|
2490 |
fb78d0fb694a
Update for MH-E release 7.93.
Bill Wohler <wohler@newt.com>
parents:
69120
diff
changeset
|
2491 Release MH-E version 7.93. |
fb78d0fb694a
Update for MH-E release 7.93.
Bill Wohler <wohler@newt.com>
parents:
69120
diff
changeset
|
2492 |
fb78d0fb694a
Update for MH-E release 7.93.
Bill Wohler <wohler@newt.com>
parents:
69120
diff
changeset
|
2493 * NEWS, MH-E-NEWS: Update for MH-E release 7.93. |
fb78d0fb694a
Update for MH-E release 7.93.
Bill Wohler <wohler@newt.com>
parents:
69120
diff
changeset
|
2494 |
75673
b3f087a2d8cf
Fix name of Guanpeng Xu <herberteuler@hotmail.com> in 2006-02-23 entry.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
75609
diff
changeset
|
2495 2006-02-23 Guanpeng Xu <herberteuler@hotmail.com> |
69120
c25ca738fe29
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
69096
diff
changeset
|
2496 |
c25ca738fe29
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
69096
diff
changeset
|
2497 * TUTORIAL.cn: Fix omission bug: Add dot (ASCII 0x2E) on first line. |
c25ca738fe29
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
69096
diff
changeset
|
2498 |
69096
91d54ab4382e
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68989
diff
changeset
|
2499 2006-02-22 Carsten Dominik <dominik@science.uva.nl> |
91d54ab4382e
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68989
diff
changeset
|
2500 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2501 * orgcard.tex (section{Links}): Rewritten to cover the modified |
69096
91d54ab4382e
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68989
diff
changeset
|
2502 link system. |
91d54ab4382e
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
68989
diff
changeset
|
2503 |
68989
022ca860d9ec
Update for MH-E release 7.92.
Bill Wohler <wohler@newt.com>
parents:
68964
diff
changeset
|
2504 2006-02-18 Bill Wohler <wohler@newt.com> |
022ca860d9ec
Update for MH-E release 7.92.
Bill Wohler <wohler@newt.com>
parents:
68964
diff
changeset
|
2505 |
022ca860d9ec
Update for MH-E release 7.92.
Bill Wohler <wohler@newt.com>
parents:
68964
diff
changeset
|
2506 Release MH-E version 7.92. |
022ca860d9ec
Update for MH-E release 7.92.
Bill Wohler <wohler@newt.com>
parents:
68964
diff
changeset
|
2507 |
022ca860d9ec
Update for MH-E release 7.92.
Bill Wohler <wohler@newt.com>
parents:
68964
diff
changeset
|
2508 * NEWS, MH-E-NEWS: Update for MH-E release 7.92. |
022ca860d9ec
Update for MH-E release 7.92.
Bill Wohler <wohler@newt.com>
parents:
68964
diff
changeset
|
2509 |
68964 | 2510 2006-02-17 Kenichi Handa <handa@m17n.org> |
2511 | |
2512 * TUTORIAL.translators (TUTORIAL.cn): Update the maintainer. | |
2513 | |
2514 2006-02-17 Sun Yijiang <sunyijiang@gmail.com> | |
2515 | |
2516 * TUTORIAL.cn: Reworked. | |
2517 | |
68886
7273a522d975
* NEWS: Changes in handling of file local variables.
Chong Yidong <cyd@stupidchicken.com>
parents:
68885
diff
changeset
|
2518 2006-02-14 Chong Yidong <cyd@stupidchicken.com> |
7273a522d975
* NEWS: Changes in handling of file local variables.
Chong Yidong <cyd@stupidchicken.com>
parents:
68885
diff
changeset
|
2519 |
7273a522d975
* NEWS: Changes in handling of file local variables.
Chong Yidong <cyd@stupidchicken.com>
parents:
68885
diff
changeset
|
2520 * NEWS: Changes in handling of file local variables. |
7273a522d975
* NEWS: Changes in handling of file local variables.
Chong Yidong <cyd@stupidchicken.com>
parents:
68885
diff
changeset
|
2521 |
93293 | 2522 2006-02-14 Jan Djärv <jan.h.d@swipnet.se> |
68885
bf32a9fa6cd9
* NEWS: Gtk+ 2.4 is required.
Jan Djärv <jan.h.d@swipnet.se>
parents:
68772
diff
changeset
|
2523 |
bf32a9fa6cd9
* NEWS: Gtk+ 2.4 is required.
Jan Djärv <jan.h.d@swipnet.se>
parents:
68772
diff
changeset
|
2524 * NEWS: Gtk+ 2.4 is required. |
bf32a9fa6cd9
* NEWS: Gtk+ 2.4 is required.
Jan Djärv <jan.h.d@swipnet.se>
parents:
68772
diff
changeset
|
2525 |
68772
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68743
diff
changeset
|
2526 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68743
diff
changeset
|
2527 |
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68743
diff
changeset
|
2528 * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage. |
57d1d56ae004
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68743
diff
changeset
|
2529 |
68736
c148e236989d
Keybindings for Tumme in Dired.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68640
diff
changeset
|
2530 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com> |
c148e236989d
Keybindings for Tumme in Dired.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68640
diff
changeset
|
2531 |
68743 | 2532 * NEWS: New key bindings for Tumme in Dired. |
68736
c148e236989d
Keybindings for Tumme in Dired.
Mathias Dahl <mathias.dahl@gmail.com>
parents:
68640
diff
changeset
|
2533 |
68637
341b24d692de
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68630
diff
changeset
|
2534 2006-02-05 Jay Belanger <belanger@truman.edu> |
341b24d692de
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68630
diff
changeset
|
2535 |
341b24d692de
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68630
diff
changeset
|
2536 * calccard.tex: Update copyright year. |
341b24d692de
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68630
diff
changeset
|
2537 |
68630
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68604
diff
changeset
|
2538 2006-02-04 Michael Olson <mwolson@gnu.org> |
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68604
diff
changeset
|
2539 |
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68604
diff
changeset
|
2540 * NEWS: Update for ERC 5.1.1. Use the same wording for headings |
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68604
diff
changeset
|
2541 that Emacs does in its NEWS file. |
86c478cccc57
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Miles Bader <miles@gnu.org>
parents:
68604
diff
changeset
|
2542 |
68604
33b406f0321d
Update for MH-E release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68531
diff
changeset
|
2543 2006-02-03 Bill Wohler <wohler@newt.com> |
33b406f0321d
Update for MH-E release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68531
diff
changeset
|
2544 |
33b406f0321d
Update for MH-E release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68531
diff
changeset
|
2545 Release MH-E version 7.91. |
33b406f0321d
Update for MH-E release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68531
diff
changeset
|
2546 |
33b406f0321d
Update for MH-E release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68531
diff
changeset
|
2547 * NEWS, MH-E-NEWS: Update for MH-E release 7.91. |
33b406f0321d
Update for MH-E release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68531
diff
changeset
|
2548 |
68531 | 2549 2006-02-02 Bill Wohler <wohler@newt.com> |
2550 | |
2551 Release MH-E version 7.90. | |
2552 | |
68604
33b406f0321d
Update for MH-E release 7.91.
Bill Wohler <wohler@newt.com>
parents:
68531
diff
changeset
|
2553 * NEWS, MH-E-NEWS: Update for MH-E release 7.90. |
68531 | 2554 |
68451
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68433
diff
changeset
|
2555 2006-01-29 Michael Olson <mwolson@gnu.org> |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68433
diff
changeset
|
2556 |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68433
diff
changeset
|
2557 * NEWS: Add entry for ERC. |
fc745b05e928
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Miles Bader <miles@gnu.org>
parents:
68433
diff
changeset
|
2558 |
68433
9855f34ed7fb
* TODO: Make SYNC_INPUT the default.
Chong Yidong <cyd@stupidchicken.com>
parents:
68378
diff
changeset
|
2559 2006-01-27 Chong Yidong <cyd@stupidchicken.com> |
9855f34ed7fb
* TODO: Make SYNC_INPUT the default.
Chong Yidong <cyd@stupidchicken.com>
parents:
68378
diff
changeset
|
2560 |
9855f34ed7fb
* TODO: Make SYNC_INPUT the default.
Chong Yidong <cyd@stupidchicken.com>
parents:
68378
diff
changeset
|
2561 * TODO: Make SYNC_INPUT the default. |
9855f34ed7fb
* TODO: Make SYNC_INPUT the default.
Chong Yidong <cyd@stupidchicken.com>
parents:
68378
diff
changeset
|
2562 |
68374
c6ad248cc694
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68338
diff
changeset
|
2563 2006-01-25 Nick Roberts <nickrob@snap.net.nz> |
c6ad248cc694
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68338
diff
changeset
|
2564 |
c6ad248cc694
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68338
diff
changeset
|
2565 * images/gud/pstar.xpm: Make background transparent. |
c6ad248cc694
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
68338
diff
changeset
|
2566 |
68378
ebc946c50b50
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
68374
diff
changeset
|
2567 2006-01-24 Noah Friedman <friedman@splode.com> |
ebc946c50b50
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
68374
diff
changeset
|
2568 |
ebc946c50b50
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
68374
diff
changeset
|
2569 * emacs-buffer.gdb: Replace all references to `cdr' field of |
ebc946c50b50
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
68374
diff
changeset
|
2570 conses with `u.cdr', per change Andreas Schwab 2005-11-15 |
ebc946c50b50
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
68374
diff
changeset
|
2571 of src/lisp.h. |
ebc946c50b50
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
68374
diff
changeset
|
2572 |
68338
e859705d4b05
* etc/NEWS: tramp can be removed by M-x tramp-unload-tramp.
Michael Albinus <michael.albinus@gmx.de>
parents:
68203
diff
changeset
|
2573 2006-01-23 Michael Albinus <michael.albinus@gmx.de> |
e859705d4b05
* etc/NEWS: tramp can be removed by M-x tramp-unload-tramp.
Michael Albinus <michael.albinus@gmx.de>
parents:
68203
diff
changeset
|
2574 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2575 * NEWS: Tramp can be removed by M-x tramp-unload-tramp. |
68338
e859705d4b05
* etc/NEWS: tramp can be removed by M-x tramp-unload-tramp.
Michael Albinus <michael.albinus@gmx.de>
parents:
68203
diff
changeset
|
2576 |
68203
78ee72a03306
* e/eterm-color.ti: Re-enable the ri entry. Add kich1.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68185
diff
changeset
|
2577 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu> |
78ee72a03306
* e/eterm-color.ti: Re-enable the ri entry. Add kich1.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68185
diff
changeset
|
2578 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2579 * e/eterm-color.ti: Re-enable the ri entry. Add kich1. |
68203
78ee72a03306
* e/eterm-color.ti: Re-enable the ri entry. Add kich1.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68185
diff
changeset
|
2580 |
68185
a6191fad3032
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67960
diff
changeset
|
2581 2006-01-13 Richard M. Stallman <rms@gnu.org> |
a6191fad3032
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67960
diff
changeset
|
2582 |
a6191fad3032
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67960
diff
changeset
|
2583 * emacs.1: +N applies only to next file. |
a6191fad3032
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67960
diff
changeset
|
2584 |
67888
ea7c5fb0fc79
* e/eterm-color.ti: Temporarily disable the ri entry.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
67718
diff
changeset
|
2585 2005-12-28 Dan Nicolaescu <dann@ics.uci.edu> |
ea7c5fb0fc79
* e/eterm-color.ti: Temporarily disable the ri entry.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
67718
diff
changeset
|
2586 |
ea7c5fb0fc79
* e/eterm-color.ti: Temporarily disable the ri entry.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
67718
diff
changeset
|
2587 * e/eterm-color.ti: Temporarily disable the ri entry. |
ea7c5fb0fc79
* e/eterm-color.ti: Temporarily disable the ri entry.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
67718
diff
changeset
|
2588 * e/eterm-color: Regenerate. |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2589 |
93293 | 2590 2005-12-21 Lőrentey Károly <lorentey@elte.hu> |
67718
66dff7fa71b9
Add note on the multi-tty branch.
Károly Lőrentey <lorentey@elte.hu>
parents:
67601
diff
changeset
|
2591 |
66dff7fa71b9
Add note on the multi-tty branch.
Károly Lőrentey <lorentey@elte.hu>
parents:
67601
diff
changeset
|
2592 * TODO: Add note on the multi-tty branch. |
66dff7fa71b9
Add note on the multi-tty branch.
Károly Lőrentey <lorentey@elte.hu>
parents:
67601
diff
changeset
|
2593 |
93293 | 2594 2005-12-16 Lőrentey Károly <lorentey@elte.hu> |
67601
0644a2b72e8c
Change `prev-buffer' to `previous-buffer'; add note on them using the
Károly Lőrentey <lorentey@elte.hu>
parents:
67481
diff
changeset
|
2595 |
0644a2b72e8c
Change `prev-buffer' to `previous-buffer'; add note on them using the
Károly Lőrentey <lorentey@elte.hu>
parents:
67481
diff
changeset
|
2596 * NEWS: Change `prev-buffer' to `previous-buffer'; add note on |
0644a2b72e8c
Change `prev-buffer' to `previous-buffer'; add note on them using the
Károly Lőrentey <lorentey@elte.hu>
parents:
67481
diff
changeset
|
2597 them using the frame-local buffer list. |
0644a2b72e8c
Change `prev-buffer' to `previous-buffer'; add note on them using the
Károly Lőrentey <lorentey@elte.hu>
parents:
67481
diff
changeset
|
2598 |
67481 | 2599 2005-12-10 David Koppelman <koppel@ece.lsu.edu> |
2600 | |
2601 * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode | |
2602 instead. | |
2603 | |
67272
262b81412a91
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67167
diff
changeset
|
2604 2005-12-02 Jay Belanger <belanger@truman.edu> |
262b81412a91
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67167
diff
changeset
|
2605 |
262b81412a91
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67167
diff
changeset
|
2606 * NEWS: Add comment about the Calc prefix. |
262b81412a91
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
67167
diff
changeset
|
2607 |
67167
300bbe98bb13
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
67134
diff
changeset
|
2608 2005-11-28 Thien-Thi Nguyen <ttn@gnu.org> |
300bbe98bb13
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
67134
diff
changeset
|
2609 |
300bbe98bb13
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
67134
diff
changeset
|
2610 * MORE.STUFF: Add entry: "Go in a buffer: Go Text Protocol client". |
300bbe98bb13
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
67134
diff
changeset
|
2611 |
67134
8e805e62e26d
New icons installed.
Chong Yidong <cyd@stupidchicken.com>
parents:
66989
diff
changeset
|
2612 2005-11-18 Chong Yidong <cyd@stupidchicken.com> |
8e805e62e26d
New icons installed.
Chong Yidong <cyd@stupidchicken.com>
parents:
66989
diff
changeset
|
2613 |
8e805e62e26d
New icons installed.
Chong Yidong <cyd@stupidchicken.com>
parents:
66989
diff
changeset
|
2614 * images/icons/emacs_16.png, images/icons/emacs_24.png |
8e805e62e26d
New icons installed.
Chong Yidong <cyd@stupidchicken.com>
parents:
66989
diff
changeset
|
2615 * images/icons/emacs_32.png, images/icons/emacs_48.png: |
8e805e62e26d
New icons installed.
Chong Yidong <cyd@stupidchicken.com>
parents:
66989
diff
changeset
|
2616 New Emacs icons. |
8e805e62e26d
New icons installed.
Chong Yidong <cyd@stupidchicken.com>
parents:
66989
diff
changeset
|
2617 |
66989
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66885
diff
changeset
|
2618 2005-11-18 Carsten Dominik <dominik@science.uva.nl> |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66885
diff
changeset
|
2619 |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66885
diff
changeset
|
2620 * orgcard.tex: Version 3.20 |
04631119d8f7
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66885
diff
changeset
|
2621 |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2622 2005-11-16 Nick Roberts <nickrob@snap.net.nz> |
66885
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2623 |
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2624 * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons. |
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2625 Use for run/continue. |
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2626 * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons. |
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2627 Use for interrupting inferior. |
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2628 * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm: |
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2629 Use a more appropriate variable name. |
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2630 * images/gud/remove.xpm, images/gud/remove.pbm |
7ca2e66dcf8a
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66768
diff
changeset
|
2631 * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive. |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2632 |
66768
c837a68bf7cb
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66731
diff
changeset
|
2633 2005-11-09 Nick Roberts <nickrob@snap.net.nz> |
c837a68bf7cb
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66731
diff
changeset
|
2634 |
c837a68bf7cb
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66731
diff
changeset
|
2635 * images/gud/pp.xpm, images/gud/pp.pbm: New icons. |
c837a68bf7cb
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66731
diff
changeset
|
2636 |
93293 | 2637 2005-11-06 Jan Djärv <jan.h.d@swipnet.se> |
66731
4df7104127f1
* images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66727
diff
changeset
|
2638 |
4df7104127f1
* images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66727
diff
changeset
|
2639 * images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm |
4df7104127f1
* images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66727
diff
changeset
|
2640 * images/save.xpm, images/save.pbm, images/low-color/save.xpm: |
4df7104127f1
* images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66727
diff
changeset
|
2641 Adjust baseline. |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2642 |
93293 | 2643 2005-11-06 Jan Djärv <jan.h.d@swipnet.se> |
66727
7820ff3fb002
* images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66718
diff
changeset
|
2644 |
7820ff3fb002
* images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66718
diff
changeset
|
2645 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm |
7820ff3fb002
* images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66718
diff
changeset
|
2646 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm |
7820ff3fb002
* images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66718
diff
changeset
|
2647 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm |
7820ff3fb002
* images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66718
diff
changeset
|
2648 * images/low-color/next-node.xpm: Adjust paper size and layout. |
7820ff3fb002
* images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
Jan Djärv <jan.h.d@swipnet.se>
parents:
66718
diff
changeset
|
2649 |
66718
f1ce812719c6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66710
diff
changeset
|
2650 2005-11-05 Nick Roberts <nickrob@snap.net.nz> |
f1ce812719c6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66710
diff
changeset
|
2651 |
f1ce812719c6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66710
diff
changeset
|
2652 * DEBUG: Describe how to provide preprocessor macro information. |
f1ce812719c6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66710
diff
changeset
|
2653 |
93293 | 2654 2005-11-04 Jan Djärv <jan.h.d@swipnet.se> |
66710 | 2655 |
2656 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm | |
2657 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm | |
2658 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm | |
2659 * images/low-color/next-node.xpm: New images. | |
2660 | |
66692
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66649
diff
changeset
|
2661 2005-11-04 Carsten Dominik <dominik@science.uva.nl> |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66649
diff
changeset
|
2662 |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66649
diff
changeset
|
2663 * orgcard.tex (section{Notes}): Version number change. |
73f037ab9b80
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
66649
diff
changeset
|
2664 |
66649
2ec4f1983016
Update FSF's address.
Romain Francoise <romain@orebokech.com>
parents:
66644
diff
changeset
|
2665 2005-11-03 Romain Francoise <romain@orebokech.com> |
2ec4f1983016
Update FSF's address.
Romain Francoise <romain@orebokech.com>
parents:
66644
diff
changeset
|
2666 |
2ec4f1983016
Update FSF's address.
Romain Francoise <romain@orebokech.com>
parents:
66644
diff
changeset
|
2667 * orgcard.tex: Update FSF's address. |
2ec4f1983016
Update FSF's address.
Romain Francoise <romain@orebokech.com>
parents:
66644
diff
changeset
|
2668 |
66644
d4be642850c2
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66610
diff
changeset
|
2669 2005-11-03 Nick Roberts <nickrob@snap.net.nz> |
d4be642850c2
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66610
diff
changeset
|
2670 |
66718
f1ce812719c6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66710
diff
changeset
|
2671 * DEBUG: GDB can sometimes expand macros. |
66644
d4be642850c2
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66610
diff
changeset
|
2672 |
66610
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
2673 2005-11-01 Romain Francoise <romain@orebokech.com> |
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
2674 |
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
2675 * NEWS: Source files are compressed by default. |
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
2676 |
66514
1ab4a8980046
Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66470
diff
changeset
|
2677 2005-10-28 Bill Wohler <wohler@newt.com> |
1ab4a8980046
Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66470
diff
changeset
|
2678 |
1ab4a8980046
Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66470
diff
changeset
|
2679 * NEWS: Help mode now creates hyperlinks for URLs. |
1ab4a8980046
Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66470
diff
changeset
|
2680 |
66470
e6a6732d08c3
(el1): Undo 2005-10-23 change.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66435
diff
changeset
|
2681 2005-10-27 Dan Nicolaescu <dann@ics.uci.edu> |
e6a6732d08c3
(el1): Undo 2005-10-23 change.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66435
diff
changeset
|
2682 |
66610
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
2683 * e/eterm-color.ti (el1): Undo 2005-10-23 change. |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2684 Add some comments on how to update this file. Add ri |
66470
e6a6732d08c3
(el1): Undo 2005-10-23 change.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66435
diff
changeset
|
2685 capability that has long been supported by term.el. |
e6a6732d08c3
(el1): Undo 2005-10-23 change.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66435
diff
changeset
|
2686 |
66435
13c60d884743
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66366
diff
changeset
|
2687 2005-10-25 Nick Roberts <nickrob@snap.net.nz> |
13c60d884743
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66366
diff
changeset
|
2688 |
96363
f9d35151b907
American English spelling fix.
Glenn Morris <rgm@gnu.org>
parents:
96261
diff
changeset
|
2689 * images/gud/until.xpm: Color correction. |
66435
13c60d884743
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66366
diff
changeset
|
2690 |
66366
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
2691 2005-10-23 Richard M. Stallman <rms@gnu.org> |
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
2692 |
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
2693 * e/eterm-color.ti (el1): Capability deleted, |
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
2694 since term.el doesn't implement it. |
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
2695 |
66253
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
2696 2005-10-20 Dan Nicolaescu <dann@ics.uci.edu> |
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
2697 |
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
2698 * e/eterm-color.ti: Change the terminal name to eterm-color. |
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
2699 * e/eterm-color: Regenerate. |
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
2700 |
66247 | 2701 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change) |
2702 | |
2703 * Makefile (e/eterm-color): Rename eterm to eterm-color. | |
2704 | |
66198
34cdb895f63b
* NEWS: New variable `max-image-size'.
Chong Yidong <cyd@stupidchicken.com>
parents:
66168
diff
changeset
|
2705 2005-10-18 Chong Yidong <cyd@stupidchicken.com> |
34cdb895f63b
* NEWS: New variable `max-image-size'.
Chong Yidong <cyd@stupidchicken.com>
parents:
66168
diff
changeset
|
2706 |
34cdb895f63b
* NEWS: New variable `max-image-size'.
Chong Yidong <cyd@stupidchicken.com>
parents:
66168
diff
changeset
|
2707 * NEWS: New variable `max-image-size'. |
34cdb895f63b
* NEWS: New variable `max-image-size'.
Chong Yidong <cyd@stupidchicken.com>
parents:
66168
diff
changeset
|
2708 |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2709 2005-10-17 Bill Wohler <wohler@newt.com> |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2710 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2711 Moved all remaining images from lisp/toolbar to etc/images. The |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2712 low resolution images were placed in their own directory (low-color). |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2713 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2714 * images/attach.*, images/cancel.*, images/close.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2715 * images/copy.*, images/cut.*, images/diropen.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2716 * images/exit.*, images/help.*, images/home.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2717 * images/index.*, images/info.*, images/mail.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2718 * images/new.*, images/open.*, images/paste.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2719 * images/preferences.*, images/print.*, images/save.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2720 * images/saveas.*, images/search.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2721 * images/search-replace.*, images/spell.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2722 * images/undo.*: Moved here from lisp/toolbar. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2723 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2724 * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2725 * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2726 * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2727 * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2728 * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2729 * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2730 * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2731 * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2732 * images/low-color/preferences.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2733 lisp/toolbar/lc-preferences.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2734 * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2735 * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2736 * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2737 * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2738 * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2739 * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2740 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2741 To conform with convention, the underscore (_) in the following |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2742 image names were replaced with dash (-) or (/) as appropriate. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2743 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2744 * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2745 * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2746 * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2747 * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2748 * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2749 * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2750 * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2751 * images/low-color/back-arrow.*: Moved here from |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2752 lisp/toolbar/lc-back_arrow.*. |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2753 * images/low-color/fwd-arrow.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2754 lisp/toolbar/lc-fwd_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2755 * images/low-color/jump-to.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2756 lisp/toolbar/lc-jump_to.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2757 * images/low-color/left-arrow.*: Moved here from |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2758 lisp/toolbar/lc-left_arrow.*. |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2759 * images/low-color/right-arrow.*: Moved here from |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2760 lisp/toolbar/lc-right_arrow.*. |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2761 * images/low-color/up-arrow.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2762 lisp/toolbar/lc-up_arrow.*. |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2763 * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*. |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2764 * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2765 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2766 * images/README: Incorporated the content of lisp/toolbar/README |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2767 now that all of the images are here. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2768 |
66103
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
2769 2005-10-16 Nick Roberts <nickrob@snap.net.nz> |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
2770 |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
2771 * images/gud/n.pbm, images/gud/n.xpm |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
2772 * images/gud/ni.xpm, images/gud/ni.xpm |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
2773 * images/gud/s.xpm, images/gud/s.xpm |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
2774 * images/gud/si.xpm, images/gud/si.xpm: Rename to |
107298 | 2775 next.*, nexti.*, step.*, and stepi.*, respectively, as the |
66103
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
2776 file-name no longer clashes on 8+3 filesystems. |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
2777 |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2778 2005-10-14 Bill Wohler <wohler@newt.com> |
66095 | 2779 |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2780 * images/gud/break.*: Moved here from toolbar/gud-break.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2781 * images/gud/cont.*: Moved here from toolbar/gud-cont.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2782 * images/gud/down.*: Moved here from toolbar/gud-down.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2783 * images/gud/finish.*: Moved here from toolbar/gud-finish.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2784 * images/gud/ni.*: Moved here from toolbar/gud-ni.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2785 * images/gud/n.*: Moved here from toolbar/gud-n.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2786 * images/gud/print.*: Moved here from toolbar/gud-print.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2787 * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2788 * images/gud/remove.*: Moved here from toolbar/gud-remove.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2789 * images/gud/run.*: Moved here from toolbar/gud-run.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2790 * images/gud/si.*: Moved here from toolbar/gud-si.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2791 * images/gud/s.*: Moved here from toolbar/gud-s.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2792 * images/gud/until.*: Moved here from toolbar/gud-until.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2793 * images/gud/up.*: Moved here from toolbar/gud-up.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2794 * images/gud/watch.*: Moved here from toolbar/gud-watch.*. |
66095 | 2795 |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2796 2005-10-14 Bill Wohler <wohler@newt.com> |
66091
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
2797 |
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
2798 Released MH-E version 7.85. |
67960
ac27bc2873c9
*** empty log message ***
Romain Francoise <romain@orebokech.com>
parents:
67888
diff
changeset
|
2799 |
66091
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
2800 * NEWS, MH-E-NEWS: Updated for release 7.85. |
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
2801 |
93293 | 2802 2005-10-10 Jan Djärv <jan.h.d@swipnet.se> |
65979 | 2803 |
2804 * NEWS: -nb => -nbi | |
2805 | |
65966
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65942
diff
changeset
|
2806 2005-10-10 Carsten Dominik <dominik@science.uva.nl> |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65942
diff
changeset
|
2807 |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65942
diff
changeset
|
2808 * orgcard.tex: Version 3.17, no changes except version number. |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65942
diff
changeset
|
2809 |
93293 | 2810 2005-10-09 Jan Djärv <jan.h.d@swipnet.se> |
65942
d31b2741d149
* NEWS: -nb, --no-bitmap-icon
Jan Djärv <jan.h.d@swipnet.se>
parents:
65789
diff
changeset
|
2811 |
d31b2741d149
* NEWS: -nb, --no-bitmap-icon
Jan Djärv <jan.h.d@swipnet.se>
parents:
65789
diff
changeset
|
2812 * NEWS: -nb, --no-bitmap-icon |
d31b2741d149
* NEWS: -nb, --no-bitmap-icon
Jan Djärv <jan.h.d@swipnet.se>
parents:
65789
diff
changeset
|
2813 |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2814 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca> |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2815 |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2816 * TODO: Clarify the local variables entry. |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2817 |
65760
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2818 2005-09-30 Bill Wohler <wohler@newt.com> |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2819 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2820 Moved MH-E image files from toolbar and mail directories into |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
2821 images. |
65760
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2822 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2823 * images/mail: New directory. |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2824 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2825 * images/mail/reply.*: Moved here from lisp/mail/reply2*. |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2826 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2827 * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*: |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2828 * images/mail/reply*: Moved here from lisp/toolbar. |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2829 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2830 * images/execute.*, images/highlight.*, images/mh-logo.xpm: |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2831 * images/page-down.*, images/show.*, images/widen.*: Moved here |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2832 from lisp/toolbar. |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2833 |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2834 * images/refresh.*: Moved here from lisp/toolbar/rescan.*. |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2835 Use GNOME 2.10's refresh icon. |
65760
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2836 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2837 * images/README: New file that indicates which icons came from |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2838 GNOME (see lisp/toolbar/README). |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
2839 |
65756
05dee0d6371d
Mention changes to `read-buffer'.
Romain Francoise <romain@orebokech.com>
parents:
65751
diff
changeset
|
2840 2005-09-30 Romain Francoise <romain@orebokech.com> |
05dee0d6371d
Mention changes to `read-buffer'.
Romain Francoise <romain@orebokech.com>
parents:
65751
diff
changeset
|
2841 |
05dee0d6371d
Mention changes to `read-buffer'.
Romain Francoise <romain@orebokech.com>
parents:
65751
diff
changeset
|
2842 * NEWS: Mention changes to `read-buffer'. |
05dee0d6371d
Mention changes to `read-buffer'.
Romain Francoise <romain@orebokech.com>
parents:
65751
diff
changeset
|
2843 |
65751
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
2844 2005-09-30 Chong Yidong <cyd@stupidchicken.com> |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
2845 |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
2846 * images/ezimage: New directory. |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
2847 |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
2848 * images/ezimage/*.xpm: Add images used by speedbar.el. |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
2849 |
65746 | 2850 2005-09-30 David Ponce <david@dponce.com> |
2851 | |
2852 * NEWS: Update recentf changes. | |
2853 | |
65742
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65718
diff
changeset
|
2854 2005-09-28 Simon Josefsson <jas@extundo.com> |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65718
diff
changeset
|
2855 |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65718
diff
changeset
|
2856 * GNUS-NEWS: Fix IDNA notes. |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65718
diff
changeset
|
2857 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
2858 2005-09-27 Jay Belanger <belanger@truman.edu> |
65718
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
2859 |
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
2860 * calccard.tex: Update `versionnumber', remove `versiondate'. |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2861 (Error Recovery): Refer to "initial state" rather than "default state". |
65718
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
2862 (Algebra): Mention LaTeX language mode. |
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
2863 (Programming): Delete reference to "Z =". |
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
2864 |
65675
5c4f3174d8b8
Fix Steven Huwig's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
65674
diff
changeset
|
2865 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change) |
65674 | 2866 |
2867 * emacs.py (ehelp): Add g and l to arg list, and use them in the | |
2868 call to `help'. | |
2869 | |
65556
4869357cd2b7
Update to version 1.2. Delete UC macro.
Romain Francoise <romain@orebokech.com>
parents:
65519
diff
changeset
|
2870 2005-09-17 Romain Francoise <romain@orebokech.com> |
4869357cd2b7
Update to version 1.2. Delete UC macro.
Romain Francoise <romain@orebokech.com>
parents:
65519
diff
changeset
|
2871 |
4869357cd2b7
Update to version 1.2. Delete UC macro.
Romain Francoise <romain@orebokech.com>
parents:
65519
diff
changeset
|
2872 * gfdl.1: Update to version 1.2. Delete UC macro. |
4869357cd2b7
Update to version 1.2. Delete UC macro.
Romain Francoise <romain@orebokech.com>
parents:
65519
diff
changeset
|
2873 |
65519 | 2874 2005-09-15 Kenichi Handa <handa@m17n.org> |
2875 | |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2876 * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7. |
65519 | 2877 |
65514
845541eefcf1
Add entry for write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65453
diff
changeset
|
2878 2005-09-14 Romain Francoise <romain@orebokech.com> |
845541eefcf1
Add entry for write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65453
diff
changeset
|
2879 |
845541eefcf1
Add entry for write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65453
diff
changeset
|
2880 * NEWS: Add entry for write-region-inhibit-fsync. |
845541eefcf1
Add entry for write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65453
diff
changeset
|
2881 |
65453 | 2882 2005-09-09 Kevin Ryde <user42@zip.com.au> |
65400 | 2883 |
2884 * MORE.STUFF: Update url for calculator.el. | |
2885 | |
65363 | 2886 2005-09-08 Kenichi Handa <handa@m17n.org> |
2887 | |
2888 * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled | |
2889 correctly. | |
2890 | |
65248
0f994edbec5e
Make `make-auto-save-file-name' a magic operation.
Michael Albinus <michael.albinus@gmx.de>
parents:
65179
diff
changeset
|
2891 2005-08-31 Michael Albinus <michael.albinus@gmx.de> |
0f994edbec5e
Make `make-auto-save-file-name' a magic operation.
Michael Albinus <michael.albinus@gmx.de>
parents:
65179
diff
changeset
|
2892 |
0f994edbec5e
Make `make-auto-save-file-name' a magic operation.
Michael Albinus <michael.albinus@gmx.de>
parents:
65179
diff
changeset
|
2893 * NEWS: Add entry for `make-auto-save-file-name'. |
0f994edbec5e
Make `make-auto-save-file-name' a magic operation.
Michael Albinus <michael.albinus@gmx.de>
parents:
65179
diff
changeset
|
2894 |
65179
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
2895 2005-08-19 Emilio C. Lopes <eclig@gmx.net> |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
2896 |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
2897 * emacsclient.1 (DESCRIPTION): Reflect inclusion in the |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
2898 Emacs distribution. Make role of EDITOR clearer. |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
2899 (OPTIONS): Document `-s', `-V' and `-h' |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
2900 as well as their long name counterparts. |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
2901 (BUGS): Remove. |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
2902 |
65134
c0ac29c13790
Fix capitalization of "Gnus".
Romain Francoise <romain@orebokech.com>
parents:
65088
diff
changeset
|
2903 2005-08-26 Romain Francoise <romain@orebokech.com> |
c0ac29c13790
Fix capitalization of "Gnus".
Romain Francoise <romain@orebokech.com>
parents:
65088
diff
changeset
|
2904 |
c0ac29c13790
Fix capitalization of "Gnus".
Romain Francoise <romain@orebokech.com>
parents:
65088
diff
changeset
|
2905 * PROBLEMS: Fix capitalization of "Gnus". |
c0ac29c13790
Fix capitalization of "Gnus".
Romain Francoise <romain@orebokech.com>
parents:
65088
diff
changeset
|
2906 |
65053 | 2907 2005-08-20 Chong Yidong <cyd@stupidchicken.com> |
2908 | |
2909 * MORE.STUFF: Update links and URLs. | |
2910 | |
64734 | 2911 2005-08-05 Kenichi Handa <handa@m17n.org> |
2912 | |
2913 * NEWS: Fix the entry describing code-pages. | |
2914 | |
64660
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
2915 2005-07-28 Juanma Barranquero <lekktu@gmail.com> |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
2916 |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
2917 * .cvsignore: Add `icons' (for in-place installs). |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
2918 |
64507 | 2919 2005-07-19 Juri Linkov <juri@jurta.org> |
2920 | |
2921 * grep.txt: New file. | |
2922 | |
93293 | 2923 2005-07-19 Jan Djärv <jan.h.d@swipnet.se> |
64489
86ac75fb6283
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
64243
diff
changeset
|
2924 |
64660
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
2925 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): |
64489
86ac75fb6283
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
64243
diff
changeset
|
2926 -R comes after i386 in setarch command. |
86ac75fb6283
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
64243
diff
changeset
|
2927 |
64243 | 2928 2005-07-12 Juri Linkov <juri@jurta.org> |
2929 | |
2930 * refcard.tex (Files): Change description of `C-x C-q' from | |
2931 `checkin/checkout' to `toggle read-only'. | |
2932 (Getting Help): Replace `C-h c' with `C-h k'. | |
2933 (Error Recovery): Replace `recover-file' with `recover-session'. | |
2934 (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'. | |
2935 | |
64141
4a75154e9712
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64131
diff
changeset
|
2936 2005-07-07 Richard M. Stallman <rms@gnu.org> |
4a75154e9712
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64131
diff
changeset
|
2937 |
64145
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64141
diff
changeset
|
2938 * GNU: Update how to help. Improve footnote 7. |
64141
4a75154e9712
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64131
diff
changeset
|
2939 |
64131 | 2940 2005-07-07 Lute Kamstra <lute@gnu.org> |
2941 | |
2942 * tasks.texi: Delete file. The GNU Task List is obsolete and has | |
2943 been replaced by http://savannah.gnu.org/projects/tasklist. | |
2944 | |
2945 2005-07-07 Lute Kamstra <lute@gnu.org> | |
64128 | 2946 |
2947 * refcard.tex: Update `versionnumber' and `year'. Update Emacs's | |
2948 version to 22. | |
2949 (Starting Emacs): Delete sentence to fix formatting problems. | |
2950 (Multiple Windows): Clarify first sentence. Mention C-x 5 1. | |
2951 (Formatting): Update the binding of set face. | |
2952 (International Character Sets): set-language-environment is bound | |
64131 | 2953 to C-x RET l. |
64128 | 2954 |
64099 | 2955 2005-07-05 Lute Kamstra <lute@gnu.org> |
2956 | |
2957 Update FSF's address in GPL notices. | |
2958 | |
71213 | 2959 * INTERVIEW, calccard.tex, cs-dired-ref.tex, cs-refcard.tex: |
2960 * dired-ref.tex, fr-drdref.tex, fr-refcard.tex, gfdl.1: | |
2961 * pl-refcard.tex, refcard.tex, ru-refcard.tex, sk-dired-ref.tex: | |
2962 * sk-refcard.tex, vipcard.tex, viperCard.tex: Update FSF's address. | |
64099 | 2963 |
93293 | 2964 2005-07-03 Jan Djärv <jan.h.d@swipnet.se> |
63968
679b14e71677
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
63923
diff
changeset
|
2965 |
64099 | 2966 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2967 Add it again. |
63968
679b14e71677
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
63923
diff
changeset
|
2968 |
63834
bfba73aa01a0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63818
diff
changeset
|
2969 2005-06-29 Carsten Dominik <dominik@science.uva.nl> |
bfba73aa01a0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63818
diff
changeset
|
2970 |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
2971 * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode. |
63834
bfba73aa01a0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63818
diff
changeset
|
2972 |
63818
75b7da639bba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63317
diff
changeset
|
2973 2005-06-28 Richard M. Stallman <rms@gnu.org> |
75b7da639bba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63317
diff
changeset
|
2974 |
75b7da639bba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63317
diff
changeset
|
2975 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New. |
75b7da639bba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63317
diff
changeset
|
2976 |
63317 | 2977 2005-06-11 Eli Zaretskii <eliz@gnu.org> |
2978 | |
2979 * DEBUG: Mention emacs-buffer.gdb. | |
2980 | |
63293
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
2981 2005-06-10 Noah Friedman <friedman@splode.com> |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
2982 |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
2983 * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
2984 char as placeholder when buffer has no file name and process is |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
2985 still live. Use different printf cases instead. |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
2986 |
63125 | 2987 2005-06-08 Kim F. Storm <storm@cua.dk> |
2988 | |
2989 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output. | |
2990 Warn that using CVS+SSH may corrupt files, include work-around. | |
2991 | |
63062 | 2992 2005-06-06 Juri Linkov <juri@jurta.org> |
2993 | |
2994 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space. | |
2995 | |
2996 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the | |
2997 second line to Local Variables. Fix title line. | |
2998 | |
62906
9736cb0522cd
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338
Miles Bader <miles@gnu.org>
parents:
62898
diff
changeset
|
2999 2005-05-30 Miles Bader <miles@gnu.org> |
9736cb0522cd
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338
Miles Bader <miles@gnu.org>
parents:
62898
diff
changeset
|
3000 |
9736cb0522cd
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338
Miles Bader <miles@gnu.org>
parents:
62898
diff
changeset
|
3001 * emacs-buffer.gdb: Remove RCS keywords. |
9736cb0522cd
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338
Miles Bader <miles@gnu.org>
parents:
62898
diff
changeset
|
3002 |
62895
534b979ae643
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62848
diff
changeset
|
3003 2005-05-30 Noah Friedman <friedman@splode.com> |
534b979ae643
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62848
diff
changeset
|
3004 |
534b979ae643
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62848
diff
changeset
|
3005 * emacs-buffer.gdb: New file. |
62898
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62895
diff
changeset
|
3006 * NEWS: Mention it. |
62895
534b979ae643
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62848
diff
changeset
|
3007 |
62848
75c92461a745
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62847
diff
changeset
|
3008 2005-05-28 Richard M. Stallman <rms@gnu.org> |
75c92461a745
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62847
diff
changeset
|
3009 |
75c92461a745
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62847
diff
changeset
|
3010 * TUTORIAL.fr: Change NBSP to space. |
75c92461a745
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62847
diff
changeset
|
3011 |
62847
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62497
diff
changeset
|
3012 2005-05-28 Bill Wohler <wohler@newt.com> |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62497
diff
changeset
|
3013 |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62497
diff
changeset
|
3014 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84. |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62497
diff
changeset
|
3015 |
62497
e4728ae2ecf8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62410
diff
changeset
|
3016 2005-05-19 Nick Roberts <nickrob@snap.net.nz> |
e4728ae2ecf8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62410
diff
changeset
|
3017 |
e4728ae2ecf8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62410
diff
changeset
|
3018 * TODO: post-command-idle-hook has gone. |
e4728ae2ecf8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62410
diff
changeset
|
3019 |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
3020 2005-05-16 Juanma Barranquero <lekktu@gmail.com> |
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
3021 |
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
3022 * NEWS: Remove references to open-network-stream-nowait and |
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
3023 open-network-stream-server. |
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
3024 |
62361
b50e483e582a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62341
diff
changeset
|
3025 2005-05-15 Richard M. Stallman <rms@gnu.org> |
b50e483e582a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62341
diff
changeset
|
3026 |
b50e483e582a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62341
diff
changeset
|
3027 * GNU: Correct/improve previous change. |
b50e483e582a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62341
diff
changeset
|
3028 |
62341
87b552721862
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62238
diff
changeset
|
3029 2005-05-14 Richard M. Stallman <rms@gnu.org> |
87b552721862
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62238
diff
changeset
|
3030 |
87b552721862
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62238
diff
changeset
|
3031 * GNU: Update footnotes. |
87b552721862
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62238
diff
changeset
|
3032 |
62364
55c2e9c1c3cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62361
diff
changeset
|
3033 * NEWS: Lots of clarifications and cleanups. |
55c2e9c1c3cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62361
diff
changeset
|
3034 |
76937
a995e0466061
(format_exception): New function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76935
diff
changeset
|
3035 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> |
62125 | 3036 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3037 * TUTORIAL.pl: Updated header. |
62086
5393e8e13b21
Updated header of TUTORIAL.pl.
Marcelo Toledo <marcelo@gnu.org>
parents:
62044
diff
changeset
|
3038 |
62044
e79e289ac796
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62042
diff
changeset
|
3039 2005-05-02 Richard M. Stallman <rms@gnu.org> |
e79e289ac796
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62042
diff
changeset
|
3040 |
e79e289ac796
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62042
diff
changeset
|
3041 * NEWS: More rearrangements. |
e79e289ac796
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62042
diff
changeset
|
3042 |
62042
54584b534be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61957
diff
changeset
|
3043 2005-05-02 Chong Yidong <cyd@stupidchicken.com> |
54584b534be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61957
diff
changeset
|
3044 |
54584b534be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61957
diff
changeset
|
3045 * NEWS: Items rearranged in logical order. |
54584b534be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61957
diff
changeset
|
3046 |
61957 | 3047 2005-05-01 Lars Hansen <larsh@math.ku.dk> |
3048 | |
3049 * NEWS: Correct key binding for dired-mark-omitted. | |
3050 | |
61830
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
3051 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> |
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
3052 |
61842
0e4683c3074a
* NEWS: Mention xterm key bindings.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61830
diff
changeset
|
3053 * NEWS: Mention xterm key bindings. |
0e4683c3074a
* NEWS: Mention xterm key bindings.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61830
diff
changeset
|
3054 |
61830
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
3055 * e/eterm.ti: Add a comment. |
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
3056 * e/eterm: Regenerate. |
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
3057 |
61829
bfa373ffccf6
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61536
diff
changeset
|
3058 2005-04-25 Alex Ott <ott@jet.msk.su> |
bfa373ffccf6
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61536
diff
changeset
|
3059 |
bfa373ffccf6
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61536
diff
changeset
|
3060 * TUTORIAL.ru: Update. |
bfa373ffccf6
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61536
diff
changeset
|
3061 |
93293 | 3062 2005-04-13 Pavel JanÃk <Pavel@Janik.cz> |
61536 | 3063 |
3064 * TUTORIAL.sk: Updated header. | |
3065 | |
93293 | 3066 2005-04-12 Jan Djärv <jan.h.d@swipnet.se> |
61505
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61504
diff
changeset
|
3067 |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61504
diff
changeset
|
3068 * NEWS: Mention cursorBlink resource. |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61504
diff
changeset
|
3069 |
61504
440fc97d89f0
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61428
diff
changeset
|
3070 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
440fc97d89f0
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61428
diff
changeset
|
3071 |
440fc97d89f0
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61428
diff
changeset
|
3072 * NEWS: Mention dynamic change of keyboard-coding-system on Mac. |
440fc97d89f0
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61428
diff
changeset
|
3073 |
93293 | 3074 2005-04-10 Jan Djärv <jan.h.d@swipnet.se> |
61428
04ddd1e6567d
* NEWS: Mention fontSet for Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61425
diff
changeset
|
3075 |
04ddd1e6567d
* NEWS: Mention fontSet for Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61425
diff
changeset
|
3076 * NEWS: Mention fontSet for Lucid menus. |
04ddd1e6567d
* NEWS: Mention fontSet for Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61425
diff
changeset
|
3077 |
61425
6dfecf2a19ab
* compilation.txt (symbol): Added gcov-file
Masatake YAMATO <jet@gyve.org>
parents:
61373
diff
changeset
|
3078 2005-04-10 Masatake YAMATO <jet@gyve.org> |
6dfecf2a19ab
* compilation.txt (symbol): Added gcov-file
Masatake YAMATO <jet@gyve.org>
parents:
61373
diff
changeset
|
3079 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3080 * compilation.txt (symbol): Add gcov-file |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3081 gcov-bb-file gcov-never-called-line gcov-called-line. |
61425
6dfecf2a19ab
* compilation.txt (symbol): Added gcov-file
Masatake YAMATO <jet@gyve.org>
parents:
61373
diff
changeset
|
3082 |
61373 | 3083 2005-04-08 Kenichi Handa <handa@m17n.org> |
3084 | |
3085 * TUTORIAL.ja: Updated header, contents synchronized with | |
3086 TUTORIAL (CVS-1.61). | |
3087 | |
93293 | 3088 2005-04-06 Pavel JanÃk <Pavel@Janik.cz> |
61355 | 3089 |
3090 * TUTORIAL.cs: Updated header. | |
3091 | |
61329
8ae0d0d699fb
* TUTORIAL.de: Updated header.
Werner LEMBERG <wl@gnu.org>
parents:
61324
diff
changeset
|
3092 2005-04-05 Werner Lemberg <wl@gnu.org> |
8ae0d0d699fb
* TUTORIAL.de: Updated header.
Werner LEMBERG <wl@gnu.org>
parents:
61324
diff
changeset
|
3093 |
8ae0d0d699fb
* TUTORIAL.de: Updated header.
Werner LEMBERG <wl@gnu.org>
parents:
61324
diff
changeset
|
3094 * TUTORIAL.de: Updated header. |
8ae0d0d699fb
* TUTORIAL.de: Updated header.
Werner LEMBERG <wl@gnu.org>
parents:
61324
diff
changeset
|
3095 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3096 2005-04-05 Marcelo Toledo <marcelo@gnu.org> |
61324
1f1b8a1bcc8a
Added field maintainer in etc/TUTORIAL.translators. Slovenian TUTORIAL confirmed in admin/FOR-RELEASE. TUTORIAL.ja was set as confirmed, but it still not agree with the correct form.
Marcelo Toledo <marcelo@gnu.org>
parents:
61294
diff
changeset
|
3097 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3098 * TUTORIAL.translators: Added the field Maintainer. |
61324
1f1b8a1bcc8a
Added field maintainer in etc/TUTORIAL.translators. Slovenian TUTORIAL confirmed in admin/FOR-RELEASE. TUTORIAL.ja was set as confirmed, but it still not agree with the correct form.
Marcelo Toledo <marcelo@gnu.org>
parents:
61294
diff
changeset
|
3099 |
61294
926302544b94
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61264
diff
changeset
|
3100 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org> |
926302544b94
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61264
diff
changeset
|
3101 |
926302544b94
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61264
diff
changeset
|
3102 * TUTORIAL.it: Move "copying conditions at end" sentence after title. |
926302544b94
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61264
diff
changeset
|
3103 |
61264
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
3104 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org> |
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
3105 |
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
3106 * TUTORIAL.ja: Update text before first period. |
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
3107 Reported by Kenichi Handa. |
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
3108 |
61229
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
3109 2005-04-02 Richard M. Stallman <rms@gnu.org> |
61264
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
3110 |
61229
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
3111 * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
3112 old intro line that apparently was a longer version of "Emacs |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
3113 tutorial". |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
3114 |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
3115 * TUTORIAL.es: Clean up line breaks. |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
3116 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3117 2005-04-01 Marcelo Toledo <marcelo@gnu.org> |
61221
ee24a0da4818
TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in revision 1.59, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 1.61 in CVS by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
Marcelo Toledo <marcelo@gnu.org>
parents:
61208
diff
changeset
|
3118 |
75948 | 3119 * TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3120 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3121 * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3122 * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
3123 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3124 2005-04-01 Ognyan Kulev <ogi@fmi.uni-sofia.bg> |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
3125 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3126 * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3127 revision 1.59, "Emacs" is not transliterated to cyrillic anymore; |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3128 Minor fixes. |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3129 |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3130 2005-04-01 Mats Lidell <matsl@contactor.se> |
61264
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
3131 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3132 * TUTORIAL.sv: Sync some other changes with the TUTORIAL version |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3133 1.61 in CVS. |
61221
ee24a0da4818
TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in revision 1.59, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 1.61 in CVS by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
Marcelo Toledo <marcelo@gnu.org>
parents:
61208
diff
changeset
|
3134 |
61208 | 3135 2005-04-01 Lute Kamstra <lute@gnu.org> |
3136 | |
3137 * TUTORIAL.nl: Fix title line. | |
3138 | |
61145
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3139 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org> |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3140 |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3141 * TUTORIAL: Add title line. |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3142 * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3143 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3144 * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR, |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3145 * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3146 * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise. |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
3147 |
61126
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
60845
diff
changeset
|
3148 2005-03-29 Reiner Steib <Reiner.Steib@gmx.de> |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
60845
diff
changeset
|
3149 |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
60845
diff
changeset
|
3150 * gnus-refcard.tex, gnus-logo.eps: New files. |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
60845
diff
changeset
|
3151 |
60845 | 3152 2005-03-23 David Ponce <david@dponce.com> |
3153 | |
3154 * NEWS: Mention recentf-keep. | |
3155 | |
60797 | 3156 2005-03-17 Lute Kamstra <lute@gnu.org> |
3157 | |
3158 * TODO: Remove define-generic-mode entry (DONE). | |
3159 | |
60542
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
3160 2005-03-10 Michael Albinus <michael.albinus@gmx.de> |
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
3161 |
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
3162 * NEWS: Explain how to default Tramp to FTP. |
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
3163 |
60395
b884d90db3b5
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60334
diff
changeset
|
3164 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
b884d90db3b5
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60334
diff
changeset
|
3165 |
60396
b995637d585c
Fix typo.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60395
diff
changeset
|
3166 * NEWS: Mention Carbon build on Mac OS 9. |
60542
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
3167 |
60334
ec7a860cdd57
Add information about `-fno-crossjumping' for GCC.
David Kastrup <dak@gnu.org>
parents:
60061
diff
changeset
|
3168 2005-03-01 David Kastrup <dak@gnu.org> |
ec7a860cdd57
Add information about `-fno-crossjumping' for GCC.
David Kastrup <dak@gnu.org>
parents:
60061
diff
changeset
|
3169 |
ec7a860cdd57
Add information about `-fno-crossjumping' for GCC.
David Kastrup <dak@gnu.org>
parents:
60061
diff
changeset
|
3170 * DEBUG: Add information about `-fno-crossjumping' for GCC. |
ec7a860cdd57
Add information about `-fno-crossjumping' for GCC.
David Kastrup <dak@gnu.org>
parents:
60061
diff
changeset
|
3171 |
60051 | 3172 2005-02-14 Lute Kamstra <lute@gnu.org> |
3173 | |
60061 | 3174 * TODO: Remove battery.el entry (DONE). |
3175 | |
60051 | 3176 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos. |
3177 Make the terminology more consistent. Fill the text using the | |
3178 default `fill-column'. | |
3179 | |
59990 | 3180 2005-02-08 Lute Kamstra <lute@gnu.org> |
3181 | |
3182 * TUTORIAL: Remove some uses of the term "buffer" before it is | |
3183 properly introduced. Update the description of the mode line. | |
3184 Consistently use "<ESC>" to denote the ESC key and "<SPC>" to | |
3185 denote the Space bar. Capitalize all command descriptions. | |
3186 | |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59925
diff
changeset
|
3187 2005-02-06 Richard M. Stallman <rms@gnu.org> |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59925
diff
changeset
|
3188 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59925
diff
changeset
|
3189 * DEBUG: Minor clarification. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59925
diff
changeset
|
3190 |
59925 | 3191 2005-02-05 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> |
3192 | |
3193 * emacs.bash: Update the name of the socket of the Emacs server. | |
3194 | |
59688
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59673
diff
changeset
|
3195 2005-01-22 David Kastrup <dak@gnu.org> |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59673
diff
changeset
|
3196 |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59673
diff
changeset
|
3197 * NEWS: Mention alias `find-grep' for `grep-find'. |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59673
diff
changeset
|
3198 |
59673
56842f389966
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59612
diff
changeset
|
3199 2005-01-22 Nick Roberts <nickrob@snap.net.nz> |
56842f389966
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59612
diff
changeset
|
3200 |
56842f389966
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59612
diff
changeset
|
3201 * TODO: Add entry for toolbar on ttys. |
56842f389966
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59612
diff
changeset
|
3202 |
59612
69ffba6567d6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59563
diff
changeset
|
3203 2005-01-18 Nick Roberts <nickrob@snap.net.nz> |
69ffba6567d6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59563
diff
changeset
|
3204 |
69ffba6567d6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59563
diff
changeset
|
3205 * DEBUG: Suggest separate terminal for debug session. |
69ffba6567d6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59563
diff
changeset
|
3206 |
59563 | 3207 2005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> |
3208 | |
3209 * TUTORIAL.nl: Correct translation and the Dutch text (typos). | |
3210 More consistent use of terminology. | |
3211 | |
59528
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59414
diff
changeset
|
3212 2005-01-13 Cheng Gao <chenggao@gmail.com> |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59414
diff
changeset
|
3213 |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59414
diff
changeset
|
3214 * MORE.STUFF: Add entries of some well known and widely used packages. |
60542
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
3215 |
59414 | 3216 2005-01-07 Lars Hansen <larsh@math.ku.dk> |
3217 | |
3218 * NEWS: Describe desktop package lazy restore feature. | |
3219 | |
59060
6bc8da0583ab
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58968
diff
changeset
|
3220 2004-12-21 Richard M. Stallman <rms@gnu.org> |
6bc8da0583ab
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58968
diff
changeset
|
3221 |
6bc8da0583ab
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58968
diff
changeset
|
3222 * DISTRIB: Don't say "freeware". |
6bc8da0583ab
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58968
diff
changeset
|
3223 |
58968
036ee6579046
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
58893
diff
changeset
|
3224 2004-12-15 Nick Roberts <nickrob@snap.net.nz> |
036ee6579046
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
58893
diff
changeset
|
3225 |
036ee6579046
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
58893
diff
changeset
|
3226 * DEBUG: Change printing example to break on a procedure name. |
036ee6579046
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
58893
diff
changeset
|
3227 |
58893 | 3228 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu> |
3229 | |
3230 * e/eterm.ti: Add rs1. | |
3231 * e/eterm: Regenerate. | |
3232 | |
58867
68b52f977b49
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58825
diff
changeset
|
3233 2004-12-08 Alexandre VEYRENC <veyrenc@wanadoo.fr> (tiny change) |
68b52f977b49
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58825
diff
changeset
|
3234 |
68b52f977b49
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58825
diff
changeset
|
3235 * fr-refcard.tex: Fix typos. |
68b52f977b49
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58825
diff
changeset
|
3236 |
93293 | 3237 2004-12-07 Jan Djärv <jan.h.d@swipnet.se> |
58825
a1e4505728bf
* PROBLEMS: Update information about klipper on KDE.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58539
diff
changeset
|
3238 |
a1e4505728bf
* PROBLEMS: Update information about klipper on KDE.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58539
diff
changeset
|
3239 * PROBLEMS: Update information about klipper on KDE. |
a1e4505728bf
* PROBLEMS: Update information about klipper on KDE.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58539
diff
changeset
|
3240 |
93293 | 3241 2004-11-26 Jan Djärv <jan.h.d@swipnet.se> |
58539
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57395
diff
changeset
|
3242 |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57395
diff
changeset
|
3243 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog. |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57395
diff
changeset
|
3244 |
93293 | 3245 2004-10-08 Frédéric Bothamy <frederic.bothamy@free.fr> (tiny change) |
57395 | 3246 |
3247 * TUTORIAL.fr: Minor wording fix. | |
3248 | |
57320
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
3249 2004-10-04 Luc Teirlinck <teirllm@auburn.edu> |
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
3250 |
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
3251 * enriched.doc: Update for new bindings of `set-left-margin' and |
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
3252 `set-right-margin'. |
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
3253 |
57317 | 3254 2004-10-04 Kim F. Storm <storm@cua.dk> |
3255 | |
3256 * DEBUG: Mention pp and ff commands. | |
3257 | |
57239
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
3258 2004-09-26 Luc Teirlinck <teirllm@auburn.edu> |
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
3259 |
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
3260 * enriched.doc: `enriched-annotation-alist' is now called |
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
3261 `enriched-translations'. |
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
3262 |
57235 | 3263 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu> |
3264 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
3265 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc. |
57235 | 3266 Reformat. |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3267 * e/eterm: Regenerate. |
57235 | 3268 |
93293 | 3269 2004-09-25 Jan Djärv <jan.h.d@swipnet.se> |
57229
fb9de0d75bef
* PROBLEMS: Updated exec-shield description.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57126
diff
changeset
|
3270 |
fb9de0d75bef
* PROBLEMS: Updated exec-shield description.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57126
diff
changeset
|
3271 * PROBLEMS: Updated exec-shield description. |
fb9de0d75bef
* PROBLEMS: Updated exec-shield description.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57126
diff
changeset
|
3272 |
57126 | 3273 2004-09-16 Dan Nicolaescu <dann@ics.uci.edu> |
3274 | |
3275 * e/eterm.ti: Change the strings for smso and rmso. | |
74779
5ed505afa18e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74705
diff
changeset
|
3276 * e/eterm: Regenerate. |
57126 | 3277 |
57035
0f53ff12f87c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
56969
diff
changeset
|
3278 2004-09-09 Thien-Thi Nguyen <ttn@gnu.org> |
0f53ff12f87c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
56969
diff
changeset
|
3279 |
0f53ff12f87c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
56969
diff
changeset
|
3280 * MORE.STUFF (EDB): Update entry. |
0f53ff12f87c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
56969
diff
changeset
|
3281 |
56969 | 3282 2004-09-07 Dan Nicolaescu <dann@ics.uci.edu> |
3283 | |
3284 * e/eterm.ti: Add `op' entry to enable colors in term. | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3285 * e/eterm: Regenerate. |
56969 | 3286 |
56925 | 3287 2004-09-04 Eric S. Raymond <esr@thyrsus.com> |
3288 | |
3289 * PROBLEMS: More reorganization to exile old stuff to the | |
3290 pre-2000 section. I looked up end-of-life dates for a bunch | |
3291 of old Unixes to check. | |
3292 | |
56787
25da1d331c99
Upgraded to MH-E version 7.82.
Bill Wohler <wohler@newt.com>
parents:
56755
diff
changeset
|
3293 2004-08-24 Bill Wohler <wohler@newt.com> |
25da1d331c99
Upgraded to MH-E version 7.82.
Bill Wohler <wohler@newt.com>
parents:
56755
diff
changeset
|
3294 |
25da1d331c99
Upgraded to MH-E version 7.82.
Bill Wohler <wohler@newt.com>
parents:
56755
diff
changeset
|
3295 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82. |
25da1d331c99
Upgraded to MH-E version 7.82.
Bill Wohler <wohler@newt.com>
parents:
56755
diff
changeset
|
3296 |
56755 | 3297 2004-08-22 David Kastrup <dak@gnu.org> |
3298 | |
3299 * PROBLEMS, MAILINGLISTS: Update AUCTeX information. | |
3300 | |
56751
72a02133177e
Upgraded to MH-E version 7.81.
Bill Wohler <wohler@newt.com>
parents:
56737
diff
changeset
|
3301 2004-08-21 Bill Wohler <wohler@newt.com> |
72a02133177e
Upgraded to MH-E version 7.81.
Bill Wohler <wohler@newt.com>
parents:
56737
diff
changeset
|
3302 |
72a02133177e
Upgraded to MH-E version 7.81.
Bill Wohler <wohler@newt.com>
parents:
56737
diff
changeset
|
3303 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81. |
72a02133177e
Upgraded to MH-E version 7.81.
Bill Wohler <wohler@newt.com>
parents:
56737
diff
changeset
|
3304 |
56737 | 3305 2004-08-21 Eric S. Raymond <esr@thyrsus.com> |
3306 | |
3307 * PROBLEMS: Massively rearranged by category, to make environment | |
3308 features and symptoms easier to find. Bugs relating to | |
3309 20th-century systems moved to the end. Most problem headers | |
3310 changed to "object: variation" format. | |
3311 | |
56673
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56670
diff
changeset
|
3312 2004-08-15 Bill Wohler <wohler@newt.com> |
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56670
diff
changeset
|
3313 |
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56670
diff
changeset
|
3314 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80. |
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56670
diff
changeset
|
3315 |
56670 | 3316 2004-08-14 Romain Francoise <romain@orebokech.com> |
3317 | |
3318 * NEWS: Mention the thumbs.el package. | |
3319 | |
101953 | 3320 2004-08-14 Eric Hanchrow <offby1@blarg.net> (tiny change) |
56664 | 3321 |
3322 * TUTORIAL.es: Replace actual whitespace with the magic string | |
3323 that causes help-with-tutorial to automatically insert the correct | |
3324 amount. | |
3325 | |
56645
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
3326 2004-08-10 Steven Tamm <steventamm@mac.com> |
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
3327 |
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
3328 * PROBLEMS: Remove description of Mac OS version upgrade |
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
3329 problems as it is no longer applicable. |
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
3330 |
56554 | 3331 2004-07-27 Werner Lemberg <wl@gnu.org> |
3332 | |
3333 * NEWS: Document all new tutorials. | |
3334 | |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3335 2004-08-05 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3336 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3337 * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3338 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3339 * NEWS (Gnus package): Gnus includes Sieve and PGG. Gnus changes |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3340 are described in GNUS-NEWS. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3341 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3342 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3343 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3344 * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3345 v5_10 branch of the Gnus repository. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
3346 |
56419
4c43e671e90a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56406
diff
changeset
|
3347 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> |
4c43e671e90a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56406
diff
changeset
|
3348 |
4c43e671e90a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56406
diff
changeset
|
3349 * MORE.STUFF: Tramp is now distributed with Emacs. |
4c43e671e90a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56406
diff
changeset
|
3350 |
56406
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
56374
diff
changeset
|
3351 2004-07-12 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
56374
diff
changeset
|
3352 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
56374
diff
changeset
|
3353 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
56374
diff
changeset
|
3354 |
56374
e784f4b6c134
(Lisp changes in 21.4): document (match-data t) change.
David Kastrup <dak@gnu.org>
parents:
56253
diff
changeset
|
3355 2004-07-08 David Kastrup <dak@gnu.org> |
e784f4b6c134
(Lisp changes in 21.4): document (match-data t) change.
David Kastrup <dak@gnu.org>
parents:
56253
diff
changeset
|
3356 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3357 * NEWS (Lisp changes in 21.4): Document (match-data t) change. |
56374
e784f4b6c134
(Lisp changes in 21.4): document (match-data t) change.
David Kastrup <dak@gnu.org>
parents:
56253
diff
changeset
|
3358 |
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
56229
diff
changeset
|
3359 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il> |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
56229
diff
changeset
|
3360 |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
56229
diff
changeset
|
3361 * FOR-RELEASE: Moved to the admin directory. |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
56229
diff
changeset
|
3362 |
56229
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
3363 2004-06-24 David Kastrup <dak@gnu.org> |
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
3364 |
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
3365 * NEWS: Move description from new paragraph-start and |
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
3366 indent-line-function defaults to general news instead of new |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3367 packages. Same for query-replace-skip-read-only. |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3368 Add description of new `\,' and `\?' replacement string features. |
56229
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
3369 |
56219
e140df89e026
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56018
diff
changeset
|
3370 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> |
e140df89e026
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56018
diff
changeset
|
3371 |
e140df89e026
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56018
diff
changeset
|
3372 * MORE.STUFF: Delete obsolete URL. |
e140df89e026
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56018
diff
changeset
|
3373 |
56018 | 3374 2004-06-10 Lars Hansen <larsh@math.ku.dk> |
3375 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
3376 * NEWS: Describe dired-omit-mode. Describe desktop package changes. |
56018 | 3377 |
55852
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
3378 2004-05-29 Steven Tamm <steventamm@mac.com> |
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
3379 |
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
3380 * PROBLEMS: Document the workaround for the Mac OS X port not |
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
3381 picking up the environment variables from dotfiles. |
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
3382 |
55621 | 3383 2004-05-16 Juri Linkov <juri@jurta.org> |
3384 | |
3385 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil. | |
3386 | |
3387 * ru-refcard.tex: Add C-u and RET to `C-h t Russian'. | |
3388 | |
55607 | 3389 2004-05-15 Alex Ott <ott@jet.msk.su> |
3390 | |
3391 * ru-refcard.tex, ru-refcard.ps: New files. | |
3392 | |
55589 | 3393 2004-05-14 David Ponce <david@dponce.com> |
3394 | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
3395 * tree-widget: New directory containing tree-widget themes and images. |
55589 | 3396 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3397 2004-04-13 Marcelo Toledo <marcelo@gnu.org> |
55585
70afc4f63286
2004-04-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents:
55397
diff
changeset
|
3398 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
3399 * TUTORIAL.pt_BR: Initial check-in. |
55585
70afc4f63286
2004-04-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents:
55397
diff
changeset
|
3400 |
55397
a828ab1b3079
Changes largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
55090
diff
changeset
|
3401 2004-05-06 Dave Love <fx@gnu.org> |
a828ab1b3079
Changes largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
55090
diff
changeset
|
3402 |
a828ab1b3079
Changes largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
55090
diff
changeset
|
3403 * emacs.py: New file for python-mode's internal use. |
a828ab1b3079
Changes largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
55090
diff
changeset
|
3404 |
55090
5aea43a3dacd
Use outline mode. Remove compile.el entry (done).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54972
diff
changeset
|
3405 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca> |
5aea43a3dacd
Use outline mode. Remove compile.el entry (done).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54972
diff
changeset
|
3406 |
5aea43a3dacd
Use outline mode. Remove compile.el entry (done).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54972
diff
changeset
|
3407 * TODO: Use outline mode. Remove compile.el entry (done). |
5aea43a3dacd
Use outline mode. Remove compile.el entry (done).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54972
diff
changeset
|
3408 |
54972 | 3409 2004-04-18 Juri Linkov <juri@jurta.org> |
3410 | |
3411 * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv | |
3412 * TUTORIAL.th: Add sentence-end-double-space: nil. | |
3413 | |
3414 * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1. | |
3415 | |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3416 2004-04-16 Alex Ott <ottalex@narod.ru> |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3417 |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3418 * TUTORIAL.ru: Various corrections. |
54914 | 3419 |
54860 | 3420 2004-04-14 Jan Nieuwenhuizen <janneke@gnu.org> |
3421 | |
3422 * TUTORIAL.nl: Update Delete/Delback translation. | |
3423 | |
54719
36b5ffc7a82b
Remove index-apropos entry.
Jesper Harder <harder@ifa.au.dk>
parents:
54688
diff
changeset
|
3424 2004-04-05 Jesper Harder <harder@ifa.au.dk> |
36b5ffc7a82b
Remove index-apropos entry.
Jesper Harder <harder@ifa.au.dk>
parents:
54688
diff
changeset
|
3425 |
36b5ffc7a82b
Remove index-apropos entry.
Jesper Harder <harder@ifa.au.dk>
parents:
54688
diff
changeset
|
3426 * TODO: Remove index-apropos entry. |
36b5ffc7a82b
Remove index-apropos entry.
Jesper Harder <harder@ifa.au.dk>
parents:
54688
diff
changeset
|
3427 |
54688 | 3428 2004-04-01 Juri Linkov <juri@jurta.org> |
3429 | |
3430 * HELLO: Add Javanese. | |
3431 | |
54653
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
3432 2004-03-29 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
3433 |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
3434 * ps-prin1.ps: Clip the header and footer area, so text will not be |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
3435 printed outside header or footer, respectively. |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
3436 (HeaderClip, FooterClip): New PostScript funs. |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
3437 (HeaderText, FooterText): Adjust PostScript code. |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
3438 |
93293 | 3439 2004-03-29 Jan Djärv <jan.h.d@swipnet.se> |
54645
d55052ec5562
TODO: Removed drag-and-drop entry (DONE).
Jan Djärv <jan.h.d@swipnet.se>
parents:
54445
diff
changeset
|
3440 |
d55052ec5562
TODO: Removed drag-and-drop entry (DONE).
Jan Djärv <jan.h.d@swipnet.se>
parents:
54445
diff
changeset
|
3441 * TODO: Removed drag-and-drop entry (DONE). |
d55052ec5562
TODO: Removed drag-and-drop entry (DONE).
Jan Djärv <jan.h.d@swipnet.se>
parents:
54445
diff
changeset
|
3442 |
54445 | 3443 2004-03-19 Kim F. Storm <storm@cua.dk> |
3444 | |
3445 * TODO: Remove entries for fringe related issues (DONE). | |
3446 Remove entry about image-relative coordinates of mouse clicks (DONE). | |
3447 | |
54408
815ad617d6ac
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54195
diff
changeset
|
3448 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org> |
815ad617d6ac
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54195
diff
changeset
|
3449 |
815ad617d6ac
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54195
diff
changeset
|
3450 * compilation.txt: New file. |
815ad617d6ac
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54195
diff
changeset
|
3451 |
54195
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
3452 2004-02-29 Juanma Barranquero <lektu@terra.es> |
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
3453 |
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
3454 * NEWS: Remove bogus reference to user option unicode-data. |
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
3455 |
54013
9a41bfd38de9
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53847
diff
changeset
|
3456 2004-02-16 Klaus Zeitler <kzeitler@lucent.com> |
9a41bfd38de9
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53847
diff
changeset
|
3457 |
9a41bfd38de9
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53847
diff
changeset
|
3458 * PROBLEMS: Document crashes on X when build with GCC and GNU ld. |
9a41bfd38de9
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53847
diff
changeset
|
3459 |
53847
f356730ec10b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53392
diff
changeset
|
3460 2004-02-08 Andreas Schwab <schwab@suse.de> |
f356730ec10b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53392
diff
changeset
|
3461 |
f356730ec10b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53392
diff
changeset
|
3462 * NEWS: Fix typo. |
f356730ec10b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53392
diff
changeset
|
3463 |
54195
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
3464 2003-12-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg> |
53392
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53113
diff
changeset
|
3465 |
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53113
diff
changeset
|
3466 * TUTORIAL.bg: Use windows-1251 encoding. Fix punctuation errors. |
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53113
diff
changeset
|
3467 |
53113 | 3468 2003-11-21 Lars Hansen <larsh@math.ku.dk> |
3469 | |
3470 * TODO: Add plans for change of file attributes UID and GID from | |
3471 integer to string. | |
54195
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
3472 |
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
3473 2003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> |
53033 | 3474 |
3475 * HELLO: Add Kannada. | |
3476 | |
53003 | 3477 2003-11-05 Juri Linkov <juri@jurta.org> |
3478 | |
3479 * HELLO: Fix language names. Add C, Braille, Georgian, Ukrainian. | |
3480 Add IPA pronunciation to English. Fix tab widths. | |
3481 | |
52986 | 3482 2003-11-03 David Ponce <david.ponce@wanadoo.fr> |
3483 | |
3484 * PROBLEMS: Document segfaults with Linux kernels that enable the | |
3485 Exec-shield functionality. | |
3486 | |
52955 | 3487 2003-10-30 Kenichi Handa <handa@m17n.org> |
3488 | |
3489 * HELLO: Fix cases of language names. Make German lines one. | |
54195
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
3490 Delete FORTRAN, add Mathematics. |
52955 | 3491 |
93293 | 3492 2003-10-24 Jan Djärv <jan.h.d@swipnet.se> |
52928
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
3493 |
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
3494 * PROBLEMS: Characters are displayed as empty boxes or |
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
3495 with wrong font under X. |
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
3496 |
52673
0d905c2ca814
* TUTORIAL.de: Minor updates and grammatical fixes.
Werner LEMBERG <wl@gnu.org>
parents:
52486
diff
changeset
|
3497 2003-09-30 Werner Lemberg <wl@gnu.org> |
0d905c2ca814
* TUTORIAL.de: Minor updates and grammatical fixes.
Werner LEMBERG <wl@gnu.org>
parents:
52486
diff
changeset
|
3498 |
0d905c2ca814
* TUTORIAL.de: Minor updates and grammatical fixes.
Werner LEMBERG <wl@gnu.org>
parents:
52486
diff
changeset
|
3499 * TUTORIAL.de: Minor updates and grammatical fixes. |
0d905c2ca814
* TUTORIAL.de: Minor updates and grammatical fixes.
Werner LEMBERG <wl@gnu.org>
parents:
52486
diff
changeset
|
3500 |
52413 | 3501 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk> |
3502 | |
3503 * TODO: Add invisible text kill/yank issue. | |
3504 | |
52486
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52413
diff
changeset
|
3505 2003-08-29 Wim Nieuwenhuizen <wwwillem@xs4all.nl> |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52413
diff
changeset
|
3506 |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52413
diff
changeset
|
3507 * TUTORIAL.nl: Many changes. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52413
diff
changeset
|
3508 |
52271
2e9faae58a25
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
52010
diff
changeset
|
3509 2003-08-20 Stephen Eglen <stephen@gnu.org> |
2e9faae58a25
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
52010
diff
changeset
|
3510 |
2e9faae58a25
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
52010
diff
changeset
|
3511 * MORE.STUFF: Update URLs for several projects. |
2e9faae58a25
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
52010
diff
changeset
|
3512 |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
3513 2003-07-22 Andrew Choi <akochoi@shaw.ca> |
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
3514 |
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
3515 * PROBLEMS: Truncated process output with pty's on Mac OS X. |
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
3516 |
51927
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
3517 2003-07-14 Nick Roberts <nick@nick.uklinux.net> |
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
3518 |
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
3519 * NEWS: Merge in the changes for versions 21.2 and 21.3 as |
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
3520 documented on the EMACS_21_1_RC branch. |
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
3521 |
51137 | 3522 2003-03-03 Chao-Hong Liu <chliu@gnu.org> |
3523 | |
3524 * TUTORIAL.cn: Updated. | |
3525 * TUTORIAL.zh: Updated. | |
3526 | |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
50416
diff
changeset
|
3527 2003-04-24 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
50416
diff
changeset
|
3528 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
50416
diff
changeset
|
3529 * MH-E-NEWS: Upgraded to MH-E version 7.3. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
50416
diff
changeset
|
3530 |
50960
c77e73bf285e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
50702
diff
changeset
|
3531 2003-04-03 Kenichi Handa <handa@m17n.org> |
50416 | 3532 |
3533 * HELLO: Fix the malayalam line. | |
3534 | |
50394 | 3535 2003-04-01 Dave Love <fx@gnu.org> |
3536 | |
96363
f9d35151b907
American English spelling fix.
Glenn Morris <rgm@gnu.org>
parents:
96261
diff
changeset
|
3537 * letter.xpm: Use transparent/opaque `colors'. |
50394 | 3538 |
50396 | 3539 * letter.xbm: Deleted. |
3540 | |
3541 * letter.pbm: New. | |
3542 | |
50303 | 3543 2003-03-24 Andreas Schwab <schwab@suse.de> |
3544 | |
3545 * HELLO: Remove extra TAB in Greek entries. | |
3546 | |
50009 | 3547 2003-03-03 Chao-Hong Liu <chliu@gnu.org> |
3548 | |
3549 * TUTORIAL.cn, TUTORIAL.zh: New files. | |
3550 | |
100539 | 3551 * TUTORIAL.translators: List TUTORIAL.cn and TUTORIAL.zh. |
50009 | 3552 |
49945 | 3553 2003-02-24 Kenichi Handa <handa@m17n.org> |
3554 | |
3555 * HELLO: Add Malayalam. | |
3556 | |
49778 | 3557 2003-02-13 Dave Love <fx@gnu.org> |
3558 | |
3559 * TUTORIAL.es: Add coding spec. | |
3560 | |
49713 | 3561 2003-02-11 Kenichi Handa <handa@m17n.org> |
3562 | |
3563 * HELLO: Fix Hindi and add Tamil. | |
3564 | |
93293 | 3565 2003-02-05 Francesco Potortì <pot@gnu.org> |
49627
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
3566 |
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
3567 * TUTORIAL.it: Italian tutorial. |
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
3568 From Alfredo Finelli <alfredofnl@tiscali.it> (original translator). |
93293 | 3569 Revised by Francesco Potortì <pot@gnu.org>. |
49627
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
3570 |
49578
b35587af8747
Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
49549
diff
changeset
|
3571 2003-02-03 Bill Wohler <wohler@newt.com> |
b35587af8747
Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
49549
diff
changeset
|
3572 |
b35587af8747
Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
49549
diff
changeset
|
3573 * MH-E-NEWS: Upgraded to MH-E version 7.2. |
b35587af8747
Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
49549
diff
changeset
|
3574 |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49489
diff
changeset
|
3575 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49489
diff
changeset
|
3576 |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49489
diff
changeset
|
3577 * MACHINES: Added Cygwin. |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49489
diff
changeset
|
3578 |
93293 | 3579 2003-01-27 Jan Djärv <jan.h.d@swipnet.se> |
49489 | 3580 |
3581 * DEBUG: Added note about xmon. | |
3582 | |
49341
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49152
diff
changeset
|
3583 2003-01-20 Joanna Pluta <joanna_p@gazeta.pl> |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49152
diff
changeset
|
3584 |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49152
diff
changeset
|
3585 * TUTORIAL.pl: Updated. |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49152
diff
changeset
|
3586 |
93293 | 3587 2003-01-11 Pavel JanÃk <Pavel@Janik.cz> |
49152 | 3588 |
3589 * TUTORIAL.sk: Updated to reflect changes in English version. | |
93293 | 3590 From Miroslav Vaško <zemiak@zoznam.sk>. |
3591 | |
3592 2003-01-09 Francesco Potortì <pot@gnu.org> | |
49124
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
3593 |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
3594 * etags.1: Added reference to the new `etags --help --lang=LANG' |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
3595 option. |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
3596 |
49120
30c4902b654d
Upgraded to MH-E version 7.1.
Bill Wohler <wohler@newt.com>
parents:
49006
diff
changeset
|
3597 2003-01-08 Bill Wohler <wohler@newt.com> |
30c4902b654d
Upgraded to MH-E version 7.1.
Bill Wohler <wohler@newt.com>
parents:
49006
diff
changeset
|
3598 |
30c4902b654d
Upgraded to MH-E version 7.1.
Bill Wohler <wohler@newt.com>
parents:
49006
diff
changeset
|
3599 * MH-E-NEWS: Upgraded to MH-E version 7.1. |
30c4902b654d
Upgraded to MH-E version 7.1.
Bill Wohler <wohler@newt.com>
parents:
49006
diff
changeset
|
3600 |
49006
2c71c36eaac2
* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm <steventamm@mac.com>
parents:
48780
diff
changeset
|
3601 2003-01-01 Steven Tamm <steventamm@mac.com> |
2c71c36eaac2
* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm <steventamm@mac.com>
parents:
48780
diff
changeset
|
3602 |
2c71c36eaac2
* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm <steventamm@mac.com>
parents:
48780
diff
changeset
|
3603 * MACHINES: Added pointer to Mac OS X install instructions. |
2c71c36eaac2
* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm <steventamm@mac.com>
parents:
48780
diff
changeset
|
3604 |
48780 | 3605 2002-12-10 Kenichi Handa <handa@m17n.org> |
3606 | |
3607 * TUTORIAL.sv: Renamed from TUTORIAL.se. | |
3608 | |
48595
8aaba207e44b
Upgraded to MH-E version 7.0.
Bill Wohler <wohler@newt.com>
parents:
48503
diff
changeset
|
3609 2002-11-29 Bill Wohler <wohler@newt.com> |
8aaba207e44b
Upgraded to MH-E version 7.0.
Bill Wohler <wohler@newt.com>
parents:
48503
diff
changeset
|
3610 |
8aaba207e44b
Upgraded to MH-E version 7.0.
Bill Wohler <wohler@newt.com>
parents:
48503
diff
changeset
|
3611 * MH-E-NEWS: Upgraded to MH-E version 7.0. |
8aaba207e44b
Upgraded to MH-E version 7.0.
Bill Wohler <wohler@newt.com>
parents:
48503
diff
changeset
|
3612 |
93293 | 3613 2002-11-22 Rafael Sepúlveda <drs@gnulinux.org.mx> |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3614 |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
3615 * TUTORIAL.es: Extensively changed and updated. |
48503
1829d7a0d8bd
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
47730
diff
changeset
|
3616 |
47730
2568d5a27317
Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
47667
diff
changeset
|
3617 2002-10-01 Bill Wohler <wohler@newt.com> |
2568d5a27317
Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
47667
diff
changeset
|
3618 |
2568d5a27317
Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
47667
diff
changeset
|
3619 * MH-E-NEWS: Upgraded to mh-e version 6.1.1. |
2568d5a27317
Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
47667
diff
changeset
|
3620 |
47667
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47558
diff
changeset
|
3621 2002-09-16 Jonathan Yavner <jyavner@engineer.com> |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47558
diff
changeset
|
3622 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47558
diff
changeset
|
3623 * ses-example.ses: New file: example spreadsheet. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47558
diff
changeset
|
3624 |
47558 | 3625 2002-09-04 Kenichi Handa <handa@etl.go.jp> |
3626 | |
3627 * HELLO: Fix Unicode Greek line. | |
3628 | |
3629 2002-09-03 Kenichi Handa <handa@etl.go.jp> | |
3630 | |
3631 * TUTORIAL.ja: Updated in accordance with the latest English | |
3632 version. | |
3633 | |
47195
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
3634 2002-09-01 Andreas Schwab <schwab@suse.de> |
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
3635 |
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
3636 * TUTORIAL.de: Updated in accordance with the English version. |
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
3637 From Mario Lang <mlang@delysid.org>. |
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
3638 |
46869
79b3d9092987
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
46028
diff
changeset
|
3639 2002-08-12 Markus Rost <rost@math.ohio-state.edu> |
79b3d9092987
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
46028
diff
changeset
|
3640 |
79b3d9092987
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
46028
diff
changeset
|
3641 * HELLO: Fix some white spaces. |
79b3d9092987
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
46028
diff
changeset
|
3642 |
46028
278093843f21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45927
diff
changeset
|
3643 2002-06-26 Richard M. Stallman <rms@gnu.org> |
278093843f21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45927
diff
changeset
|
3644 |
278093843f21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45927
diff
changeset
|
3645 * ps-prin0.ps, ps-prin1.ps: Add license exception. |
278093843f21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45927
diff
changeset
|
3646 |
45847 | 3647 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il> |
3648 | |
93293 | 3649 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>. |
45847 | 3650 |
45109 | 3651 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3652 | |
3653 * HELLO: Add a few greetings that use Unicode characters. | |
3654 | |
44711 | 3655 2002-04-20 Eli Zaretskii <eliz@is.elta.co.il> |
3656 | |
3657 * termcap.src: New version from ftp://invisible-island.net. | |
3658 | |
93293 | 3659 2002-03-24 Pavel JanÃk <Pavel@Janik.cz> |
44122 | 3660 |
3661 * TUTORIAL.translators: New file, list of tutorial translators. | |
3662 | |
43046
a7fdf9fae407
* gnus.xpm: Remove garbages.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
43003
diff
changeset
|
3663 2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu> |
a7fdf9fae407
* gnus.xpm: Remove garbages.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
43003
diff
changeset
|
3664 |
a7fdf9fae407
* gnus.xpm: Remove garbages.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
43003
diff
changeset
|
3665 * gnus.xpm: Remove garbages. |
a7fdf9fae407
* gnus.xpm: Remove garbages.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
43003
diff
changeset
|
3666 |
93293 | 3667 2002-01-27 Pavel JanÃk <Pavel@Janik.cz> |
43003 | 3668 |
3669 * letter.xpm: New file, XPM variant of letter.xbm. | |
3670 | |
93293 | 3671 2001-12-03 Pavel JanÃk <Pavel@Janik.cz> |
41809 | 3672 |
3673 * COPYING: Move back. | |
3674 | |
93293 | 3675 2001-11-29 Pavel JanÃk <Pavel@Janik.cz> |
41683 | 3676 |
3677 * COPYING: Removed. | |
3678 | |
41403 | 3679 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il> |
3680 | |
3681 * emacstool.1, etags.1, emacs.1: Modify distribution terms to | |
3682 something simpler than the GFDL. | |
3683 | |
41366
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
3684 2001-11-22 Colin Walters <walters@debian.org> |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
3685 |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
3686 * PROBLEMS: Remove already applied calc info patches. Clarify |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
3687 that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
3688 not handled by alternatives in Debian, the reporter surely meant |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
3689 just "--config ftp". |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
3690 |
41245 | 3691 2001-11-18 Eli Zaretskii <eliz@is.elta.co.il> |
3692 | |
93293 | 3693 * fr-survival.tex: New file, from Éric Jacoboni <jaco@teaser.fr>. |
41245 | 3694 |
41205 | 3695 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
3696 | |
93293 | 3697 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>. |
41205 | 3698 |
41191
f6b767815369
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41124
diff
changeset
|
3699 2001-11-17 Colin Walters <walters@debian.org> |
f6b767815369
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41124
diff
changeset
|
3700 |
f6b767815369
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41124
diff
changeset
|
3701 * PROBLEMS: Remove calc problems. |
f6b767815369
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41124
diff
changeset
|
3702 |
41124 | 3703 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> |
3704 | |
93293 | 3705 * TUTORIAL.fr: New file. From Éric Jacoboni <jaco@teaser.fr>. |
41124 | 3706 |
40867 | 3707 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> |
3708 | |
3709 * Makefile (mostlyclean, clean, distclean, maintainer-clean): | |
3710 Add *.dvi and *.log. | |
3711 (SOURCES): Update the list of files. | |
3712 | |
3713 * calccard.tex: New file. | |
3714 * calccard.ps: New file. | |
3715 | |
40631 | 3716 2001-11-01 Eli Zaretskii <eliz@is.elta.co.il> |
3717 | |
3718 * etags.1: Replace presentation-level troff macros that simulate | |
3719 tables with tbl markup. From Eric S. Raymond <esr@thyrsus.com>. | |
3720 | |
40111 | 3721 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
3722 | |
40152 | 3723 * (Version 21.1 released.) |
40111 | 3724 |
39498 | 3725 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il> |
3726 | |
3727 * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri | |
3728 <tbspit@eng.um.edu.mt>. | |
3729 | |
93293 | 3730 2001-08-25 Pavel JanÃk <Pavel@Janik.cz> |
38950 | 3731 |
3732 * HELLO: Slovak language name added to be compatible with other | |
3733 languages. | |
3734 | |
38915
e7e9b4581430
Update per the English version.
Eli Zaretskii <eliz@gnu.org>
parents:
38810
diff
changeset
|
3735 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il> |
e7e9b4581430
Update per the English version.
Eli Zaretskii <eliz@gnu.org>
parents:
38810
diff
changeset
|
3736 |
e7e9b4581430
Update per the English version.
Eli Zaretskii <eliz@gnu.org>
parents:
38810
diff
changeset
|
3737 * TUTORIAL.pl: Updated in accordance with the English version. |
93293 | 3738 From Beata Wierzchołowska <beataw@orient.uw.edu.pl> and |
44008 | 3739 Janusz S. Bien <jsbien@mail.uw.edu.pl>. |
38915
e7e9b4581430
Update per the English version.
Eli Zaretskii <eliz@gnu.org>
parents:
38810
diff
changeset
|
3740 |
38810 | 3741 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il> |
3742 | |
3743 * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as | |
3744 per config.sub and config.guess. Reported by Ryo Furue | |
3745 <furufuru@ccsr.u-tokyo.ac.jp>. | |
3746 | |
93293 | 3747 2001-08-10 Pavel JanÃk <Pavel@Janik.cz> |
38780 | 3748 |
3749 * TUTORIAL.sk: Updated in accordance with the English version. | |
93293 | 3750 From Miroslav Vaško <vasko@debian.cz>. |
38780 | 3751 |
38736 | 3752 2001-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
3753 | |
3754 * TUTORIAL.ko: Updated in accordance with the English version. | |
3755 From Koaunghi Un <koaunghi@world.kaist.ac.kr>. | |
3756 | |
93293 | 3757 2001-08-06 Pavel JanÃk <Pavel@Janik.cz> |
38707 | 3758 |
38736 | 3759 * TUTORIAL.cs: Update from Milan Zamazal. |
38707 | 3760 |
93293 | 3761 2001-08-05 Pavel JanÃk <Pavel@Janik.cz> |
38690
ebcceabda1b5
Milan Zamazal has new address.
Pavel Janík <Pavel@Janik.cz>
parents:
38689
diff
changeset
|
3762 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
3763 * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: E-mail |
38690
ebcceabda1b5
Milan Zamazal has new address.
Pavel Janík <Pavel@Janik.cz>
parents:
38689
diff
changeset
|
3764 address of Milan Zamazal changed. |
ebcceabda1b5
Milan Zamazal has new address.
Pavel Janík <Pavel@Janik.cz>
parents:
38689
diff
changeset
|
3765 |
93293 | 3766 2001-08-04 Pavel JanÃk <Pavel@Janik.cz> |
38689
99630a340b59
Be consistent when naming CONTROL and META keys.
Pavel Janík <Pavel@Janik.cz>
parents:
37783
diff
changeset
|
3767 |
38736 | 3768 * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and |
3769 META keys. | |
38689
99630a340b59
Be consistent when naming CONTROL and META keys.
Pavel Janík <Pavel@Janik.cz>
parents:
37783
diff
changeset
|
3770 |
95891
11cd8097e8d0
Fix typos, convert to utf-8.
Juanma Barranquero <lekktu@gmail.com>
parents:
95683
diff
changeset
|
3771 2001-05-17 Francesco Potortì <pot@gnu.org> |
37783 | 3772 |
96376
c3309dba6542
American English spelling fix.
Glenn Morris <rgm@gnu.org>
parents:
96363
diff
changeset
|
3773 * etags.1: Add the latest changes to etags behavior. |
37783 | 3774 |
37561 | 3775 2001-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
3776 | |
3777 * emacsclient.1: Place in the public domain. | |
3778 | |
37513 | 3779 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il> |
3780 | |
3781 * emacstool.1: Place under GFDL. | |
3782 | |
37457 | 3783 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> |
3784 | |
3785 * emacs.1: Place under GFDL. | |
3786 | |
3787 * etags.1: Ditto. | |
3788 | |
3789 * gfdl.1: New file. | |
3790 | |
37387 | 3791 2001-04-18 Gerd Moellmann <gerd@gnu.org> |
3792 | |
3793 * TUTORIAL.sk, sk-survival.tex | |
3794 * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps | |
3795 * sk-dired-ref.tex: New files. | |
37783 | 3796 |
37387 | 3797 * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files. |
93293 | 3798 From Pavel@Janik.cz (Pavel JanÃk). |
37387 | 3799 |
37293 | 3800 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3801 | |
3802 * ps-prin1.ps: Footer implementation. Doc fix. | |
3803 (doLineNumber): Code fix for line number color. | |
3804 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code | |
3805 fix for footer implementation. | |
3806 (TextStart, SetFooterLines, FooterFrameStart, doFramePath) | |
3807 (FooterFramePath, doFrame, FooterFrame, FooterStart) | |
3808 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs. | |
3809 | |
37167 | 3810 2001-04-03 Gerd Moellmann <gerd@gnu.org> |
3811 | |
3812 * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca> | |
3813 for color depth 8. | |
3814 | |
37139 | 3815 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3816 | |
3817 * ps-prin1.ps: Line and paragraph spacing feature. | |
3818 (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline) | |
3819 (EffectShadow, EffectBox, EffectOutline): New vars. | |
3820 (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix. | |
3821 (PHL, LHL): New funs. | |
3822 | |
3823 * ps-prin2.ps: File eliminated. | |
37783 | 3824 |
37000 | 3825 2001-03-26 Gerd Moellmann <gerd@gnu.org> |
3826 | |
3827 * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>. | |
3828 | |
36823 | 3829 2001-03-15 Gerd Moellmann <gerd@gnu.org> |
3830 | |
3831 * splash.xpm, splash.pbm: Replaced with new images from | |
3832 Luis Fernandes <elf@ee.ryerson.ca>. | |
3833 | |
36538 | 3834 2001-03-05 Gerd Moellmann <gerd@gnu.org> |
3835 | |
3836 * cs-refcard.ps, cs-refcard.tex: New files. | |
3837 | |
36404 | 3838 2001-02-26 Gerd Moellmann <gerd@gnu.org> |
3839 | |
3840 * THE-GNU-PROJECT: New file. | |
3841 | |
36311 | 3842 2001-02-22 Andrew Innes <andrewi@gnu.org> |
3843 | |
3844 * MACHINES: Update pointer to MS-Windows install instructions. | |
3845 | |
36217 | 3846 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3847 | |
3848 * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow' | |
3849 functionality enhancement. | |
3850 (doColumnZebra): Code fix. | |
37783 | 3851 |
35987 | 3852 2001-02-08 Dave Love <fx@gnu.org> |
3853 | |
35989 | 3854 * tasks.texi, SERVICE: Updated. |
35987 | 3855 |
35873 | 3856 2001-02-03 Andrew Innes <andrewi@gnu.org> |
3857 | |
3858 * PROBLEMS: Add note about need to specify extra compiler flags | |
3859 with recent Cygwin ports of gcc. | |
3860 | |
35656 | 3861 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
3862 | |
3863 * DEBUG: Expand and update, based on the instructions to | |
3864 pretesters, nt/INSTALL, and private communications and experience. | |
3865 | |
35378 | 3866 2001-01-17 Dave Love <fx@gnu.org> |
3867 | |
3868 * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/. | |
3869 | |
35127 | 3870 2001-01-08 Gerd Moellmann <gerd@gnu.org> |
3871 | |
3872 * TUTORIAL.es: New file. | |
3873 | |
35125 | 3874 2001-01-08 Kevin Gallagher <kevingal@onramp.net> |
3875 | |
3876 * edt-user.doc: Updated to reflect EDT Emulation version 4.0 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
3877 enhancements. |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
3878 |
34923 | 3879 2000-12-29 Gerd Moellmann <gerd@gnu.org> |
3880 | |
3881 * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New | |
3882 files. | |
3883 | |
34922 | 3884 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3885 | |
3886 * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow | |
3887 is non-nil. | |
3888 (printZebra, BeginPage): Code fix. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
3889 |
34595 | 3890 2000-12-15 Miles Bader <miles@gnu.org> |
3891 | |
98317 | 3892 * DEBUG: Add note about using `inverse-video' to detect excessive |
34595 | 3893 screen redraw. |
3894 | |
34333 | 3895 2000-12-07 Dave Love <fx@gnu.org> |
3896 | |
3897 * CODINGS, CHARSETS: Removed. (Mule 2.3 relics.) | |
3898 | |
34047 | 3899 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3900 | |
3901 * ps-prin1.ps: Eliminated the line number font predefinition. | |
3902 | |
33331 | 3903 2000-11-09 Kenichi Handa <handa@etl.go.jp> |
3904 | |
33332 | 3905 * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l, |
3906 not M-:, as example of disabled command). | |
33331 | 3907 |
33152 | 3908 2000-11-02 Gerd Moellmann <gerd@gnu.org> |
3909 | |
3910 * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*. | |
3911 | |
32522 | 3912 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
3913 | |
3914 * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed. | |
3915 | |
32523 | 3916 * tasks.texi: Updated to the version from /gd/gnuorg. |
3917 | |
32527 | 3918 * FTP: Refer to the GNU web site. |
3919 | |
32411 | 3920 2000-10-12 Dave Love <fx@gnu.org> |
3921 | |
3922 * gnus.pbm: New file. | |
3923 | |
3924 * gnus.xbm: Deleted. | |
3925 | |
32165 | 3926 2000-10-05 Miles Bader <miles@lsi.nec.co.jp> |
3927 | |
3928 * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line. | |
3929 | |
31841 | 3930 2000-09-22 Gerd Moellmann <gerd@gnu.org> |
3931 | |
3932 * splash.xbm: File removed. | |
3933 * splash.pbm: New file. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
3934 |
31770 | 3935 2000-09-20 Gerd Moellmann <gerd@gnu.org> |
3936 | |
3937 * splash.xbm: New file. | |
3938 | |
31717 | 3939 2000-09-19 Gerd Moellmann <gerd@gnu.org> |
3940 | |
3941 * splash.xpm: New file. | |
3942 | |
31540 | 3943 2000-09-11 Dave Love <fx@gnu.org> |
3944 | |
3945 * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New | |
3946 files. | |
3947 | |
31256 | 3948 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3949 | |
3950 * ps-prin3.ps: Eliminated. | |
3951 | |
3952 * ps-prin2.ps: Changed comment version (6.0). | |
3953 | |
3954 * ps-prin1.ps: Changed comment version (6.0). | |
3955 | |
3956 * ps-prin0.ps: Changed comment version (6.0). | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
3957 |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3958 2000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl> |
31150 | 3959 |
3960 * survival.tex: New file. | |
3961 | |
31004 | 3962 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
3963 | |
3964 * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
3965 |
31004 | 3966 * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*. |
3967 | |
30922 | 3968 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
3969 | |
3970 * NEWS.1: Reintegrated into NEWS. | |
3971 | |
3972 * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4. | |
3973 | |
30863 | 3974 2000-08-16 Gerd Moellmann <gerd@gnu.org> |
3975 | |
30871 | 3976 * dired-ref.tex, dired-ref.ps: New files. |
3977 | |
30863 | 3978 * refcard-de.tex, refcard-de.ps: New files. |
3979 | |
30350 | 3980 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
3981 | |
3982 * emacs.1: Change `-b' to `-bw'. | |
3983 | |
30117 | 3984 2000-07-07 Andreas Schwab <schwab@suse.de> |
3985 | |
3986 * yow.lines: Fix indentation. | |
3987 | |
29498 | 3988 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
3989 | |
3990 * ps-prin0.ps: Insert a version number comment (5.2.2). | |
3991 Indentation fix. | |
3992 | |
3993 * ps-prin1.ps: Insert a version number comment (5.2.2). Can | |
3994 select page size with/without giving an error if PostScript | |
3995 printer doesn't have this kind of page size. Zebra Stripe | |
3996 continues or restarts on next page. Indentation fix. | |
3997 (BeginSheet): If necessary, rescale n-up to fit on the sheet of | |
3998 paper. | |
3999 (BeginDoc, doColumnZebra, HeaderText): Code fix. | |
4000 (SetPageSize): New proc. | |
4001 | |
4002 * ps-prin2.ps: Insert a version number comment (5.2.2). | |
4003 | |
4004 * ps-prin3.ps: Insert a version number comment (5.2.2). | |
4005 Indentation fix. | |
4006 | |
28981 | 4007 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4008 | |
4009 * ps-prin1.ps: PostScript code compatibility with other utilities | |
4010 like mpage, psnup, etc. | |
4011 (isLineStep): Code fix. | |
4012 (BeginDoc, BeginSheet): Utility compatibility. | |
4013 | |
28798 | 4014 2000-05-03 Dave Love <fx@gnu.org> |
4015 | |
4016 * letter.xbm: New file. | |
4017 | |
28764 | 4018 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4019 | |
4020 * ps-prin0.ps: PostScript level 1 compatibility. | |
4021 | |
4022 * ps-prin1.ps: PostScript level 1 compatibility, Upside-down | |
4023 printing and line number step. | |
4024 (BeginDoc, doLineNumber, SL, HL): Code fix. | |
4025 (isLineStep, PSL): New funs. | |
4026 | |
4027 * ps-prin3.ps: PostScript level 1 compatibility. | |
4028 | |
28538 | 4029 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
4030 | |
4031 * refcard.bit: Removed. | |
4032 | |
28532 | 4033 2000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl> |
4034 | |
4035 * refcard-pl.ps: New file. | |
4036 * refcard-pl.tex: New file. | |
4037 | |
28429 | 4038 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4039 | |
4040 * ps-prin0.ps: Replace gs_languagelevel by languagelevel. | |
4041 (DefOp): New proc. | |
4042 | |
4043 * ps-prin1.ps: Replace gs_languagelevel by languagelevel. | |
4044 (printBackground, SetColor): New procs. | |
4045 (ZebraColor): Renaming old ZebraGray var. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
4046 |
28287 | 4047 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4048 | |
4049 * ps-prin1.ps: Eliminate SkipFirstPage. | |
4050 | |
28267 | 4051 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4052 | |
4053 * ps-prin0.ps: Define command only for language level 1. | |
4054 | |
28169 | 4055 2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
4056 |
28764 | 4057 * ps-prin0.ps: Define packedarray operator for language level 1, |
4058 adjust setduplexmode and settumble definitions. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
4059 |
28155 | 4060 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4061 | |
91422
e216167b8874
Adjust dates of unicode merge entries to UTC.
Glenn Morris <rgm@gnu.org>
parents:
91376
diff
changeset
|
4062 * ps-prin0.ps: New file. |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
4063 |
28155 | 4064 * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig. |
4065 | |
27164 | 4066 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
4067 | |
4068 * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files. | |
4069 | |
26664
a7963e66c555
Update Solaris 2.6 and 7 problems.
Paul Eggert <eggert@twinsun.com>
parents:
26529
diff
changeset
|
4070 1999-11-30 Paul Eggert <eggert@twinsun.com> |
a7963e66c555
Update Solaris 2.6 and 7 problems.
Paul Eggert <eggert@twinsun.com>
parents:
26529
diff
changeset
|
4071 |
a7963e66c555
Update Solaris 2.6 and 7 problems.
Paul Eggert <eggert@twinsun.com>
parents:
26529
diff
changeset
|
4072 * PROBLEMS: Update Solaris 2.6 and 7 problems. |
a7963e66c555
Update Solaris 2.6 and 7 problems.
Paul Eggert <eggert@twinsun.com>
parents:
26529
diff
changeset
|
4073 |
26529
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
4074 1999-11-22 Paul Eggert <eggert@twinsun.com> |
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
4075 |
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
4076 * NEWS: Rename messages-locale to system-messages-locale |
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
4077 and time-locale to system-time-locale. |
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
4078 |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4079 1999-10-24 Noah Friedman <friedman@splode.com> |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4080 |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4081 * yow.lines: Add more quotes. Correct a misquote. |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4082 |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4083 * spook.lines: Add more phrases. |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4084 |
26141
2f0e5ec04989
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
25896
diff
changeset
|
4085 1999-10-23 Paul Eggert <eggert@twinsun.com> |
2f0e5ec04989
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
25896
diff
changeset
|
4086 |
26529
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
4087 * NEWS: Describe new functions and variables for locales. |
26141
2f0e5ec04989
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
25896
diff
changeset
|
4088 |
25896 | 4089 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
4090 | |
4091 * TUTORIAL.ro: Change copyright statement. | |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4092 |
25853 | 4093 1999-07-12 Richard Stallman <rms@gnu.org> |
4094 | |
4095 * Version 20.4 released. | |
4096 | |
4097 1999-06-27 Karl Heuer <kwzh@gnu.org> | |
4098 | |
4099 * yow.lines: Fix indentation. Fix typo. | |
4100 | |
4101 1999-01-19 Dave Love <fx@gnu.org> | |
4102 | |
4103 * MORE.STUFF: Revamped. | |
4104 | |
4105 1999-01-14 Dave Love <fx@gnu.org> | |
4106 | |
4107 * FAQ: Merge posted updates. | |
4108 | |
4109 1998-12-14 Dave Love <fx@gnu.org> | |
4110 | |
4111 * FAQ: Somewhat edited copy of the most recently posted version. | |
4112 | |
4113 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
4114 | |
4115 * MACHINES (NEC EWS4800): New section. | |
4116 | |
4117 1998-09-04 Karl Heuer <kwzh@gnu.org> | |
4118 | |
4119 * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command. | |
4120 | |
4121 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
4122 | |
4123 * Version 20.3 released. | |
4124 | |
4125 * TUTORIAL.ro: New file. | |
4126 | |
4127 1998-04-10 Ken'ichi Handa <handa@melange.gnu.org> | |
4128 | |
4129 * TUTORIAL.sl: Renamed back to the original. | |
4130 | |
4131 1998-04-10 Kenichi Handa <handa@etl.go.jp> | |
4132 | |
4133 * TUTORIAL.cs: Renamed from TUTORIAL.cz. | |
4134 * TUTORIAL.ja: Renamed from TUTORIAL.jp. | |
4135 * TUTORIAL.ka: Renamed from TUTORIAL.kr. | |
4136 * TUTORIAL.sk: Renamed from TUTORIAL.sl. | |
4137 | |
4138 1998-04-06 Kenichi Handa <handa@etl.go.jp> | |
4139 | |
4140 * TUTORIAL.jp: Re-translated for the latest TUTORIAL. | |
4141 | |
4142 1998-03-26 Richard Stallman <rms@psilocin.gnu.org> | |
4143 | |
4144 * TUTORIAL.sl: New file. | |
4145 | |
4146 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4147 | |
4148 * Version 20.2 released. | |
4149 | |
4150 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4151 | |
4152 * Version 20.1 released. | |
4153 | |
4154 1997-06-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
4155 | |
4156 * CODINGS, CHARSETS: New files. | |
4157 | |
4158 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4159 | |
4160 * Version 19.33 released. | |
4161 | |
4162 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4163 | |
4164 * Version 19.32 released. | |
4165 | |
4166 1996-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
4167 | |
4168 * refcard.ps: File obtained from someone else; | |
4169 it was generated badly here. | |
4170 | |
4171 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
4172 | |
4173 * Version 19.31 released. | |
4174 | |
4175 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
4176 | |
4177 * TUTORIAL: Rephrase the first page to fit on a standard tty screen. | |
4178 | |
4179 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> | |
4180 | |
4181 * emacs.bash: Use >|. | |
4182 | |
4183 1996-01-20 Geoff Voelker <voelker@cs.washington.edu> | |
4184 | |
4185 * rgb.txt: New file. | |
4186 | |
4187 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4188 | |
4189 * Version 19.30 released. | |
4190 | |
4191 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
4192 | |
4193 * gnus-tut.txt: New file. | |
4194 | |
4195 1995-07-26 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> | |
4196 | |
4197 * Rename termcap to termcap.src, the historical name for an | |
4198 uninstalled termcap file. | |
4199 | |
4200 1995-06-28 Eric S. Raymond <esr@spiff.gnu.ai.mit.edu> | |
4201 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4202 * termcap.dat, termcap.ucb: Deleted and replaced. |
25853 | 4203 |
4204 * termcap: New termcap file from the ncurses project; bigger, | |
4205 better, brighter, does away with waxy yellow buildup. Email | |
4206 me at terminfo@ccil.org if you have any trouble with this. | |
4207 | |
4208 * README: Changed to track above change. | |
4209 | |
4210 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | |
4211 | |
4212 * TUTORIAL: Delete reference to ALT. Change <Rubout> to <Delete>. | |
4213 | |
4214 1995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
4215 | |
4216 * Makefile (maintainer-clean): Renamed from realclean. | |
4217 | |
4218 1995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4219 | |
4220 * tpu-doc.el: File moved to etc dir and renamed. | |
4221 | |
4222 1995-04-07 Boris Goldowsky <boris@cs.rochester.edu> | |
4223 | |
4224 * enriched.doc: Rewritten and simplified. | |
4225 | |
4226 1994-11-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4227 | |
4228 * Makefile (eterm): New rule. | |
4229 (TIC): New variable. | |
4230 | |
4231 * e/eterm, e/eterm.ti: New files. | |
4232 | |
4233 1994-10-24 Boris Goldowsky <boris@mole.gnu.ai.mit.edu> | |
4234 | |
4235 * enriched.doc: New file. | |
4236 | |
4237 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
4238 | |
4239 * Version 19.26 released. | |
4240 | |
4241 1994-07-03 Richard Stallman (rms@gnu.ai.mit.edu) | |
4242 | |
4243 * TUTORIAL: Talk about flow control along with C-x C-s and C-s. | |
4244 | |
4245 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4246 | |
4247 * Version 19.25 released. | |
4248 | |
4249 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4250 | |
4251 * Version 19.24 released. | |
4252 | |
4253 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4254 | |
4255 * Version 19.23 released. | |
4256 | |
4257 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4258 | |
4259 * Makefile (clean): Delete DOC*. | |
4260 | |
4261 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4262 | |
4263 * Version 19.22 released. | |
4264 | |
4265 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4266 | |
4267 * Version 19.21 released. | |
4268 | |
4269 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4270 | |
4271 * Version 19.20 released. | |
4272 | |
4273 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4274 | |
4275 * Version 19.19 released. | |
4276 | |
4277 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4278 | |
4279 * Version 19.18 released. | |
4280 | |
4281 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
4282 | |
4283 * Version 19.16 released. | |
4284 | |
4285 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4286 | |
4287 * version 19.15 released. | |
4288 | |
4289 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4290 | |
4291 * Version 19.14 released. | |
4292 | |
4293 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4294 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4295 Bring mumbleclean targets into conformance with GNU coding standards. |
25853 | 4296 * Makefile (distclean): Don't remove backup and autosave files. |
4297 These are easy to get rid of in other ways, and a pain to lose. | |
4298 (mostlyclean, realclean): New targets. | |
4299 | |
4300 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4301 | |
4302 * Version 19.13 released. | |
4303 | |
4304 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4305 | |
4306 * Version 19.10 released. | |
4307 | |
4308 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
4309 | |
4310 * Version 19.9 released. | |
4311 | |
4312 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4313 | |
4314 * Version 19.8 released. | |
4315 | |
4316 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
4317 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4318 * Version 19.7 released. |
25853 | 4319 |
4320 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4321 | |
4322 * MACHINES: Mention Linux. | |
4323 | |
4324 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
4325 | |
4326 * MACHINES: Add section for NeXT, from Thorsten Ohl. | |
4327 | |
4328 1993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4329 | |
4330 * NEWS: Documented picture-mode improvements. | |
4331 | |
4332 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4333 | |
4334 * NEWS: Described the new properties of arrow keys and | |
4335 next-line-add-newlines. Fixed up the GUD description, it was | |
4336 out of date. This file referenced LNEWS when it should have | |
4337 said news.texi; fixed. | |
4338 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4339 * news.texi: invocation-name now exists. |
25853 | 4340 |
4341 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
4342 | |
4343 * MORE.STUFF: Added. | |
4344 | |
4345 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
4346 | |
4347 * NEWS: Preserved jimb's last change (documenting kill on | |
4348 read-only buffers). | |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4349 |
25853 | 4350 Added documentation on new info features. |
4351 | |
4352 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
4353 | |
87614
8c517dfb9898
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
4354 * spook.lines: Alpha-sorted this, and added some new hot buttons |
25853 | 4355 for the 1990s. |
4356 | |
4357 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
4358 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4359 * MACHINES: Deleted some VMS caveats. If the src and lisp |
87614
8c517dfb9898
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
4360 ChangeLogs are correct, dired and mail and process control are now |
25853 | 4361 fully supported. |
4362 | |
4363 * NEWS: Added finder news. | |
4364 | |
4365 1993-03-19 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
4366 | |
4367 * NEWS: Changed. | |
4368 | |
4369 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
4370 | |
4371 * sex.6: Added 900-line support | |
4372 | |
4373 * NEWS: Added news about the package finder. | |
4374 | |
4375 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
4376 | |
4377 * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so | |
4378 I nuked it. Let the file mod date serve. Merged in APOLLO and | |
4379 SUNBUG files. Changed references to 18.* to past tense. | |
4380 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4381 * emacs.names: Merged into JOKES. I faked a mail header from the |
25853 | 4382 Unknown User to delimit the first (unheaded) bit. |
4383 | |
4384 * Makefile (relock, unlock): New productions. | |
4385 | |
4386 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
4387 | |
4388 Augean-stable cleaning time. Partly to save space, but mostly to | |
4389 reduce the dizzying amount of *stuff* confronting someone exploring | |
4390 the Emacs distribution, I have the following changes in the etc | |
4391 directory: | |
4392 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4393 * CHARACTERS: Merged into TO-DO file under the heading "Long Range:" |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4394 |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4395 * DIFF, CCADIFF, GOSDIFF: Merged into a new outline file titled |
25853 | 4396 OTHER.EMACSES. The present names don't really convey anything. |
4397 Various key bindings and feature descriptions have been updated. | |
4398 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4399 * NICKLES.WORTH: Nuked. This is copyrighted material that could land |
25853 | 4400 FSF in hot water. |
4401 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4402 * INTERVAL.IDEAS: Nuked. RMS's thinking, and indeed the |
25853 | 4403 implementation of intervals, have progressed way beyond this. |
4404 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4405 * RCP: Nuked. It no longer said anything but "Ooops, sorry!" |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4406 |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4407 * ED.WORSHIP, GNU.JOKES: Merged into a mailbox called JOKES. |
25853 | 4408 Future jokes can accumulate there. |
4409 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4410 * DISTRIB: The actual domestic order form is now ORDERS.USA. |
25853 | 4411 The DISTRIB text now mentions 19. |
4412 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4413 * ORDERS.USA: Created. This is just the order form. DISTRIB |
25853 | 4414 has a pointer to it at the beginning. |
4415 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4416 * EUROPE: Renamed to ORDERS.EUROPE. DISTRIB now has a pointer |
25853 | 4417 to it at the beginning. |
4418 | |
74779
5ed505afa18e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
74705
diff
changeset
|
4419 * OOOONEWS, OOOONEWS: Nuked. It's version 19 --- nobody needs the |
25853 | 4420 version 15 and 17 files anymore. |
4421 | |
4422 All files marked "Nuked" have actually been moved to =-prefixed | |
4423 names as per convention. Originals of all files merged still | |
4424 exist with =-names. | |
4425 | |
4426 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4427 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4428 * XENIX: Nuked (moved to =XENIX). The hackery it describes is |
25853 | 4429 no longer necessary in the presence of 19's function-key-map |
4430 feature; I've added an explanation to the beginning of the file. | |
4431 | |
4432 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
4433 | |
4434 * MACHINES: Update description of SYSVr3 and r4 support, due to | |
4435 Eric Raymond's changes. | |
4436 | |
4437 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
4438 | |
4439 * MACHINES: Mention that you have to edit the configure script | |
4440 when you add support for a new machine, to get it to recognize the | |
4441 configuration name. | |
4442 | |
4443 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
4444 | |
4445 * MACHINES: Converted to use GCC-style configuration names, | |
4446 instead of listing m/*.h and s/*.h files. All knowledge of m/ and | |
4447 s/ files now lives in ../configure. | |
4448 | |
4449 1992-10-06 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
4450 | |
4451 * NEWS: Document included tags tables. | |
4452 | |
4453 1992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
4454 | |
4455 * Corrected the news about VC to reflect reality. | |
4456 | |
4457 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
4458 | |
4459 * etags.1: New file, from Richard K. Pixley at Cygnus. | |
4460 | |
4461 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
4462 | |
4463 * Makefile: Most of the contents of this file were only relevant | |
4464 to things in `../lib-src'; removed all but the `distclean' and | |
4465 `clean' targets. | |
4466 | |
4467 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
4468 | |
4469 * COPYING: Got June 1991 version of the GPL here. | |
4470 | |
4471 * ChangeLog: Since the old etc contents have been split into etc | |
4472 and lib-src, the old etc's ChangeLog has been duplicated in the | |
4473 new etc and lib-src. That means that each contains complete and | |
4474 coherent information, although each contains extraneous | |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
4475 information. |
25853 | 4476 |
4477 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
4478 | |
4479 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn", | |
4480 to be consistent with other GNU programs, like makeinfo. | |
4481 | |
4482 * lib-src/Makefile: Renamed to Makefile.in; the configure script | |
4483 will edit this to produce Makefile. | |
4484 | |
4485 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
4486 | |
4487 * etags.c (print_help, print_version): New functions. | |
4488 (main): Options added to support them. | |
4489 | |
4490 * etags.c (longopts): New array of long names for the options. | |
4491 (main): Recognize them. | |
4492 | |
4493 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
4494 | |
4495 * etags.c (C_entries): Removed comment saying that \" in a string | |
4496 isn't recognized as magic, because it is correctly handled. | |
4497 | |
4498 * getopt.c, getopt.h: New files, from GNU C library. | |
4499 * etags.c: Rewritten to use getopt. | |
4500 #include "getopt.h". | |
4501 (file_num): Variable deleted; its role is now played by getopt's | |
4502 optind. | |
4503 (main): Argument processing loop rewritten to call getopt to get | |
4504 next option. Options which take parameters (-o and -i) rewritten | |
4505 to get parameter from optarg instead of argv[1]. Filename | |
4506 preprocessing loop and update command changed similarly. | |
4507 * Makefile (etags, ctags): Depend on and link with getopt.h, | |
4508 getopt.o, and getopt1.o. | |
4509 (getopt.o, getopt1.o): New targets for the GNU getopt routines. | |
4510 | |
4511 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile | |
4512 is non-zero. | |
4513 | |
4514 (main): In the argument processing loop, the 'goto next_arg' | |
4515 statements are breaking out of the switch statement in exactly the | |
4516 same way that a simple 'break' statement would; replace the gotos | |
4517 with breaks, and remove the label. | |
4518 | |
4519 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4520 | |
4521 * etags.c (C_entries): Clear tydef and next_token_is_func at start. | |
4522 (consider_token): Move next_token_is_func to global. | |
4523 | |
4524 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
4525 | |
4526 * Makefile: Conform with GNU coding standards: | |
4527 (mostlyclean): New target, synonymous with clean. | |
4528 (TAGS, check): New targets. | |
4529 (INSTALL, INSTALLFLAGS): New variables. | |
4530 | |
4531 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
4532 | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4533 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to |
25853 | 4534 `config.emacs' to `configure'. |
4535 | |
4536 * lib-src/Makefile: Adjusted for renaming of share-lib to etc. | |
4537 * etc/MACHINES: Same. | |
4538 | |
4539 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
4540 | |
4541 * movemail.c (main): Allow tempname to be as long as necessary, | |
4542 instead of limiting it to 39 characters. | |
4543 | |
4544 * movemail.c (main): Move declaration of buf from top of function | |
4545 to local block surrounding the copy loop. This makes it less | |
4546 likely to be confused with the buf used by the code which checks the | |
4547 permissions on outname's directory. | |
4548 | |
4549 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu) | |
4550 | |
4551 * SERVICE: Remove my entry. | |
4552 | |
4553 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) | |
4554 | |
4555 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not | |
4556 hardcoded -g. | |
4557 | |
4558 * movemail.c (xmalloc): Return char *, not int. | |
4559 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL, | |
4560 that is off by default -- normally don't unlink the mail spool | |
4561 file, just empty it. Pass creat mode 0600, not 0666. | |
4562 | |
40965 | 4563 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25853 | 4564 |
4565 * Makefile (../arch-lib): Depend on ${EXECUTABLES}. | |
4566 (all): Instead of here. | |
4567 (install): Don't use the -s option, since people need symbols to | |
4568 debug code. | |
4569 | |
40965 | 4570 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil) |
25853 | 4571 |
4572 * etags-vmslib.c (fn_exp): Add type cast. | |
4573 | |
4574 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
4575 | |
4576 * movemail.c: Changes in comments. | |
4577 | |
40965 | 4578 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25853 | 4579 |
4580 * Makefile: Make the distclean target erase the DOC files from | |
4581 ../share-lib and the executables from ../arch-lib. | |
4582 | |
40965 | 4583 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25853 | 4584 |
87614
8c517dfb9898
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
4585 * emacsclient.c: #include <sys/stat.h>. |
25853 | 4586 (main): Do declare statbfr. |
4587 | |
40965 | 4588 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25853 | 4589 |
4590 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~ | |
4591 for the socket, depending on SERVER_HOME_DIR. | |
4592 If using /tmp, put host name in the socket name. | |
4593 | |
4594 * movemail.c (pfatal_and_delete): New function. | |
4595 (main, popmail): Use it. | |
4596 (popmail): Close output before deleting messages. | |
4597 Check for error on close and on fsync. | |
4598 Use `fatal' where appropriate. | |
4599 (main): Remove (void). | |
4600 | |
4601 * aixcc.lex: New file. Not officially part of Emacs. | |
4602 * Makefile: Rules for that. | |
4603 | |
40965 | 4604 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25853 | 4605 |
4606 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA. | |
4607 | |
4608 * etags.c (main): Properly cast call to alloca that initializes | |
4609 included_files. | |
4610 | |
4611 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
4612 | |
4613 * etags.c (files_are_tag_tables): Remove global var. | |
4614 (process_file): Don't test it. Also remove hack checking for a | |
4615 file named "TAGS". | |
4616 (main): -i now takes an arg which is the name of a file to include. | |
4617 Collect these names and emit include tags for them after processing | |
4618 all the argument files. | |
4619 | |
40965 | 4620 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25853 | 4621 |
4622 * wakeup.c: Terminate if parent goes away. | |
4623 | |
40965 | 4624 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25853 | 4625 |
4626 * etags.c (C_entries): Process token before handling end of line. | |
4627 When inner loops reach end of line, just back up. | |
4628 Let the real end of line processing happen in just one place. | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4629 (consider_token): Likewise. |
25853 | 4630 |
40965 | 4631 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25853 | 4632 |
4633 * etags.c (TEX_mode): Skip comments while scanning the text to see | |
4634 which escape character this file uses. | |
4635 | |
40965 | 4636 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25853 | 4637 |
4638 * emacsserver.c [USG]: Terminate if msgrcv fails. | |
4639 | |
40965 | 4640 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4641 |
4642 * emacsserver.c [BSD]: Check for errors on stdin after scanf. | |
4643 | |
40965 | 4644 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) |
25853 | 4645 |
4646 * make-docfile: Find the arguments to a C function correctly, | |
4647 by not ignoring the character that read_c_string returns. Don't | |
4648 even try to find argument names for functions that take MANY | |
4649 or UNEVALLED arguments, since they're a figment of the docstring's | |
4650 imagination. | |
4651 | |
40965 | 4652 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) |
25853 | 4653 |
4654 * make-docfile: Read the .elc files generated by the new byte | |
4655 compiler. | |
4656 | |
40965 | 4657 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4658 |
4659 * refcard.tex: Use cm fonts, not am, in multi-column mode. | |
4660 | |
40965 | 4661 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4662 |
4663 * movemail.c (mbx_delimit_begin): Put space before `unseen'. | |
4664 | |
40965 | 4665 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4666 |
4667 * Makefile (install*): No need to install wakeup. | |
4668 | |
40965 | 4669 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4670 |
4671 * Makefile (install*): Install emacsclient like etags. | |
4672 | |
40965 | 4673 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4674 |
4675 * movemail.c (error): Handle 3 args. | |
4676 (main): Don't check input access if using pop. | |
4677 | |
40965 | 4678 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4679 |
4680 * etags.c (find_entries): Check for numbers after Scheme suffix. | |
4681 | |
40965 | 4682 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4683 |
4684 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1. | |
4685 | |
40965 | 4686 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4687 |
4688 * Makefile (nemacstool, xvetool): New targets. | |
4689 | |
40965 | 4690 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4691 |
4692 * emacsclient.c: Include errno.h and define related variables. | |
4693 | |
40965 | 4694 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 4695 |
4696 * emacsclient.c: Change usage message. | |
4697 | |
40965 | 4698 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu) |
25853 | 4699 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4700 * emacs.1: Add break before -nw option. |
25853 | 4701 |
40965 | 4702 1990-08-19 David J. MacKenzie (djm@apple-gunkies) |
25853 | 4703 |
4704 * qsort.c: Replace with GNU version. | |
4705 | |
40965 | 4706 1990-08-14 David J. MacKenzie (djm@apple-gunkies) |
25853 | 4707 |
4708 * wakeup.c: New program replacing loadst.c. | |
4709 | |
40965 | 4710 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4711 |
4712 * emacsclient.c [USG]: Pass msgsnd only 4 args. | |
4713 | |
40965 | 4714 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu) |
25853 | 4715 |
4716 * etags.c: Rename `flag' variables for what they do instead of | |
4717 which option character sets them. | |
4718 | |
40965 | 4719 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4720 |
4721 * loadst.c (main): Conditional to get load average on Apollo. | |
4722 | |
40965 | 4723 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu) |
25853 | 4724 |
4725 * emacsserver.c: Set the permission on the socket to 0600. | |
4726 | |
40965 | 4727 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4728 |
4729 * emacsclient.c [BSD]: Print clean message for failing getwd. | |
4730 | |
40965 | 4731 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu) |
25853 | 4732 |
4733 * getdate.y: Use the getdate.y from GNU tar for timer. | |
4734 | |
40965 | 4735 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu) |
25853 | 4736 |
4737 * emacsclient.c (main): Don't put brackets around "filename" in | |
4738 usage message. It isn't optional. | |
4739 | |
40965 | 4740 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) |
25853 | 4741 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4742 * etags.c (getit): Recognize '$' as beginning identifiers. |
25853 | 4743 |
40965 | 4744 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) |
25853 | 4745 |
4746 * emacsserver.c: Renamed from server.c. | |
4747 * Makefile: Reference emacsserver rather than server. | |
4748 * MACHINES: Doc fix for new emacsserver name. | |
4749 | |
40965 | 4750 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4751 |
4752 * emacsclient.c: Print program name in error messages. | |
4753 | |
40965 | 4754 1990-01-19 David Lawrence (tale@cocoa-puffs) |
25853 | 4755 |
4756 * timer.c, getdate.y (new files) and Makefile: | |
108472
0eb2f9d5e474
Fix typos and whitespace in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
108375
diff
changeset
|
4757 Sub-process support for run-at-time in timer.el. |
0eb2f9d5e474
Fix typos and whitespace in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
108375
diff
changeset
|
4758 Doesn't yet work correctly for USG. |
25853 | 4759 |
40965 | 4760 1990-01-10 Jim Kingdon (kingdon@pogo) |
25853 | 4761 |
4762 * MACHINES: Add HP 300 running BSD. | |
4763 | |
40965 | 4764 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4765 |
4766 * yow.c: Dynamically allocate buffer; skip header before random | |
4767 choice to avoid bias toward first item. | |
4768 | |
40965 | 4769 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4770 |
4771 * etags.c (readline): Separate out init of `pend'. | |
4772 | |
40965 | 4773 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4774 |
4775 * etags.c: Undo changes relating to isgoodhdr. | |
4776 | |
40965 | 4777 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu) |
25853 | 4778 |
4779 * etags.c (isgoodhdr): New macro. | |
4780 (_gdh, notgdh): New variable used by that. | |
4781 (init): Initialize _gdh. | |
4782 (find_entries): Set header_file. | |
4783 (consider_token): Use isgoodhdr if in header file. | |
4784 | |
4785 * etags.c (total_size_of_entries): | |
4786 Was miscalculating by 1 in rewritten case. | |
4787 | |
4788 * etags.c (PAS_funcs): One arg to pfnote was missing. | |
4789 | |
40965 | 4790 1989-12-05 Joseph Arceneaux (jla@spiff) |
25853 | 4791 |
4792 * MACHINES: Change for the ULTRIX entry. | |
4793 | |
40965 | 4794 1989-11-21 Joseph Arceneaux (jla@spiff) |
25853 | 4795 |
4796 * etags.c (process_file): If file is not regular, return. | |
4797 | |
40965 | 4798 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4799 |
4800 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR. | |
4801 | |
40965 | 4802 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4803 |
4804 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg. | |
4805 (main): If HAVE_GETLOADAVG, don't call `nlist'. | |
4806 | |
40965 | 4807 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4808 |
4809 * etags.c (consider_token): Allow any number of typespec keywords | |
4810 after `typedef', before new type name. | |
4811 (enum sym_type): Add st_C_typespec. | |
4812 (C_create_stab): Put typespec kwds in table. | |
4813 | |
40965 | 4814 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
25853 | 4815 |
4816 * etags.c (main): Don't depend on name invoked by. | |
4817 If CTAGS is not defined, assume it is ETAGS. | |
4818 | |
40965 | 4819 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4820 |
4821 * etags.c (L_funcs): Allow package name in define construct, | |
4822 as in (foo::defmumble name-defined ...). | |
4823 | |
40965 | 4824 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4825 |
4826 * etags.c (find_entries): Stupid bug testing for C filename suffixes. | |
4827 | |
4828 * Makefile (yow): Depends on ../src/paths.h. | |
4829 | |
40965 | 4830 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
25853 | 4831 |
4832 * etags.c: Fix compilation by moving Pascal after Fortran. | |
4833 | |
40965 | 4834 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4835 |
4836 * movemail.c [USG]: Define F_OK, etc., if not found in header. | |
4837 | |
40965 | 4838 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4839 |
4840 * hexl.c: New file, supports hexl-mode. | |
4841 | |
40965 | 4842 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4843 |
4844 * movemail.c: New compilation flag MAIL_USE_MMDF. | |
4845 | |
40965 | 4846 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4847 |
4848 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS. | |
4849 * server.c: Likewise. | |
4850 | |
4851 * make-docfile.c (scan_c_file): Output argument names at end of string. | |
4852 (write_c_args): New subroutine. | |
4853 | |
40965 | 4854 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4855 |
4856 * movemail.c: Report failure of flock. | |
4857 | |
40965 | 4858 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4859 |
4860 * etags.c (find_entries): Allow multi-letter extensions for fortran. | |
4861 | |
40965 | 4862 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4863 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4864 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES. |
25853 | 4865 |
40965 | 4866 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu) |
25853 | 4867 |
4868 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=. | |
4869 | |
100529
cec1c3b28249
File name fixes, for AUTHORS.
Glenn Morris <rgm@gnu.org>
parents:
100480
diff
changeset
|
4870 * emacstool.1: Update to document environment variables. |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4871 |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4872 1989-02-21 Mosur Mohan (email@notavailable) |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
4873 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
4874 * etags.c (PAS_funcs): New function. |
25853 | 4875 |
40965 | 4876 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4877 |
4878 * movemail.c: On sysv, include unistd.h. | |
4879 | |
40965 | 4880 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4881 |
4882 * b2m.c: New file. | |
4883 | |
40965 | 4884 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4885 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4886 * etags.c: Prolog support from Sunichirou Sugou. |
25853 | 4887 |
40965 | 4888 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4889 |
4890 * Makefile (clean): New target. | |
4891 | |
40965 | 4892 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4893 |
4894 * fakemail.c (put_line): Break header lines at 79 cols. | |
4895 | |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
4896 1989-01-19 Sam Kendall (email@notavailable) |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
4897 |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
4898 * etags.c: Greatly rewritten for C++ support and for multiple tags |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4899 per line. |
25853 | 4900 |
40965 | 4901 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4902 |
4903 * movemail.c: Check access before doing real work. | |
4904 Check that outfile is in a writable directory. | |
4905 On fatal error, delete the lock file. | |
4906 | |
40965 | 4907 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) |
25853 | 4908 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4909 * env.c: Add decl for my-index. |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4910 * etags.c (file-entries): .oak => scheme |
25853 | 4911 |
40965 | 4912 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4913 |
4914 * movemail.c: Use `access' to check input and output files. | |
4915 | |
40965 | 4916 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4917 |
4918 * emacsclient.c (main): Ignore all of CWD before first slash. | |
4919 | |
40965 | 4920 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4921 |
4922 * etags.c (readline): Double linebuffer->size outside the xrealloc. | |
4923 | |
40965 | 4924 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4925 |
4926 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined. | |
4927 * server.c: chmod the socket to 0700. | |
4928 | |
40965 | 4929 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4930 |
4931 * fakemail.c (main): Let env var FAKEMAILER override pgm to run. | |
4932 (add_field): Delete comments and turn `<', `>' to spaces | |
4933 in header lines. | |
4934 (USE_FAKEMAIL): New customization macro says to make fakemail | |
4935 not be a no-op even on a BSD system. | |
4936 | |
40965 | 4937 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4938 |
4939 * etags.c (consider_token): Skip comments just like whitespace. | |
4940 Notice `struct', etc. and set strtag for those tokens. | |
4941 Return 1 for the token following `struct' if an open-brace follows it. | |
4942 (C_entries): Special handling of token following `struct' | |
4943 needed because we have probably advanced to the following line | |
4944 to find the `{'. | |
4945 (main): New option `T' sets tflag and strflag. | |
4946 Set both of them by default if eflags. | |
4947 | |
40965 | 4948 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4949 |
4950 * movemail.c: Do fsync before closing output. | |
4951 | |
40965 | 4952 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu) |
25853 | 4953 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4954 * movemail.c: Better error message when can't create tempname. |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4955 This file needs a great deal of extra error-checking and lucid reporting... |
25853 | 4956 |
40965 | 4957 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4958 |
4959 * etags.c: Support assembler code for .s and .a files. | |
4960 (getit): Allow underscore in a tag. | |
4961 | |
40965 | 4962 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4963 |
4964 * movemail.c: Close output and check errors before deleting input. | |
4965 | |
40965 | 4966 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
25853 | 4967 |
4968 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly | |
4969 whether to prefix it. Handle line number args. | |
4970 | |
40965 | 4971 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu) |
25853 | 4972 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
4973 * etags.c (main): Default setting of eflag was backwards. |
25853 | 4974 |
40965 | 4975 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4976 |
4977 * etags.c: New option -i. -f renamed -o. | |
4978 `-' as input file means read input file names from stdin. | |
4979 -i spec'd or input file named TAGS means the input file is another | |
4980 tag table; output an "include" line for it. | |
4981 | |
40965 | 4982 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4983 |
4984 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT. | |
4985 New targets install, install.sysv, install.xenix. | |
4986 This makefile is now responsible for installing executables | |
4987 and documentation from this directory into system directories. | |
4988 | |
40965 | 4989 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu) |
25853 | 4990 |
4991 * server.c, emacsclient.c (main): Compute socket name from euid. | |
4992 | |
40965 | 4993 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4994 |
4995 * emacsclient.c: Args like +DIGITS are passed through unchanged. | |
4996 | |
40965 | 4997 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 4998 |
4999 * server.c: If both BSD and HAVE_SYSVIPC, use the latter. | |
5000 * emacsclient.c: Likewise. | |
5001 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd. | |
5002 | |
40965 | 5003 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 5004 |
5005 * etags.c: Handle `typedef struct foo {' (price@mcc.com). | |
5006 (istoken) New string-comparison macro. | |
5007 (consider_token): New arg `level'. New state `tag_ok' in `tydef'. | |
5008 | |
40965 | 5009 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 5010 |
5011 * etags.c: Changes for VMS. | |
5012 Always define ETAGS on VMS. | |
5013 Define macros GOOD and BAD for success and failure exit codes. | |
109506
e6408c088fbc
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
109478
diff
changeset
|
5014 (begtk, intk): Allow `$' in identifiers. |
25853 | 5015 (main): Don't support -B, -F or -u on VMS. |
5016 Alternate loop for scanning filename arguments. | |
5017 (system): Delete definition of this function. | |
5018 | |
5019 * etags-vmslib.c (system): Undefine this; VMS now provides it. | |
5020 | |
40965 | 5021 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 5022 |
5023 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3 | |
5024 around include of param.h. (Like fns.c.) | |
5025 | |
40965 | 5026 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
25853 | 5027 |
5028 * loadst.c (load_average): Move load-average code to this new fn. | |
5029 Add conditionals to compute load ave on UMAX. | |
5030 | |
40965 | 5031 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu) |
25853 | 5032 |
5033 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE | |
5034 with opposite sense. | |
5035 | |
40965 | 5036 1988-05-13 Chris Hanson (cph@kleph) |
25853 | 5037 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
5038 * emacsclient.c: Delete references to unused variable `out'. |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
5039 This caused a bus error when used under hp-ux. |
25853 | 5040 |
40965 | 5041 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
25853 | 5042 |
5043 * loadst.c: Control dk.h conditional with DK_HEADER_FILE. | |
5044 | |
40965 | 5045 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu) |
25853 | 5046 |
5047 * etags.c (find_entries): `.t' or `.sch' means scheme code. | |
5048 | |
40965 | 5049 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
25853 | 5050 |
5051 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h. | |
5052 | |
40965 | 5053 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
25853 | 5054 |
5055 * movemail.c: #undef close, since config can #define it on V.3. | |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
5056 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise. |
25853 | 5057 |
40965 | 5058 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu) |
25853 | 5059 |
5060 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from | |
5061 invalid escape sequences such as `\{'. | |
5062 | |
5063 * loadst.c: Add `sequent' conditional for file dk.h. | |
5064 | |
40965 | 5065 1988-03-20 Richard M. Stallman (rms@wilson) |
25853 | 5066 |
73259
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
5067 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message. |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
5068 |
2bba5aa7a1a6
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
73196
diff
changeset
|
5069 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail. |
30994 | 5070 |
5071 ;; Local Variables: | |
93293 | 5072 ;; coding: utf-8 |
73856
594a719b7a7f
Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents:
73714
diff
changeset
|
5073 ;; add-log-time-zone-rule: t |
30994 | 5074 ;; End: |
39627 | 5075 |
5076 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 | |
106815 | 5077 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
79776 | 5078 Free Software Foundation, Inc. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5079 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5080 This file is part of GNU Emacs. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5081 |
95004
cbf5528cf447
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94866
diff
changeset
|
5082 GNU Emacs is free software: you can redistribute it and/or modify |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5083 it under the terms of the GNU General Public License as published by |
95004
cbf5528cf447
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94866
diff
changeset
|
5084 the Free Software Foundation, either version 3 of the License, or |
cbf5528cf447
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94866
diff
changeset
|
5085 (at your option) any later version. |
75774
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5086 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5087 GNU Emacs is distributed in the hope that it will be useful, |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5088 but WITHOUT ANY WARRANTY; without even the implied warranty of |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5089 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5090 GNU General Public License for more details. |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5091 |
dc23aaa67696
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75692
diff
changeset
|
5092 You should have received a copy of the GNU General Public License |
95004
cbf5528cf447
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94866
diff
changeset
|
5093 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
52401 | 5094 |
5095 ;;; arch-tag: 094f3a51-bd72-44d0-8fac-2ac242c6c5b1 |