Version number changed to 3.19
[bpt/emacs.git] / etc / ChangeLog
CommitLineData
719e04b6
RF
12005-11-03 Romain Francoise <romain@orebokech.com>
2
3 * orgcard.tex: Update FSF's address.
4
99ac5182
NR
52005-11-03 Nick Roberts <nickrob@snap.net.nz>
6
7 * DEBUG (Note): GDB can sometimes expand macros.
8
4ac4f9ce
RF
92005-11-01 Romain Francoise <romain@orebokech.com>
10
11 * NEWS: Source files are compressed by default.
12
ae3859c0
BW
132005-10-28 Bill Wohler <wohler@newt.com>
14
15 * NEWS: Help mode now creates hyperlinks for URLs.
16
cc795ef0
DN
172005-10-27 Dan Nicolaescu <dann@ics.uci.edu>
18
4ac4f9ce
RF
19 * e/eterm-color.ti (el1): Undo 2005-10-23 change.
20 Add some comments on how to update this file. Add ri
cc795ef0
DN
21 capability that has long been supported by term.el.
22
a42d1309
NR
232005-10-25 Nick Roberts <nickrob@snap.net.nz>
24
25 * images/gud/until.xpm: Colour correction.
26
61796b3c
RS
272005-10-23 Richard M. Stallman <rms@gnu.org>
28
29 * e/eterm-color.ti (el1): Capability deleted,
30 since term.el doesn't implement it.
31
6f97b9c8
DN
322005-10-20 Dan Nicolaescu <dann@ics.uci.edu>
33
34 * e/eterm-color.ti: Change the terminal name to eterm-color.
35 * e/eterm-color: Regenerate.
36
a12ba300
EZ
372005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
38
39 * Makefile (e/eterm-color): Rename eterm to eterm-color.
40
436a2ccd
CY
412005-10-18 Chong Yidong <cyd@stupidchicken.com>
42
43 * NEWS: New variable `max-image-size'.
44
ffda926c
BW
452005-10-17 Bill Wohler <wohler@newt.com>
46
47 Moved all remaining images from lisp/toolbar to etc/images. The
48 low resolution images were placed in their own directory (low-color).
49
50 * images/attach.*, images/cancel.*, images/close.*:
51 * images/copy.*, images/cut.*, images/diropen.*:
52 * images/exit.*, images/help.*, images/home.*:
53 * images/index.*, images/info.*, images/mail.*:
54 * images/new.*, images/open.*, images/paste.*:
55 * images/preferences.*, images/print.*, images/save.*:
56 * images/saveas.*, images/search.*:
57 * images/search-replace.*, images/spell.*:
58 * images/undo.*: Moved here from lisp/toolbar.
59
60 * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*.
61 * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*.
62 * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*.
63 * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*.
64 * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*.
65 * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*.
66 * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*.
67 * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*.
68 * images/low-color/preferences.*: Moved here from
69 lisp/toolbar/lc-preferences.*.
70 * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*.
71 * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*.
72 * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*.
73 * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*.
74 * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*.
75 * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*.
76
77 To conform with convention, the underscore (_) in the following
78 image names were replaced with dash (-) or (/) as appropriate.
79
80 * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*.
81 * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*.
82 * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*.
83 * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*.
84 * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*.
85 * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*.
86 * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*.
87 * images/low-color/back-arrow.*: Moved here from
88 lisp/toolbar/lc-back_arrow.*.
89 * images/low-color/fwd-arrow.*: Moved here from
90 lisp/toolbar/lc-fwd_arrow.*.
91 * images/low-color/jump-to.*: Moved here from
92 lisp/toolbar/lc-jump_to.*.
93 * images/low-color/left-arrow.*: Moved here from
94 lisp/toolbar/lc-left_arrow.*.
95 * images/low-color/right-arrow.*: Moved here from
96 lisp/toolbar/lc-right_arrow.*.
97 * images/low-color/up-arrow.*: Moved here from
98 lisp/toolbar/lc-up_arrow.*.
99 * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*.
100 * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*.
101
102 * images/README: Incorporated the content of lisp/toolbar/README
103 now that all of the images are here.
104
eae86e67
NR
1052005-10-16 Nick Roberts <nickrob@snap.net.nz>
106
107 * images/gud/n.pbm, images/gud/n.xpm
108 * images/gud/ni.xpm, images/gud/ni.xpm
109 * images/gud/s.xpm, images/gud/s.xpm
110 * images/gud/si.xpm, images/gud/si.xpm: Rename to
111 next.*, nexti.*, step.*, and stepi.* , respectively, as the
112 file-name no longer clashes on 8+3 filesystems.
113
aa2361eb
BW
1142005-10-14 Bill Wohler <wohler@newt.com>
115
ffda926c
BW
116 * images/gud/break.*: Moved here from toolbar/gud-break.*.
117 * images/gud/cont.*: Moved here from toolbar/gud-cont.*.
118 * images/gud/down.*: Moved here from toolbar/gud-down.*.
119 * images/gud/finish.*: Moved here from toolbar/gud-finish.*.
120 * images/gud/ni.*: Moved here from toolbar/gud-ni.*.
121 * images/gud/n.*: Moved here from toolbar/gud-n.*.
122 * images/gud/print.*: Moved here from toolbar/gud-print.*.
123 * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*.
124 * images/gud/remove.*: Moved here from toolbar/gud-remove.*.
125 * images/gud/run.*: Moved here from toolbar/gud-run.*.
126 * images/gud/si.*: Moved here from toolbar/gud-si.*.
127 * images/gud/s.*: Moved here from toolbar/gud-s.*.
128 * images/gud/until.*: Moved here from toolbar/gud-until.*.
129 * images/gud/up.*: Moved here from toolbar/gud-up.*.
130 * images/gud/watch.*: Moved here from toolbar/gud-watch.*.
aa2361eb 131
03ab074b
BW
1322005-10-14 Bill Wohler <wohler@newt.com>
133
134 Released MH-E version 7.85.
135
136 * NEWS, MH-E-NEWS: Updated for release 7.85.
137
f9e36a6d
JD
1382005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
139
140 * NEWS: -nb => -nbi
141
86bebbbc
CD
1422005-10-10 Carsten Dominik <dominik@science.uva.nl>
143
144 * orgcard.tex: Version 3.17, no changes except version number.
145
0597ab12
JD
1462005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
147
148 * NEWS: -nb, --no-bitmap-icon
149
ba6be78d
SM
1502005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * TODO: Clarify the local variables entry.
153
c2e59571
BW
1542005-09-30 Bill Wohler <wohler@newt.com>
155
156 Moved MH-E image files from toolbar and mail directories into
ffda926c 157 images.
c2e59571
BW
158
159 * images/mail: New directory.
160
161 * images/mail/reply.*: Moved here from lisp/mail/reply2*.
162
163 * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*:
164 * images/mail/reply*: Moved here from lisp/toolbar.
165
166 * images/execute.*, images/highlight.*, images/mh-logo.xpm:
167 * images/page-down.*, images/show.*, images/widen.*: Moved here
168 from lisp/toolbar.
ba6be78d
SM
169
170 * images/refresh.*: Moved here from lisp/toolbar/rescan.*.
171 Use GNOME 2.10's refresh icon.
c2e59571
BW
172
173 * images/README: New file that indicates which icons came from
174 GNOME (see lisp/toolbar/README).
175
b6473e48
RF
1762005-09-30 Romain Francoise <romain@orebokech.com>
177
178 * NEWS: Mention changes to `read-buffer'.
179
a0292bb5
CY
1802005-09-30 Chong Yidong <cyd@stupidchicken.com>
181
182 * images/ezimage: New directory.
183
184 * images/ezimage/*.xpm: Add images used by speedbar.el.
185
50a9d14a
DP
1862005-09-30 David Ponce <david@dponce.com>
187
188 * NEWS: Update recentf changes.
189
a33704bb
MB
1902005-09-28 Simon Josefsson <jas@extundo.com>
191
192 * GNUS-NEWS: Fix IDNA notes.
193
0b292bd0
JB
1942005-09-27 Jay Belanger <belanger@truman.edu>
195
196 * calccard.tex: Update `versionnumber', remove `versiondate'.
ba6be78d 197 (Error Recovery): Refer to "initial state" rather than "default state".
0b292bd0
JB
198 (Algebra): Mention LaTeX language mode.
199 (Programming): Delete reference to "Z =".
200
f7938fdd 2012005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
202
203 * emacs.py (ehelp): Add g and l to arg list, and use them in the
204 call to `help'.
205
49844623
RF
2062005-09-17 Romain Francoise <romain@orebokech.com>
207
208 * gfdl.1: Update to version 1.2. Delete UC macro.
209
ce9b56fe
KH
2102005-09-15 Kenichi Handa <handa@m17n.org>
211
ba6be78d 212 * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7.
ce9b56fe 213
8c4a54e2
RF
2142005-09-14 Romain Francoise <romain@orebokech.com>
215
216 * NEWS: Add entry for write-region-inhibit-fsync.
217
cacb2615 2182005-09-09 Kevin Ryde <user42@zip.com.au>
50a6ff15
EZ
219
220 * MORE.STUFF: Update url for calculator.el.
221
d87ceee0
KH
2222005-09-08 Kenichi Handa <handa@m17n.org>
223
224 * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled
225 correctly.
226
c1105d05
MA
2272005-08-31 Michael Albinus <michael.albinus@gmx.de>
228
229 * NEWS: Add entry for `make-auto-save-file-name'.
230
fef741ad
TTN
2312005-08-19 Emilio C. Lopes <eclig@gmx.net>
232
233 * emacsclient.1 (DESCRIPTION): Reflect inclusion in the
234 Emacs distribution. Make role of EDITOR clearer.
235 (OPTIONS): Document `-s', `-V' and `-h'
236 as well as their long name counterparts.
237 (BUGS): Remove.
238
20dc2215
RF
2392005-08-26 Romain Francoise <romain@orebokech.com>
240
241 * PROBLEMS: Fix capitalization of "Gnus".
242
217b694f
EZ
2432005-08-20 Chong Yidong <cyd@stupidchicken.com>
244
245 * MORE.STUFF: Update links and URLs.
246
4f27bfc3
KH
2472005-08-05 Kenichi Handa <handa@m17n.org>
248
249 * NEWS: Fix the entry describing code-pages.
250
c638055f
JB
2512005-07-28 Juanma Barranquero <lekktu@gmail.com>
252
253 * .cvsignore: Add `icons' (for in-place installs).
254
cdf9f986
JL
2552005-07-19 Juri Linkov <juri@jurta.org>
256
257 * grep.txt: New file.
258
25fd144d
JD
2592005-07-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
260
c638055f 261 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
25fd144d
JD
262 -R comes after i386 in setarch command.
263
9e5f497d
JL
2642005-07-12 Juri Linkov <juri@jurta.org>
265
266 * refcard.tex (Files): Change description of `C-x C-q' from
267 `checkin/checkout' to `toggle read-only'.
268 (Getting Help): Replace `C-h c' with `C-h k'.
269 (Error Recovery): Replace `recover-file' with `recover-session'.
270 (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'.
271
bc4c8456
RS
2722005-07-07 Richard M. Stallman <rms@gnu.org>
273
b713c813 274 * GNU: Update how to help. Improve footnote 7.
bc4c8456 275
9d42fe6f
LK
2762005-07-07 Lute Kamstra <lute@gnu.org>
277
278 * tasks.texi: Delete file. The GNU Task List is obsolete and has
279 been replaced by http://savannah.gnu.org/projects/tasklist.
280
2812005-07-07 Lute Kamstra <lute@gnu.org>
60b34e06
LK
282
283 * refcard.tex: Update `versionnumber' and `year'. Update Emacs's
284 version to 22.
285 (Starting Emacs): Delete sentence to fix formatting problems.
286 (Multiple Windows): Clarify first sentence. Mention C-x 5 1.
287 (Formatting): Update the binding of set face.
288 (International Character Sets): set-language-environment is bound
9d42fe6f 289 to C-x RET l.
60b34e06 290
a0ec7a4a
LK
2912005-07-05 Lute Kamstra <lute@gnu.org>
292
293 Update FSF's address in GPL notices.
294
295 * INTERVIEW:
296 * calccard.tex:
297 * cs-dired-ref.tex:
298 * cs-refcard.tex:
299 * dired-ref.tex:
300 * fr-drdref.tex:
301 * fr-refcard.tex:
302 * gfdl.1:
303 * pl-refcard.tex:
304 * refcard.tex:
305 * ru-refcard.tex:
306 * sk-dired-ref.tex:
307 * sk-refcard.tex:
308 * vipcard.tex:
309 * viperCard.tex: Update FSF's address.
310
cf14a51c
JD
3112005-07-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
312
a0ec7a4a 313 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
ba6be78d 314 Add it again.
cf14a51c 315
01d37825
CD
3162005-06-29 Carsten Dominik <dominik@science.uva.nl>
317
ba6be78d 318 * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode.
01d37825 319
025691ed
RS
3202005-06-28 Richard M. Stallman <rms@gnu.org>
321
322 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New.
323
98d1a1cf
EZ
3242005-06-11 Eli Zaretskii <eliz@gnu.org>
325
326 * DEBUG: Mention emacs-buffer.gdb.
327
58f498fe
NF
3282005-06-10 Noah Friedman <friedman@splode.com>
329
330 * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use
331 char as placeholder when buffer has no file name and process is
332 still live. Use different printf cases instead.
333
4a29de23
KS
3342005-06-08 Kim F. Storm <storm@cua.dk>
335
336 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
337 Warn that using CVS+SSH may corrupt files, include work-around.
338
c476bcb0
JL
3392005-06-06 Juri Linkov <juri@jurta.org>
340
341 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
342
343 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the
344 second line to Local Variables. Fix title line.
345
6b5341d3
MB
3462005-05-30 Miles Bader <miles@gnu.org>
347
348 * emacs-buffer.gdb: Remove RCS keywords.
349
a7868bfa
NF
3502005-05-30 Noah Friedman <friedman@splode.com>
351
352 * emacs-buffer.gdb: New file.
e55df387 353 * NEWS: Mention it.
a7868bfa 354
36f28e7f
RS
3552005-05-28 Richard M. Stallman <rms@gnu.org>
356
357 * TUTORIAL.fr: Change NBSP to space.
358
e495eaec
BW
3592005-05-28 Bill Wohler <wohler@newt.com>
360
361 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84.
362
639ec765
NR
3632005-05-19 Nick Roberts <nickrob@snap.net.nz>
364
365 * TODO: post-command-idle-hook has gone.
366
1e866943
JB
3672005-05-16 Juanma Barranquero <lekktu@gmail.com>
368
369 * NEWS: Remove references to open-network-stream-nowait and
370 open-network-stream-server.
371
820f92e1
RS
3722005-05-15 Richard M. Stallman <rms@gnu.org>
373
374 * GNU: Correct/improve previous change.
375
d06ba294
RS
3762005-05-14 Richard M. Stallman <rms@gnu.org>
377
378 * GNU: Update footnotes.
379
85ddb888
RS
380 * NEWS: Lots of clarifications and cleanups.
381
2890fe8e 3822005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
e31eb62c 383
1953295b 384 * TUTORIAL.pl: Updated header.
e31eb62c 385
406c0f12
RS
3862005-05-02 Richard M. Stallman <rms@gnu.org>
387
388 * NEWS: More rearrangements.
389
30b0da81
RS
3902005-05-02 Chong Yidong <cyd@stupidchicken.com>
391
392 * NEWS: Items rearranged in logical order.
393
6544b8f6
LH
3942005-05-01 Lars Hansen <larsh@math.ku.dk>
395
396 * NEWS: Correct key binding for dired-mark-omitted.
397
c9b630f7
DN
3982005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
399
35b1b8ab
DN
400 * NEWS: Mention xterm key bindings.
401
c9b630f7
DN
402 * e/eterm.ti: Add a comment.
403 * e/eterm: Regenerate.
404
70ca7cb3
TTN
4052005-04-25 Alex Ott <ott@jet.msk.su>
406
407 * TUTORIAL.ru: Update.
408
f425f742
PJ
4092005-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
410
411 * TUTORIAL.sk: Updated header.
412
ed0fb1f1
JD
4132005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
414
415 * NEWS: Mention cursorBlink resource.
416
b7461be9
YM
4172005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
418
419 * NEWS: Mention dynamic change of keyboard-coding-system on Mac.
420
4a4cbd00
JD
4212005-04-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
422
423 * NEWS: Mention fontSet for Lucid menus.
424
0c9a01ff
MY
4252005-04-10 Masatake YAMATO <jet@gyve.org>
426
1953295b
SM
427 * compilation.txt (symbol): Add gcov-file
428 gcov-bb-file gcov-never-called-line gcov-called-line.
0c9a01ff 429
c09b2b56
KH
4302005-04-08 Kenichi Handa <handa@m17n.org>
431
432 * TUTORIAL.ja: Updated header, contents synchronized with
433 TUTORIAL at 2005-04-01T00:31:25Z!rms@gnu.org.
434
7237931b
PJ
4352005-04-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
436
437 * TUTORIAL.cs: Updated header.
438
7bade82d
WL
4392005-04-05 Werner Lemberg <wl@gnu.org>
440
441 * TUTORIAL.de: Updated header.
442
28cfe103 4432005-04-05 Marcelo Toledo <marcelo@gnu.org>
a049b36c 444
1953295b 445 * TUTORIAL.translators: Added the field Maintainer.
a049b36c 446
b2c2fcb7
TTN
4472005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
448
449 * TUTORIAL.it: Move "copying conditions at end" sentence after title.
450
e3039e63
TTN
4512005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
452
453 * TUTORIAL.ja: Update text before first period.
454 Reported by Kenichi Handa.
455
b7dc1e82 4562005-04-02 Richard M. Stallman <rms@gnu.org>
e3039e63 457
b7dc1e82
RS
458 * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the
459 old intro line that apparently was a longer version of "Emacs
460 tutorial".
461
462 * TUTORIAL.es: Clean up line breaks.
463
28cfe103 4642005-04-01 Marcelo Toledo <marcelo@gnu.org>
f290db1d 465
1953295b
SM
466 * TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
467 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko,
468 * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru,
469 * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line.
1e866943 470
28cfe103 4712005-04-01 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
1e866943 472
1953295b
SM
473 * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in
474 2005-02-08T14:20:54Z!lute@gnu.org, "Emacs" is not transliterated to cyrillic anymore;
475 Minor fixes.
28cfe103
MT
476
4772005-04-01 Mats Lidell <matsl@contactor.se>
e3039e63 478
1953295b
SM
479 * TUTORIAL.sv: Sync some other changes with the TUTORIAL version
480 2005-04-01T00:31:25Z!rms@gnu.org.
f290db1d 481
1d88af04
LK
4822005-04-01 Lute Kamstra <lute@gnu.org>
483
484 * TUTORIAL.nl: Fix title line.
485
19577b0e
TTN
4862005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
487
488 * TUTORIAL: Add title line.
489 * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
490 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja,
491 * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR,
492 * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl
493 * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise.
494
10ace8ea
MB
4952005-03-29 Reiner Steib <Reiner.Steib@gmx.de>
496
497 * gnus-refcard.tex, gnus-logo.eps: New files.
498
bbcb3b44
DP
4992005-03-23 David Ponce <david@dponce.com>
500
501 * NEWS: Mention recentf-keep.
502
f31259da
LK
5032005-03-17 Lute Kamstra <lute@gnu.org>
504
505 * TODO: Remove define-generic-mode entry (DONE).
506
3235a9ea
MA
5072005-03-10 Michael Albinus <michael.albinus@gmx.de>
508
509 * NEWS: Explain how to default Tramp to FTP.
510
7709cbbd
YM
5112005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
512
2313f861 513 * NEWS: Mention Carbon build on Mac OS 9.
3235a9ea 514
70d9a9cd
DK
5152005-03-01 David Kastrup <dak@gnu.org>
516
517 * DEBUG: Add information about `-fno-crossjumping' for GCC.
518
2dbccf96
LK
5192005-02-14 Lute Kamstra <lute@gnu.org>
520
6a361c41
LK
521 * TODO: Remove battery.el entry (DONE).
522
2dbccf96
LK
523 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos.
524 Make the terminology more consistent. Fill the text using the
525 default `fill-column'.
526
41835686
LK
5272005-02-08 Lute Kamstra <lute@gnu.org>
528
529 * TUTORIAL: Remove some uses of the term "buffer" before it is
530 properly introduced. Update the description of the mode line.
531 Consistently use "<ESC>" to denote the ESC key and "<SPC>" to
532 denote the Space bar. Capitalize all command descriptions.
533
ba2c991c
RS
5342005-02-06 Richard M. Stallman <rms@gnu.org>
535
536 * DEBUG: Minor clarification.
537
6082a820
EZ
5382005-02-05 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
539
540 * emacs.bash: Update the name of the socket of the Emacs server.
541
3d4d788a
DK
5422005-01-22 David Kastrup <dak@gnu.org>
543
544 * NEWS: Mention alias `find-grep' for `grep-find'.
545
568931f0
NR
5462005-01-22 Nick Roberts <nickrob@snap.net.nz>
547
548 * TODO: Add entry for toolbar on ttys.
549
6869a824
NR
5502005-01-18 Nick Roberts <nickrob@snap.net.nz>
551
552 * DEBUG: Suggest separate terminal for debug session.
553
43805352
EZ
5542005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
555
556 * TUTORIAL.nl: Correct translation and the Dutch text (typos).
557 More consistent use of terminology.
558
20d6de82
RS
5592005-01-13 Cheng Gao <chenggao@gmail.com>
560
561 * MORE.STUFF: Add entries of some well known and widely used packages.
3235a9ea 562
9abb41eb
LH
5632005-01-07 Lars Hansen <larsh@math.ku.dk>
564
565 * NEWS: Describe desktop package lazy restore feature.
566
fda2922a
RS
5672004-12-21 Richard M. Stallman <rms@gnu.org>
568
569 * DISTRIB: Don't say "freeware".
570
d3d89631
NR
5712004-12-15 Nick Roberts <nickrob@snap.net.nz>
572
573 * DEBUG: Change printing example to break on a procedure name.
574
09411f50
DN
5752004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
576
577 * e/eterm.ti: Add rs1.
578 * e/eterm: Regenerate.
579
0473753a
RS
5802004-12-08 Alexandre VEYRENC <veyrenc@wanadoo.fr> (tiny change)
581
582 * fr-refcard.tex: Fix typos.
583
b11e8823
JD
5842004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
585
586 * PROBLEMS: Update information about klipper on KDE.
587
3a0ab7ec
JD
5882004-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
589
590 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
591
657f0f9c
EZ
5922004-10-08 Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy <frederic.bothamy@free.fr> (tiny change)
593
594 * TUTORIAL.fr: Minor wording fix.
595
5086e75d
LT
5962004-10-04 Luc Teirlinck <teirllm@auburn.edu>
597
598 * enriched.doc: Update for new bindings of `set-left-margin' and
599 `set-right-margin'.
600
0207b8ad
KS
6012004-10-04 Kim F. Storm <storm@cua.dk>
602
603 * DEBUG: Mention pp and ff commands.
604
3326c1b5
LT
6052004-09-26 Luc Teirlinck <teirllm@auburn.edu>
606
607 * enriched.doc: `enriched-annotation-alist' is now called
608 `enriched-translations'.
609
d6be0122
DN
6102004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
611
612 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
613 Reformat.
1953295b 614 * e/eterm: Regenerate.
d6be0122 615
6e5dce02 6162004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1f02a4ba
JD
617
618 * PROBLEMS: Updated exec-shield description.
619
c8be3fe8
KS
6202004-09-16 Dan Nicolaescu <dann@ics.uci.edu>
621
622 * e/eterm.ti: Change the strings for smso and rmso.
1953295b 623 e/eterm: Regenerate.
c8be3fe8 624
8bca0606
TTN
6252004-09-09 Thien-Thi Nguyen <ttn@gnu.org>
626
627 * MORE.STUFF (EDB): Update entry.
628
4e14f66c
KS
6292004-09-07 Dan Nicolaescu <dann@ics.uci.edu>
630
631 * e/eterm.ti: Add `op' entry to enable colors in term.
1953295b 632 * e/eterm: Regenerate.
4e14f66c 633
db1febad
EZ
6342004-09-04 Eric S. Raymond <esr@thyrsus.com>
635
636 * PROBLEMS: More reorganization to exile old stuff to the
637 pre-2000 section. I looked up end-of-life dates for a bunch
638 of old Unixes to check.
639
eccf9613
BW
6402004-08-24 Bill Wohler <wohler@newt.com>
641
642 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82.
643
90a02640
DK
6442004-08-22 David Kastrup <dak@gnu.org>
645
646 * PROBLEMS, MAILINGLISTS: Update AUCTeX information.
647
d103d8b3
BW
6482004-08-21 Bill Wohler <wohler@newt.com>
649
650 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
651
29bbca9e
EZ
6522004-08-21 Eric S. Raymond <esr@thyrsus.com>
653
654 * PROBLEMS: Massively rearranged by category, to make environment
655 features and symptoms easier to find. Bugs relating to
656 20th-century systems moved to the end. Most problem headers
657 changed to "object: variation" format.
658
f0d73c14
BW
6592004-08-15 Bill Wohler <wohler@newt.com>
660
661 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80.
662
e11d1dd9
EZ
6632004-08-14 Romain Francoise <romain@orebokech.com>
664
665 * NEWS: Mention the thumbs.el package.
666
ab5a4a32
EZ
6672004-08-14 Eric Hanchrow <offby1@blarg.net>
668
669 * TUTORIAL.es: Replace actual whitespace with the magic string
670 that causes help-with-tutorial to automatically insert the correct
671 amount.
672
7c3225c3
ST
6732004-08-10 Steven Tamm <steventamm@mac.com>
674
675 * PROBLEMS: Remove description of Mac OS version upgrade
676 problems as it is no longer applicable.
677
05ea6a26
WL
6782004-07-27 Werner Lemberg <wl@gnu.org>
679
680 * NEWS: Document all new tutorials.
681
23f87bed
MB
6822004-08-05 Reiner Steib <Reiner.Steib@gmx.de>
683
684 * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.
685
686 * NEWS (Gnus package): Gnus includes Sieve and PGG. Gnus changes
687 are described in GNUS-NEWS.
688
6892004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
690
691 * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the
692 v5_10 branch of the Gnus repository.
693
0f74bf4c
LT
6942004-07-14 Luc Teirlinck <teirllm@auburn.edu>
695
696 * MORE.STUFF: Tramp is now distributed with Emacs.
697
a66894d8
BW
6982004-07-12 Bill Wohler <wohler@newt.com>
699
700 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4.
701
bcdf2143
DK
7022004-07-08 David Kastrup <dak@gnu.org>
703
1953295b 704 * NEWS (Lisp changes in 21.4): Document (match-data t) change.
bcdf2143 705
ad8a607d
EZ
7062002-06-26 Eli Zaretskii <eliz@is.elta.co.il>
707
708 * FOR-RELEASE: Moved to the admin directory.
709
1791907b
DK
7102004-06-24 David Kastrup <dak@gnu.org>
711
712 * NEWS: Move description from new paragraph-start and
713 indent-line-function defaults to general news instead of new
1953295b
SM
714 packages. Same for query-replace-skip-read-only.
715 Add description of new `\,' and `\?' replacement string features.
1791907b 716
dce417e7
LT
7172004-06-23 Luc Teirlinck <teirllm@auburn.edu>
718
719 * MORE.STUFF: Delete obsolete URL.
720
61d244ca
LH
7212004-06-10 Lars Hansen <larsh@math.ku.dk>
722
723 * NEWS: Describe dired-omit-mode. Describe desktop package changes.
724
32364f49
ST
7252004-05-29 Steven Tamm <steventamm@mac.com>
726
727 * PROBLEMS: Document the workaround for the Mac OS X port not
728 picking up the environment variables from dotfiles.
729
f3298aad
JL
7302004-05-16 Juri Linkov <juri@jurta.org>
731
732 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
733
734 * ru-refcard.tex: Add C-u and RET to `C-h t Russian'.
735
c1380aa6
EZ
7362004-05-15 Alex Ott <ott@jet.msk.su>
737
738 * ru-refcard.tex, ru-refcard.ps: New files.
739
ddda21d3
DP
7402004-05-14 David Ponce <david@dponce.com>
741
1953295b 742 * tree-widget: New directory containing tree-widget themes and images.
ddda21d3 743
28cfe103 7442004-04-13 Marcelo Toledo <marcelo@gnu.org>
b8d5565f 745
ddda21d3 746 * TUTORIAL.pt_BR: initial check-in.
b8d5565f 747
24d5055c
SM
7482004-05-06 Dave Love <fx@gnu.org>
749
750 * emacs.py: New file for python-mode's internal use.
751
ba1c68de
SM
7522004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * TODO: Use outline mode. Remove compile.el entry (done).
755
d1d37da8
JL
7562004-04-18 Juri Linkov <juri@jurta.org>
757
758 * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv
759 * TUTORIAL.th: Add sentence-end-double-space: nil.
760
761 * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1.
762
28cfe103 7632004-04-16 Alex Ott <ottalex@narod.ru>
02913968 764
28cfe103 765 * TUTORIAL.ru: Various corrections.
02913968 766
d2072c54
JL
7672004-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
768
769 * TUTORIAL.nl: Update Delete/Delback translation.
770
43ea9947
JH
7712004-04-05 Jesper Harder <harder@ifa.au.dk>
772
773 * TODO: Remove index-apropos entry.
774
35aeddc4
JL
7752004-04-01 Juri Linkov <juri@jurta.org>
776
777 * HELLO: Add Javanese.
778
30301a73
VJL
7792004-03-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
780
781 * ps-prin1.ps: Clip the header and footer area, so text will not be
782 printed outside header or footer, respectively.
783 (HeaderClip, FooterClip): New PostScript funs.
784 (HeaderText, FooterText): Adjust PostScript code.
785
6d8e13a0
JD
7862004-03-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
787
788 * TODO: Removed drag-and-drop entry (DONE).
789
ab24c127
KS
7902004-03-19 Kim F. Storm <storm@cua.dk>
791
792 * TODO: Remove entries for fringe related issues (DONE).
793 Remove entry about image-relative coordinates of mouse clicks (DONE).
794
44c0a465
SM
7952004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
796
797 * compilation.txt: New file.
798
89b1172b
JB
7992004-02-29 Juanma Barranquero <lektu@terra.es>
800
801 * NEWS: Remove bogus reference to user option unicode-data.
802
8c094106
EZ
8032004-02-16 Klaus Zeitler <kzeitler@lucent.com>
804
805 * PROBLEMS: Document crashes on X when build with GCC and GNU ld.
806
ea855511
AS
8072004-02-08 Andreas Schwab <schwab@suse.de>
808
809 * NEWS: Fix typo.
810
89b1172b 8112003-12-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
d9c4f512
EZ
812
813 * TUTORIAL.bg: Use windows-1251 encoding. Fix punctuation errors.
814
cae8ddbb
LH
8152003-11-21 Lars Hansen <larsh@math.ku.dk>
816
817 * TODO: Add plans for change of file attributes UID and GID from
818 integer to string.
89b1172b
JB
819
8202003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
e0739877
KH
821
822 * HELLO: Add Kannada.
823
b8811003
KH
8242003-11-05 Juri Linkov <juri@jurta.org>
825
826 * HELLO: Fix language names. Add C, Braille, Georgian, Ukrainian.
827 Add IPA pronunciation to English. Fix tab widths.
828
984002eb
EZ
8292003-11-03 David Ponce <david.ponce@wanadoo.fr>
830
831 * PROBLEMS: Document segfaults with Linux kernels that enable the
832 Exec-shield functionality.
833
85afc7c7
KH
8342003-10-30 Kenichi Handa <handa@m17n.org>
835
836 * HELLO: Fix cases of language names. Make German lines one.
89b1172b 837 Delete FORTRAN, add Mathematics.
85afc7c7 838
f16a1bf6
JD
8392003-10-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
840
841 * PROBLEMS: Characters are displayed as empty boxes or
842 with wrong font under X.
843
00694c20
WL
8442003-09-30 Werner Lemberg <wl@gnu.org>
845
846 * TUTORIAL.de: Minor updates and grammatical fixes.
847
b9e6b498
GM
8482003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
849
850 * TODO: Add invisible text kill/yank issue.
851
f387bdea
RS
8522003-08-29 Wim Nieuwenhuizen <wwwillem@xs4all.nl>
853
854 * TUTORIAL.nl: Many changes.
855
70d76272
SE
8562003-08-20 Stephen Eglen <stephen@gnu.org>
857
858 * MORE.STUFF: Update URLs for several projects.
859
5b4ffca2
AC
8602003-07-22 Andrew Choi <akochoi@shaw.ca>
861
862 * PROBLEMS: Truncated process output with pty's on Mac OS X.
863
0ea94e9b
NR
8642003-07-14 Nick Roberts <nick@nick.uklinux.net>
865
866 * NEWS: Merge in the changes for versions 21.2 and 21.3 as
867 documented on the EMACS_21_1_RC branch.
868
603b8073
KH
8692003-03-03 Chao-Hong Liu <chliu@gnu.org>
870
871 * TUTORIAL.cn: Updated.
872 * TUTORIAL.zh: Updated.
873
924df208
BW
8742003-04-24 Bill Wohler <wohler@newt.com>
875
876 * MH-E-NEWS: Upgraded to MH-E version 7.3.
877
a8feaa04 8782003-04-03 Kenichi Handa <handa@m17n.org>
162eab5f
KH
879
880 * HELLO: Fix the malayalam line.
881
19c37f01
DL
8822003-04-01 Dave Love <fx@gnu.org>
883
884 * letter.xpm: Use transparent/opaque `colours'.
885
8064e321
DL
886 * letter.xbm: Deleted.
887
888 * letter.pbm: New.
889
a670d17a
AS
8902003-03-24 Andreas Schwab <schwab@suse.de>
891
892 * HELLO: Remove extra TAB in Greek entries.
893
9a6155bb
KH
8942003-03-03 Chao-Hong Liu <chliu@gnu.org>
895
896 * TUTORIAL.cn, TUTORIAL.zh: New files.
897
898 * TUTORIAL.translator: List TUTORIAL.cn and TUTORIAL.zh.
899
746ba5c1
KH
9002003-02-24 Kenichi Handa <handa@m17n.org>
901
902 * HELLO: Add Malayalam.
903
b8b42717
DL
9042003-02-13 Dave Love <fx@gnu.org>
905
906 * TUTORIAL.es: Add coding spec.
907
61cb0b53
KH
9082003-02-11 Kenichi Handa <handa@m17n.org>
909
910 * HELLO: Fix Hindi and add Tamil.
911
497ff6f4 9122003-02-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
bd6f8e84
FP
913
914 * TUTORIAL.it: Italian tutorial.
915 From Alfredo Finelli <alfredofnl@tiscali.it> (original translator).
916 Revised by Francesco Potort\e,Al\e(B <pot@gnu.org>.
917
3d7ca223
BW
9182003-02-03 Bill Wohler <wohler@newt.com>
919
920 * MH-E-NEWS: Upgraded to MH-E version 7.2.
921
c60ee5e7
JB
9222003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
923
924 * MACHINES: Added Cygwin.
925
46def989
JD
9262003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
927
928 * DEBUG: Added note about xmon.
929
675d000f
RS
9302003-01-20 Joanna Pluta <joanna_p@gazeta.pl>
931
932 * TUTORIAL.pl: Updated.
933
5b4ffca2 9342003-01-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
50ac5b3c
PJ
935
936 * TUTORIAL.sk: Updated to reflect changes in English version.
5b4ffca2 937 From Miroslav Va\e$,1!!\e(Bko <zemiak@zoznam.sk>.
50ac5b3c 938
98657898
FP
9392003-01-09 Francesco Potort\e,Al\e(B <pot@gnu.org>
940
941 * etags.1: Added reference to the new `etags --help --lang=LANG'
942 option.
943
c3d9274a
BW
9442003-01-08 Bill Wohler <wohler@newt.com>
945
946 * MH-E-NEWS: Upgraded to MH-E version 7.1.
947
128a6043
ST
9482003-01-01 Steven Tamm <steventamm@mac.com>
949
950 * MACHINES: Added pointer to Mac OS X install instructions.
951
14e7b3a9
KH
9522002-12-10 Kenichi Handa <handa@m17n.org>
953
954 * TUTORIAL.sv: Renamed from TUTORIAL.se.
955
bdcfe844
BW
9562002-11-29 Bill Wohler <wohler@newt.com>
957
958 * MH-E-NEWS: Upgraded to MH-E version 7.0.
959
28cfe103 9602002-11-22 Rafael Sep\e,Az\e(Blveda <drs@gnulinux.org.mx>
1fc628ee 961
28cfe103 962 * TUTORIAL.es: Extensively changed and updated.
1fc628ee 963
a1b4049d
BW
9642002-10-01 Bill Wohler <wohler@newt.com>
965
966 * MH-E-NEWS: Upgraded to mh-e version 6.1.1.
967
7ed9159a
JY
9682002-09-16 Jonathan Yavner <jyavner@engineer.com>
969
970 * ses-example.ses: New file: example spreadsheet.
971
6c61f3f4
KH
9722002-09-04 Kenichi Handa <handa@etl.go.jp>
973
974 * HELLO: Fix Unicode Greek line.
975
9762002-09-03 Kenichi Handa <handa@etl.go.jp>
977
978 * TUTORIAL.ja: Updated in accordance with the latest English
979 version.
980
60753e2d
AS
9812002-09-01 Andreas Schwab <schwab@suse.de>
982
983 * TUTORIAL.de: Updated in accordance with the English version.
984 From Mario Lang <mlang@delysid.org>.
985
473d2053
MR
9862002-08-12 Markus Rost <rost@math.ohio-state.edu>
987
988 * HELLO: Fix some white spaces.
989
ca8f3642
RS
9902002-06-26 Richard M. Stallman <rms@gnu.org>
991
992 * ps-prin0.ps, ps-prin1.ps: Add license exception.
993
5fd4d159
EZ
9942002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
995
996 * TUTORIAL.fr: New version from \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
997
9e00616f
EZ
9982002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
999
1000 * HELLO: Add a few greetings that use Unicode characters.
1001
45fd9aa5
EZ
10022002-04-20 Eli Zaretskii <eliz@is.elta.co.il>
1003
1004 * termcap.src: New version from ftp://invisible-island.net.
1005
5b4ffca2 10062002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
bb2f7e35
PJ
1007
1008 * TUTORIAL.translators: New file, list of tutorial translators.
1009
43ef72f2
SZ
10102002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
1011
1012 * gnus.xpm: Remove garbages.
1013
5b4ffca2 10142002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7a4b11ca
PJ
1015
1016 * letter.xpm: New file, XPM variant of letter.xbm.
1017
5b4ffca2 10182001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
58cfce98
PJ
1019
1020 * COPYING: Move back.
1021
5b4ffca2 10222001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
0142178a
PJ
1023
1024 * COPYING: Removed.
1025
d4b56a8f
EZ
10262001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1027
1028 * emacstool.1, etags.1, emacs.1: Modify distribution terms to
1029 something simpler than the GFDL.
1030
f2d176f2
CW
10312001-11-22 Colin Walters <walters@debian.org>
1032
1033 * PROBLEMS: Remove already applied calc info patches. Clarify
1034 that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is
1035 not handled by alternatives in Debian, the reporter surely meant
1036 just "--config ftp".
1037
740d1567
EZ
10382001-11-18 Eli Zaretskii <eliz@is.elta.co.il>
1039
1040 * fr-survival.tex: New file, from \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
1041
bcd83ff9
EZ
10422001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1043
1044 * TUTORIAL.fr: New version from \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
1045
d1c9842e
CW
10462001-11-17 Colin Walters <walters@debian.org>
1047
1048 * PROBLEMS: Remove calc problems.
1049
c054b556
EZ
10502001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1051
1052 * TUTORIAL.fr: New file. From \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
1053
1b23afd5
EZ
10542001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
1057 Add *.dvi and *.log.
1058 (SOURCES): Update the list of files.
1059
1060 * calccard.tex: New file.
1061 * calccard.ps: New file.
1062
177338c4
EZ
10632001-11-01 Eli Zaretskii <eliz@is.elta.co.il>
1064
1065 * etags.1: Replace presentation-level troff macros that simulate
1066 tables with tbl markup. From Eric S. Raymond <esr@thyrsus.com>.
1067
71431a0e
GM
10682001-10-20 Gerd Moellmann <gerd@gnu.org>
1069
6aa97356 1070 * (Version 21.1 released.)
71431a0e 1071
07b041a7
EZ
10722001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1073
1074 * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri
1075 <tbspit@eng.um.edu.mt>.
1076
5b4ffca2 10772001-08-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13583fa4
EZ
1078
1079 * HELLO: Slovak language name added to be compatible with other
1080 languages.
1081
13544774
EZ
10822001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1083
1084 * TUTORIAL.pl: Updated in accordance with the English version.
5b4ffca2 1085 From Beata Wierzcho\e$,1 b\e(Bowska <beataw@orient.uw.edu.pl> and
744d746b 1086 Janusz S. Bien <jsbien@mail.uw.edu.pl>.
13544774 1087
3a4f8160
EZ
10882001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1089
1090 * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as
1091 per config.sub and config.guess. Reported by Ryo Furue
1092 <furufuru@ccsr.u-tokyo.ac.jp>.
1093
5b4ffca2 10942001-08-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9d9fd4e8
PJ
1095
1096 * TUTORIAL.sk: Updated in accordance with the English version.
5b4ffca2 1097 From Miroslav Va\e$,1!!\e(Bko <vasko@debian.cz>.
9d9fd4e8 1098
402acb3e
EZ
10992001-08-08 Eli Zaretskii <eliz@is.elta.co.il>
1100
1101 * TUTORIAL.ko: Updated in accordance with the English version.
1102 From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
1103
5b4ffca2 11042001-08-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
86f9d5af 1105
402acb3e 1106 * TUTORIAL.cs: Update from Milan Zamazal.
86f9d5af 1107
5b4ffca2 11082001-08-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
dffb6224
PJ
1109
1110 * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: e-mail
1111 address of Milan Zamazal changed.
1112
5b4ffca2 11132001-08-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1e78d347 1114
402acb3e
EZ
1115 * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and
1116 META keys.
1e78d347 1117
6f460497
FP
11182001-05-17 Francesco Potorti` <pot@gnu.org>
1119
1120 * etags.1: Add the latest changes to etags behaviour.
1121
716d48ed
EZ
11222001-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1123
1124 * emacsclient.1: Place in the public domain.
1125
42ec1588
EZ
11262001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1127
1128 * emacstool.1: Place under GFDL.
1129
26978e9a
EZ
11302001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1131
1132 * emacs.1: Place under GFDL.
1133
1134 * etags.1: Ditto.
1135
1136 * gfdl.1: New file.
1137
6f4dd4dc
GM
11382001-04-18 Gerd Moellmann <gerd@gnu.org>
1139
1140 * TUTORIAL.sk, sk-survival.tex
1141 * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps
1142 * sk-dired-ref.tex: New files.
6f460497 1143
6f4dd4dc 1144 * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files.
5b4ffca2 1145 From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6f4dd4dc 1146
719d83ad
GM
11472001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1148
1149 * ps-prin1.ps: Footer implementation. Doc fix.
1150 (doLineNumber): Code fix for line number color.
1151 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code
1152 fix for footer implementation.
1153 (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
1154 (FooterFramePath, doFrame, FooterFrame, FooterStart)
1155 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
1156
b3f6107b
GM
11572001-04-03 Gerd Moellmann <gerd@gnu.org>
1158
1159 * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca>
1160 for color depth 8.
1161
acfb077d
GM
11622001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1163
1164 * ps-prin1.ps: Line and paragraph spacing feature.
1165 (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
1166 (EffectShadow, EffectBox, EffectOutline): New vars.
1167 (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
1168 (PHL, LHL): New funs.
1169
1170 * ps-prin2.ps: File eliminated.
6f460497 1171
e6b13c74
GM
11722001-03-26 Gerd Moellmann <gerd@gnu.org>
1173
1174 * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>.
1175
7589860e
GM
11762001-03-15 Gerd Moellmann <gerd@gnu.org>
1177
1178 * splash.xpm, splash.pbm: Replaced with new images from
1179 Luis Fernandes <elf@ee.ryerson.ca>.
1180
75dfe990
GM
11812001-03-05 Gerd Moellmann <gerd@gnu.org>
1182
1183 * cs-refcard.ps, cs-refcard.tex: New files.
1184
baebd8a5
GM
11852001-02-26 Gerd Moellmann <gerd@gnu.org>
1186
1187 * THE-GNU-PROJECT: New file.
1188
f6839838
AI
11892001-02-22 Andrew Innes <andrewi@gnu.org>
1190
1191 * MACHINES: Update pointer to MS-Windows install instructions.
1192
54ed3bd2
GM
11932001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1194
1195 * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow'
1196 functionality enhancement.
1197 (doColumnZebra): Code fix.
6f460497 1198
5f87b051
DL
11992001-02-08 Dave Love <fx@gnu.org>
1200
e57c6a77 1201 * tasks.texi, SERVICE: Updated.
5f87b051 1202
350d71b3
AI
12032001-02-03 Andrew Innes <andrewi@gnu.org>
1204
1205 * PROBLEMS: Add note about need to specify extra compiler flags
1206 with recent Cygwin ports of gcc.
1207
437368fe
EZ
12082001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1209
1210 * DEBUG: Expand and update, based on the instructions to
1211 pretesters, nt/INSTALL, and private communications and experience.
1212
35e8600f
DL
12132001-01-17 Dave Love <fx@gnu.org>
1214
1215 * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/.
1216
6d0afc03
GM
12172001-01-08 Gerd Moellmann <gerd@gnu.org>
1218
1219 * TUTORIAL.es: New file.
1220
a758f97d
GM
12212001-01-08 Kevin Gallagher <kevingal@onramp.net>
1222
1223 * edt-user.doc: Updated to reflect EDT Emulation version 4.0
1224 enhancements.
89d57763 1225
5e56e175
GM
12262000-12-29 Gerd Moellmann <gerd@gnu.org>
1227
1228 * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
1229 files.
1230
49172314
GM
12312000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1232
1233 * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
1234 is non-nil.
1235 (printZebra, BeginPage): Code fix.
89d57763 1236
125f929e
MB
12372000-12-15 Miles Bader <miles@gnu.org>
1238
1239 * DEBUG: Add note aboute using `inverse-video' to detect excessive
1240 screen redraw.
1241
e2849090 12422000-12-07 Dave Love <fx@gnu.org>
63dfcf4b 1243
e2849090 1244 * CODINGS, CHARSETS: Removed. (Mule 2.3 relics.)
f29d1e75 1245
e2849090 12462000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2f8a6857 1247
e2849090 1248 * ps-prin1.ps: Eliminated the line number font predefinition.
2f8a6857 1249
fccf2940
KH
12502000-11-09 Kenichi Handa <handa@etl.go.jp>
1251
1252 * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l,
1253 not M-:, as example of disabled command).
1254
57731876
GM
12552000-11-02 Gerd Moellmann <gerd@gnu.org>
1256
1257 * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*.
1258
1e4d32f8
GM
12592000-10-16 Gerd Moellmann <gerd@gnu.org>
1260
1261 * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed.
1262
1263 * tasks.texi: Updated to the version from /gd/gnuorg.
1264
76eebffc
GM
1265 * FTP: Refer to the GNU web site.
1266
ab6afc64
DL
12672000-10-12 Dave Love <fx@gnu.org>
1268
1269 * gnus.pbm: New file.
1270
1271 * gnus.xbm: Deleted.
1272
a3489ece
MB
12732000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1274
1275 * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line.
1276
36eb0a91
GM
12772000-09-22 Gerd Moellmann <gerd@gnu.org>
1278
1279 * splash.xbm: File removed.
1280 * splash.pbm: New file.
89d57763 1281
b7e11c5b
GM
12822000-09-20 Gerd Moellmann <gerd@gnu.org>
1283
1284 * splash.xbm: New file.
1285
c113de23
GM
12862000-09-19 Gerd Moellmann <gerd@gnu.org>
1287
1288 * splash.xpm: New file.
1289
e7997ff4
DL
12902000-09-11 Dave Love <fx@gnu.org>
1291
1292 * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New
1293 files.
1294
87d0f685
GM
12952000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1296
1297 * ps-prin3.ps: Eliminated.
1298
1299 * ps-prin2.ps: Changed comment version (6.0).
1300
1301 * ps-prin1.ps: Changed comment version (6.0).
1302
1303 * ps-prin0.ps: Changed comment version (6.0).
89d57763 1304
177c0ea7 13052000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl>
85d6400c
KH
1306
1307 * survival.tex: New file.
1308
6917e6bb
GM
13092000-08-21 Gerd Moellmann <gerd@gnu.org>
1310
1311 * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*.
89d57763 1312
6917e6bb
GM
1313 * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*.
1314
3787e12e
GM
13152000-08-17 Gerd Moellmann <gerd@gnu.org>
1316
1317 * NEWS.1: Reintegrated into NEWS.
1318
1319 * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4.
1320
1c2eabab
GM
13212000-08-16 Gerd Moellmann <gerd@gnu.org>
1322
d7b38c05
GM
1323 * dired-ref.tex, dired-ref.ps: New files.
1324
1c2eabab
GM
1325 * refcard-de.tex, refcard-de.ps: New files.
1326
e8bea4c0
GM
13272000-07-20 Gerd Moellmann <gerd@gnu.org>
1328
1329 * emacs.1: Change `-b' to `-bw'.
1330
aa9efec9
AS
13312000-07-07 Andreas Schwab <schwab@suse.de>
1332
1333 * yow.lines: Fix indentation.
1334
45f485a6
GM
13352000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1336
1337 * ps-prin0.ps: Insert a version number comment (5.2.2).
1338 Indentation fix.
1339
1340 * ps-prin1.ps: Insert a version number comment (5.2.2). Can
1341 select page size with/without giving an error if PostScript
1342 printer doesn't have this kind of page size. Zebra Stripe
1343 continues or restarts on next page. Indentation fix.
1344 (BeginSheet): If necessary, rescale n-up to fit on the sheet of
1345 paper.
1346 (BeginDoc, doColumnZebra, HeaderText): Code fix.
1347 (SetPageSize): New proc.
1348
1349 * ps-prin2.ps: Insert a version number comment (5.2.2).
1350
1351 * ps-prin3.ps: Insert a version number comment (5.2.2).
1352 Indentation fix.
1353
a199a865
GM
13542000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1355
1356 * ps-prin1.ps: PostScript code compatibility with other utilities
1357 like mpage, psnup, etc.
1358 (isLineStep): Code fix.
1359 (BeginDoc, BeginSheet): Utility compatibility.
1360
3281430c
DL
13612000-05-03 Dave Love <fx@gnu.org>
1362
1363 * letter.xbm: New file.
1364
57cb56f5
GM
13652000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1366
1367 * ps-prin0.ps: PostScript level 1 compatibility.
1368
1369 * ps-prin1.ps: PostScript level 1 compatibility, Upside-down
1370 printing and line number step.
1371 (BeginDoc, doLineNumber, SL, HL): Code fix.
1372 (isLineStep, PSL): New funs.
1373
1374 * ps-prin3.ps: PostScript level 1 compatibility.
1375
34f3f342
GM
13762000-04-10 Gerd Moellmann <gerd@gnu.org>
1377
1378 * refcard.bit: Removed.
1379
857e88e2
KH
13802000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
1381
1382 * refcard-pl.ps: New file.
1383 * refcard-pl.tex: New file.
1384
7438c86b
GM
13852000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1386
1387 * ps-prin0.ps: Replace gs_languagelevel by languagelevel.
1388 (DefOp): New proc.
1389
1390 * ps-prin1.ps: Replace gs_languagelevel by languagelevel.
1391 (printBackground, SetColor): New procs.
1392 (ZebraColor): Renaming old ZebraGray var.
89d57763 1393
1a3199d9
GM
13942000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1395
1396 * ps-prin1.ps: Eliminate SkipFirstPage.
1397
ee1c5b21
GM
13982000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1399
1400 * ps-prin0.ps: Define command only for language level 1.
1401
d0ab3e9d 14022000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
89d57763 1403
57cb56f5
GM
1404 * ps-prin0.ps: Define packedarray operator for language level 1,
1405 adjust setduplexmode and settumble definitions.
89d57763 1406
81c7ca69
GM
14072000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1408
1409 * ps-print0.ps: New file.
89d57763 1410
81c7ca69
GM
1411 * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig.
1412
6ddb893f
KH
14132000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1414
1415 * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files.
1416
3156909f
PE
14171999-11-30 Paul Eggert <eggert@twinsun.com>
1418
1419 * PROBLEMS: Update Solaris 2.6 and 7 problems.
1420
1b0d24e7
PE
14211999-11-22 Paul Eggert <eggert@twinsun.com>
1422
1423 * NEWS: Rename messages-locale to system-messages-locale
1424 and time-locale to system-time-locale.
1425
bab4e322
NF
14261999-10-24 Noah Friedman <friedman@splode.com>
1427
1428 * yow.lines: Add more quotes. Correct a misquote.
1429
1430 * spook.lines: Add more phrases.
1431
83a4cf1d
PE
14321999-10-23 Paul Eggert <eggert@twinsun.com>
1433
1b0d24e7 1434 * NEWS: Describe new functions and variables for locales.
83a4cf1d 1435
c37bbd4f
GM
14361999-10-07 Gerd Moellmann <gerd@gnu.org>
1437
1438 * TUTORIAL.ro: Change copyright statement.
bab4e322 1439
a933dad1
DL
14401999-07-12 Richard Stallman <rms@gnu.org>
1441
1442 * Version 20.4 released.
1443
14441999-06-27 Karl Heuer <kwzh@gnu.org>
1445
1446 * yow.lines: Fix indentation. Fix typo.
1447
14481999-01-19 Dave Love <fx@gnu.org>
1449
1450 * MORE.STUFF: Revamped.
1451
14521999-01-14 Dave Love <fx@gnu.org>
1453
1454 * FAQ: Merge posted updates.
1455
14561998-12-14 Dave Love <fx@gnu.org>
1457
1458 * FAQ: Somewhat edited copy of the most recently posted version.
1459
14601998-11-04 Kenichi Handa <handa@etl.go.jp>
1461
1462 * MACHINES (NEC EWS4800): New section.
1463
14641998-09-04 Karl Heuer <kwzh@gnu.org>
1465
1466 * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command.
1467
14681998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1469
1470 * Version 20.3 released.
1471
1472 * TUTORIAL.ro: New file.
1473
14741998-04-10 Ken'ichi Handa <handa@melange.gnu.org>
1475
1476 * TUTORIAL.sl: Renamed back to the original.
1477
14781998-04-10 Kenichi Handa <handa@etl.go.jp>
1479
1480 * TUTORIAL.cs: Renamed from TUTORIAL.cz.
1481 * TUTORIAL.ja: Renamed from TUTORIAL.jp.
1482 * TUTORIAL.ka: Renamed from TUTORIAL.kr.
1483 * TUTORIAL.sk: Renamed from TUTORIAL.sl.
1484
14851998-04-06 Kenichi Handa <handa@etl.go.jp>
1486
1487 * TUTORIAL.jp: Re-translated for the latest TUTORIAL.
1488
14891998-03-26 Richard Stallman <rms@psilocin.gnu.org>
1490
1491 * TUTORIAL.sl: New file.
1492
14931997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1494
1495 * Version 20.2 released.
1496
14971997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1498
1499 * Version 20.1 released.
1500
15011997-06-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
1502
1503 * CODINGS, CHARSETS: New files.
1504
15051996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1506
1507 * Version 19.33 released.
1508
15091996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1510
1511 * Version 19.32 released.
1512
15131996-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1514
1515 * refcard.ps: File obtained from someone else;
1516 it was generated badly here.
1517
15181996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1519
1520 * Version 19.31 released.
1521
15221996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1523
1524 * TUTORIAL: Rephrase the first page to fit on a standard tty screen.
1525
15261996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
1527
1528 * emacs.bash: Use >|.
1529
15301996-01-20 Geoff Voelker <voelker@cs.washington.edu>
1531
1532 * rgb.txt: New file.
1533
15341995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1535
1536 * Version 19.30 released.
1537
15381995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1539
1540 * gnus-tut.txt: New file.
1541
15421995-07-26 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
1543
1544 * Rename termcap to termcap.src, the historical name for an
1545 uninstalled termcap file.
1546
15471995-06-28 Eric S. Raymond <esr@spiff.gnu.ai.mit.edu>
1548
1549 * termcap.dat, termcap.ucb: deleted and replaced.
1550
1551 * termcap: New termcap file from the ncurses project; bigger,
1552 better, brighter, does away with waxy yellow buildup. Email
1553 me at terminfo@ccil.org if you have any trouble with this.
1554
1555 * README: Changed to track above change.
1556
15571995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
1558
1559 * TUTORIAL: Delete reference to ALT. Change <Rubout> to <Delete>.
1560
15611995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1562
1563 * Makefile (maintainer-clean): Renamed from realclean.
1564
15651995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1566
1567 * tpu-doc.el: File moved to etc dir and renamed.
1568
15691995-04-07 Boris Goldowsky <boris@cs.rochester.edu>
1570
1571 * enriched.doc: Rewritten and simplified.
1572
15731994-11-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1574
1575 * Makefile (eterm): New rule.
1576 (TIC): New variable.
1577
1578 * e/eterm, e/eterm.ti: New files.
1579
15801994-10-24 Boris Goldowsky <boris@mole.gnu.ai.mit.edu>
1581
1582 * enriched.doc: New file.
1583
15841994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1585
1586 * Version 19.26 released.
1587
15881994-07-03 Richard Stallman (rms@gnu.ai.mit.edu)
1589
1590 * TUTORIAL: Talk about flow control along with C-x C-s and C-s.
1591
15921994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1593
1594 * Version 19.25 released.
1595
15961994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1597
1598 * Version 19.24 released.
1599
16001994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1601
1602 * Version 19.23 released.
1603
16041994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1605
1606 * Makefile (clean): Delete DOC*.
1607
16081993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1609
1610 * Version 19.22 released.
1611
16121993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1613
1614 * Version 19.21 released.
1615
16161993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1617
1618 * Version 19.20 released.
1619
16201993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1621
1622 * Version 19.19 released.
1623
16241993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1625
1626 * Version 19.18 released.
1627
16281993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1629
1630 * Version 19.16 released.
1631
16321993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1633
1634 * version 19.15 released.
1635
16361993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1637
1638 * Version 19.14 released.
1639
16401993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1641
1642 Bring mumbleclean targets into conformance with GNU coding standards.
1643 * Makefile (distclean): Don't remove backup and autosave files.
1644 These are easy to get rid of in other ways, and a pain to lose.
1645 (mostlyclean, realclean): New targets.
1646
16471993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1648
1649 * Version 19.13 released.
1650
16511993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1652
1653 * Version 19.10 released.
1654
16551993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1656
1657 * Version 19.9 released.
1658
16591993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1660
1661 * Version 19.8 released.
1662
16631993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1664
1665 * Version 19.7 released.
1666
16671993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1668
1669 * MACHINES: Mention Linux.
1670
16711993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1672
1673 * MACHINES: Add section for NeXT, from Thorsten Ohl.
1674
16751993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1676
1677 * NEWS: Documented picture-mode improvements.
1678
16791993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1680
1681 * NEWS: Described the new properties of arrow keys and
1682 next-line-add-newlines. Fixed up the GUD description, it was
1683 out of date. This file referenced LNEWS when it should have
1684 said news.texi; fixed.
1685
1686 news.texi: invocation-name now exists.
1687
16881993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1689
1690 * MORE.STUFF: Added.
1691
16921993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1693
1694 * NEWS: Preserved jimb's last change (documenting kill on
1695 read-only buffers).
bab4e322 1696
a933dad1
DL
1697 Added documentation on new info features.
1698
16991993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1700
1701 * spook.lines: Alpha-sorted this, and added some new hot buttons
1702 for the 1990s.
1703
17041993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1705
1706 * MACHINES: Deleted some VMS caveats. If the src and lisp
1707 ChangeLogs are correct, dired and mail and process control are now
1708 fully supported.
1709
1710 * NEWS: Added finder news.
1711
17121993-03-19 Richard Stallman (rms@geech.gnu.ai.mit.edu)
1713
1714 * NEWS: Changed.
1715
17161993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1717
1718 * sex.6: Added 900-line support
1719
1720 * NEWS: Added news about the package finder.
1721
17221993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1723
1724 * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so
1725 I nuked it. Let the file mod date serve. Merged in APOLLO and
1726 SUNBUG files. Changed references to 18.* to past tense.
1727
1728 * emacs.names: merged into JOKES. I faked a mail header from the
1729 Unknown User to delimit the first (unheaded) bit.
1730
1731 * Makefile (relock, unlock): New productions.
1732
17331993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1734
1735 Augean-stable cleaning time. Partly to save space, but mostly to
1736 reduce the dizzying amount of *stuff* confronting someone exploring
1737 the Emacs distribution, I have the following changes in the etc
1738 directory:
1739
1740 * CHARACTERS: merged into TO-DO file under the heading "Long Range:"
1741
1742 * DIFF, CCADIFF and GOSDIFF: merged into a new outline file titled
1743 OTHER.EMACSES. The present names don't really convey anything.
1744 Various key bindings and feature descriptions have been updated.
1745
1746 * NICKLES.WORTH. Nuked. This is copyrighted material that could land
1747 FSF in hot water.
1748
1749 * INTERVAL.IDEAS: Nuked. RMS's thinking, and indeed the
1750 implementation of intervals, have progressed way beyond this.
1751
1752 * RCP: Nuked. It no longer said anything but "Ooops, sorry!"
1753
1754 * ED.WORSHIP, GNU.JOKES: merged into a mailbox called JOKES.
1755 Future jokes can accumulate there.
1756
1757 * DISTRIB: the actual domestic order form is now ORDERS.USA.
1758 The DISTRIB text now mentions 19.
1759
1760 * ORDERS.USA: created. This is just the order form. DISTRIB
1761 has a pointer to it at the beginning.
1762
1763 * EUROPE: renamed to ORDERS.EUROPE. DISTRIB now has a pointer
1764 to it at the beginning.
1765
1766 * OOOONEWS, OOOONEWS: Nuked. It's version 19 --- nobody needs the
1767 version 15 and 17 files anymore.
1768
1769 All files marked "Nuked" have actually been moved to =-prefixed
1770 names as per convention. Originals of all files merged still
1771 exist with =-names.
1772
17731993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1774
1775 * XENIX: nuked (moved to =XENIX). The hackery it describes is
1776 no longer necessary in the presence of 19's function-key-map
1777 feature; I've added an explanation to the beginning of the file.
1778
17791993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1780
1781 * MACHINES: Update description of SYSVr3 and r4 support, due to
1782 Eric Raymond's changes.
1783
17841993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1785
1786 * MACHINES: Mention that you have to edit the configure script
1787 when you add support for a new machine, to get it to recognize the
1788 configuration name.
1789
17901992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1791
1792 * MACHINES: Converted to use GCC-style configuration names,
1793 instead of listing m/*.h and s/*.h files. All knowledge of m/ and
1794 s/ files now lives in ../configure.
1795
17961992-10-06 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
1797
1798 * NEWS: Document included tags tables.
1799
18001992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1801
1802 * Corrected the news about VC to reflect reality.
1803
18041992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1805
1806 * etags.1: New file, from Richard K. Pixley at Cygnus.
1807
18081992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
1809
1810 * Makefile: Most of the contents of this file were only relevant
1811 to things in `../lib-src'; removed all but the `distclean' and
1812 `clean' targets.
1813
18141992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
1815
1816 * COPYING: Got June 1991 version of the GPL here.
1817
1818 * ChangeLog: Since the old etc contents have been split into etc
1819 and lib-src, the old etc's ChangeLog has been duplicated in the
1820 new etc and lib-src. That means that each contains complete and
1821 coherent information, although each contains extraneous
bab4e322 1822 information.
a933dad1
DL
1823
18241992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
1825
1826 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
1827 to be consistent with other GNU programs, like makeinfo.
1828
1829 * lib-src/Makefile: Renamed to Makefile.in; the configure script
1830 will edit this to produce Makefile.
1831
18321992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
1833
1834 * etags.c (print_help, print_version): New functions.
1835 (main): Options added to support them.
1836
1837 * etags.c (longopts): New array of long names for the options.
1838 (main): Recognize them.
1839
18401992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
1841
1842 * etags.c (C_entries): Removed comment saying that \" in a string
1843 isn't recognized as magic, because it is correctly handled.
1844
1845 * getopt.c, getopt.h: New files, from GNU C library.
1846 * etags.c: Rewritten to use getopt.
1847 #include "getopt.h".
1848 (file_num): Variable deleted; its role is now played by getopt's
1849 optind.
1850 (main): Argument processing loop rewritten to call getopt to get
1851 next option. Options which take parameters (-o and -i) rewritten
1852 to get parameter from optarg instead of argv[1]. Filename
1853 preprocessing loop and update command changed similarly.
1854 * Makefile (etags, ctags): Depend on and link with getopt.h,
1855 getopt.o, and getopt1.o.
1856 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
1857
1858 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
1859 is non-zero.
1860
1861 (main): In the argument processing loop, the 'goto next_arg'
1862 statements are breaking out of the switch statement in exactly the
1863 same way that a simple 'break' statement would; replace the gotos
1864 with breaks, and remove the label.
1865
18661992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1867
1868 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
1869 (consider_token): Move next_token_is_func to global.
1870
18711992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
1872
1873 * Makefile: Conform with GNU coding standards:
1874 (mostlyclean): New target, synonymous with clean.
1875 (TAGS, check): New targets.
1876 (INSTALL, INSTALLFLAGS): New variables.
1877
18781992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
1879
1880 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
1881 `config.emacs' to `configure'.
1882
1883 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
1884 * etc/MACHINES: Same.
1885
18861992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
1887
1888 * movemail.c (main): Allow tempname to be as long as necessary,
1889 instead of limiting it to 39 characters.
1890
1891 * movemail.c (main): Move declaration of buf from top of function
1892 to local block surrounding the copy loop. This makes it less
1893 likely to be confused with the buf used by the code which checks the
1894 permissions on outname's directory.
1895
18961992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
1897
1898 * SERVICE: Remove my entry.
1899
19001992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
1901
1902 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
1903 hardcoded -g.
1904
1905 * movemail.c (xmalloc): Return char *, not int.
1906 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
1907 that is off by default -- normally don't unlink the mail spool
1908 file, just empty it. Pass creat mode 0600, not 0666.
1909
dff28924 19101992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1
DL
1911
1912 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
1913 (all): Instead of here.
1914 (install): Don't use the -s option, since people need symbols to
1915 debug code.
1916
dff28924 19171992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
a933dad1
DL
1918
1919 * etags-vmslib.c (fn_exp): Add type cast.
1920
19211992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1922
1923 * movemail.c: Changes in comments.
1924
dff28924 19251992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1
DL
1926
1927 * Makefile: Make the distclean target erase the DOC files from
1928 ../share-lib and the executables from ../arch-lib.
1929
dff28924 19301992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
a933dad1
DL
1931
1932 * emacsclient.c: #include <sys/stat.h>
1933 (main): Do declare statbfr.
1934
dff28924 19351991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
1936
1937 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
1938 for the socket, depending on SERVER_HOME_DIR.
1939 If using /tmp, put host name in the socket name.
1940
1941 * movemail.c (pfatal_and_delete): New function.
1942 (main, popmail): Use it.
1943 (popmail): Close output before deleting messages.
1944 Check for error on close and on fsync.
1945 Use `fatal' where appropriate.
1946 (main): Remove (void).
1947
1948 * aixcc.lex: New file. Not officially part of Emacs.
1949 * Makefile: Rules for that.
1950
dff28924 19511991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
a933dad1
DL
1952
1953 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
1954
1955 * etags.c (main): Properly cast call to alloca that initializes
1956 included_files.
1957
19581991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
1959
1960 * etags.c (files_are_tag_tables): Remove global var.
1961 (process_file): Don't test it. Also remove hack checking for a
1962 file named "TAGS".
1963 (main): -i now takes an arg which is the name of a file to include.
1964 Collect these names and emit include tags for them after processing
1965 all the argument files.
1966
dff28924 19671991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
1968
1969 * wakeup.c: Terminate if parent goes away.
1970
dff28924 19711991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
1972
1973 * etags.c (C_entries): Process token before handling end of line.
1974 When inner loops reach end of line, just back up.
1975 Let the real end of line processing happen in just one place.
1976 (consider_token): Likewise.
1977
dff28924 19781991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
a933dad1
DL
1979
1980 * etags.c (TEX_mode): Skip comments while scanning the text to see
1981 which escape character this file uses.
1982
dff28924 19831991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
a933dad1
DL
1984
1985 * emacsserver.c [USG]: Terminate if msgrcv fails.
1986
dff28924 19871991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
1988
1989 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
1990
dff28924 19911991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
a933dad1
DL
1992
1993 * make-docfile: Find the arguments to a C function correctly,
1994 by not ignoring the character that read_c_string returns. Don't
1995 even try to find argument names for functions that take MANY
1996 or UNEVALLED arguments, since they're a figment of the docstring's
1997 imagination.
1998
dff28924 19991991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
a933dad1
DL
2000
2001 * make-docfile: Read the .elc files generated by the new byte
2002 compiler.
2003
dff28924 20041990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2005
2006 * refcard.tex: Use cm fonts, not am, in multi-column mode.
2007
dff28924 20081990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2009
2010 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
2011
dff28924 20121990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2013
2014 * Makefile (install*): No need to install wakeup.
2015
dff28924 20161990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2017
2018 * Makefile (install*): Install emacsclient like etags.
2019
dff28924 20201990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2021
2022 * movemail.c (error): Handle 3 args.
2023 (main): Don't check input access if using pop.
2024
dff28924 20251990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2026
2027 * etags.c (find_entries): Check for numbers after Scheme suffix.
2028
dff28924 20291990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2030
2031 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
2032
dff28924 20331990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2034
2035 * Makefile (nemacstool, xvetool): New targets.
2036
dff28924 20371990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2038
2039 * emacsclient.c: Include errno.h and define related variables.
2040
dff28924 20411990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
a933dad1
DL
2042
2043 * emacsclient.c: Change usage message.
2044
dff28924 20451990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1
DL
2046
2047 * emacs.1: Add break before -nw option.
2048
dff28924 20491990-08-19 David J. MacKenzie (djm@apple-gunkies)
a933dad1
DL
2050
2051 * qsort.c: Replace with GNU version.
2052
dff28924 20531990-08-14 David J. MacKenzie (djm@apple-gunkies)
a933dad1
DL
2054
2055 * wakeup.c: New program replacing loadst.c.
2056
dff28924 20571990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2058
2059 * emacsclient.c [USG]: Pass msgsnd only 4 args.
2060
dff28924 20611990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
a933dad1
DL
2062
2063 * etags.c: Rename `flag' variables for what they do instead of
2064 which option character sets them.
2065
dff28924 20661990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2067
2068 * loadst.c (main): Conditional to get load average on Apollo.
2069
dff28924 20701990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
a933dad1
DL
2071
2072 * emacsserver.c: Set the permission on the socket to 0600.
2073
dff28924 20741990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2075
2076 * emacsclient.c [BSD]: Print clean message for failing getwd.
2077
dff28924 20781990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1
DL
2079
2080 * getdate.y: Use the getdate.y from GNU tar for timer.
2081
dff28924 20821990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
a933dad1
DL
2083
2084 * emacsclient.c (main): Don't put brackets around "filename" in
2085 usage message. It isn't optional.
2086
dff28924 20871990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
a933dad1
DL
2088
2089 * etags.c (getit): Recognize '$' as beginning identifiers.
2090
dff28924 20911990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
a933dad1
DL
2092
2093 * emacsserver.c: Renamed from server.c.
2094 * Makefile: Reference emacsserver rather than server.
2095 * MACHINES: Doc fix for new emacsserver name.
2096
dff28924 20971990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2098
2099 * emacsclient.c: Print program name in error messages.
2100
dff28924 21011990-01-19 David Lawrence (tale@cocoa-puffs)
a933dad1
DL
2102
2103 * timer.c, getdate.y (new files) and Makefile:
2104 Sub-process support for run-at-time in timer.el.
bab4e322 2105 Doesn't yet work correctly for USG.
a933dad1 2106
dff28924 21071990-01-10 Jim Kingdon (kingdon@pogo)
a933dad1
DL
2108
2109 * MACHINES: Add HP 300 running BSD.
2110
dff28924 21111990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2112
2113 * yow.c: Dynamically allocate buffer; skip header before random
2114 choice to avoid bias toward first item.
2115
dff28924 21161989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2117
2118 * etags.c (readline): Separate out init of `pend'.
2119
dff28924 21201989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2121
2122 * etags.c: Undo changes relating to isgoodhdr.
2123
dff28924 21241989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2125
2126 * etags.c (isgoodhdr): New macro.
2127 (_gdh, notgdh): New variable used by that.
2128 (init): Initialize _gdh.
2129 (find_entries): Set header_file.
2130 (consider_token): Use isgoodhdr if in header file.
2131
2132 * etags.c (total_size_of_entries):
2133 Was miscalculating by 1 in rewritten case.
2134
2135 * etags.c (PAS_funcs): One arg to pfnote was missing.
2136
dff28924 21371989-12-05 Joseph Arceneaux (jla@spiff)
a933dad1
DL
2138
2139 * MACHINES: Change for the ULTRIX entry.
2140
dff28924 21411989-11-21 Joseph Arceneaux (jla@spiff)
a933dad1
DL
2142
2143 * etags.c (process_file): If file is not regular, return.
2144
dff28924 21451989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2146
2147 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
2148
dff28924 21491989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2150
2151 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
2152 (main): If HAVE_GETLOADAVG, don't call `nlist'.
2153
dff28924 21541989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2155
2156 * etags.c (consider_token): Allow any number of typespec keywords
2157 after `typedef', before new type name.
2158 (enum sym_type): Add st_C_typespec.
2159 (C_create_stab): Put typespec kwds in table.
2160
dff28924 21611989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
2162
2163 * etags.c (main): Don't depend on name invoked by.
2164 If CTAGS is not defined, assume it is ETAGS.
2165
dff28924 21661989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2167
2168 * etags.c (L_funcs): Allow package name in define construct,
2169 as in (foo::defmumble name-defined ...).
2170
dff28924 21711989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2172
2173 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
2174
2175 * Makefile (yow): Depends on ../src/paths.h.
2176
dff28924 21771989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
2178
2179 * etags.c: Fix compilation by moving Pascal after Fortran.
2180
dff28924 21811989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2182
2183 * movemail.c [USG]: Define F_OK, etc., if not found in header.
2184
dff28924 21851989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2186
2187 * hexl.c: New file, supports hexl-mode.
2188
dff28924 21891989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2190
2191 * movemail.c: New compilation flag MAIL_USE_MMDF.
2192
dff28924 21931989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2194
2195 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
2196 * server.c: Likewise.
2197
2198 * make-docfile.c (scan_c_file): Output argument names at end of string.
2199 (write_c_args): New subroutine.
2200
dff28924 22011989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2202
2203 * movemail.c: Report failure of flock.
2204
dff28924 22051989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2206
2207 * etags.c (find_entries): Allow multi-letter extensions for fortran.
2208
dff28924 22091989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2210
2211 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
2212
dff28924 22131989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2214
2215 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
2216
2217 * emacsstool.1: update to document environment variables.
1e866943 2218
28cfe103 22191989-02-21 Mosur Mohan (email@notavailable)
1e866943 2220
28cfe103 2221 * etags.c (PAS_funcs): New function.
a933dad1 2222
dff28924 22231989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1 2224
a933dad1
DL
2225 * movemail.c: On sysv, include unistd.h.
2226
dff28924 22271989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2228
2229 * b2m.c: New file.
2230
dff28924 22311989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2232
2233 * etags.c: Prolog support from Sunichirou Sugou
2234
dff28924 22351989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2236
2237 * Makefile (clean): New target.
2238
dff28924 22391989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2240
2241 * fakemail.c (put_line): Break header lines at 79 cols.
2242
28cfe103 22431989-01-19 Sam Kendall (email@notavailable)
a933dad1 2244
1e866943 2245 * etags.c: Greatly rewritten for C++ support and for multiple tags
28cfe103 2246 per line.
a933dad1 2247
dff28924 22481989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2249
2250 * movemail.c: Check access before doing real work.
2251 Check that outfile is in a writable directory.
2252 On fatal error, delete the lock file.
2253
dff28924 22541988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
a933dad1
DL
2255
2256 * env.c: Add decl for my-index
2257 * etags.c (file-entries): .oak => scheme
2258
dff28924 22591988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2260
2261 * movemail.c: Use `access' to check input and output files.
2262
dff28924 22631988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2264
2265 * emacsclient.c (main): Ignore all of CWD before first slash.
2266
dff28924 22671988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2268
2269 * etags.c (readline): Double linebuffer->size outside the xrealloc.
2270
dff28924 22711988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2272
2273 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
2274 * server.c: chmod the socket to 0700.
2275
dff28924 22761988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2277
2278 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
2279 (add_field): Delete comments and turn `<', `>' to spaces
2280 in header lines.
2281 (USE_FAKEMAIL): New customization macro says to make fakemail
2282 not be a no-op even on a BSD system.
2283
dff28924 22841988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2285
2286 * etags.c (consider_token): Skip comments just like whitespace.
2287 Notice `struct', etc. and set strtag for those tokens.
2288 Return 1 for the token following `struct' if an open-brace follows it.
2289 (C_entries): Special handling of token following `struct'
2290 needed because we have probably advanced to the following line
2291 to find the `{'.
2292 (main): New option `T' sets tflag and strflag.
2293 Set both of them by default if eflags.
2294
dff28924 22951988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2296
2297 * movemail.c: Do fsync before closing output.
2298
dff28924 22991988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
a933dad1
DL
2300
2301 * movemail.c: Better error message when can't create tempname.
2302 This file needs a great deal of extra error-checking and lucid reporting...
2303
dff28924 23041988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2305
2306 * etags.c: Support assembler code for .s and .a files.
2307 (getit): Allow underscore in a tag.
2308
dff28924 23091988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2310
2311 * movemail.c: Close output and check errors before deleting input.
2312
dff28924 23131988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
a933dad1
DL
2314
2315 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
2316 whether to prefix it. Handle line number args.
2317
dff28924 23181988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
a933dad1
DL
2319
2320 * etags.c (main): default setting of eflag was backwards.
2321
dff28924 23221988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2323
2324 * etags.c: New option -i. -f renamed -o.
2325 `-' as input file means read input file names from stdin.
2326 -i spec'd or input file named TAGS means the input file is another
2327 tag table; output an "include" line for it.
2328
dff28924 23291988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2330
2331 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
2332 New targets install, install.sysv, install.xenix.
2333 This makefile is now responsible for installing executables
2334 and documentation from this directory into system directories.
2335
dff28924 23361988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
a933dad1
DL
2337
2338 * server.c, emacsclient.c (main): Compute socket name from euid.
2339
dff28924 23401988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2341
2342 * emacsclient.c: Args like +DIGITS are passed through unchanged.
2343
dff28924 23441988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2345
2346 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
2347 * emacsclient.c: Likewise.
2348 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
2349
dff28924 23501988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2351
2352 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
2353 (istoken) New string-comparison macro.
2354 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
2355
dff28924 23561988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2357
2358 * etags.c: Changes for VMS.
2359 Always define ETAGS on VMS.
2360 Define macros GOOD and BAD for success and failure exit codes.
2361 (begtk, intk): Allow `$' in identifiers
2362 (main): Don't support -B, -F or -u on VMS.
2363 Alternate loop for scanning filename arguments.
2364 (system): Delete definition of this function.
2365
2366 * etags-vmslib.c (system): Undefine this; VMS now provides it.
2367
dff28924 23681988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
a933dad1
DL
2369
2370 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
2371 around include of param.h. (Like fns.c.)
2372
dff28924 23731988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
2374
2375 * loadst.c (load_average): Move load-average code to this new fn.
2376 Add conditionals to compute load ave on UMAX.
2377
dff28924 23781988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
a933dad1
DL
2379
2380 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
2381 with opposite sense.
2382
dff28924 23831988-05-13 Chris Hanson (cph@kleph)
a933dad1
DL
2384
2385 * emacsclient.c: Delete references to unused variable `out'. This
2386 caused a bus error when used under hp-ux.
2387
dff28924 23881988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
2389
2390 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
2391
dff28924 23921988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
a933dad1
DL
2393
2394 * etags.c (find_entries): `.t' or `.sch' means scheme code.
2395
dff28924 23961988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
2397
2398 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
2399
dff28924 24001988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
a933dad1
DL
2401
2402 * movemail.c: #undef close, since config can #define it on V.3.
2403 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
2404
dff28924 24051988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
a933dad1
DL
2406
2407 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
2408 invalid escape sequences such as `\{'.
2409
2410 * loadst.c: Add `sequent' conditional for file dk.h.
2411
dff28924 24121988-03-20 Richard M. Stallman (rms@wilson)
a933dad1
DL
2413
2414 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
2415
2416 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
6922b018
KH
2417
2418;; Local Variables:
f29d1e75 2419;; coding: iso-2022-7bit
6922b018 2420;; End:
2a34a036
GM
2421
2422 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
bfd6d01a 2423 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2a34a036
GM
2424 Copying and distribution of this file, with or without modification,
2425 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
2426
2427;;; arch-tag: 094f3a51-bd72-44d0-8fac-2ac242c6c5b1