]> code.delx.au - gnu-emacs/blob - etc/ChangeLog
*** empty log message ***
[gnu-emacs] / etc / ChangeLog
1 2006-08-25 Richard Stallman <rms@gnu.org>
2
3 * TUTORIAL: Give priority to graphical terminals over text terminals
4 regarding C-z.
5
6 2006-08-21 Sun Yijiang <sunyijiang@gmail.com>
7
8 * TUTORIAL.cn: Sync with the latest TUTORIAL.
9
10 2006-08-20 Dave Love <fx@gnu.org>
11
12 * emacs.py: Update to Dave Love's latest version.
13 (__all__): Fix args -> eargs. Add new `modpath' fun.
14 (eargs): Add `imports' arg.
15 (all_names): New fun.
16 (complete): Rewrite without using rlcompleter.
17 Remove `namespace' arg, add `imports' arg.
18 (ehelp): Replace g and l args with `imports'.
19 (eimport): Use __main__ rather than `emacs' namespace.
20 (modpath): New fun.
21
22 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
23
24 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
25
26 2006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
27
28 * TUTORIAL.sl: Synchronize with TUTORIAL.
29
30 2006-08-18 Mats Lidell <matsl@contactor.se>
31
32 * TUTORIAL.sv: Synchronize with TUTORIAL.
33
34 2006-08-18 Alfredo Finelli <alfredofnl@tiscali.it>
35
36 * TUTORIAL.it: Synchronize with TUTORIAL.
37
38 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
39
40 * orgcard.tex: Version number change.
41
42 2006-08-12 Werner Lemberg <wl@gnu.org>
43
44 * TUTORIAL.de: Synchronize with TUTORIAL.
45
46 2006-08-10 Romain Francoise <romain@orebokech.com>
47
48 * NEWS: Mention that zone-mode.el is now obsolete.
49
50 2006-08-09 Richard Stallman <rms@gnu.org>
51
52 * TUTORIAL: Don't say which side scroll bar is on.
53
54 2006-08-06 Nick Roberts <nickrob@snap.net.nz>
55
56 * DEBUG (Note): Add note about following a longjmp call.
57 Add local variables list for outline mode.
58
59 2006-08-03 Michael Olson <mwolson@gnu.org>
60
61 * ERC-NEWS: Update for ERC 5.1.4.
62
63 2006-08-01 Kenichi Handa <handa@m17n.org>
64
65 * NEWS (find-operation-coding-system): Describe the more detail of
66 the change.
67
68 2006-07-28 Reiner Steib <Reiner.Steib@gmx.de>
69
70 * GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
71 texi/gnus-news.el of the trunk.
72
73 2006-07-29 Reiner Steib <Reiner.Steib@gmx.de>
74
75 * NEWS: Fix typo.
76
77 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
78
79 * ru-refcard.ps: Regenerate.
80
81 2006-07-17 Alex Ott <alexott@gmail.com>
82
83 * ru-refcard.tex: Update for Emacs 22.
84
85 2006-07-14 Kim F. Storm <storm@cua.dk>
86
87 * PROBLEMS: Emacs now requires ws2_32.dll on Windows.
88
89 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
90
91 * HELLO: Update Hungarian sample.
92
93 2006-07-12 Michael Olson <mwolson@gnu.org>
94
95 * ERC-NEWS: Update for ERC 5.1.3.
96
97 2006-07-08 David Kastrup <dak@gnu.org>
98
99 * TODO: Suggest consolidation with user customization when the
100 system default of a customized variable changes.
101
102 2006-07-08 Thien-Thi Nguyen <ttn@gnu.org>
103
104 * compilation.txt: Add an example "Compilation started ..." line.
105
106 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
107
108 * orgcard.tex: Version number change.
109
110 2006-07-05 Kenichi Handa <handa@m17n.org>
111
112 * HELLO: Add a paragraph for non-ASCII examples at the head. Add
113 Bulgarian and Hungarian. Add more "hello"s to Danish and Swedish.
114
115 2006-07-03 Bill Wohler <wohler@newt.com>
116
117 Release MH-E version 8.0.2.
118
119 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.2.
120
121 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
122
123 * orgcard.tex (section{Agenda Views}): Document `s' key to save
124 all org-mode buffers.
125
126 2006-06-30 Francesco Potort\e,Al\e(B <pot@gnu.org>
127
128 * etags.1: -m and -M options do not exist.
129
130 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
131
132 * orgcard.tex (section{Structure Editing}): Document checkbox
133 toggling.
134
135 2006-06-28 Juri Linkov <juri@jurta.org>
136
137 * grep.txt (Local Variables): Move to end of file.
138
139 2006-06-28 Reiner Steib <Reiner.Steib@gmx.de>
140
141 * Makefile: Add rules for refcards.
142
143 * de-refcard.ps, fr-refcard.ps, pt-br-refcard.ps: Regenerate.
144
145 2006-06-24 Nick Roberts <nickrob@snap.net.nz>
146
147 * NEWS: Remove duplicate entries.
148
149 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
150
151 * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
152
153 2006-06-23 Kim F. Storm <storm@cua.dk>
154
155 * DEBUG: Mention `pv variable' to print value of Lisp variables.
156 Mention `xpr' and fix example to use it. Add section describing
157 commands such as `pit' that are useful for debugging redisplay
158 related problems.
159
160 2006-06-22 Kim F. Storm <storm@cua.dk>
161
162 * HELLO (Local Variables): Move to end of file.
163
164 2006-06-20 Bill Wohler <wohler@newt.com>
165
166 Release MH-E version 8.0.1.
167
168 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.1.
169
170 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
171
172 * orgcard.tex (section{Clocking Time}): Add new clocking
173 commands.
174 (section{Structure Editing}): Add global archiving command.
175
176 2006-06-14 Thien-Thi Nguyen <ttn@gnu.org>
177
178 * yow.lines: Delete existing data; add a new entry.
179
180 2006-06-09 W\e$,1 b\e(Bodek Bzyl <matwb@univ.gda.pl>
181
182 * pl-refcard.ps: Regenerate.
183
184 2006-06-08 W\e$,1 b\e(Bodek Bzyl <matwb@univ.gda.pl>
185
186 * pl-refcard.tex: Update for Emacs 22.
187
188 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
189
190 * fr-refcard.tex: Fix errors in previous commit.
191
192 2006-06-08 \e,AI\e(Bric Jacoboni <jaco@jacoboni.fr>
193
194 * fr-refcard.tex: Update for Emacs 22.
195
196 2006-06-07 Kenichi Handa <handa@m17n.org>
197
198 * NEWS: Mention how to disable character translation for a file.
199
200 2006-06-04 Sven Joachim <svenjoac@gmx.de>
201
202 * de-refcard.tex: Update for Emacs 22: Use German quotes
203 and umlauts; fix overfull /hboxes; many rewordings.
204
205 2006-06-04 Kim F. Storm <storm@cua.dk>
206
207 * NEWS: Move news for pre-22 versions into...
208 * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news.
209 * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ...
210 * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs
211 versions in separte files. Update copyright notices.
212
213 2006-06-03 Eli Zaretskii <eliz@gnu.org>
214
215 * LPF, LEDIT: Remove files.
216
217 * FTP, README, HELLO, MACHINES, MAILINGLISTS, MORE.STUFF, ETAGS.EBNF:
218 * MOTIVATION, ORDERS, SERVICE, TERMS, TODO:
219 * enriched.doc, ulimit.hack, ses-example.ses, ms-7bkermit, emacs.csh:
220 * Xkeymap.txt, compilation.txt, grep.txt:
221 Add copyright notice and copying permissions.
222
223 2006-05-31 David Ponce <david@dponce.com>
224
225 * tree-widget/default/close.png, tree-widget/default/close.xpm:
226 * tree-widget/default/empty.png, tree-widget/default/empty.xpm:
227 * tree-widget/default/end-guide.png, tree-widget/default/end-guide.xpm:
228 * tree-widget/default/guide.png, tree-widget/default/guide.xpm:
229 * tree-widget/default/handle.png, tree-widget/default/handle.xpm:
230 * tree-widget/default/leaf.png, tree-widget/default/leaf.xpm:
231 * tree-widget/default/no-guide.png, tree-widget/default/no-guide.xpm:
232 * tree-widget/default/no-handle.png, tree-widget/default/no-handle.xpm:
233 * tree-widget/default/open.png, tree-widget/default/open.xpm:
234 * tree-widget/folder/close.png, tree-widget/folder/close.xpm:
235 * tree-widget/folder/empty.png, tree-widget/folder/empty.xpm:
236 * tree-widget/folder/end-guide.png, tree-widget/folder/end-guide.xpm:
237 * tree-widget/folder/guide.png, tree-widget/folder/guide.xpm:
238 * tree-widget/folder/handle.png, tree-widget/folder/handle.xpm:
239 * tree-widget/folder/leaf.png, tree-widget/folder/leaf.xpm:
240 * tree-widget/folder/no-guide.png, tree-widget/folder/no-guide.xpm:
241 * tree-widget/folder/no-handle.png, tree-widget/folder/no-handle.xpm:
242 * tree-widget/folder/open.png, tree-widget/folder/open.xpm:
243 Reduce the size of images.
244
245 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
246
247 * NEWS: Mention F10 for Gtk+/Lesstif/Lucid menus.
248
249 2006-05-26 Eli Zaretskii <eliz@gnu.org>
250
251 * ledit.l: Remove file.
252
253 2006-05-26 Kenichi Handa <handa@m17n.org>
254
255 * NEWS (find-operation-coding-system): Mention the new argument
256 format.
257
258 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
259
260 * orgcard.tex: (section{Motion}): Added the item navigation
261 commands.
262 (section{Publishing}): New section.
263 (section{Links}): Documented elisp and shell links.
264
265 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
266
267 * pt-br-refcard.tex: Update.
268
269 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
270
271 * pl-refcard.tex (Local variables): Add compile-command.
272
273 * ru-refcard.tex (Local variables): Add compile-command and
274 coding.
275
276 * pt-br-refcard.tex: Don't \input psfig.
277
278 * refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
279
280 * de-refcard.tex (section{Info}): Ditto.
281
282 * fr-refcard.tex (section{Info}): Ditto. Translation suggested by
283 Stefan Monnier <monnier@iro.umontreal.ca>.
284
285 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by
286 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
287
288 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. Entry
289 for `i' is not translated yet.
290
291 * pt-br-refcard.tex (section{Info}): Ditto.
292
293 * ru-refcard.tex (section{Info}): Ditto.
294
295 * sk-refcard.tex (section{Info}): Ditto.
296
297 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
298
299 * MORE.STUFF: Update AUCTeX entry.
300
301 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
302
303 * pt-br-refcard.tex:
304 * pt-br-refcard.ps: New files.
305
306 2006-05-15 Reiner Steib <Reiner.Steib@gmx.de>
307
308 * sk-refcard.tex: Add coding cookie.
309
310 2006-05-15 Michael Olson <mwolson@gnu.org>
311
312 * MORE.STUFF: Update URL for Planner Mode and add description.
313 Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
314
315 2006-05-12 Romain Francoise <romain@orebokech.com>
316
317 * MORE.STUFF: ERC is now part of Emacs.
318 Add Emacs Muse.
319
320 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
321
322 * NEWS (allout): Update.
323
324 2006-05-06 Bill Wohler <wohler@newt.com>
325
326 Release MH-E version 8.0.
327
328 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.
329
330 2006-04-28 Bill Wohler <wohler@newt.com>
331
332 Release MH-E version 7.95.
333
334 * NEWS, MH-E-NEWS: Update for MH-E release 7.95.
335
336 2006-04-21 Bill Wohler <wohler@newt.com>
337
338 Release MH-E version 7.94.
339
340 * NEWS, MH-E-NEWS: Update for MH-E release 7.94.
341
342 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
343
344 * NEWS: Mention t-mouse.el. Touch up description of gdb-ui.el.
345
346 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
347
348 * orgcard.tex: Version number change only.
349
350 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
351
352 * gnus-refcard.tex: Bump version to 5.11. Remove duplicate \def's.
353 Update date.
354
355 2006-04-18 Bill Wohler <wohler@newt.com>
356
357 * MORE.STUFF: Add MH-E.
358
359 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
360
361 * orgcard.tex: Version number change only.
362
363 2006-04-12 Kenichi Handa <handa@m17n.org>
364
365 * PROBLEMS (C-SPC fails ...): Explicitly say fcitx in the header.
366
367 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
368
369 * orgcard.tex: (section{Tables}): Document column narrowing.
370 (section{Links}): Document bracket links.
371
372 2006-04-11 Kenichi Handa <handa@m17n.org>
373
374 * PROBLEMS (C-SPC fails ...): Add description for fcitx.
375
376 2006-04-10 Bill Wohler <wohler@newt.com>
377
378 * NEWS: Add package-version keyword to `defcustom' and mention
379 associated variable `customize-package-emacs-version-alist'.
380
381 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
382
383 * NEWS: Add string-or-null-p.
384
385 2006-03-28 Bill Wohler <wohler@newt.com>
386
387 * images/README: Update with following information.
388
389 * images/data-save.xpm, images/mail/flag-for-followup.xpm:
390 * images/zoom-in.xpm, images/zoom-out.xpm: New images from GNOME 2.12.
391
392 * images/contact.pbm, images/data-save.pbm, images/delete.pbm:
393 * images/mail/flag-for-followup.pbm, images/mail/inbox.pbm:
394 * images/mail/move.pbm, images/next-page.pbm, images/zoom-out.pbm:
395 New bitmaps for new images.
396
397 * images/refresh.xpm, images/sort-ascending.xpm,
398 * images/sort-descending.xpm: Update with GTK 2.x images. Note
399 that the default GTK icons are not overridden by the GNOME theme
400 due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in
401 wide circulation, then the GTK icons should be replaced with the
402 equivalent GNOME icons. Until then, we should be consistent with
403 GTK first, then GNOME.
404
405 * images/mail/repack.xpm, images/mail/reply-from.xpm:
406 * images/mail/reply-to.xpm, images/search-replace.xpm:
407 * images/separator.xpm, images/show.xpm: Update custom icons to be
408 closer to their GNOME counterparts.
409
410 * images/attach.pbm, images/exit.pbm, images/mail/compose.pbm:
411 * images/mail/repack.pbm, images/mail/reply-all.pbm:
412 * images/mail/reply-from.pbm, images/mail/reply-to.pbm:
413 * images/mail/reply.pbm, images/mail/send.pbm, images/show.pbm:
414 * images/search-replace.pbm: Update bitmaps.
415
416 * images/execute.pbm, images/execute.xpm, images/fld-open.pbm:
417 * images/fld-open.xpm, images/highlight.pbm, images/highlight.xpm:
418 * images/mail.pbm, images/mail.xpm, images/mail/alias.pbm:
419 * images/mail/alias.xpm, images/mail/refile.pbm:
420 * images/mail/refile.xpm, images/page-down.pbm:
421 * images/page-down.xpm, images/widen.pbm, images/widen.xpm: Remove
422 custom MH-E icons -- MH-E is now using the equivalent GTK/GNOME icons.
423
424 2006-03-23 Romain Francoise <romain@orebokech.com>
425
426 * NEWS: Misc. fixes.
427
428 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
429
430 * orgcard.tex: Version number change only.
431
432 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
433
434 * DEBUG (Note): Describe features for debugging with GDB in Emacs.
435
436 2006-03-11 Miles Bader <miles@gnu.org>
437
438 * images/mail: New directory.
439 * images/attach.xpm, images/connect.xpm:
440 * images/contact.xpm, images/delete.xpm:
441 * images/describe.xpm, images/disconnect.xpm:
442 * images/exit.xpm, images/gnus/toggle-subscription.xpm:
443 * images/lock-broken.xpm, images/lock-ok.xpm:
444 * images/lock.xpm, images/mail/compose.xpm:
445 * images/mail/copy.xpm, images/mail/forward.xpm:
446 * images/mail/inbox.xpm, images/mail/move.xpm:
447 * images/mail/not-spam.xpm, images/mail/outbox.xpm:
448 * images/mail/preview.xpm, images/mail/reply-all.xpm:
449 * images/mail/reply.xpm, images/mail/save-draft.xpm:
450 * images/mail/save.xpm, images/mail/send.xpm:
451 * images/mail/spam.xpm, images/next-page.xpm:
452 * images/refresh.xpm, images/separator.xpm:
453 * images/sort-ascending.xpm, images/sort-column-ascending.xpm:
454 * images/sort-criteria.xpm, images/sort-descending.xpm:
455 * images/sort-row-ascending.xpm:
456 New icons, copied from Gnus trunk (originally from Gnome 2.6).
457
458 2006-03-11 Bill Wohler <wohler@newt.com>
459
460 * NEWS: Document `image-load-path-for-library'. Note that all
461 images have been moved from lisp into etc/images in `find-image'
462 item. Fix typo in `copy-tree'.
463
464 2006-03-09 Reiner Steib <Reiner.Steib@gmx.de>
465
466 * TUTORIAL.de: Replace "Schreiben" by "Dr\e,A|\e(Bcken" where appropriate.
467
468 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
469
470 * orgcard.tex: Version number change only.
471
472 2006-03-05 Bill Wohler <wohler@newt.com>
473
474 Release MH-E version 7.93.
475
476 * NEWS, MH-E-NEWS: Update for MH-E release 7.93.
477
478 2006-02-23 Herbert Euler <herberteuler@hotmail.com> (tiny change)
479
480 * TUTORIAL.cn: Fix omission bug: Add dot (ASCII 0x2E) on first line.
481
482 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
483
484 * orgcard.tex: (section{Links}): Rewritten to cover the modified
485 link system.
486
487 2006-02-18 Bill Wohler <wohler@newt.com>
488
489 Release MH-E version 7.92.
490
491 * NEWS, MH-E-NEWS: Update for MH-E release 7.92.
492
493 2006-02-17 Kenichi Handa <handa@m17n.org>
494
495 * TUTORIAL.translators (TUTORIAL.cn): Update the maintainer.
496
497 2006-02-17 Sun Yijiang <sunyijiang@gmail.com>
498
499 * TUTORIAL.cn: Reworked.
500
501 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
502
503 * NEWS: Changes in handling of file local variables.
504
505 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
506
507 * NEWS: Gtk+ 2.4 is required.
508
509 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
510
511 * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
512
513 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
514
515 * NEWS: New key bindings for Tumme in Dired.
516
517 2006-02-05 Jay Belanger <belanger@truman.edu>
518
519 * calccard.tex: Update copyright year.
520
521 2006-02-04 Michael Olson <mwolson@gnu.org>
522
523 * NEWS: Update for ERC 5.1.1. Use the same wording for headings
524 that Emacs does in its NEWS file.
525
526 2006-02-03 Bill Wohler <wohler@newt.com>
527
528 Release MH-E version 7.91.
529
530 * NEWS, MH-E-NEWS: Update for MH-E release 7.91.
531
532 2006-02-02 Bill Wohler <wohler@newt.com>
533
534 Release MH-E version 7.90.
535
536 * NEWS, MH-E-NEWS: Update for MH-E release 7.90.
537
538 2006-01-29 Michael Olson <mwolson@gnu.org>
539
540 * NEWS: Add entry for ERC.
541
542 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
543
544 * TODO: Make SYNC_INPUT the default.
545
546 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
547
548 * images/gud/pstar.xpm: Make background transparent.
549
550 2006-01-24 Noah Friedman <friedman@splode.com>
551
552 * emacs-buffer.gdb: Replace all references to `cdr' field of
553 conses with `u.cdr', per change Andreas Schwab 2005-11-15
554 of src/lisp.h.
555
556 2006-01-23 Michael Albinus <michael.albinus@gmx.de>
557
558 * NEWS: tramp can be removed by M-x tramp-unload-tramp.
559
560 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
561
562 * e/eterm-color.ti: Re-enable the ri entry. Add kich1.
563
564 2006-01-13 Richard M. Stallman <rms@gnu.org>
565
566 * emacs.1: +N applies only to next file.
567
568 2005-12-28 Dan Nicolaescu <dann@ics.uci.edu>
569
570 * e/eterm-color.ti: Temporarily disable the ri entry.
571 * e/eterm-color: Regenerate.
572
573 2005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
574
575 * TODO: Add note on the multi-tty branch.
576
577 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
578
579 * NEWS: Change `prev-buffer' to `previous-buffer'; add note on
580 them using the frame-local buffer list.
581
582 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
583
584 * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode
585 instead.
586
587 2005-12-02 Jay Belanger <belanger@truman.edu>
588
589 * NEWS: Add comment about the Calc prefix.
590
591 2005-11-28 Thien-Thi Nguyen <ttn@gnu.org>
592
593 * MORE.STUFF: Add entry: "Go in a buffer: Go Text Protocol client".
594
595 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
596
597 * images/icons/emacs_16.png, images/icons/emacs_24.png
598 * images/icons/emacs_32.png, images/icons/emacs_48.png:
599 New Emacs icons.
600
601 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
602
603 * orgcard.tex: Version 3.20
604
605 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
606
607 * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons.
608 Use for run/continue.
609 * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons.
610 Use for interrupting inferior.
611 * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm:
612 Use a more appropriate variable name.
613 * images/gud/remove.xpm, images/gud/remove.pbm
614 * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive.
615
616 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
617
618 * images/gud/pp.xpm, images/gud/pp.pbm: New icons.
619
620 2005-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
621
622 * images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
623 * images/save.xpm, images/save.pbm, images/low-color/save.xpm:
624 Adjust baseline.
625
626 2005-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
627
628 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
629 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
630 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
631 * images/low-color/next-node.xpm: Adjust paper size and layout.
632
633 2005-11-05 Nick Roberts <nickrob@snap.net.nz>
634
635 * DEBUG: Describe how to provide preprocessor macro information.
636
637 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
638
639 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
640 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
641 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
642 * images/low-color/next-node.xpm: New images.
643
644 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
645
646 * orgcard.tex (section{Notes}): Version number change.
647
648 2005-11-03 Romain Francoise <romain@orebokech.com>
649
650 * orgcard.tex: Update FSF's address.
651
652 2005-11-03 Nick Roberts <nickrob@snap.net.nz>
653
654 * DEBUG: GDB can sometimes expand macros.
655
656 2005-11-01 Romain Francoise <romain@orebokech.com>
657
658 * NEWS: Source files are compressed by default.
659
660 2005-10-28 Bill Wohler <wohler@newt.com>
661
662 * NEWS: Help mode now creates hyperlinks for URLs.
663
664 2005-10-27 Dan Nicolaescu <dann@ics.uci.edu>
665
666 * e/eterm-color.ti (el1): Undo 2005-10-23 change.
667 Add some comments on how to update this file. Add ri
668 capability that has long been supported by term.el.
669
670 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
671
672 * images/gud/until.xpm: Colour correction.
673
674 2005-10-23 Richard M. Stallman <rms@gnu.org>
675
676 * e/eterm-color.ti (el1): Capability deleted,
677 since term.el doesn't implement it.
678
679 2005-10-20 Dan Nicolaescu <dann@ics.uci.edu>
680
681 * e/eterm-color.ti: Change the terminal name to eterm-color.
682 * e/eterm-color: Regenerate.
683
684 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
685
686 * Makefile (e/eterm-color): Rename eterm to eterm-color.
687
688 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
689
690 * NEWS: New variable `max-image-size'.
691
692 2005-10-17 Bill Wohler <wohler@newt.com>
693
694 Moved all remaining images from lisp/toolbar to etc/images. The
695 low resolution images were placed in their own directory (low-color).
696
697 * images/attach.*, images/cancel.*, images/close.*:
698 * images/copy.*, images/cut.*, images/diropen.*:
699 * images/exit.*, images/help.*, images/home.*:
700 * images/index.*, images/info.*, images/mail.*:
701 * images/new.*, images/open.*, images/paste.*:
702 * images/preferences.*, images/print.*, images/save.*:
703 * images/saveas.*, images/search.*:
704 * images/search-replace.*, images/spell.*:
705 * images/undo.*: Moved here from lisp/toolbar.
706
707 * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*.
708 * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*.
709 * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*.
710 * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*.
711 * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*.
712 * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*.
713 * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*.
714 * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*.
715 * images/low-color/preferences.*: Moved here from
716 lisp/toolbar/lc-preferences.*.
717 * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*.
718 * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*.
719 * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*.
720 * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*.
721 * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*.
722 * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*.
723
724 To conform with convention, the underscore (_) in the following
725 image names were replaced with dash (-) or (/) as appropriate.
726
727 * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*.
728 * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*.
729 * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*.
730 * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*.
731 * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*.
732 * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*.
733 * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*.
734 * images/low-color/back-arrow.*: Moved here from
735 lisp/toolbar/lc-back_arrow.*.
736 * images/low-color/fwd-arrow.*: Moved here from
737 lisp/toolbar/lc-fwd_arrow.*.
738 * images/low-color/jump-to.*: Moved here from
739 lisp/toolbar/lc-jump_to.*.
740 * images/low-color/left-arrow.*: Moved here from
741 lisp/toolbar/lc-left_arrow.*.
742 * images/low-color/right-arrow.*: Moved here from
743 lisp/toolbar/lc-right_arrow.*.
744 * images/low-color/up-arrow.*: Moved here from
745 lisp/toolbar/lc-up_arrow.*.
746 * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*.
747 * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*.
748
749 * images/README: Incorporated the content of lisp/toolbar/README
750 now that all of the images are here.
751
752 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
753
754 * images/gud/n.pbm, images/gud/n.xpm
755 * images/gud/ni.xpm, images/gud/ni.xpm
756 * images/gud/s.xpm, images/gud/s.xpm
757 * images/gud/si.xpm, images/gud/si.xpm: Rename to
758 next.*, nexti.*, step.*, and stepi.* , respectively, as the
759 file-name no longer clashes on 8+3 filesystems.
760
761 2005-10-14 Bill Wohler <wohler@newt.com>
762
763 * images/gud/break.*: Moved here from toolbar/gud-break.*.
764 * images/gud/cont.*: Moved here from toolbar/gud-cont.*.
765 * images/gud/down.*: Moved here from toolbar/gud-down.*.
766 * images/gud/finish.*: Moved here from toolbar/gud-finish.*.
767 * images/gud/ni.*: Moved here from toolbar/gud-ni.*.
768 * images/gud/n.*: Moved here from toolbar/gud-n.*.
769 * images/gud/print.*: Moved here from toolbar/gud-print.*.
770 * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*.
771 * images/gud/remove.*: Moved here from toolbar/gud-remove.*.
772 * images/gud/run.*: Moved here from toolbar/gud-run.*.
773 * images/gud/si.*: Moved here from toolbar/gud-si.*.
774 * images/gud/s.*: Moved here from toolbar/gud-s.*.
775 * images/gud/until.*: Moved here from toolbar/gud-until.*.
776 * images/gud/up.*: Moved here from toolbar/gud-up.*.
777 * images/gud/watch.*: Moved here from toolbar/gud-watch.*.
778
779 2005-10-14 Bill Wohler <wohler@newt.com>
780
781 Released MH-E version 7.85.
782
783 * NEWS, MH-E-NEWS: Updated for release 7.85.
784
785 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
786
787 * NEWS: -nb => -nbi
788
789 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
790
791 * orgcard.tex: Version 3.17, no changes except version number.
792
793 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
794
795 * NEWS: -nb, --no-bitmap-icon
796
797 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * TODO: Clarify the local variables entry.
800
801 2005-09-30 Bill Wohler <wohler@newt.com>
802
803 Moved MH-E image files from toolbar and mail directories into
804 images.
805
806 * images/mail: New directory.
807
808 * images/mail/reply.*: Moved here from lisp/mail/reply2*.
809
810 * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*:
811 * images/mail/reply*: Moved here from lisp/toolbar.
812
813 * images/execute.*, images/highlight.*, images/mh-logo.xpm:
814 * images/page-down.*, images/show.*, images/widen.*: Moved here
815 from lisp/toolbar.
816
817 * images/refresh.*: Moved here from lisp/toolbar/rescan.*.
818 Use GNOME 2.10's refresh icon.
819
820 * images/README: New file that indicates which icons came from
821 GNOME (see lisp/toolbar/README).
822
823 2005-09-30 Romain Francoise <romain@orebokech.com>
824
825 * NEWS: Mention changes to `read-buffer'.
826
827 2005-09-30 Chong Yidong <cyd@stupidchicken.com>
828
829 * images/ezimage: New directory.
830
831 * images/ezimage/*.xpm: Add images used by speedbar.el.
832
833 2005-09-30 David Ponce <david@dponce.com>
834
835 * NEWS: Update recentf changes.
836
837 2005-09-28 Simon Josefsson <jas@extundo.com>
838
839 * GNUS-NEWS: Fix IDNA notes.
840
841 2005-09-27 Jay Belanger <belanger@truman.edu>
842
843 * calccard.tex: Update `versionnumber', remove `versiondate'.
844 (Error Recovery): Refer to "initial state" rather than "default state".
845 (Algebra): Mention LaTeX language mode.
846 (Programming): Delete reference to "Z =".
847
848 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
849
850 * emacs.py (ehelp): Add g and l to arg list, and use them in the
851 call to `help'.
852
853 2005-09-17 Romain Francoise <romain@orebokech.com>
854
855 * gfdl.1: Update to version 1.2. Delete UC macro.
856
857 2005-09-15 Kenichi Handa <handa@m17n.org>
858
859 * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7.
860
861 2005-09-14 Romain Francoise <romain@orebokech.com>
862
863 * NEWS: Add entry for write-region-inhibit-fsync.
864
865 2005-09-09 Kevin Ryde <user42@zip.com.au>
866
867 * MORE.STUFF: Update url for calculator.el.
868
869 2005-09-08 Kenichi Handa <handa@m17n.org>
870
871 * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled
872 correctly.
873
874 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
875
876 * NEWS: Add entry for `make-auto-save-file-name'.
877
878 2005-08-19 Emilio C. Lopes <eclig@gmx.net>
879
880 * emacsclient.1 (DESCRIPTION): Reflect inclusion in the
881 Emacs distribution. Make role of EDITOR clearer.
882 (OPTIONS): Document `-s', `-V' and `-h'
883 as well as their long name counterparts.
884 (BUGS): Remove.
885
886 2005-08-26 Romain Francoise <romain@orebokech.com>
887
888 * PROBLEMS: Fix capitalization of "Gnus".
889
890 2005-08-20 Chong Yidong <cyd@stupidchicken.com>
891
892 * MORE.STUFF: Update links and URLs.
893
894 2005-08-05 Kenichi Handa <handa@m17n.org>
895
896 * NEWS: Fix the entry describing code-pages.
897
898 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
899
900 * .cvsignore: Add `icons' (for in-place installs).
901
902 2005-07-19 Juri Linkov <juri@jurta.org>
903
904 * grep.txt: New file.
905
906 2005-07-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
907
908 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
909 -R comes after i386 in setarch command.
910
911 2005-07-12 Juri Linkov <juri@jurta.org>
912
913 * refcard.tex (Files): Change description of `C-x C-q' from
914 `checkin/checkout' to `toggle read-only'.
915 (Getting Help): Replace `C-h c' with `C-h k'.
916 (Error Recovery): Replace `recover-file' with `recover-session'.
917 (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'.
918
919 2005-07-07 Richard M. Stallman <rms@gnu.org>
920
921 * GNU: Update how to help. Improve footnote 7.
922
923 2005-07-07 Lute Kamstra <lute@gnu.org>
924
925 * tasks.texi: Delete file. The GNU Task List is obsolete and has
926 been replaced by http://savannah.gnu.org/projects/tasklist.
927
928 2005-07-07 Lute Kamstra <lute@gnu.org>
929
930 * refcard.tex: Update `versionnumber' and `year'. Update Emacs's
931 version to 22.
932 (Starting Emacs): Delete sentence to fix formatting problems.
933 (Multiple Windows): Clarify first sentence. Mention C-x 5 1.
934 (Formatting): Update the binding of set face.
935 (International Character Sets): set-language-environment is bound
936 to C-x RET l.
937
938 2005-07-05 Lute Kamstra <lute@gnu.org>
939
940 Update FSF's address in GPL notices.
941
942 * INTERVIEW, calccard.tex, cs-dired-ref.tex, cs-refcard.tex:
943 * dired-ref.tex, fr-drdref.tex, fr-refcard.tex, gfdl.1:
944 * pl-refcard.tex, refcard.tex, ru-refcard.tex, sk-dired-ref.tex:
945 * sk-refcard.tex, vipcard.tex, viperCard.tex: Update FSF's address.
946
947 2005-07-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
948
949 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
950 Add it again.
951
952 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
953
954 * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode.
955
956 2005-06-28 Richard M. Stallman <rms@gnu.org>
957
958 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New.
959
960 2005-06-11 Eli Zaretskii <eliz@gnu.org>
961
962 * DEBUG: Mention emacs-buffer.gdb.
963
964 2005-06-10 Noah Friedman <friedman@splode.com>
965
966 * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use
967 char as placeholder when buffer has no file name and process is
968 still live. Use different printf cases instead.
969
970 2005-06-08 Kim F. Storm <storm@cua.dk>
971
972 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
973 Warn that using CVS+SSH may corrupt files, include work-around.
974
975 2005-06-06 Juri Linkov <juri@jurta.org>
976
977 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
978
979 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the
980 second line to Local Variables. Fix title line.
981
982 2005-05-30 Miles Bader <miles@gnu.org>
983
984 * emacs-buffer.gdb: Remove RCS keywords.
985
986 2005-05-30 Noah Friedman <friedman@splode.com>
987
988 * emacs-buffer.gdb: New file.
989 * NEWS: Mention it.
990
991 2005-05-28 Richard M. Stallman <rms@gnu.org>
992
993 * TUTORIAL.fr: Change NBSP to space.
994
995 2005-05-28 Bill Wohler <wohler@newt.com>
996
997 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84.
998
999 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1000
1001 * TODO: post-command-idle-hook has gone.
1002
1003 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * NEWS: Remove references to open-network-stream-nowait and
1006 open-network-stream-server.
1007
1008 2005-05-15 Richard M. Stallman <rms@gnu.org>
1009
1010 * GNU: Correct/improve previous change.
1011
1012 2005-05-14 Richard M. Stallman <rms@gnu.org>
1013
1014 * GNU: Update footnotes.
1015
1016 * NEWS: Lots of clarifications and cleanups.
1017
1018 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
1019
1020 * TUTORIAL.pl: Updated header.
1021
1022 2005-05-02 Richard M. Stallman <rms@gnu.org>
1023
1024 * NEWS: More rearrangements.
1025
1026 2005-05-02 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * NEWS: Items rearranged in logical order.
1029
1030 2005-05-01 Lars Hansen <larsh@math.ku.dk>
1031
1032 * NEWS: Correct key binding for dired-mark-omitted.
1033
1034 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
1035
1036 * NEWS: Mention xterm key bindings.
1037
1038 * e/eterm.ti: Add a comment.
1039 * e/eterm: Regenerate.
1040
1041 2005-04-25 Alex Ott <ott@jet.msk.su>
1042
1043 * TUTORIAL.ru: Update.
1044
1045 2005-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1046
1047 * TUTORIAL.sk: Updated header.
1048
1049 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1050
1051 * NEWS: Mention cursorBlink resource.
1052
1053 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1054
1055 * NEWS: Mention dynamic change of keyboard-coding-system on Mac.
1056
1057 2005-04-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1058
1059 * NEWS: Mention fontSet for Lucid menus.
1060
1061 2005-04-10 Masatake YAMATO <jet@gyve.org>
1062
1063 * compilation.txt (symbol): Add gcov-file
1064 gcov-bb-file gcov-never-called-line gcov-called-line.
1065
1066 2005-04-08 Kenichi Handa <handa@m17n.org>
1067
1068 * TUTORIAL.ja: Updated header, contents synchronized with
1069 TUTORIAL at 2005-04-01T00:31:25Z!rms@gnu.org.
1070
1071 2005-04-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1072
1073 * TUTORIAL.cs: Updated header.
1074
1075 2005-04-05 Werner Lemberg <wl@gnu.org>
1076
1077 * TUTORIAL.de: Updated header.
1078
1079 2005-04-05 Marcelo Toledo <marcelo@gnu.org>
1080
1081 * TUTORIAL.translators: Added the field Maintainer.
1082
1083 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
1084
1085 * TUTORIAL.it: Move "copying conditions at end" sentence after title.
1086
1087 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
1088
1089 * TUTORIAL.ja: Update text before first period.
1090 Reported by Kenichi Handa.
1091
1092 2005-04-02 Richard M. Stallman <rms@gnu.org>
1093
1094 * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the
1095 old intro line that apparently was a longer version of "Emacs
1096 tutorial".
1097
1098 * TUTORIAL.es: Clean up line breaks.
1099
1100 2005-04-01 Marcelo Toledo <marcelo@gnu.org>
1101
1102 * TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
1103 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko,
1104 * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru,
1105 * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line.
1106
1107 2005-04-01 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
1108
1109 * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in
1110 2005-02-08T14:20:54Z!lute@gnu.org, "Emacs" is not transliterated to cyrillic anymore;
1111 Minor fixes.
1112
1113 2005-04-01 Mats Lidell <matsl@contactor.se>
1114
1115 * TUTORIAL.sv: Sync some other changes with the TUTORIAL version
1116 2005-04-01T00:31:25Z!rms@gnu.org.
1117
1118 2005-04-01 Lute Kamstra <lute@gnu.org>
1119
1120 * TUTORIAL.nl: Fix title line.
1121
1122 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1123
1124 * TUTORIAL: Add title line.
1125 * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
1126 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja,
1127 * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR,
1128 * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl
1129 * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise.
1130
1131 2005-03-29 Reiner Steib <Reiner.Steib@gmx.de>
1132
1133 * gnus-refcard.tex, gnus-logo.eps: New files.
1134
1135 2005-03-23 David Ponce <david@dponce.com>
1136
1137 * NEWS: Mention recentf-keep.
1138
1139 2005-03-17 Lute Kamstra <lute@gnu.org>
1140
1141 * TODO: Remove define-generic-mode entry (DONE).
1142
1143 2005-03-10 Michael Albinus <michael.albinus@gmx.de>
1144
1145 * NEWS: Explain how to default Tramp to FTP.
1146
1147 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1148
1149 * NEWS: Mention Carbon build on Mac OS 9.
1150
1151 2005-03-01 David Kastrup <dak@gnu.org>
1152
1153 * DEBUG: Add information about `-fno-crossjumping' for GCC.
1154
1155 2005-02-14 Lute Kamstra <lute@gnu.org>
1156
1157 * TODO: Remove battery.el entry (DONE).
1158
1159 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos.
1160 Make the terminology more consistent. Fill the text using the
1161 default `fill-column'.
1162
1163 2005-02-08 Lute Kamstra <lute@gnu.org>
1164
1165 * TUTORIAL: Remove some uses of the term "buffer" before it is
1166 properly introduced. Update the description of the mode line.
1167 Consistently use "<ESC>" to denote the ESC key and "<SPC>" to
1168 denote the Space bar. Capitalize all command descriptions.
1169
1170 2005-02-06 Richard M. Stallman <rms@gnu.org>
1171
1172 * DEBUG: Minor clarification.
1173
1174 2005-02-05 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1175
1176 * emacs.bash: Update the name of the socket of the Emacs server.
1177
1178 2005-01-22 David Kastrup <dak@gnu.org>
1179
1180 * NEWS: Mention alias `find-grep' for `grep-find'.
1181
1182 2005-01-22 Nick Roberts <nickrob@snap.net.nz>
1183
1184 * TODO: Add entry for toolbar on ttys.
1185
1186 2005-01-18 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * DEBUG: Suggest separate terminal for debug session.
1189
1190 2005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1191
1192 * TUTORIAL.nl: Correct translation and the Dutch text (typos).
1193 More consistent use of terminology.
1194
1195 2005-01-13 Cheng Gao <chenggao@gmail.com>
1196
1197 * MORE.STUFF: Add entries of some well known and widely used packages.
1198
1199 2005-01-07 Lars Hansen <larsh@math.ku.dk>
1200
1201 * NEWS: Describe desktop package lazy restore feature.
1202
1203 2004-12-21 Richard M. Stallman <rms@gnu.org>
1204
1205 * DISTRIB: Don't say "freeware".
1206
1207 2004-12-15 Nick Roberts <nickrob@snap.net.nz>
1208
1209 * DEBUG: Change printing example to break on a procedure name.
1210
1211 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1212
1213 * e/eterm.ti: Add rs1.
1214 * e/eterm: Regenerate.
1215
1216 2004-12-08 Alexandre VEYRENC <veyrenc@wanadoo.fr> (tiny change)
1217
1218 * fr-refcard.tex: Fix typos.
1219
1220 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1221
1222 * PROBLEMS: Update information about klipper on KDE.
1223
1224 2004-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1225
1226 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
1227
1228 2004-10-08 Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy <frederic.bothamy@free.fr> (tiny change)
1229
1230 * TUTORIAL.fr: Minor wording fix.
1231
1232 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
1233
1234 * enriched.doc: Update for new bindings of `set-left-margin' and
1235 `set-right-margin'.
1236
1237 2004-10-04 Kim F. Storm <storm@cua.dk>
1238
1239 * DEBUG: Mention pp and ff commands.
1240
1241 2004-09-26 Luc Teirlinck <teirllm@auburn.edu>
1242
1243 * enriched.doc: `enriched-annotation-alist' is now called
1244 `enriched-translations'.
1245
1246 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1247
1248 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
1249 Reformat.
1250 * e/eterm: Regenerate.
1251
1252 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1253
1254 * PROBLEMS: Updated exec-shield description.
1255
1256 2004-09-16 Dan Nicolaescu <dann@ics.uci.edu>
1257
1258 * e/eterm.ti: Change the strings for smso and rmso.
1259 e/eterm: Regenerate.
1260
1261 2004-09-09 Thien-Thi Nguyen <ttn@gnu.org>
1262
1263 * MORE.STUFF (EDB): Update entry.
1264
1265 2004-09-07 Dan Nicolaescu <dann@ics.uci.edu>
1266
1267 * e/eterm.ti: Add `op' entry to enable colors in term.
1268 * e/eterm: Regenerate.
1269
1270 2004-09-04 Eric S. Raymond <esr@thyrsus.com>
1271
1272 * PROBLEMS: More reorganization to exile old stuff to the
1273 pre-2000 section. I looked up end-of-life dates for a bunch
1274 of old Unixes to check.
1275
1276 2004-08-24 Bill Wohler <wohler@newt.com>
1277
1278 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82.
1279
1280 2004-08-22 David Kastrup <dak@gnu.org>
1281
1282 * PROBLEMS, MAILINGLISTS: Update AUCTeX information.
1283
1284 2004-08-21 Bill Wohler <wohler@newt.com>
1285
1286 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
1287
1288 2004-08-21 Eric S. Raymond <esr@thyrsus.com>
1289
1290 * PROBLEMS: Massively rearranged by category, to make environment
1291 features and symptoms easier to find. Bugs relating to
1292 20th-century systems moved to the end. Most problem headers
1293 changed to "object: variation" format.
1294
1295 2004-08-15 Bill Wohler <wohler@newt.com>
1296
1297 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80.
1298
1299 2004-08-14 Romain Francoise <romain@orebokech.com>
1300
1301 * NEWS: Mention the thumbs.el package.
1302
1303 2004-08-14 Eric Hanchrow <offby1@blarg.net>
1304
1305 * TUTORIAL.es: Replace actual whitespace with the magic string
1306 that causes help-with-tutorial to automatically insert the correct
1307 amount.
1308
1309 2004-08-10 Steven Tamm <steventamm@mac.com>
1310
1311 * PROBLEMS: Remove description of Mac OS version upgrade
1312 problems as it is no longer applicable.
1313
1314 2004-07-27 Werner Lemberg <wl@gnu.org>
1315
1316 * NEWS: Document all new tutorials.
1317
1318 2004-08-05 Reiner Steib <Reiner.Steib@gmx.de>
1319
1320 * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.
1321
1322 * NEWS (Gnus package): Gnus includes Sieve and PGG. Gnus changes
1323 are described in GNUS-NEWS.
1324
1325 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
1326
1327 * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the
1328 v5_10 branch of the Gnus repository.
1329
1330 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1331
1332 * MORE.STUFF: Tramp is now distributed with Emacs.
1333
1334 2004-07-12 Bill Wohler <wohler@newt.com>
1335
1336 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4.
1337
1338 2004-07-08 David Kastrup <dak@gnu.org>
1339
1340 * NEWS (Lisp changes in 21.4): Document (match-data t) change.
1341
1342 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il>
1343
1344 * FOR-RELEASE: Moved to the admin directory.
1345
1346 2004-06-24 David Kastrup <dak@gnu.org>
1347
1348 * NEWS: Move description from new paragraph-start and
1349 indent-line-function defaults to general news instead of new
1350 packages. Same for query-replace-skip-read-only.
1351 Add description of new `\,' and `\?' replacement string features.
1352
1353 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1354
1355 * MORE.STUFF: Delete obsolete URL.
1356
1357 2004-06-10 Lars Hansen <larsh@math.ku.dk>
1358
1359 * NEWS: Describe dired-omit-mode. Describe desktop package changes.
1360
1361 2004-05-29 Steven Tamm <steventamm@mac.com>
1362
1363 * PROBLEMS: Document the workaround for the Mac OS X port not
1364 picking up the environment variables from dotfiles.
1365
1366 2004-05-16 Juri Linkov <juri@jurta.org>
1367
1368 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
1369
1370 * ru-refcard.tex: Add C-u and RET to `C-h t Russian'.
1371
1372 2004-05-15 Alex Ott <ott@jet.msk.su>
1373
1374 * ru-refcard.tex, ru-refcard.ps: New files.
1375
1376 2004-05-14 David Ponce <david@dponce.com>
1377
1378 * tree-widget: New directory containing tree-widget themes and images.
1379
1380 2004-04-13 Marcelo Toledo <marcelo@gnu.org>
1381
1382 * TUTORIAL.pt_BR: initial check-in.
1383
1384 2004-05-06 Dave Love <fx@gnu.org>
1385
1386 * emacs.py: New file for python-mode's internal use.
1387
1388 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * TODO: Use outline mode. Remove compile.el entry (done).
1391
1392 2004-04-18 Juri Linkov <juri@jurta.org>
1393
1394 * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv
1395 * TUTORIAL.th: Add sentence-end-double-space: nil.
1396
1397 * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1.
1398
1399 2004-04-16 Alex Ott <ottalex@narod.ru>
1400
1401 * TUTORIAL.ru: Various corrections.
1402
1403 2004-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
1404
1405 * TUTORIAL.nl: Update Delete/Delback translation.
1406
1407 2004-04-05 Jesper Harder <harder@ifa.au.dk>
1408
1409 * TODO: Remove index-apropos entry.
1410
1411 2004-04-01 Juri Linkov <juri@jurta.org>
1412
1413 * HELLO: Add Javanese.
1414
1415 2004-03-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1416
1417 * ps-prin1.ps: Clip the header and footer area, so text will not be
1418 printed outside header or footer, respectively.
1419 (HeaderClip, FooterClip): New PostScript funs.
1420 (HeaderText, FooterText): Adjust PostScript code.
1421
1422 2004-03-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1423
1424 * TODO: Removed drag-and-drop entry (DONE).
1425
1426 2004-03-19 Kim F. Storm <storm@cua.dk>
1427
1428 * TODO: Remove entries for fringe related issues (DONE).
1429 Remove entry about image-relative coordinates of mouse clicks (DONE).
1430
1431 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
1432
1433 * compilation.txt: New file.
1434
1435 2004-02-29 Juanma Barranquero <lektu@terra.es>
1436
1437 * NEWS: Remove bogus reference to user option unicode-data.
1438
1439 2004-02-16 Klaus Zeitler <kzeitler@lucent.com>
1440
1441 * PROBLEMS: Document crashes on X when build with GCC and GNU ld.
1442
1443 2004-02-08 Andreas Schwab <schwab@suse.de>
1444
1445 * NEWS: Fix typo.
1446
1447 2003-12-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
1448
1449 * TUTORIAL.bg: Use windows-1251 encoding. Fix punctuation errors.
1450
1451 2003-11-21 Lars Hansen <larsh@math.ku.dk>
1452
1453 * TODO: Add plans for change of file attributes UID and GID from
1454 integer to string.
1455
1456 2003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
1457
1458 * HELLO: Add Kannada.
1459
1460 2003-11-05 Juri Linkov <juri@jurta.org>
1461
1462 * HELLO: Fix language names. Add C, Braille, Georgian, Ukrainian.
1463 Add IPA pronunciation to English. Fix tab widths.
1464
1465 2003-11-03 David Ponce <david.ponce@wanadoo.fr>
1466
1467 * PROBLEMS: Document segfaults with Linux kernels that enable the
1468 Exec-shield functionality.
1469
1470 2003-10-30 Kenichi Handa <handa@m17n.org>
1471
1472 * HELLO: Fix cases of language names. Make German lines one.
1473 Delete FORTRAN, add Mathematics.
1474
1475 2003-10-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1476
1477 * PROBLEMS: Characters are displayed as empty boxes or
1478 with wrong font under X.
1479
1480 2003-09-30 Werner Lemberg <wl@gnu.org>
1481
1482 * TUTORIAL.de: Minor updates and grammatical fixes.
1483
1484 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
1485
1486 * TODO: Add invisible text kill/yank issue.
1487
1488 2003-08-29 Wim Nieuwenhuizen <wwwillem@xs4all.nl>
1489
1490 * TUTORIAL.nl: Many changes.
1491
1492 2003-08-20 Stephen Eglen <stephen@gnu.org>
1493
1494 * MORE.STUFF: Update URLs for several projects.
1495
1496 2003-07-22 Andrew Choi <akochoi@shaw.ca>
1497
1498 * PROBLEMS: Truncated process output with pty's on Mac OS X.
1499
1500 2003-07-14 Nick Roberts <nick@nick.uklinux.net>
1501
1502 * NEWS: Merge in the changes for versions 21.2 and 21.3 as
1503 documented on the EMACS_21_1_RC branch.
1504
1505 2003-03-03 Chao-Hong Liu <chliu@gnu.org>
1506
1507 * TUTORIAL.cn: Updated.
1508 * TUTORIAL.zh: Updated.
1509
1510 2003-04-24 Bill Wohler <wohler@newt.com>
1511
1512 * MH-E-NEWS: Upgraded to MH-E version 7.3.
1513
1514 2003-04-03 Kenichi Handa <handa@m17n.org>
1515
1516 * HELLO: Fix the malayalam line.
1517
1518 2003-04-01 Dave Love <fx@gnu.org>
1519
1520 * letter.xpm: Use transparent/opaque `colours'.
1521
1522 * letter.xbm: Deleted.
1523
1524 * letter.pbm: New.
1525
1526 2003-03-24 Andreas Schwab <schwab@suse.de>
1527
1528 * HELLO: Remove extra TAB in Greek entries.
1529
1530 2003-03-03 Chao-Hong Liu <chliu@gnu.org>
1531
1532 * TUTORIAL.cn, TUTORIAL.zh: New files.
1533
1534 * TUTORIAL.translator: List TUTORIAL.cn and TUTORIAL.zh.
1535
1536 2003-02-24 Kenichi Handa <handa@m17n.org>
1537
1538 * HELLO: Add Malayalam.
1539
1540 2003-02-13 Dave Love <fx@gnu.org>
1541
1542 * TUTORIAL.es: Add coding spec.
1543
1544 2003-02-11 Kenichi Handa <handa@m17n.org>
1545
1546 * HELLO: Fix Hindi and add Tamil.
1547
1548 2003-02-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
1549
1550 * TUTORIAL.it: Italian tutorial.
1551 From Alfredo Finelli <alfredofnl@tiscali.it> (original translator).
1552 Revised by Francesco Potort\e,Al\e(B <pot@gnu.org>.
1553
1554 2003-02-03 Bill Wohler <wohler@newt.com>
1555
1556 * MH-E-NEWS: Upgraded to MH-E version 7.2.
1557
1558 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1559
1560 * MACHINES: Added Cygwin.
1561
1562 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1563
1564 * DEBUG: Added note about xmon.
1565
1566 2003-01-20 Joanna Pluta <joanna_p@gazeta.pl>
1567
1568 * TUTORIAL.pl: Updated.
1569
1570 2003-01-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1571
1572 * TUTORIAL.sk: Updated to reflect changes in English version.
1573 From Miroslav Va\e$,1!!\e(Bko <zemiak@zoznam.sk>.
1574
1575 2003-01-09 Francesco Potort\e,Al\e(B <pot@gnu.org>
1576
1577 * etags.1: Added reference to the new `etags --help --lang=LANG'
1578 option.
1579
1580 2003-01-08 Bill Wohler <wohler@newt.com>
1581
1582 * MH-E-NEWS: Upgraded to MH-E version 7.1.
1583
1584 2003-01-01 Steven Tamm <steventamm@mac.com>
1585
1586 * MACHINES: Added pointer to Mac OS X install instructions.
1587
1588 2002-12-10 Kenichi Handa <handa@m17n.org>
1589
1590 * TUTORIAL.sv: Renamed from TUTORIAL.se.
1591
1592 2002-11-29 Bill Wohler <wohler@newt.com>
1593
1594 * MH-E-NEWS: Upgraded to MH-E version 7.0.
1595
1596 2002-11-22 Rafael Sep\e,Az\e(Blveda <drs@gnulinux.org.mx>
1597
1598 * TUTORIAL.es: Extensively changed and updated.
1599
1600 2002-10-01 Bill Wohler <wohler@newt.com>
1601
1602 * MH-E-NEWS: Upgraded to mh-e version 6.1.1.
1603
1604 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
1605
1606 * ses-example.ses: New file: example spreadsheet.
1607
1608 2002-09-04 Kenichi Handa <handa@etl.go.jp>
1609
1610 * HELLO: Fix Unicode Greek line.
1611
1612 2002-09-03 Kenichi Handa <handa@etl.go.jp>
1613
1614 * TUTORIAL.ja: Updated in accordance with the latest English
1615 version.
1616
1617 2002-09-01 Andreas Schwab <schwab@suse.de>
1618
1619 * TUTORIAL.de: Updated in accordance with the English version.
1620 From Mario Lang <mlang@delysid.org>.
1621
1622 2002-08-12 Markus Rost <rost@math.ohio-state.edu>
1623
1624 * HELLO: Fix some white spaces.
1625
1626 2002-06-26 Richard M. Stallman <rms@gnu.org>
1627
1628 * ps-prin0.ps, ps-prin1.ps: Add license exception.
1629
1630 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
1631
1632 * TUTORIAL.fr: New version from \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
1633
1634 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1635
1636 * HELLO: Add a few greetings that use Unicode characters.
1637
1638 2002-04-20 Eli Zaretskii <eliz@is.elta.co.il>
1639
1640 * termcap.src: New version from ftp://invisible-island.net.
1641
1642 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1643
1644 * TUTORIAL.translators: New file, list of tutorial translators.
1645
1646 2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
1647
1648 * gnus.xpm: Remove garbages.
1649
1650 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1651
1652 * letter.xpm: New file, XPM variant of letter.xbm.
1653
1654 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1655
1656 * COPYING: Move back.
1657
1658 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1659
1660 * COPYING: Removed.
1661
1662 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1663
1664 * emacstool.1, etags.1, emacs.1: Modify distribution terms to
1665 something simpler than the GFDL.
1666
1667 2001-11-22 Colin Walters <walters@debian.org>
1668
1669 * PROBLEMS: Remove already applied calc info patches. Clarify
1670 that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is
1671 not handled by alternatives in Debian, the reporter surely meant
1672 just "--config ftp".
1673
1674 2001-11-18 Eli Zaretskii <eliz@is.elta.co.il>
1675
1676 * fr-survival.tex: New file, from \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
1677
1678 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * TUTORIAL.fr: New version from \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
1681
1682 2001-11-17 Colin Walters <walters@debian.org>
1683
1684 * PROBLEMS: Remove calc problems.
1685
1686 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1687
1688 * TUTORIAL.fr: New file. From \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
1689
1690 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1691
1692 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
1693 Add *.dvi and *.log.
1694 (SOURCES): Update the list of files.
1695
1696 * calccard.tex: New file.
1697 * calccard.ps: New file.
1698
1699 2001-11-01 Eli Zaretskii <eliz@is.elta.co.il>
1700
1701 * etags.1: Replace presentation-level troff macros that simulate
1702 tables with tbl markup. From Eric S. Raymond <esr@thyrsus.com>.
1703
1704 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1705
1706 * (Version 21.1 released.)
1707
1708 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
1709
1710 * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri
1711 <tbspit@eng.um.edu.mt>.
1712
1713 2001-08-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1714
1715 * HELLO: Slovak language name added to be compatible with other
1716 languages.
1717
1718 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * TUTORIAL.pl: Updated in accordance with the English version.
1721 From Beata Wierzcho\e$,1 b\e(Bowska <beataw@orient.uw.edu.pl> and
1722 Janusz S. Bien <jsbien@mail.uw.edu.pl>.
1723
1724 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1725
1726 * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as
1727 per config.sub and config.guess. Reported by Ryo Furue
1728 <furufuru@ccsr.u-tokyo.ac.jp>.
1729
1730 2001-08-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1731
1732 * TUTORIAL.sk: Updated in accordance with the English version.
1733 From Miroslav Va\e$,1!!\e(Bko <vasko@debian.cz>.
1734
1735 2001-08-08 Eli Zaretskii <eliz@is.elta.co.il>
1736
1737 * TUTORIAL.ko: Updated in accordance with the English version.
1738 From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
1739
1740 2001-08-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1741
1742 * TUTORIAL.cs: Update from Milan Zamazal.
1743
1744 2001-08-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1745
1746 * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: e-mail
1747 address of Milan Zamazal changed.
1748
1749 2001-08-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1750
1751 * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and
1752 META keys.
1753
1754 2001-05-17 Francesco Potorti` <pot@gnu.org>
1755
1756 * etags.1: Add the latest changes to etags behaviour.
1757
1758 2001-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 * emacsclient.1: Place in the public domain.
1761
1762 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1763
1764 * emacstool.1: Place under GFDL.
1765
1766 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1767
1768 * emacs.1: Place under GFDL.
1769
1770 * etags.1: Ditto.
1771
1772 * gfdl.1: New file.
1773
1774 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1775
1776 * TUTORIAL.sk, sk-survival.tex
1777 * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps
1778 * sk-dired-ref.tex: New files.
1779
1780 * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files.
1781 From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
1782
1783 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1784
1785 * ps-prin1.ps: Footer implementation. Doc fix.
1786 (doLineNumber): Code fix for line number color.
1787 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code
1788 fix for footer implementation.
1789 (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
1790 (FooterFramePath, doFrame, FooterFrame, FooterStart)
1791 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
1792
1793 2001-04-03 Gerd Moellmann <gerd@gnu.org>
1794
1795 * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca>
1796 for color depth 8.
1797
1798 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1799
1800 * ps-prin1.ps: Line and paragraph spacing feature.
1801 (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
1802 (EffectShadow, EffectBox, EffectOutline): New vars.
1803 (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
1804 (PHL, LHL): New funs.
1805
1806 * ps-prin2.ps: File eliminated.
1807
1808 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1809
1810 * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>.
1811
1812 2001-03-15 Gerd Moellmann <gerd@gnu.org>
1813
1814 * splash.xpm, splash.pbm: Replaced with new images from
1815 Luis Fernandes <elf@ee.ryerson.ca>.
1816
1817 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1818
1819 * cs-refcard.ps, cs-refcard.tex: New files.
1820
1821 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1822
1823 * THE-GNU-PROJECT: New file.
1824
1825 2001-02-22 Andrew Innes <andrewi@gnu.org>
1826
1827 * MACHINES: Update pointer to MS-Windows install instructions.
1828
1829 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1830
1831 * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow'
1832 functionality enhancement.
1833 (doColumnZebra): Code fix.
1834
1835 2001-02-08 Dave Love <fx@gnu.org>
1836
1837 * tasks.texi, SERVICE: Updated.
1838
1839 2001-02-03 Andrew Innes <andrewi@gnu.org>
1840
1841 * PROBLEMS: Add note about need to specify extra compiler flags
1842 with recent Cygwin ports of gcc.
1843
1844 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1845
1846 * DEBUG: Expand and update, based on the instructions to
1847 pretesters, nt/INSTALL, and private communications and experience.
1848
1849 2001-01-17 Dave Love <fx@gnu.org>
1850
1851 * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/.
1852
1853 2001-01-08 Gerd Moellmann <gerd@gnu.org>
1854
1855 * TUTORIAL.es: New file.
1856
1857 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
1858
1859 * edt-user.doc: Updated to reflect EDT Emulation version 4.0
1860 enhancements.
1861
1862 2000-12-29 Gerd Moellmann <gerd@gnu.org>
1863
1864 * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
1865 files.
1866
1867 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1868
1869 * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
1870 is non-nil.
1871 (printZebra, BeginPage): Code fix.
1872
1873 2000-12-15 Miles Bader <miles@gnu.org>
1874
1875 * DEBUG: Add note aboute using `inverse-video' to detect excessive
1876 screen redraw.
1877
1878 2000-12-07 Dave Love <fx@gnu.org>
1879
1880 * CODINGS, CHARSETS: Removed. (Mule 2.3 relics.)
1881
1882 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1883
1884 * ps-prin1.ps: Eliminated the line number font predefinition.
1885
1886 2000-11-09 Kenichi Handa <handa@etl.go.jp>
1887
1888 * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l,
1889 not M-:, as example of disabled command).
1890
1891 2000-11-02 Gerd Moellmann <gerd@gnu.org>
1892
1893 * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*.
1894
1895 2000-10-16 Gerd Moellmann <gerd@gnu.org>
1896
1897 * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed.
1898
1899 * tasks.texi: Updated to the version from /gd/gnuorg.
1900
1901 * FTP: Refer to the GNU web site.
1902
1903 2000-10-12 Dave Love <fx@gnu.org>
1904
1905 * gnus.pbm: New file.
1906
1907 * gnus.xbm: Deleted.
1908
1909 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1910
1911 * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line.
1912
1913 2000-09-22 Gerd Moellmann <gerd@gnu.org>
1914
1915 * splash.xbm: File removed.
1916 * splash.pbm: New file.
1917
1918 2000-09-20 Gerd Moellmann <gerd@gnu.org>
1919
1920 * splash.xbm: New file.
1921
1922 2000-09-19 Gerd Moellmann <gerd@gnu.org>
1923
1924 * splash.xpm: New file.
1925
1926 2000-09-11 Dave Love <fx@gnu.org>
1927
1928 * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New
1929 files.
1930
1931 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1932
1933 * ps-prin3.ps: Eliminated.
1934
1935 * ps-prin2.ps: Changed comment version (6.0).
1936
1937 * ps-prin1.ps: Changed comment version (6.0).
1938
1939 * ps-prin0.ps: Changed comment version (6.0).
1940
1941 2000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl>
1942
1943 * survival.tex: New file.
1944
1945 2000-08-21 Gerd Moellmann <gerd@gnu.org>
1946
1947 * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*.
1948
1949 * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*.
1950
1951 2000-08-17 Gerd Moellmann <gerd@gnu.org>
1952
1953 * NEWS.1: Reintegrated into NEWS.
1954
1955 * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4.
1956
1957 2000-08-16 Gerd Moellmann <gerd@gnu.org>
1958
1959 * dired-ref.tex, dired-ref.ps: New files.
1960
1961 * refcard-de.tex, refcard-de.ps: New files.
1962
1963 2000-07-20 Gerd Moellmann <gerd@gnu.org>
1964
1965 * emacs.1: Change `-b' to `-bw'.
1966
1967 2000-07-07 Andreas Schwab <schwab@suse.de>
1968
1969 * yow.lines: Fix indentation.
1970
1971 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1972
1973 * ps-prin0.ps: Insert a version number comment (5.2.2).
1974 Indentation fix.
1975
1976 * ps-prin1.ps: Insert a version number comment (5.2.2). Can
1977 select page size with/without giving an error if PostScript
1978 printer doesn't have this kind of page size. Zebra Stripe
1979 continues or restarts on next page. Indentation fix.
1980 (BeginSheet): If necessary, rescale n-up to fit on the sheet of
1981 paper.
1982 (BeginDoc, doColumnZebra, HeaderText): Code fix.
1983 (SetPageSize): New proc.
1984
1985 * ps-prin2.ps: Insert a version number comment (5.2.2).
1986
1987 * ps-prin3.ps: Insert a version number comment (5.2.2).
1988 Indentation fix.
1989
1990 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1991
1992 * ps-prin1.ps: PostScript code compatibility with other utilities
1993 like mpage, psnup, etc.
1994 (isLineStep): Code fix.
1995 (BeginDoc, BeginSheet): Utility compatibility.
1996
1997 2000-05-03 Dave Love <fx@gnu.org>
1998
1999 * letter.xbm: New file.
2000
2001 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2002
2003 * ps-prin0.ps: PostScript level 1 compatibility.
2004
2005 * ps-prin1.ps: PostScript level 1 compatibility, Upside-down
2006 printing and line number step.
2007 (BeginDoc, doLineNumber, SL, HL): Code fix.
2008 (isLineStep, PSL): New funs.
2009
2010 * ps-prin3.ps: PostScript level 1 compatibility.
2011
2012 2000-04-10 Gerd Moellmann <gerd@gnu.org>
2013
2014 * refcard.bit: Removed.
2015
2016 2000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
2017
2018 * refcard-pl.ps: New file.
2019 * refcard-pl.tex: New file.
2020
2021 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2022
2023 * ps-prin0.ps: Replace gs_languagelevel by languagelevel.
2024 (DefOp): New proc.
2025
2026 * ps-prin1.ps: Replace gs_languagelevel by languagelevel.
2027 (printBackground, SetColor): New procs.
2028 (ZebraColor): Renaming old ZebraGray var.
2029
2030 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2031
2032 * ps-prin1.ps: Eliminate SkipFirstPage.
2033
2034 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2035
2036 * ps-prin0.ps: Define command only for language level 1.
2037
2038 2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2039
2040 * ps-prin0.ps: Define packedarray operator for language level 1,
2041 adjust setduplexmode and settumble definitions.
2042
2043 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2044
2045 * ps-print0.ps: New file.
2046
2047 * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig.
2048
2049 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2050
2051 * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files.
2052
2053 1999-11-30 Paul Eggert <eggert@twinsun.com>
2054
2055 * PROBLEMS: Update Solaris 2.6 and 7 problems.
2056
2057 1999-11-22 Paul Eggert <eggert@twinsun.com>
2058
2059 * NEWS: Rename messages-locale to system-messages-locale
2060 and time-locale to system-time-locale.
2061
2062 1999-10-24 Noah Friedman <friedman@splode.com>
2063
2064 * yow.lines: Add more quotes. Correct a misquote.
2065
2066 * spook.lines: Add more phrases.
2067
2068 1999-10-23 Paul Eggert <eggert@twinsun.com>
2069
2070 * NEWS: Describe new functions and variables for locales.
2071
2072 1999-10-07 Gerd Moellmann <gerd@gnu.org>
2073
2074 * TUTORIAL.ro: Change copyright statement.
2075
2076 1999-07-12 Richard Stallman <rms@gnu.org>
2077
2078 * Version 20.4 released.
2079
2080 1999-06-27 Karl Heuer <kwzh@gnu.org>
2081
2082 * yow.lines: Fix indentation. Fix typo.
2083
2084 1999-01-19 Dave Love <fx@gnu.org>
2085
2086 * MORE.STUFF: Revamped.
2087
2088 1999-01-14 Dave Love <fx@gnu.org>
2089
2090 * FAQ: Merge posted updates.
2091
2092 1998-12-14 Dave Love <fx@gnu.org>
2093
2094 * FAQ: Somewhat edited copy of the most recently posted version.
2095
2096 1998-11-04 Kenichi Handa <handa@etl.go.jp>
2097
2098 * MACHINES (NEC EWS4800): New section.
2099
2100 1998-09-04 Karl Heuer <kwzh@gnu.org>
2101
2102 * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command.
2103
2104 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2105
2106 * Version 20.3 released.
2107
2108 * TUTORIAL.ro: New file.
2109
2110 1998-04-10 Ken'ichi Handa <handa@melange.gnu.org>
2111
2112 * TUTORIAL.sl: Renamed back to the original.
2113
2114 1998-04-10 Kenichi Handa <handa@etl.go.jp>
2115
2116 * TUTORIAL.cs: Renamed from TUTORIAL.cz.
2117 * TUTORIAL.ja: Renamed from TUTORIAL.jp.
2118 * TUTORIAL.ka: Renamed from TUTORIAL.kr.
2119 * TUTORIAL.sk: Renamed from TUTORIAL.sl.
2120
2121 1998-04-06 Kenichi Handa <handa@etl.go.jp>
2122
2123 * TUTORIAL.jp: Re-translated for the latest TUTORIAL.
2124
2125 1998-03-26 Richard Stallman <rms@psilocin.gnu.org>
2126
2127 * TUTORIAL.sl: New file.
2128
2129 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2130
2131 * Version 20.2 released.
2132
2133 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2134
2135 * Version 20.1 released.
2136
2137 1997-06-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2138
2139 * CODINGS, CHARSETS: New files.
2140
2141 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2142
2143 * Version 19.33 released.
2144
2145 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2146
2147 * Version 19.32 released.
2148
2149 1996-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2150
2151 * refcard.ps: File obtained from someone else;
2152 it was generated badly here.
2153
2154 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2155
2156 * Version 19.31 released.
2157
2158 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2159
2160 * TUTORIAL: Rephrase the first page to fit on a standard tty screen.
2161
2162 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
2163
2164 * emacs.bash: Use >|.
2165
2166 1996-01-20 Geoff Voelker <voelker@cs.washington.edu>
2167
2168 * rgb.txt: New file.
2169
2170 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2171
2172 * Version 19.30 released.
2173
2174 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
2175
2176 * gnus-tut.txt: New file.
2177
2178 1995-07-26 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
2179
2180 * Rename termcap to termcap.src, the historical name for an
2181 uninstalled termcap file.
2182
2183 1995-06-28 Eric S. Raymond <esr@spiff.gnu.ai.mit.edu>
2184
2185 * termcap.dat, termcap.ucb: deleted and replaced.
2186
2187 * termcap: New termcap file from the ncurses project; bigger,
2188 better, brighter, does away with waxy yellow buildup. Email
2189 me at terminfo@ccil.org if you have any trouble with this.
2190
2191 * README: Changed to track above change.
2192
2193 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
2194
2195 * TUTORIAL: Delete reference to ALT. Change <Rubout> to <Delete>.
2196
2197 1995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2198
2199 * Makefile (maintainer-clean): Renamed from realclean.
2200
2201 1995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2202
2203 * tpu-doc.el: File moved to etc dir and renamed.
2204
2205 1995-04-07 Boris Goldowsky <boris@cs.rochester.edu>
2206
2207 * enriched.doc: Rewritten and simplified.
2208
2209 1994-11-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2210
2211 * Makefile (eterm): New rule.
2212 (TIC): New variable.
2213
2214 * e/eterm, e/eterm.ti: New files.
2215
2216 1994-10-24 Boris Goldowsky <boris@mole.gnu.ai.mit.edu>
2217
2218 * enriched.doc: New file.
2219
2220 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2221
2222 * Version 19.26 released.
2223
2224 1994-07-03 Richard Stallman (rms@gnu.ai.mit.edu)
2225
2226 * TUTORIAL: Talk about flow control along with C-x C-s and C-s.
2227
2228 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2229
2230 * Version 19.25 released.
2231
2232 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2233
2234 * Version 19.24 released.
2235
2236 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2237
2238 * Version 19.23 released.
2239
2240 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2241
2242 * Makefile (clean): Delete DOC*.
2243
2244 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2245
2246 * Version 19.22 released.
2247
2248 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2249
2250 * Version 19.21 released.
2251
2252 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2253
2254 * Version 19.20 released.
2255
2256 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2257
2258 * Version 19.19 released.
2259
2260 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2261
2262 * Version 19.18 released.
2263
2264 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2265
2266 * Version 19.16 released.
2267
2268 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2269
2270 * version 19.15 released.
2271
2272 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2273
2274 * Version 19.14 released.
2275
2276 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2277
2278 Bring mumbleclean targets into conformance with GNU coding standards.
2279 * Makefile (distclean): Don't remove backup and autosave files.
2280 These are easy to get rid of in other ways, and a pain to lose.
2281 (mostlyclean, realclean): New targets.
2282
2283 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2284
2285 * Version 19.13 released.
2286
2287 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2288
2289 * Version 19.10 released.
2290
2291 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2292
2293 * Version 19.9 released.
2294
2295 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2296
2297 * Version 19.8 released.
2298
2299 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2300
2301 * Version 19.7 released.
2302
2303 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2304
2305 * MACHINES: Mention Linux.
2306
2307 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2308
2309 * MACHINES: Add section for NeXT, from Thorsten Ohl.
2310
2311 1993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2312
2313 * NEWS: Documented picture-mode improvements.
2314
2315 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2316
2317 * NEWS: Described the new properties of arrow keys and
2318 next-line-add-newlines. Fixed up the GUD description, it was
2319 out of date. This file referenced LNEWS when it should have
2320 said news.texi; fixed.
2321
2322 news.texi: invocation-name now exists.
2323
2324 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2325
2326 * MORE.STUFF: Added.
2327
2328 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2329
2330 * NEWS: Preserved jimb's last change (documenting kill on
2331 read-only buffers).
2332
2333 Added documentation on new info features.
2334
2335 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2336
2337 * spook.lines: Alpha-sorted this, and added some new hot buttons
2338 for the 1990s.
2339
2340 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2341
2342 * MACHINES: Deleted some VMS caveats. If the src and lisp
2343 ChangeLogs are correct, dired and mail and process control are now
2344 fully supported.
2345
2346 * NEWS: Added finder news.
2347
2348 1993-03-19 Richard Stallman (rms@geech.gnu.ai.mit.edu)
2349
2350 * NEWS: Changed.
2351
2352 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2353
2354 * sex.6: Added 900-line support
2355
2356 * NEWS: Added news about the package finder.
2357
2358 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2359
2360 * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so
2361 I nuked it. Let the file mod date serve. Merged in APOLLO and
2362 SUNBUG files. Changed references to 18.* to past tense.
2363
2364 * emacs.names: merged into JOKES. I faked a mail header from the
2365 Unknown User to delimit the first (unheaded) bit.
2366
2367 * Makefile (relock, unlock): New productions.
2368
2369 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2370
2371 Augean-stable cleaning time. Partly to save space, but mostly to
2372 reduce the dizzying amount of *stuff* confronting someone exploring
2373 the Emacs distribution, I have the following changes in the etc
2374 directory:
2375
2376 * CHARACTERS: merged into TO-DO file under the heading "Long Range:"
2377
2378 * DIFF, CCADIFF and GOSDIFF: merged into a new outline file titled
2379 OTHER.EMACSES. The present names don't really convey anything.
2380 Various key bindings and feature descriptions have been updated.
2381
2382 * NICKLES.WORTH. Nuked. This is copyrighted material that could land
2383 FSF in hot water.
2384
2385 * INTERVAL.IDEAS: Nuked. RMS's thinking, and indeed the
2386 implementation of intervals, have progressed way beyond this.
2387
2388 * RCP: Nuked. It no longer said anything but "Ooops, sorry!"
2389
2390 * ED.WORSHIP, GNU.JOKES: merged into a mailbox called JOKES.
2391 Future jokes can accumulate there.
2392
2393 * DISTRIB: the actual domestic order form is now ORDERS.USA.
2394 The DISTRIB text now mentions 19.
2395
2396 * ORDERS.USA: created. This is just the order form. DISTRIB
2397 has a pointer to it at the beginning.
2398
2399 * EUROPE: renamed to ORDERS.EUROPE. DISTRIB now has a pointer
2400 to it at the beginning.
2401
2402 * OOOONEWS, OOOONEWS: Nuked. It's version 19 --- nobody needs the
2403 version 15 and 17 files anymore.
2404
2405 All files marked "Nuked" have actually been moved to =-prefixed
2406 names as per convention. Originals of all files merged still
2407 exist with =-names.
2408
2409 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2410
2411 * XENIX: nuked (moved to =XENIX). The hackery it describes is
2412 no longer necessary in the presence of 19's function-key-map
2413 feature; I've added an explanation to the beginning of the file.
2414
2415 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2416
2417 * MACHINES: Update description of SYSVr3 and r4 support, due to
2418 Eric Raymond's changes.
2419
2420 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2421
2422 * MACHINES: Mention that you have to edit the configure script
2423 when you add support for a new machine, to get it to recognize the
2424 configuration name.
2425
2426 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2427
2428 * MACHINES: Converted to use GCC-style configuration names,
2429 instead of listing m/*.h and s/*.h files. All knowledge of m/ and
2430 s/ files now lives in ../configure.
2431
2432 1992-10-06 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
2433
2434 * NEWS: Document included tags tables.
2435
2436 1992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2437
2438 * Corrected the news about VC to reflect reality.
2439
2440 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2441
2442 * etags.1: New file, from Richard K. Pixley at Cygnus.
2443
2444 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2445
2446 * Makefile: Most of the contents of this file were only relevant
2447 to things in `../lib-src'; removed all but the `distclean' and
2448 `clean' targets.
2449
2450 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2451
2452 * COPYING: Got June 1991 version of the GPL here.
2453
2454 * ChangeLog: Since the old etc contents have been split into etc
2455 and lib-src, the old etc's ChangeLog has been duplicated in the
2456 new etc and lib-src. That means that each contains complete and
2457 coherent information, although each contains extraneous
2458 information.
2459
2460 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2461
2462 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
2463 to be consistent with other GNU programs, like makeinfo.
2464
2465 * lib-src/Makefile: Renamed to Makefile.in; the configure script
2466 will edit this to produce Makefile.
2467
2468 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2469
2470 * etags.c (print_help, print_version): New functions.
2471 (main): Options added to support them.
2472
2473 * etags.c (longopts): New array of long names for the options.
2474 (main): Recognize them.
2475
2476 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2477
2478 * etags.c (C_entries): Removed comment saying that \" in a string
2479 isn't recognized as magic, because it is correctly handled.
2480
2481 * getopt.c, getopt.h: New files, from GNU C library.
2482 * etags.c: Rewritten to use getopt.
2483 #include "getopt.h".
2484 (file_num): Variable deleted; its role is now played by getopt's
2485 optind.
2486 (main): Argument processing loop rewritten to call getopt to get
2487 next option. Options which take parameters (-o and -i) rewritten
2488 to get parameter from optarg instead of argv[1]. Filename
2489 preprocessing loop and update command changed similarly.
2490 * Makefile (etags, ctags): Depend on and link with getopt.h,
2491 getopt.o, and getopt1.o.
2492 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
2493
2494 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
2495 is non-zero.
2496
2497 (main): In the argument processing loop, the 'goto next_arg'
2498 statements are breaking out of the switch statement in exactly the
2499 same way that a simple 'break' statement would; replace the gotos
2500 with breaks, and remove the label.
2501
2502 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2503
2504 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
2505 (consider_token): Move next_token_is_func to global.
2506
2507 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2508
2509 * Makefile: Conform with GNU coding standards:
2510 (mostlyclean): New target, synonymous with clean.
2511 (TAGS, check): New targets.
2512 (INSTALL, INSTALLFLAGS): New variables.
2513
2514 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2515
2516 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
2517 `config.emacs' to `configure'.
2518
2519 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
2520 * etc/MACHINES: Same.
2521
2522 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2523
2524 * movemail.c (main): Allow tempname to be as long as necessary,
2525 instead of limiting it to 39 characters.
2526
2527 * movemail.c (main): Move declaration of buf from top of function
2528 to local block surrounding the copy loop. This makes it less
2529 likely to be confused with the buf used by the code which checks the
2530 permissions on outname's directory.
2531
2532 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
2533
2534 * SERVICE: Remove my entry.
2535
2536 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
2537
2538 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
2539 hardcoded -g.
2540
2541 * movemail.c (xmalloc): Return char *, not int.
2542 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
2543 that is off by default -- normally don't unlink the mail spool
2544 file, just empty it. Pass creat mode 0600, not 0666.
2545
2546 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2547
2548 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
2549 (all): Instead of here.
2550 (install): Don't use the -s option, since people need symbols to
2551 debug code.
2552
2553 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
2554
2555 * etags-vmslib.c (fn_exp): Add type cast.
2556
2557 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2558
2559 * movemail.c: Changes in comments.
2560
2561 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2562
2563 * Makefile: Make the distclean target erase the DOC files from
2564 ../share-lib and the executables from ../arch-lib.
2565
2566 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
2567
2568 * emacsclient.c: #include <sys/stat.h>
2569 (main): Do declare statbfr.
2570
2571 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2572
2573 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
2574 for the socket, depending on SERVER_HOME_DIR.
2575 If using /tmp, put host name in the socket name.
2576
2577 * movemail.c (pfatal_and_delete): New function.
2578 (main, popmail): Use it.
2579 (popmail): Close output before deleting messages.
2580 Check for error on close and on fsync.
2581 Use `fatal' where appropriate.
2582 (main): Remove (void).
2583
2584 * aixcc.lex: New file. Not officially part of Emacs.
2585 * Makefile: Rules for that.
2586
2587 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
2588
2589 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
2590
2591 * etags.c (main): Properly cast call to alloca that initializes
2592 included_files.
2593
2594 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
2595
2596 * etags.c (files_are_tag_tables): Remove global var.
2597 (process_file): Don't test it. Also remove hack checking for a
2598 file named "TAGS".
2599 (main): -i now takes an arg which is the name of a file to include.
2600 Collect these names and emit include tags for them after processing
2601 all the argument files.
2602
2603 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2604
2605 * wakeup.c: Terminate if parent goes away.
2606
2607 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2608
2609 * etags.c (C_entries): Process token before handling end of line.
2610 When inner loops reach end of line, just back up.
2611 Let the real end of line processing happen in just one place.
2612 (consider_token): Likewise.
2613
2614 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
2615
2616 * etags.c (TEX_mode): Skip comments while scanning the text to see
2617 which escape character this file uses.
2618
2619 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2620
2621 * emacsserver.c [USG]: Terminate if msgrcv fails.
2622
2623 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
2624
2625 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
2626
2627 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
2628
2629 * make-docfile: Find the arguments to a C function correctly,
2630 by not ignoring the character that read_c_string returns. Don't
2631 even try to find argument names for functions that take MANY
2632 or UNEVALLED arguments, since they're a figment of the docstring's
2633 imagination.
2634
2635 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
2636
2637 * make-docfile: Read the .elc files generated by the new byte
2638 compiler.
2639
2640 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
2641
2642 * refcard.tex: Use cm fonts, not am, in multi-column mode.
2643
2644 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
2645
2646 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
2647
2648 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
2649
2650 * Makefile (install*): No need to install wakeup.
2651
2652 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
2653
2654 * Makefile (install*): Install emacsclient like etags.
2655
2656 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
2657
2658 * movemail.c (error): Handle 3 args.
2659 (main): Don't check input access if using pop.
2660
2661 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
2662
2663 * etags.c (find_entries): Check for numbers after Scheme suffix.
2664
2665 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
2666
2667 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
2668
2669 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
2670
2671 * Makefile (nemacstool, xvetool): New targets.
2672
2673 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
2674
2675 * emacsclient.c: Include errno.h and define related variables.
2676
2677 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
2678
2679 * emacsclient.c: Change usage message.
2680
2681 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
2682
2683 * emacs.1: Add break before -nw option.
2684
2685 1990-08-19 David J. MacKenzie (djm@apple-gunkies)
2686
2687 * qsort.c: Replace with GNU version.
2688
2689 1990-08-14 David J. MacKenzie (djm@apple-gunkies)
2690
2691 * wakeup.c: New program replacing loadst.c.
2692
2693 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2694
2695 * emacsclient.c [USG]: Pass msgsnd only 4 args.
2696
2697 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
2698
2699 * etags.c: Rename `flag' variables for what they do instead of
2700 which option character sets them.
2701
2702 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2703
2704 * loadst.c (main): Conditional to get load average on Apollo.
2705
2706 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
2707
2708 * emacsserver.c: Set the permission on the socket to 0600.
2709
2710 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2711
2712 * emacsclient.c [BSD]: Print clean message for failing getwd.
2713
2714 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
2715
2716 * getdate.y: Use the getdate.y from GNU tar for timer.
2717
2718 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
2719
2720 * emacsclient.c (main): Don't put brackets around "filename" in
2721 usage message. It isn't optional.
2722
2723 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
2724
2725 * etags.c (getit): Recognize '$' as beginning identifiers.
2726
2727 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
2728
2729 * emacsserver.c: Renamed from server.c.
2730 * Makefile: Reference emacsserver rather than server.
2731 * MACHINES: Doc fix for new emacsserver name.
2732
2733 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2734
2735 * emacsclient.c: Print program name in error messages.
2736
2737 1990-01-19 David Lawrence (tale@cocoa-puffs)
2738
2739 * timer.c, getdate.y (new files) and Makefile:
2740 Sub-process support for run-at-time in timer.el.
2741 Doesn't yet work correctly for USG.
2742
2743 1990-01-10 Jim Kingdon (kingdon@pogo)
2744
2745 * MACHINES: Add HP 300 running BSD.
2746
2747 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2748
2749 * yow.c: Dynamically allocate buffer; skip header before random
2750 choice to avoid bias toward first item.
2751
2752 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2753
2754 * etags.c (readline): Separate out init of `pend'.
2755
2756 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2757
2758 * etags.c: Undo changes relating to isgoodhdr.
2759
2760 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
2761
2762 * etags.c (isgoodhdr): New macro.
2763 (_gdh, notgdh): New variable used by that.
2764 (init): Initialize _gdh.
2765 (find_entries): Set header_file.
2766 (consider_token): Use isgoodhdr if in header file.
2767
2768 * etags.c (total_size_of_entries):
2769 Was miscalculating by 1 in rewritten case.
2770
2771 * etags.c (PAS_funcs): One arg to pfnote was missing.
2772
2773 1989-12-05 Joseph Arceneaux (jla@spiff)
2774
2775 * MACHINES: Change for the ULTRIX entry.
2776
2777 1989-11-21 Joseph Arceneaux (jla@spiff)
2778
2779 * etags.c (process_file): If file is not regular, return.
2780
2781 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2782
2783 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
2784
2785 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2786
2787 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
2788 (main): If HAVE_GETLOADAVG, don't call `nlist'.
2789
2790 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2791
2792 * etags.c (consider_token): Allow any number of typespec keywords
2793 after `typedef', before new type name.
2794 (enum sym_type): Add st_C_typespec.
2795 (C_create_stab): Put typespec kwds in table.
2796
2797 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
2798
2799 * etags.c (main): Don't depend on name invoked by.
2800 If CTAGS is not defined, assume it is ETAGS.
2801
2802 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2803
2804 * etags.c (L_funcs): Allow package name in define construct,
2805 as in (foo::defmumble name-defined ...).
2806
2807 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2808
2809 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
2810
2811 * Makefile (yow): Depends on ../src/paths.h.
2812
2813 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
2814
2815 * etags.c: Fix compilation by moving Pascal after Fortran.
2816
2817 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2818
2819 * movemail.c [USG]: Define F_OK, etc., if not found in header.
2820
2821 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2822
2823 * hexl.c: New file, supports hexl-mode.
2824
2825 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2826
2827 * movemail.c: New compilation flag MAIL_USE_MMDF.
2828
2829 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2830
2831 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
2832 * server.c: Likewise.
2833
2834 * make-docfile.c (scan_c_file): Output argument names at end of string.
2835 (write_c_args): New subroutine.
2836
2837 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2838
2839 * movemail.c: Report failure of flock.
2840
2841 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2842
2843 * etags.c (find_entries): Allow multi-letter extensions for fortran.
2844
2845 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2846
2847 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
2848
2849 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
2850
2851 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
2852
2853 * emacsstool.1: update to document environment variables.
2854
2855 1989-02-21 Mosur Mohan (email@notavailable)
2856
2857 * etags.c (PAS_funcs): New function.
2858
2859 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2860
2861 * movemail.c: On sysv, include unistd.h.
2862
2863 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2864
2865 * b2m.c: New file.
2866
2867 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2868
2869 * etags.c: Prolog support from Sunichirou Sugou
2870
2871 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2872
2873 * Makefile (clean): New target.
2874
2875 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2876
2877 * fakemail.c (put_line): Break header lines at 79 cols.
2878
2879 1989-01-19 Sam Kendall (email@notavailable)
2880
2881 * etags.c: Greatly rewritten for C++ support and for multiple tags
2882 per line.
2883
2884 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2885
2886 * movemail.c: Check access before doing real work.
2887 Check that outfile is in a writable directory.
2888 On fatal error, delete the lock file.
2889
2890 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
2891
2892 * env.c: Add decl for my-index
2893 * etags.c (file-entries): .oak => scheme
2894
2895 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2896
2897 * movemail.c: Use `access' to check input and output files.
2898
2899 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2900
2901 * emacsclient.c (main): Ignore all of CWD before first slash.
2902
2903 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2904
2905 * etags.c (readline): Double linebuffer->size outside the xrealloc.
2906
2907 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2908
2909 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
2910 * server.c: chmod the socket to 0700.
2911
2912 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2913
2914 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
2915 (add_field): Delete comments and turn `<', `>' to spaces
2916 in header lines.
2917 (USE_FAKEMAIL): New customization macro says to make fakemail
2918 not be a no-op even on a BSD system.
2919
2920 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2921
2922 * etags.c (consider_token): Skip comments just like whitespace.
2923 Notice `struct', etc. and set strtag for those tokens.
2924 Return 1 for the token following `struct' if an open-brace follows it.
2925 (C_entries): Special handling of token following `struct'
2926 needed because we have probably advanced to the following line
2927 to find the `{'.
2928 (main): New option `T' sets tflag and strflag.
2929 Set both of them by default if eflags.
2930
2931 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2932
2933 * movemail.c: Do fsync before closing output.
2934
2935 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
2936
2937 * movemail.c: Better error message when can't create tempname.
2938 This file needs a great deal of extra error-checking and lucid reporting...
2939
2940 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2941
2942 * etags.c: Support assembler code for .s and .a files.
2943 (getit): Allow underscore in a tag.
2944
2945 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2946
2947 * movemail.c: Close output and check errors before deleting input.
2948
2949 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
2950
2951 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
2952 whether to prefix it. Handle line number args.
2953
2954 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
2955
2956 * etags.c (main): default setting of eflag was backwards.
2957
2958 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2959
2960 * etags.c: New option -i. -f renamed -o.
2961 `-' as input file means read input file names from stdin.
2962 -i spec'd or input file named TAGS means the input file is another
2963 tag table; output an "include" line for it.
2964
2965 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2966
2967 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
2968 New targets install, install.sysv, install.xenix.
2969 This makefile is now responsible for installing executables
2970 and documentation from this directory into system directories.
2971
2972 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
2973
2974 * server.c, emacsclient.c (main): Compute socket name from euid.
2975
2976 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2977
2978 * emacsclient.c: Args like +DIGITS are passed through unchanged.
2979
2980 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2981
2982 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
2983 * emacsclient.c: Likewise.
2984 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
2985
2986 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2987
2988 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
2989 (istoken) New string-comparison macro.
2990 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
2991
2992 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2993
2994 * etags.c: Changes for VMS.
2995 Always define ETAGS on VMS.
2996 Define macros GOOD and BAD for success and failure exit codes.
2997 (begtk, intk): Allow `$' in identifiers
2998 (main): Don't support -B, -F or -u on VMS.
2999 Alternate loop for scanning filename arguments.
3000 (system): Delete definition of this function.
3001
3002 * etags-vmslib.c (system): Undefine this; VMS now provides it.
3003
3004 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
3005
3006 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
3007 around include of param.h. (Like fns.c.)
3008
3009 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
3010
3011 * loadst.c (load_average): Move load-average code to this new fn.
3012 Add conditionals to compute load ave on UMAX.
3013
3014 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
3015
3016 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
3017 with opposite sense.
3018
3019 1988-05-13 Chris Hanson (cph@kleph)
3020
3021 * emacsclient.c: Delete references to unused variable `out'. This
3022 caused a bus error when used under hp-ux.
3023
3024 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
3025
3026 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
3027
3028 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
3029
3030 * etags.c (find_entries): `.t' or `.sch' means scheme code.
3031
3032 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
3033
3034 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
3035
3036 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
3037
3038 * movemail.c: #undef close, since config can #define it on V.3.
3039 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
3040
3041 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
3042
3043 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
3044 invalid escape sequences such as `\{'.
3045
3046 * loadst.c: Add `sequent' conditional for file dk.h.
3047
3048 1988-03-20 Richard M. Stallman (rms@wilson)
3049
3050 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
3051
3052 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
3053
3054 ;; Local Variables:
3055 ;; coding: iso-2022-7bit
3056 ;; End:
3057
3058 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
3059 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3060 Copying and distribution of this file, with or without modification,
3061 are permitted provided the copyright notice and this notice are preserved.
3062
3063 ;;; arch-tag: 094f3a51-bd72-44d0-8fac-2ac242c6c5b1