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