(load-with-code-conversion): Call
[bpt/emacs.git] / etc / ChangeLog
1 2009-10-09 Karl Fogel <karl.fogel@red-bean.com>
2
3 * NEWS: Document bookmark.el at 2008-06-25T16:51:33Z!monnier@iro.umontreal.ca format upgrade. (Bug#3375)
4
5 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6
7 * NEWS: New function copy-directory.
8
9 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
10
11 * srecode: New directory for SRecode template files.
12
13 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
14
15 * NEWS: delete-directory has an optional parameter RECURSIVE.
16
17 2009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>
18
19 * refcards/orgcard.tex: New version number.
20
21 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
22
23 * NEWS: Mention Tramp connection methods "imap" and "imaps".
24
25 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
26
27 * NEWS: Mention new library imap-hash.el
28
29 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
30
31 * NEWS: Mention new variable `help-downcase-arguments'
32 and new default for arguments in *Help* buffers.
33
34 2009-09-15 Juanma Barranquero <lekktu@gmail.com>
35
36 * NEWS: Mention new behavior of -Q and new variable
37 `inhibit-x-resources'.
38
39 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
40
41 * PROBLEMS: Document Athena/Lucid internationalization
42 problem (Bug#4333).
43
44 2009-09-02 Carsten Dominik <dominik@u016822.science.uva.nl>
45
46 * refcards/orgcard.tex: Document new effort setting commands.
47 Document the new keys for agenda time motion.
48 Document the `E' key in the agenda.
49
50 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * NEWS: Declare unibyte sessions obsolete.
53
54 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
55
56 * NEWS: Mention Tramp connection method "rsyncc" and variable
57 `process-file-side-effects'.
58
59 2009-08-13 Kenichi Handa <handa@m17n.org>
60
61 * NEWS: Mention the new coding systme `utf-8-hfs' and many
62 functions for Unicode normalization.
63
64 2009-08-09 CHENG Gao <chenggao@gmail.com>
65
66 * MORE.STUFF: Update Etags and Ispell URLs.
67
68 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
69
70 * images/gud/all.xpm, images/gud/thread.xpm: New icons for
71 gdb-mi.el
72
73 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
74
75 * e/eterm-color.ti (msgr, u6, u7): New capabilities.
76
77 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
78
79 * NEWS: Autorevert Tail mode works now for remote files.
80
81 2009-07-26 Kevin Ryde <user42@zip.com.au>
82
83 * compilation.txt: Add Perl-Glib sample message.
84
85 2009-07-23 Ken Raeburn <raeburn@raeburn.org>
86
87 * NEWS: `load-in-progress' corruption fixed.
88
89 2009-07-21 Glenn Morris <rgm@gnu.org>
90
91 * refcards/cs-dired-ref.tex, refcards/dired-ref.tex:
92 * refcards/fr-dired-ref.tex, refcards/sk-dired-ref.tex:
93 * refcards/cs-refcard.tex, refcards/de-refcard.tex:
94 * refcards/fr-refcard.tex, refcards/pl-refcard.tex:
95 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
96 * refcards/ru-refcard.tex, refcards/sk-refcard.tex:
97 * refcards/cs-survival.tex, refcards/fr-survival.tex:
98 * refcards/sk-survival.tex, refcards/survival.tex:
99 Remove version numbers that don't mean much. Instead, just use Emacs
100 version and date. Use FSF URL rather than postal address.
101
102 * refcards/vipcard.tex (versionnumber, version): Remove.
103 (versionemacs, versionvip): New.
104 (copyrightnotice): Use FSF URL rather than postal address.
105
106 * refcards/viperCard.tex (versionnumber): Rename to versionviper.
107 (versionemacs, versionxemacs): New.
108 (version): Remove.
109 (copyrightnotice): Use FSF URL rather than postal address.
110
111 2009-07-16 Glenn Morris <rgm@gnu.org>
112
113 * refcards/cs-dired-ref.tex, refcards/fr-dired-ref.tex:
114 * refcards/sk-dired-ref.tex:
115 Remove non-existent (?) bindings: w, C-u o, U, delete.
116 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
117
118 * refcards/gnus-refcard.tex: Condense a few sentences in order to
119 make them fit on one line, and add some page breaks, to improve the
120 layout in the pdfs.
121
122 2009-07-15 Glenn Morris <rgm@gnu.org>
123
124 * refcards/dired-ref.tex: Change from A4 to letter paper.
125 Remove non-existent (?) bindings: w, C-u o, U, delete.
126 Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
127 New: async shell command = &.
128
129 * refcards/gnus-refcard.tex (Copyright): Add 2009.
130 (Notes): Add missing line-break.
131 (Threading): Reword to fit on one line.
132
133 * refcards/calccard.tex (emacsversionnumber): Just use major version.
134
135 * refcards/Makefile (gnus-booklet.pdf): Use jobname rather than
136 clobbering gnus-refcard.pdf.
137 (clean): Remove .aux files.
138 (gnus-logo.pdf): Remove rule, since this file is distributed.
139
140 2009-07-10 Kenichi Handa <handa@m17n.org>
141
142 * tutorials/TUTORIAL.ja: Reflect the latest change of TUTORIAL.
143
144 2009-07-10 Kevin Ryde <user42@zip.com.au>
145
146 * compilation.txt: Fix names of some elements.
147
148 2009-07-08 Glenn Morris <rgm@gnu.org>
149
150 * tutorials/TUTORIAL: Standardize the way M-x commands are written:
151 dashes inside command names, not spaces; spaces before <Return>.
152 (Summary): Describe the new behavior of C-l.
153 (Basic Cursor Control): Don't say that files "ought" to end in newlines.
154 Try to distinguish scroll bar from fringes.
155 You can also scroll with a wheel mouse.
156 (If Emacs Stops Responding): Rename from "When Emacs is hung".
157 (Inserting And Deleting): Continuation marks appear in the fringe.
158 Clarify that deletion can be undone. Mention cut and paste, and
159 the Glossary.
160 (Files, Mode Line): Update mode-line format.
161 (Extending The Command Set): Downplay C-z, since using Emacs on a
162 text-only terminal is less common these days.
163 (Searching): Incremental searching is no longer atypical.
164 Downplay flow control issues, remove reference to deleted FAQ node.
165 (Multiple Windows): Mention frames.
166 (Multiple Frames): New section.
167 (Getting More Help): Downplay C-h having a different binding.
168 Don't say help is "on-line", since the meaning has changed.
169 (More Features): Replace "on-line". Use C-h rather than F10 h.
170 Say a little more about completion.
171 (Conclusion): Don't mention C-z again here.
172
173 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
174
175 * NEWS: Mention maximized.
176
177 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
178
179 * NEWS: Add "synce" connection method of Tramp.
180
181 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
182
183 * NEWS: Add new connection methods of Tramp.
184
185 2009-06-24 Kenichi Handa <handa@m17n.org>
186
187 * charsets/stdenc.map: Re-generated.
188
189 * charsets/symbol.map: Re-generated.
190
191 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
192
193 * Branch for 23.1.
194
195 2009-06-15 Alan Mackenzie <acm@muc.de>
196
197 * NEWS: Document changes to end-of-defun-function, clarifying
198 entry for beginning-of-defun-function.
199
200 2009-06-13 Bill Wohler <wohler@newt.com>
201
202 Release MH-E version 8.2.
203
204 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.
205
206 2009-06-12 Kenichi Handa <handa@m17n.org>
207
208 * HELLO: Use "/" instead of "," to seperate independent words.
209
210 * charsets/*.map: All re-generated.
211
212 2009-06-08 Kenichi Handa <handa@m17n.org>
213
214 * HELLO: Downcase "suomi".
215
216 2009-05-25 Werner Lemberg <wl@gnu.org>
217
218 * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
219 Use reformed Orthography.
220 Minor improvements.
221
222 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
223
224 * refcards/survival.tex: Add M-g M-g binding.
225
226 * refcards/survival.tex:
227 * refcards/sk-survival.tex:
228 * refcards/sk-refcard.tex:
229 * refcards/sk-dired-ref.tex:
230 * refcards/ru-refcard.tex:
231 * refcards/pt-br-refcard.tex:
232 * refcards/pl-refcard.tex:
233 * refcards/fr-survival.tex:
234 * refcards/fr-dired-ref.tex:
235 * refcards/dired-ref.tex:
236 * refcards/cs-survival.tex:
237 * refcards/cs-refcard.tex:
238 * refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.
239
240 2009-05-15 Chong Yidong <cyd@stupidchicken.com>
241
242 * refcards/refcard.tex: Update Emacs version to 23.
243
244 2009-05-15 Sven Joachim <svenjoac@gmx.de>
245
246 * refcards/de-refcard.tex: Merge changes from refcard.tex.
247 Change `Paragraph' to `Absatz'.
248
249 2009-04-09 Glenn Morris <rgm@gnu.org>
250
251 * MORE.STUFF: Update some urls. Remove dead links: eshell, expand,
252 ffap, hideshow. Remove original whitespace, now in obsolete/.
253 Remember and nXML are part of the distribution now.
254
255 2009-03-13 Kenichi Handa <handa@m17n.org>
256
257 * NEWS: Add description for the argument change of
258 `set-fontset-font' and `print-fontset'.
259
260 2009-02-25 Glenn Morris <rgm@gnu.org>
261
262 * MORE.STUFF: Mention Zile.
263
264 2009-02-23 Miles Bader <miles@gnu.org>
265
266 * NEWS: Rename `system-process-attributes' to `process-attributes'.
267
268 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
269
270 * compilation.txt: Add entry for maven.
271
272 2009-02-14 Jay Belanger <jay.p.belanger@gmail.com>
273
274 * refcards/calccard.tex: Update version number.
275 Mention Maxima mode.
276
277 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * compilation.txt (gnu): Add an example for the "note" format.
280
281 2009-02-04 Jason Rumney <jasonr@gnu.org>
282
283 * PROBLEMS (CPP): Note problem with resource compiler of MSVC.
284
285 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
286
287 * refcards/orgcard.tex: New version number.
288
289 2009-01-28 Juanma Barranquero <lekktu@gmail.com>
290
291 * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
292
293 2009-01-28 Carsten Dominik <dominik@science.uva.nl>
294
295 * refcards/orgcard.tex: New version number.
296
297 2009-01-27 Carsten Dominik <dominik@science.uva.nl>
298
299 * refcards/orgcard.tex: New version number.
300
301 2009-01-27 Kenichi Handa <handa@m17n.org>
302
303 * NEWS: New function `coding-sytem-from-name'.
304
305 2009-01-25 Carsten Dominik <dominik@science.uva.nl>
306
307 * refcards/orgcard.tex: New year and version number.
308 Document heading/item conversion commands.
309 Document C-c RET in tables.
310
311 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
312
313 * NEWS: Tramp supports IPv6 addresses.
314
315 2008-12-20 Carsten Dominik <dominik@science.uva.nl>
316
317 * refcards/orgcard.tex: Version number change.
318
319 2008-12-19 Eli Zaretskii <eliz@gnu.org>
320
321 * PROBLEMS (MS-DOS): Document the problems on Vista.
322
323 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
324
325 * refcards/orgcard.tex: Version number change.
326
327 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
328
329 * refcards/orgcard.tex: Version number change.
330
331 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
332
333 * MACHINES: SH3 is still supported.
334
335 2008-12-07 Carsten Dominik <dominik@science.uva.nl>
336
337 * refcards/orgcard.tex: Version number update.
338
339 2008-11-27 Juanma Barranquero <lekktu@gmail.com>
340
341 * NEWS: Fix typo. (Bug#1439)
342
343 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
344
345 * refcards/orgcard.tex: Document the extra yanking key.
346
347 2008-11-08 Mark A. Hershberger <mah@everybody.org>
348
349 * compilation.txt (php): Add regexp for php error messages.
350
351 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
352
353 * NEWS: New function `locate-user-emacs-file'.
354
355 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
356
357 * MACHINES: Add section for SuperH.
358
359 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
360
361 * refcards/orgcard.tex: Add description for attachments, plus
362 minor changes.
363
364 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
365
366 * refcards/orgcard.tex: Minor fixes.
367
368 2008-09-08 Daiki Ueno <ueno@unixuser.org>
369
370 * TODO: Remove the entry describing auto-encryption.
371
372 2008-08-26 Robert J. Chassell <bob@rattlesnake.com>
373
374 * PROBLEMS: Prevent pasting a region twice on an xterm or rxvt in X.
375
376 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
377
378 * HELLO: Fix Javanese pun.
379
380 2008-08-18 Bill Wohler <wohler@newt.com>
381
382 Release MH-E version 8.1.
383
384 * NEWS, MH-E-NEWS: Update for MH-E release 8.1.
385
386 2008-08-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
387
388 * NEWS: Improve information about whitespace package.
389
390 2008-08-01 Teodor Zlatanov <tzz@lifelogs.com>
391
392 * NEWS: Add entries about the new auth-source integration and
393 about the cyrillic-translit modifications.
394
395 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
396
397 * Emacs.clr: Remove.
398
399 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
400
401 * termcap.src: Remove file.
402 * README:
403 * PROBLEMS:
404 * MACHINES: Remove VMS info.
405
406 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
407
408 * PROBLEMS:
409 * MACHINES: Remove mentions of Mac Carbon.
410
411 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
412
413 * NEWS: New function `diff-show-trailing-blanks' in diff-mode.el.
414
415 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
416
417 * NEWS: Add xesam.el.
418
419 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
420
421 * NEWS: Add information about whitespace package.
422
423 2008-07-19 Juri Linkov <juri@jurta.org>
424
425 * tutorials/TUTORIAL: Add information about C-g to the introduction.
426
427 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
428
429 * images/splash8.xpm: Remove.
430
431 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
432
433 * NEWS: Add entry about NS port.
434
435 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
436
437 * Emacs.clr: New file, add support for X color names to NS display
438 implementations.
439
440 2008-07-12 Juri Linkov <juri@jurta.org>
441
442 * HELLO: Use more correct IPA characters for English pronunciation.
443 Add the combining acute accent after the accented vowel in the
444 Russian example like it is used in dictionaries.
445
446 2008-07-11 Kenichi Handa <handa@m17n.org>
447
448 * HELLO: Change the Arabic words appearing in Non-ASCII examples to
449 iso-8859-6 characters.
450
451 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
452
453 * images/splash.png:
454 * images/splash.svg:
455 * images/gnus/gnus.png:
456 * images/gnus/gnus.svg: New files.
457
458 2008-06-25 Kenichi Handa <handa@m17n.org>
459
460 * NEWS: Mention string-to-unibyte.
461
462 2008-06-21 Michael Albinus <michael.albinus@gmx.de>
463
464 * NEWS: Tramp uses auth-source.
465
466 2008-06-08 John Paul Wallington <jpw@pobox.com>
467
468 * NEWS: Document that `completion-ignore-case' is nil on MS-Windows.
469
470 2008-05-19 Tom Tromey <tromey@redhat.com>
471
472 * NEWS: Mention directory-local variables.
473
474 2008-05-11 Juri Linkov <juri@jurta.org>
475
476 * images/custom/README:
477 * images/custom/down.xpm:
478 * images/custom/down-pushed.xpm:
479 * images/custom/right.xpm:
480 * images/custom/right-pushed.xpm: New files.
481
482 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
483
484 * NEWS: Support for Meta-CVS removed.
485
486 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
487
488 * compilation.txt: Add regexp for Open Watcom compiler output.
489
490 2008-05-04 Reiner Steib <reiner.steib@gmx.de>
491
492 * NEWS: Reword previous commit.
493 * NEWS.22: Document removal of duplicated "alt-" input methods.
494
495 2008-05-03 Glenn Morris <rgm@gnu.org>
496
497 * NEWS: Document removal of duplicated "alt-" input methods.
498
499 2008-04-26 Glenn Morris <rgm@gnu.org>
500
501 * forms-d2.dat: Move here from ../lisp.
502
503 2008-04-06 Jason Rumney <jasonr@gnu.org>
504
505 * HELLO (Burmese): Rename from Myanmar.
506
507 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
508
509 * GNUS-NEWS (incoming mail files): Add version.
510
511 2008-03-12 Reiner Steib <Reiner.Steib@gmx.de>
512
513 * tutorials/TUTORIAL.de: Remove even more discussion of flow
514 control. Refer to node name `Init Rebinding' instead of title.
515
516 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
517
518 * refcards/orgcard.tex: Minor fixes.
519
520 2008-03-12 Chong Yidong <cyd@stupidchicken.com>
521
522 * tutorials/TUTORIAL, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.ro:
523 * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ru:
524 * tutorials/TUTORIAL.cn, tutorials/TUTORIAL.ja, tutorials/TUTORIAL.sk:
525 * tutorials/TUTORIAL.cs, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.sl:
526 * tutorials/TUTORIAL.de, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.sv:
527 * tutorials/TUTORIAL.eo, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.th:
528 * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
529 Remove discussion of flow control.
530
531 2008-03-12 Juanma Barranquero <lekktu@gmail.com>
532
533 * NEWS: Describe linum.el.
534
535 2008-03-11 Glenn Morris <rgm@gnu.org>
536
537 * images/icons/hicolor/128x128/apps/emacs.png:
538 * images/icons/hicolor/16x16/apps/emacs.png:
539 * images/icons/hicolor/24x24/apps/emacs.png:
540 * images/icons/hicolor/32x32/apps/emacs.png:
541 * images/icons/hicolor/48x48/apps/emacs.png:
542 * images/icons/hicolor/scalable/apps/emacs.svg:
543 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg:
544 Remove `creator' metadata.
545
546 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
547
548 * images/README: Update with bookmark_add.
549
550 * images/bookmark_add.pbm, images/bookmark_add.xpm: New files.
551
552 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
553
554 * images/icons/hicolor/32x32/apps/emacs.png: Make transparency 8 bit.
555 * images/icons/hicolor/scalable/mimetypes/emacs-document.svg: New file.
556 * images/icons/hicolor/scalable/apps/emacs.svg: Fix format.
557
558 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
559
560 * images/icons/hicolor/16x16/apps/emacs22.png:
561 * images/icons/hicolor/24x24/apps/emacs22.png:
562 * images/icons/hicolor/32x32/apps/emacs22.png:
563 * images/icons/hicolor/48x48/apps/emacs22.png: New files.
564 These are the old versions of `emacs.png' under a new name.
565
566 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
567
568 * images/icons/README: Update info for the icons.
569
570 * images/icons/emacs16_mac.png:
571 * images/icons/emacs24_mac.png:
572 * images/icons/emacs256_mac.png:
573 * images/icons/emacs32_mac.png:
574 * images/icons/emacs48_mac.png:
575 * images/icons/emacs512_mac.png: Remove.
576
577 * images/icons/hicolor/16x16/apps/emacs.png:
578 * images/icons/hicolor/24x24/apps/emacs.png:
579 * images/icons/hicolor/32x32/apps/emacs.png:
580 * images/icons/hicolor/48x48/apps/emacs.png: New icon.
581
582 * images/icons/hicolor/scalable/apps/emacs.svg:
583 * images/icons/hicolor/128x128/apps/emacs.png: New files.
584
585 2008-02-26 Reiner Steib <Reiner.Steib@gmx.de>
586
587 * NEWS (Gnus): Mention problem with coding system `utf-8-emacs'
588 when using different Emacs versions.
589
590 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
591
592 * NEWS.22: Mention stock icons for Gtk+.
593
594 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
595
596 * NEWS: Mention the new language environments Bengali, Punjabi,
597 Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features
598 devanagari, devan-util, kannada, knd-util, malayalam, mlm-util,
599 tamil, and tml-util.
600
601 2008-02-22 Michael Olson <mwolson@gnu.org>
602
603 * NEWS: Describe nXML mode and json.el.
604
605 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
606
607 * NEWS: Improve the description about the removal of cp-...-codepage
608 functions. Describe the removal of the feature `devan-util'.
609
610 2008-02-21 Glenn Morris <rgm@gnu.org>
611
612 * NEWS.unicode: Merge into NEWS and remove file.
613
614 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
615
616 * NEWS.unicode: Mention the removal of codepage related functions.
617
618 2008-02-16 Glenn Morris <rgm@gnu.org>
619
620 * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml.
621 Rename from "test." to "test-" for doschk.
622
623 2008-02-10 Daiki Ueno <ueno@unixuser.org>
624
625 * NEWS: Clarify EasyPG functionalities.
626
627 2008-02-09 Eli Zaretskii <eliz@gnu.org>
628
629 * tutorials/TUTORIAL.ru: Remove redundant empty lines, insert a
630 magic line instead.
631
632 2008-02-08 Jan Djärv <jan.h.d@swipnet.se>
633
634 * NEWS: Mention XEmbed and --parent-id.
635
636 2008-02-08 Daiki Ueno <ueno@unixuser.org>
637
638 * NEWS: Mention EasyPG.
639
640 2008-02-02 Eli Zaretskii <eliz@gnu.org>
641
642 * tutorials/TUTORIAL.ru: Restore copyright years. Update tutorial.
643 Fix wording.
644
645 2008-02-02 Kenichi Handa <handa@ni.aist.go.jp>
646
647 * HELLO: Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhala,
648 Telugu. Fix ISO-2022 designations in Cantonese line.
649
650 2008-02-01 Kenichi Handa <handa@m17n.org>
651
652 * HELLO: Remove non-unicode character from Tibetan text.
653
654 2008-02-01 Miles Bader <miles@gnu.org>
655
656 * TODO, PROBLEMS, NEWS: Replace references to Emacs version "22"
657 with "23".
658
659 2008-02-01 Kenichi Handa <handa@m17n.org>
660
661 * charsets: New directory for charset mapping tables.
662
663 * charsets/README: New file.
664
665 * charsets/*.map: New files.
666
667 2008-02-01 Kenichi Handa <handa@m17n.org>
668
669 * HELLO: Change "Hindi" to more common characters.
670
671 2008-02-01 Kenichi Handa <handa@m17n.org>
672
673 * HELLO: Fix upcase and downcase for several languages.
674 Change the two German lines into one. Change "Nederlangs" to
675 "Dutch (Nederlands)". Add original language names to several entries.
676
677 2008-02-01 Kenichi Handa <handa@m17n.org>
678
679 * tutorials/TUTORIAL.es: Add local variable coding: latin-1.
680
681 2008-02-01 Kenichi Handa <handa@m17n.org>
682
683 * HELLO: Change indian-2-column chars of Hindi line to Unicode chars.
684
685 2008-02-01 Dave Love <fx@gnu.org>
686
687 * HELLO: Add pseudo-maths example.
688
689 2008-01-31 Alex Ott <alexott@gmail.com>
690
691 * tutorials/TUTORIAL.ru: Update tutorial.
692
693 2008-01-25 Michael Olson <mwolson@gnu.org>
694
695 * ERC-NEWS: Update for ERC 5.3 release candidate.
696
697 2008-01-22 Juanma Barranquero <lekktu@gmail.com>
698
699 * DEVEL.HUMOR: New entry.
700
701 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
702
703 * refcards/orgcard.tex: Update to Org-mode version 5.19.
704
705 2008-01-12 Eli Zaretskii <eliz@gnu.org>
706
707 * MACHINES: Add an explicit list of platforms that are no longer
708 supported.
709 * NEWS: Refer to this list.
710
711 2008-01-08 Glenn Morris <rgm@gnu.org>
712
713 * refcards/calccard.tex, refcards/cs-dired-ref.tex:
714 * refcards/cs-refcard.tex, refcards/cs-survival.tex:
715 * refcards/de-refcard.tex, refcards/dired-ref.tex:
716 * refcards/fr-drdref.tex, refcards/fr-refcard.tex:
717 * refcards/fr-survival.tex, refcards/gnus-refcard.tex:
718 * refcards/orgcard.tex, refcards/pl-refcard.tex:
719 * refcards/pt-br-refcard.tex, refcards/refcard.tex:
720 * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
721 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
722 * refcards/survival.tex, refcards/vipcard.tex:
723 * refcards/viperCard.tex: Update printed copyright year to 2008.
724
725 2008-01-08 Kevin Ryde <user42@zip.com.au>
726
727 * compilation.txt (perl): Add a "during global destruction" sample.
728
729 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
730
731 * PROBLEMS:
732 * MACHINES: Remove references to systems not supported anymore.
733
734 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
735
736 * MACHINES: Remove Masscomp.
737
738 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
739
740 * images/icons/emacs_16.png, images/icons/emacs_24.png
741 * images/icons/emacs_32.png, images/icons/emacs_48.png: Rename to
742 hicolor/16x16/apps/emacs.png, hicolor/24x24/apps/emacs.png,
743 hicolor/32x32/apps/emacs.png and hicolor/48x48/apps/emacs.png.
744
745 * images/icons/README (Author): Update for renaming.
746
747 * emacs.desktop (Icon): Update icon name.
748
749 2007-12-15 Eli Zaretskii <eliz@gnu.org>
750
751 The following files renamed to avoid file-name clashes in
752 8+3 (a.k.a. DOS) namespace:
753
754 * schema/xhtml-basic-form.rnc: Renamed to xhtml-bform.rnc.
755 * schema/xhtml-basic-table.rnc: Renamed to xhtml-btable.rnc.
756 * schema/xhtml-list.rnc: Renamed to xhtml-lst.rnc.
757 * schema/xhtml-target.rnc: Renamed to xhtml-tgt.rnc.
758 * schema/xhtml-style.rnc: Renamed to xhtml-xstyle.rnc.
759 * schema/xhtml-form.rnc, schema/xhtml-table.rnc, schema/xhtml.rnc:
760 Updated accordingly.
761
762 * schema/docbook-dyntbl.rnc, schema/docbook-soextbl.rnc: Renamed to
763 docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively.
764
765 * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
766 * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
767 * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
768 Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png,
769 emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png,
770 respectively.
771
772 2007-12-08 Ulrich Mueller <ulm@gentoo.org> (tiny change)
773
774 * emacs.desktop (Exec, Icon, Categories): Fix entries.
775
776 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
777
778 * NEWS: Add minimal Gnus item.
779
780 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
781
782 * emacs.desktop: New file.
783
784 2007-11-30 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
785
786 * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
787 * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
788 * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
789 New files.
790
791 2007-11-28 Glenn Morris <rgm@gnu.org>
792
793 * nxml/: New directory, moved here from lisp/nxml/char-name/unicode.
794 * nxml/README: New file.
795
796 2007-11-24 Glenn Morris <rgm@gnu.org>
797
798 * images/gnus/mail_send.xpm: Rename to mail-send.xpm.
799
800 2007-11-23 Mark A. Hershberger <mah@everybody.org>
801
802 * NXML-NEWS: New File.
803
804 * schema: Initial merge of nxml.
805
806 2007-11-22 Francesco Potortì <pot@gnu.org>
807
808 * NEWS: etags: the --members option is now the default.
809
810 2007-11-22 Glenn Morris <rgm@gnu.org>
811
812 * images/smilies/grayscale/README, images/smilies/medium/README:
813 New files.
814
815 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
816
817 * compilation.txt: Add new entries: compilation-perl--Pod::Checker,
818 compilation-perl--Test, compilation-perl--Test::Harness and
819 compilation-weblint.
820
821 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
822
823 * MACHINES: Remove Sun windows info.
824
825 2007-10-30 Michael Olson <mwolson@gnu.org>
826
827 * NEWS: Add entry for Remember Mode.
828
829 2007-10-29 Glenn Morris <rgm@gnu.org>
830
831 * refcards/gnus-refcard.tex: Restore Feb 2007 copyright
832 clarifications lost in update to Gnus trunk.
833
834 2007-10-28 Adam Sjøgren <asjo@koldfront.dk>
835
836 * images/smilies/grayscale/blink.xpm:
837 * images/smilies/grayscale/braindamaged.xpm
838 * images/smilies/grayscale/cry.xpm, images/smilies/grayscale/dead.xpm:
839 * images/smilies/grayscale/evil.xpm:
840 * images/smilies/grayscale/forced.xpm:
841 * images/smilies/grayscale/frown.xpm, images/smilies/grayscale/grin.xpm:
842 * images/smilies/grayscale/indifferent.xpm:
843 * images/smilies/grayscale/reverse-smile.xpm:
844 * images/smilies/grayscale/sad.xpm, images/smilies/grayscale/smile.xpm:
845 * images/smilies/grayscale/wry.xpm: New larger grayscale smileys.
846
847 * images/smilies/medium/blink.xpm:
848 * images/smilies/medium/braindamaged.xpm, images/smilies/medium/cry.xpm:
849 * images/smilies/medium/dead.xpm, images/smilies/medium/evil.xpm:
850 * images/smilies/medium/forced.xpm, images/smilies/medium/frown.xpm:
851 * images/smilies/medium/grin.xpm, images/smilies/medium/indifferent.xpm:
852 * images/smilies/medium/reverse-smile.xpm:
853 * images/smilies/medium/sad.xpm, images/smilies/medium/smile.xpm:
854 * images/smilies/medium/wry.xpm: New colorful smileys.
855
856 2007-10-29 Michael Olson <mwolson@gnu.org>
857
858 * ERC-NEWS: Update for recent change.
859
860 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
861
862 * .cvsignore: Add *.pyc.
863
864 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
865
866 * ses-example.ses: Get rid of silly life-universe-everything local
867 variable. `symbolic-formulas' is now `ses--symbolic-formulas'.
868
869 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
870
871 * NEWS: Mention desktop locking.
872
873 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
874
875 * NEWS: Explain the VC fileset changes a bit better.
876
877 2007-09-28 Glenn Morris <rgm@gnu.org>
878
879 * PROBLEMS: Mention Tex superscript font issue.
880
881 2007-09-25 Johannes Weiner <hannes@saeurebad.de>
882
883 * NEWS: Fix typo.
884
885 2007-09-24 Glenn Morris <rgm@gnu.org>
886
887 * CONTRIBUTE: Remove information on maintaining copyright years;
888 it does not belong here and is in admin/notes anyway.
889
890 2007-09-24 Adam Hupp <adam@hupp.org>
891
892 * emacs.py: Split for python 2 and python 3 compatibility.
893 * emacs2.py: New file, split off from emacs.py.
894 * emacs3.py: New file, python 3 version of emacs2.py.
895
896 2007-09-21 Glenn Morris <rgm@gnu.org>
897
898 * emacstool.1: Remove file.
899 * emacs.bash: Adapt for removal of emacstool.
900 * emacs.csh: Remove emacstool-related code.
901
902 2007-09-16 Glenn Morris <rgm@gnu.org>
903
904 * gfdl.1: Remove unused file.
905
906 2007-09-12 Glenn Morris <rgm@gnu.org>
907
908 * Makefile (SOURCES, unlock, relock): Delete.
909
910 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
911
912 * NEWS: Document the interactive specification for C functions.
913 Say that `set-file-modes' is now interactive.
914
915 2007-09-10 Michael Olson <mwolson@gnu.org>
916
917 * ERC-NEWS: Improve description of erc-tls and erc-ssl change.
918
919 2007-09-09 Juri Linkov <juri@jurta.org>
920
921 * AUTHORS, CONTRIBUTE: New files, moved here from the root dir.
922
923 2007-09-08 Michael Olson <mwolson@gnu.org>
924
925 * ERC-NEWS: Update for changes to the development version of ERC 5.3.
926
927 2007-09-06 Glenn Morris <rgm@gnu.org>
928
929 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to
930 doc/man/.
931
932 * refcards/README: Also mention gnus-logo.pdf license.
933
934 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
935
936 * NEWS.22 (Note): Lower-case for orgtbl-mode.
937
938 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
939
940 * NEWS: Say that Gtk+ build uses stock icons.
941
942 2007-08-28 Werner LEMBERG <wl@gnu.org>
943
944 * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%'
945 instead of `M-x query-replace-regexp'.
946
947 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
948
949 * PROBLEMS (Mac OS X): Add alternative workaround for QuickTime
950 updater breakage.
951
952 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
953
954 * NEWS: Say that PDF files are now the default for refcards.
955
956 * refcards/fr-drdref.tex, refcards/fr-drdref.pdf: Move these to...
957 * refcards/fr-dired-ref.tex, refcards/fr-dired-ref.pdf: ... those names.
958
959 * refcards/pdflayout.sty: New. Handle PDF layouts through
960 \pdfpagewidth and \pdfpageheight.
961
962 * refcards/calccard.pdf, refcards/cs-dired-ref.pdf:
963 * refcards/cs-refcard.pdf, refcards/de-refcard.pdf:
964 * refcards/dired-ref.pdf, refcards/fr-drdref.pdf:
965 * refcards/fr-refcard.pdf, refcards/gnus-booklet.pdf:
966 * refcards/gnus-logo.pdf, refcards/gnus-refcard.pdf:
967 * refcards/orgcard.pdf, refcards/pl-refcard.pdf:
968 * refcards/pt-br-refcard.pdf, refcards/refcard.pdf:
969 * refcards/ru-refcard.pdf, refcards/sk-dired-ref.pdf:
970 * refcards/sk-refcard.pdf: Add PDF versions of the refcards.
971
972 * refcards/calccard.ps, refcards/cs-dired-ref.ps:
973 * refcards/cs-refcard.ps, refcards/de-refcard.ps, refcards/dired-ref.ps:
974 * refcards/fr-drdref.ps, refcards/fr-refcard.ps:
975 * refcards/gnus-booklet.ps, refcards/gnus-logo.ps:
976 * refcards/gnus-refcard.ps, refcards/orgcard.ps, refcards/pl-refcard.ps:
977 * refcards/pt-br-refcard.ps, refcards/refcard.ps:
978 * refcards/ru-refcard.ps, refcards/sk-dired-ref.ps:
979 * refcards/sk-refcard.ps: Remove the PS versions of the refcards.
980
981 * refcards/calccard.tex, refcards/fr-survival.tex, refcards/orgcard.tex:
982 * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
983 * refcards/refcard.tex, refcards/survival.tex, refcards/vipcard.tex:
984 * refcards/viperCard.tex: Specify PDF layout,
985 use a PDF `compile-command' local variable.
986
987 * refcards/cs-dired-ref.tex, refcards/cs-refcard.tex:
988 * refcards/cs-survival.tex, refcards/dired-ref.tex:
989 * refcards/fr-drdref.tex, refcards/sk-dired-ref.tex:
990 * refcards/sk-refcard.tex, refcards/sk-survival.tex:
991 Specify PDF layout.
992
993 * refcards/fr-refcard.tex: Update copyright notice.
994 Update the examples. Fix a typo. Remove the `letterpaper' counter,
995 specify PDF layout, use a PDF `compile-command' local variable.
996
997 * refcards/de-refcard.tex: Remove the `letterpaper' counter,
998 specify PDF layout, use a PDF `compile-command' local variable.
999
1000 * refcards/ru-refcard.tex: Use a PDF `compile-command' local variable.
1001
1002 * refcards/Makefile: Add rules for creating the refcards in PDF,
1003 make them the default. Change `fr-drdref' to `fr-dired-ref'.
1004
1005 2007-08-23 Glenn Morris <rgm@gnu.org>
1006
1007 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
1008 Delete these targets since nothing uses them.
1009 (SOURCES): Update.
1010 Move comments to e/README. Remove license from now-trivial file.
1011
1012 * e/README: New file, with most information formerly in Makefile.
1013
1014 2007-09-05 Jason Rumney <jasonr@gnu.org>
1015
1016 * NEWS.22: Mention focus-follows-mouse change.
1017
1018 2007-08-22 Karl Berry <karl@gnu.org>
1019
1020 * refcards/refcard.tex: Updates for printing.
1021 (\versionyear): Update to 2007.
1022 (\copyrightnotice): Modified or unmodified ok.
1023 (Simple Customization): Don't use goto-line, since now it's bound.
1024 Also, use now-preferred (kbd ...) syntax.
1025
1026 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
1027
1028 * NEWS: `shell' prompts for the default directory if called with a
1029 prefix and `default-directory' is a remote file name.
1030
1031 2007-08-22 Glenn Morris <rgm@gnu.org>
1032
1033 * tree-widget: Move this directory into images/ subdirectory.
1034
1035 * refcards/: New directory. Move refcards here.
1036 * Makefile: Move refcard rules from here...
1037 * refcards/Makefile: ...to here.
1038 * README: Move information about tex files from here...
1039 * refcards/README: ...to here.
1040
1041 * tutorials/: New directory. Move TUTORIAL* here.
1042
1043 * gnus.pbm, letter.pbm, letter.xpm:
1044 * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/.
1045 * README: Move license information for the above files from here...
1046 * images/README: ...to here.
1047
1048 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
1049
1050 * orgcard.tex: Version number upgrade.
1051
1052 2007-08-14 Glenn Morris <rgm@gnu.org>
1053
1054 * NEWS: Mention `bad-packages-alist'.
1055
1056 2007-08-08 Glenn Morris <rgm@gnu.org>
1057
1058 * TODO: `iff' item is dealt with.
1059 * GNUS-NEWS, NEWS, NEWS.1-17, NEWS.19, NEWS.21: Replace `iff'.
1060
1061 2007-08-01 Glenn Morris <rgm@gnu.org>
1062
1063 * NEWS: Add fortran-line-length, plus some more sections.
1064
1065 2007-07-25 Glenn Morris <rgm@gnu.org>
1066
1067 * Relicense all FSF files to GPLv3 or later.
1068
1069 * COPYING: Switch to GPLv3.
1070
1071 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * NEWS: New functions `start-file-process-shell-command' and
1074 `process-file-shell-command'.
1075
1076 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
1077
1078 * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
1079
1080 2007-07-15 Karl Fogel <kfogel@red-bean.com>
1081
1082 * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
1083 documented bookmark keybinding changes that were later reverted.
1084
1085 2007-07-14 Jan Djärv <jan.h.d@swipnet.se>
1086
1087 * PROBLEMS: Mention gtk-engines-qt problem.
1088
1089 2007-07-13 Karl Fogel <kfogel@red-bean.com>
1090
1091 * NEWS: Update for recent bookmark keybinding changes.
1092
1093 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
1094
1095 * NEWS: Add Tramp and comint-mode changes.
1096
1097 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * NEWS: `file-remote-p' has a new optional parameter CONNECTED.
1100
1101 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * NEWS: New function `start-file-process'.
1104
1105 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
1106
1107 * orgcard.tex: Version 5.01
1108
1109 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
1110
1111 * NEWS: `dired-call-process' has been removed.
1112
1113 2007-06-20 Glenn Morris <rgm@gnu.org>
1114
1115 * NEWS: configure prefers libgif over libungif.
1116
1117 2007-06-14 Nick Roberts <nickrob@snap.net.nz>
1118
1119 * NEWS: Mention mouse highlighting in a GNU/Linux console.
1120
1121 2007-06-14 Werner Lemberg <wl@gnu.org>
1122
1123 * emacs.1: Completely revised.
1124 Fix many typographical glitches.
1125 Updated to handle current state of options and resources.
1126
1127 2007-06-12 Glenn Morris <rgm@gnu.org>
1128
1129 * NEWS: Change bug address. Add back +++/--- note.
1130 Use present tense for X-toolkit entry. Mention libgif.
1131
1132 2007-06-07 Mark H. Weaver <mhw@netris.org> (tiny change)
1133
1134 * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
1135
1136 2007-06-07 Michael Olson <mwolson@gnu.org>
1137
1138 * MORE.STUFF: Update eshell URL.
1139
1140 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
1141
1142 * orgcard.tex: Version 4.77.
1143
1144 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
1145
1146 * NEWS: Add socks.el as new package.
1147
1148 2007-06-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1149
1150 * MORE.STUFF (Hideshow): Delete.
1151 (EDB, Go in a buffer): Update urls.
1152 Suggested by CHENG Gao <chenggao@gmail.com>.
1153
1154 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * Version 22.1 released.
1157
1158 2007-06-02 CHENG Gao <chenggao@gmail.com>
1159
1160 * MORE.STUFF: Remove dead URL for Fortune, and update URLs for
1161 Hideshow, Org, EDB, and Remember.
1162
1163 2007-05-29 Robert J. Chassell <bob@rattlesnake.com>
1164
1165 * NEWS: Fix instances of `allow' without object.
1166
1167 2007-05-22 Glenn Morris <rgm@gnu.org>
1168
1169 * NEWS.22: New file with entries for Emacs 22.
1170 * NEWS: Move Emacs 22 entries to new file NEWS.22, leave empty
1171 template for next Emacs version.
1172
1173 2007-05-19 Glenn Morris <rgm@gnu.org>
1174
1175 * images/cancel.pbm: Convert from PGM to PBM.
1176
1177 * images/copy.pbm, images/next-node.pbm, images/prev-node.pbm:
1178 * images/save.pbm, images/up-node.pbm: Convert from PPM to PBM.
1179
1180 2007-05-17 Glenn Morris <rgm@gnu.org>
1181
1182 * PROBLEMS (Dumping): Mention OpenBSD macppc problem.
1183
1184 2007-05-15 Michaël Cadilhac <michael@cadilhac.name>
1185
1186 * fr-refcard.tex: Rewrite using German layout.
1187
1188 * fr-refcard.ps: Regenerate.
1189
1190 2007-05-12 Richard Stallman <rms@gnu.org>
1191
1192 * refcard.tex (section{Incremental Search}): Minor corrections.
1193
1194 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
1195
1196 * Makefile (viperCard.ps, calccard.ps refcard.ps)
1197 (sk-dired-ref.ps sk-refcard.ps sk-survival.ps)
1198 (de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps): Use an
1199 explicit output argument for `dvips'.
1200
1201 2007-05-05 Glenn Morris <rgm@gnu.org>
1202
1203 * NEWS: Re-order.
1204
1205 2007-04-28 Glenn Morris <rgm@gnu.org>
1206
1207 * emacs.py: Restore file pending consideration of python.el legal
1208 status.
1209 * NEWS: Restore mention of python.el pending consideration of
1210 legal status.
1211
1212 2007-04-28 David R. Linn <drl@jekyll.vuse.vanderbilt.edu>
1213
1214 * PROBLEMS: Add section on Solaris out-of-tree install issues with
1215 non-GNU make.
1216
1217 2007-04-25 Werner Lemberg <wl@gnu.org>
1218
1219 * emacs.1: Replace -- with \(em.
1220
1221 2007-04-25 Yavor Doganov <yavor@gnu.org> (tiny change)
1222
1223 * emacs.1, etags.1: Escape some minus signs.
1224
1225 2007-04-22 Glenn Morris <rgm@gnu.org>
1226
1227 * NEWS: Change to EMACS env-var was reverted, so delete this entry.
1228
1229 2007-04-19 Glenn Morris <rgm@gnu.org>
1230
1231 * PROBLEMS: Expand a little on Emacs not knowing fqdn.
1232
1233 2007-04-17 David Kastrup <dak@gnu.org>
1234
1235 * NEWS: Mention `query-replace-regexp-eval' being deprecated.
1236
1237 2007-04-15 Glenn Morris <rgm@gnu.org>
1238
1239 * FTP: Make it a duplicate of ../FTP.
1240
1241 2007-04-14 Glenn Morris <rgm@gnu.org>
1242
1243 * SERVICE: Replace with a pointer to the web version.
1244
1245 * emacs.1: Update some of the more obsolete information.
1246
1247 2007-04-13 Glenn Morris <rgm@gnu.org>
1248
1249 * MACHINES: emacserver is removed.
1250
1251 * MORE.STUFF: Update some links, remove some dead ones.
1252
1253 2007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1254
1255 * emacs.py (format_exception): New function.
1256 (eexecfile): Use it instead of traceback.print_exception.
1257 Don't use execfile to avoid a bug in w32.
1258
1259 2007-04-04 Glenn Morris <rgm@gnu.org>
1260
1261 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc
1262 on Solaris.
1263
1264 * PROBLEMS (Configuration): Add entries on compiler/preprocessor
1265 mismatch, and on preprocessor inserting whitespace.
1266
1267 2007-04-03 Eli Zaretskii <eliz@gnu.org>
1268
1269 * TODO: Add entry for switching MS-Windows keyboard input to
1270 Unicode. Add specific pointer to msdos.c functions that support
1271 menus on text terminals.
1272
1273 2007-04-01 Michael Olson <mwolson@gnu.org>
1274
1275 * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries
1276 were for previously-committed changes.
1277
1278 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
1279
1280 * PROBLEMS: Remove Tramp problem; it has been fixed.
1281
1282 2007-03-31 Eli Zaretskii <eliz@gnu.org>
1283
1284 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
1285 modifiers.
1286
1287 2007-03-23 Glenn Morris <rgm@gnu.org>
1288
1289 * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT):
1290 Delete unused variables.
1291 (dired-refcards, misc-refcards, survival-card, viper-cards):
1292 New targets.
1293 (all): Also build dired-refcards and misc-refcards.
1294 (clean, distclean, maintainer-clean): Depend on mostlyclean.
1295 (SOURCES): Remove non-existent files.
1296 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
1297 Mark as phony.
1298 (.ps files): Specify default papersize in the dvips command.
1299
1300 * fr-refcard.tex (\letterpaper): Switch to A4.
1301 (\section): Reduce \vskips to fit on A4 paper.
1302 (\shortcopyrightnotice): Display at end of first column.
1303
1304 2007-03-21 Glenn Morris <rgm@gnu.org>
1305
1306 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns.
1307 (\shortcopyrightnotice): Do not display in middle of file.
1308 Numerous \cr and \hskip hacks to avoid overfull columns.
1309
1310 * fr-refcard.ps: Regenerate.
1311
1312 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * dired-ref.tex:
1315 * fr-drdref.tex:
1316 * cs-dired-ref.tex:
1317 * sk-dired-ref.tex: Emacs 21 -> 22.
1318
1319 * dired-ref.ps:
1320 * fr-drdref.ps:
1321 * cs-dired-ref.ps:
1322 * sk-dired-ref.ps: Regenerate.
1323
1324 2007-03-11 Glenn Morris <rgm@gnu.org>
1325
1326 * ms-7bkermit, ulimit.hack, Xkeymap.txt: Remove files.
1327
1328 * Makefile (SOURCES): ulimit.hack is removed.
1329
1330 2007-03-04 David Kastrup <dak@gnu.org>
1331
1332 * NEWS (fontification): Mention that the new default for
1333 jit-lock-stealth-time is now nil.
1334
1335 2007-03-01 Kim F. Storm <storm@cua.dk>
1336
1337 * ORDERS: Reformat text.
1338
1339 * NEWS (About external Lisp packages): New section.
1340
1341 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org>
1342
1343 * TUTORIAL.it: Fix typo.
1344
1345 2007-02-27 Glenn Morris <rgm@gnu.org>
1346
1347 * cs-dired-ref.tex: Increase in 2 column case to make room
1348 for copyright notice.
1349 (nopagenumbers): Call to turn off numbers in 1 page document.
1350 (Nápovìda, Modifikace Dired bufferu): Swap sections to
1351 balance column length in presence of copyright notice.
1352 (copyrightnotice): Uncomment so that notice is displayed.
1353
1354 * dired-ref.tex (vsize): Increase in 2 column case to make room
1355 for copyright notice.
1356 (nopagenumbers): Call to turn off numbers in 1 page document.
1357 (Getting Help, Modifying the Dired Buffer): Swap sections to
1358 balance column length in presence of copyright notice.
1359 (copyrightnotice): Uncomment so that notice is displayed.
1360
1361 * fr-drdref.tex (vsize): Increase in 2 column case.
1362 (\key): Tweak space for description.
1363 (\overfullrule): Set to 0pt to hide small overflows.
1364 (nopagenumbers): Call to turn off numbers in 1 page document.
1365 (Obtenir de l'aide, Modifier le tampon Dired): Swap sections to
1366 balance column length.
1367 (Mettre un flag sur les fichiers \`a d\'etruire): Hack in a line
1368 break to prevent overfull line.
1369 (find-names-dired): Use \key rather than \metax as a hack fix for
1370 overflow.
1371
1372 * sk-dired-ref.tex (vsize): Increase in 2 column case to make room
1373 for copyright notice.
1374 (nopagenumbers): Call to turn off numbers in 1 page document.
1375 (Nápoveda, Modifikácia Dired bufferu): Swap sections to
1376 balance column length in presence of copyright notice.
1377 (copyrightnotice): Uncomment so that notice is displayed.
1378
1379 2007-02-26 Carsten Dominik <dominik@science.uva.nl>
1380
1381 * orgcard.tex (section{Visibility Cycling}): Document key for
1382 indirect buffer access.
1383 (section{Archiving}): New keys for archiving.
1384 (section{Tables}): Combine two lines for hline creation.
1385 Named-field formula changed to Field formula.
1386 (section{Links}): Document keys for finding links.
1387 (section{Agenda Views}): New key for agenda file cycling.
1388 Document keys for stuck projects. Typos fixed.
1389 (section{Exporting and Publishing}): Export options no longer in
1390 reference card.
1391
1392 2007-02-25 Jan Djärv <jan.h.d@swipnet.se>
1393
1394 * PROBLEMS: Gtk+ and cygwin doesn't work.
1395
1396 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1397
1398 * MORE.STUFF: Add a pointer to Phil Sung's Emacs slides on MIT.
1399
1400 2007-02-22 Per Starbäck <starback@stp.lingfil.uu.se> (tiny change)
1401
1402 * NEWS: Grammar and capitalization fixes.
1403
1404 2007-02-22 Glenn Morris <rgm@gnu.org>
1405
1406 * orgcard.tex, orgcard.ps: Restore deleted files following
1407 copyright assignment.
1408
1409 2007-02-20 Glenn Morris <rgm@gnu.org>
1410
1411 * TUTORIAL.eo: Unjustify.
1412
1413 2007-02-20 Sergio Pokrovskij <sergio.pokrovskij@gmail.com>
1414
1415 * TUTORIAL.eo: Change license to GPL. Add translator credits.
1416
1417 2007-02-19 Kenichi Handa <handa@m17n.org>
1418
1419 * NEWS (New language environments): Add "Esperanto".
1420
1421 2007-02-16 Dale Gulledge <dsplat@rochester.rr.com>
1422
1423 * TUTORIAL.eo: Add "See end ..." at the first line.
1424
1425 2007-02-19 Kenichi Handa <handa@m17n.org>
1426
1427 * TUTORIAL.eo: Add "." at the end of the first line.
1428
1429 2007-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1430
1431 * gnus-refcard.tex: Remove obsolete comments. Add a short note
1432 creating PostScript files for Emacs without using Makefile rules.
1433
1434 * gnus-booklet.ps, gnus-refcard.ps: Generate with letter paper.
1435
1436 2007-02-17 Glenn Morris <rgm@gnu.org>
1437
1438 * TUTORIAL.eo: Add 2007 to copyright years. Remove translator
1439 copyrights (disclaimers on file), merge years into FSF copyrights.
1440 Move copyright to end. Remove "LocalWords" at end of file.
1441
1442 2007-02-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1443
1444 * TUTORIAL.pt_BR: Fix some accentuation, verbal conjugation and typos.
1445
1446 2007-02-16 Kenichi Handa <handa@m17n.org>
1447
1448 * TUTORIAL.translators: Add TUTORIAL.eo.
1449
1450 2007-02-16 Dale Gulledge <dsplat@rochester.rr.com>
1451
1452 * TUTORIAL.eo: New file.
1453
1454 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * images/smilies/dead.xpm: Moved from images/gnus/dead.xpm.
1457
1458 * images/gnus/reverse-smile.xpm:
1459 * images/gnus/bar.xbm:
1460 * images/gnus/bar.xpm: Unused images removed.
1461
1462 2007-02-14 Glenn Morris <rgm@gnu.org>
1463
1464 * OTHER.EMACSES: Remove obsolete file.
1465
1466 2007-02-13 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * cs-refcard.tex (versionemacs): New macro.
1469 * cs-refcard.ps: Regenerate.
1470
1471 * sk-refcard.ps: Regenerate.
1472
1473 * pl-refcard.ps: Regenerate.
1474
1475 2007-02-13 Bill Wohler <wohler@newt.com>
1476
1477 * images/README: Add section for icons that are a part of Emacs.
1478
1479 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
1480
1481 * gnu.xpm: Unused file removed.
1482
1483 * emacs.xbm: Unused file removed.
1484
1485 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1486
1487 * DEVEL.HUMOR: New entry.
1488
1489 2007-02-05 Francesco Potortì <pot@gnu.org>
1490
1491 * etags.1: Now --members is the default for etags, not for ctags yet.
1492 * NEWS (etags): Document it.
1493
1494 2007-02-04 Reiner Steib <Reiner.Steib@gmx.de>
1495
1496 * gnus-refcard.tex: Fix copyright.
1497 * gnus-booklet.ps, gnus-refcard.ps: Generate.
1498
1499 2007-01-20 Glenn Morris <rgm@gnu.org>
1500
1501 * orgcard.tex: Remove for legal reasons.
1502 * orgcard.ps: Remove for legal reasons.
1503
1504 2007-01-27 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1505
1506 * PROBLEMS: More details about disabling features that hamper
1507 performance with slow X connections.
1508
1509 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1510
1511 * ps-prin1.ps (printBackground): Fix background height.
1512
1513 2007-01-20 Glenn Morris <rgm@gnu.org>
1514
1515 * cd-dired-ref.tex (versionemacs): New def.
1516 * cs-refcard.tex (versionemacs, versionyear): New defs.
1517 * cs-survival.tex (versionemacs, versiondate): New defs.
1518 * de-refcard.tex (versionemacs, versionyear): New defs.
1519 * fr-refcard.tex (versionemacs, versionyear): New defs.
1520 * fr-survival.tex (versionemacs, versiondate): New defs.
1521 * orgcard.tex (versionyear): New def.
1522 (shortcopyrightnotice): Only display last copyright year.
1523 * pl-refcard.tex (versionemacs, versiondate): New defs.
1524 * pt-br-refcard.tex (versionemacs, versionyear): New defs.
1525 * refcard.tex (versionemacs, versionyear): New defs.
1526 * ru-refcard.tex (versionemacs): New def.
1527 * survival.tex (versionemacs): New def.
1528 * sk-dired-ref.tex (versionemacs): New def.
1529 * sk-refcard.tex (versionemacs, versionyear): New defs.
1530 * sk-survival.tex (versionemacs): New def.
1531
1532 2007-01-20 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1533
1534 * MACHINES: Describe how 32-bit and 64-bit versions of Emacs can
1535 be compiled on Solaris systems.
1536
1537 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * TODO: Proper background color handling for pngs.
1540
1541 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
1542
1543 * emacs.1: Info files moved to share/info.
1544
1545 2007-01-17 Romain Francoise <romain@orebokech.com>
1546
1547 * emacs.1: Update bug-gnu-emacs address. Remove reference to
1548 info-gnu-emacs-request@prep.ai.mit.edu. Update copyrights.
1549
1550 2007-01-13 Michael Olson <mwolson@gnu.org>
1551
1552 * ERC-NEWS: Mention new erc-capab.el file.
1553
1554 2007-01-13 Glenn Morris <rgm@gnu.org>
1555
1556 * MACHINES: Add information on compiling 32-bit Emacs on 64-bit
1557 GNU/Linux.
1558 * PROBLEMS: As above.
1559
1560 2007-01-02 Francesco Potortì <pot@gnu.org>
1561
1562 * etags.1: Undocument the --no-warn option.
1563
1564 2006-12-17 Richard Stallman <rms@gnu.org>
1565
1566 * TUTORIAL: Say that C-d and DEL with arg do killing.
1567
1568 2006-12-16 Eli Zaretskii <eliz@gnu.org>
1569
1570 * PROBLEMS: Document problems with rebasing Cygwin DLLs.
1571
1572 2006-12-08 Michael Olson <mwolson@gnu.org>
1573
1574 * ERC-NEWS: Note that the list module has been removed.
1575
1576 2006-12-05 Michaël Cadilhac <michael.cadilhac@lrde.org>
1577
1578 * NEWS (Changes to cmuscheme): Mention the alternative for
1579 `~/.emacs_SCHEMEPROG' which is `~/.emacs.d/init_SCHEMEPROG.scm'.
1580 (Init file changes): Same for `~/.emacs_SHELL' versus
1581 `~/.emacs.d/init_SHELL.sh'.
1582
1583 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * DEVEL.HUMOR: Another entry.
1586
1587 2006-08-14 Masatake YAMATO <jet@gyve.org>
1588
1589 * etags.1: Added / to the end of DEVAR regex.
1590
1591 2006-11-22 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * emacsclient.1 (DESCRIPTION): Suggest also `server-mode'.
1594 (OPTIONS): Document `-f', `--server-file' and EMACS_SERVER_FILE.
1595
1596 2006-11-20 Michael Olson <mwolson@gnu.org>
1597
1598 * NEWS: Change M-x erc-select to M-x erc.
1599
1600 2006-11-20 Sun Yijiang <sunyijiang@gmail.com>
1601
1602 * TUTORIAL.cn: Updated.
1603
1604 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1605
1606 * orgcard.tex (section{Agenda Views}): Document `C-k'.
1607
1608 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1609
1610 * orgcard.tex: Version number change.
1611
1612 2006-11-13 Bill Wohler <wohler@newt.com>
1613
1614 Release MH-E version 8.0.3.
1615
1616 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.3.
1617
1618 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1619
1620 * DEVEL.HUMOR: Two more entries.
1621
1622 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1623
1624 * orgcard.tex (section{Archiving}): Document C-TAB.
1625 (section{TODO Items and Checkboxes}): Checkbox keys moved to this
1626 section, added documentation for the key `C-c #'.
1627
1628 2006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
1629
1630 * emacs.py (eargs): Provide eldoc message for builtin types.
1631 Make sure eargs always outputs sentinel, to avoid Emacs freeze.
1632
1633 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * emacs.py (eargs): Return expected _emacs_out string even if
1636 errors occur.
1637
1638 2006-10-09 David Kastrup <dak@gnu.org>
1639
1640 * DEVEL.HUMOR: Add the topic line for last entry since that was
1641 what the joke was about.
1642
1643 2006-10-07 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
1644
1645 * TUTORIAL.bg: Synchronize with TUTORIAL.
1646
1647 2006-10-06 Juanma Barranquero <lekktu@gmail.com>
1648
1649 * DEVEL.HUMOR: New file.
1650
1651 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
1654
1655 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1656
1657 * NEWS: ebnf2ps changes.
1658
1659 2006-09-26 Reiner Steib <Reiner.Steib@gmx.de>
1660
1661 * refcard.ps: Regenerate.
1662
1663 2006-09-18 Jan Djärv <jan.h.d@swipnet.se>
1664
1665 * NEWS: Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
1666
1667 2006-09-15 Jay Belanger <belanger@truman.edu>
1668
1669 * COPYING: Replace "Library Public License" by "Lesser Public
1670 License" throughout.
1671
1672 2006-09-15 Richard Stallman <rms@gnu.org>
1673
1674 * THE-GNU-PROJECT: Update with the latest footnotes
1675 from www.gnu.org/gnu/the-gnu-project.html
1676
1677 2006-09-15 David Kastrup <dak@gnu.org>
1678
1679 * NEWS: Explain new behavior and arguments of `key-binding' and
1680 `command-remapping'.
1681
1682 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
1683
1684 * NEWS: In terminal-oriented subshells, the EMACS environment
1685 variable now defaults to Emacs's absolute file name, instead of
1686 to "t".
1687 * PROBLEMS: Adjust tcsh advice for this.
1688
1689 2006-09-10 Jan Djärv <jan.h.d@swipnet.se>
1690
1691 * PROBLEMS (are): Emacs compiled with Gtk+ crashes when closing a
1692 display (x-close-connection).
1693
1694 2006-09-03 Diane Murray <disumu@x3y2z1.net>
1695
1696 * erc.texi (Getting Started, Connecting): Changed erc-select to erc.
1697
1698 2006-09-02 Juri Linkov <juri@jurta.org>
1699
1700 * HELLO: Regroup Europe Non-ASCII examples by similar scripts.
1701
1702 2006-08-25 Richard Stallman <rms@gnu.org>
1703
1704 * TUTORIAL: Give priority to graphical terminals over text terminals
1705 regarding C-z.
1706
1707 2006-08-21 Sun Yijiang <sunyijiang@gmail.com>
1708
1709 * TUTORIAL.cn: Sync with the latest TUTORIAL.
1710
1711 2006-08-20 Dave Love <fx@gnu.org>
1712
1713 * emacs.py: Update to Dave Love's latest version.
1714 (__all__): Fix args -> eargs. Add new `modpath' fun.
1715 (eargs): Add `imports' arg.
1716 (all_names): New fun.
1717 (complete): Rewrite without using rlcompleter.
1718 Remove `namespace' arg, add `imports' arg.
1719 (ehelp): Replace g and l args with `imports'.
1720 (eimport): Use __main__ rather than `emacs' namespace.
1721 (modpath): New fun.
1722
1723 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1724
1725 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
1726
1727 2006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>
1728
1729 * TUTORIAL.sl: Synchronize with TUTORIAL.
1730
1731 2006-08-18 Mats Lidell <matsl@contactor.se>
1732
1733 * TUTORIAL.sv: Synchronize with TUTORIAL.
1734
1735 2006-08-18 Alfredo Finelli <alfredofnl@tiscali.it>
1736
1737 * TUTORIAL.it: Synchronize with TUTORIAL.
1738
1739 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1740
1741 * orgcard.tex: Version number change.
1742
1743 2006-08-12 Werner Lemberg <wl@gnu.org>
1744
1745 * TUTORIAL.de: Synchronize with TUTORIAL.
1746
1747 2006-08-10 Romain Francoise <romain@orebokech.com>
1748
1749 * NEWS: Mention that zone-mode.el is now obsolete.
1750
1751 2006-08-09 Richard Stallman <rms@gnu.org>
1752
1753 * TUTORIAL: Don't say which side scroll bar is on.
1754
1755 2006-08-06 Nick Roberts <nickrob@snap.net.nz>
1756
1757 * DEBUG (Note): Add note about following a longjmp call.
1758 Add local variables list for outline mode.
1759
1760 2006-08-03 Michael Olson <mwolson@gnu.org>
1761
1762 * ERC-NEWS: Update for ERC 5.1.4.
1763
1764 2006-08-01 Kenichi Handa <handa@m17n.org>
1765
1766 * NEWS (find-operation-coding-system): Describe the more detail of
1767 the change.
1768
1769 2006-07-28 Reiner Steib <Reiner.Steib@gmx.de>
1770
1771 * GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
1772 texi/gnus-news.el of the trunk.
1773
1774 2006-07-29 Reiner Steib <Reiner.Steib@gmx.de>
1775
1776 * NEWS: Fix typo.
1777
1778 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1779
1780 * ru-refcard.ps: Regenerate.
1781
1782 2006-07-17 Alex Ott <alexott@gmail.com>
1783
1784 * ru-refcard.tex: Update for Emacs 22.
1785
1786 2006-07-14 Kim F. Storm <storm@cua.dk>
1787
1788 * PROBLEMS: Emacs now requires ws2_32.dll on Windows.
1789
1790 2006-07-14 Károly Lőrentey <lorentey@elte.hu>
1791
1792 * HELLO: Update Hungarian sample.
1793
1794 2006-07-12 Michael Olson <mwolson@gnu.org>
1795
1796 * ERC-NEWS: Update for ERC 5.1.3.
1797
1798 2006-07-08 David Kastrup <dak@gnu.org>
1799
1800 * TODO: Suggest consolidation with user customization when the
1801 system default of a customized variable changes.
1802
1803 2006-07-08 Thien-Thi Nguyen <ttn@gnu.org>
1804
1805 * compilation.txt: Add an example "Compilation started ..." line.
1806
1807 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1808
1809 * orgcard.tex: Version number change.
1810
1811 2006-07-05 Kenichi Handa <handa@m17n.org>
1812
1813 * HELLO: Add a paragraph for non-ASCII examples at the head. Add
1814 Bulgarian and Hungarian. Add more "hello"s to Danish and Swedish.
1815
1816 2006-07-03 Bill Wohler <wohler@newt.com>
1817
1818 Release MH-E version 8.0.2.
1819
1820 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.2.
1821
1822 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1823
1824 * orgcard.tex (section{Agenda Views}): Document `s' key to save
1825 all org-mode buffers.
1826
1827 2006-06-30 Francesco Potortì <pot@gnu.org>
1828
1829 * etags.1: -m and -M options do not exist.
1830
1831 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1832
1833 * orgcard.tex (section{Structure Editing}): Document checkbox
1834 toggling.
1835
1836 2006-06-28 Juri Linkov <juri@jurta.org>
1837
1838 * grep.txt (Local Variables): Move to end of file.
1839
1840 2006-06-28 Reiner Steib <Reiner.Steib@gmx.de>
1841
1842 * Makefile: Add rules for refcards.
1843
1844 * de-refcard.ps, fr-refcard.ps, pt-br-refcard.ps: Regenerate.
1845
1846 2006-06-24 Nick Roberts <nickrob@snap.net.nz>
1847
1848 * NEWS: Remove duplicate entries.
1849
1850 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1851
1852 * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
1853
1854 2006-06-23 Kim F. Storm <storm@cua.dk>
1855
1856 * DEBUG: Mention `pv variable' to print value of Lisp variables.
1857 Mention `xpr' and fix example to use it. Add section describing
1858 commands such as `pit' that are useful for debugging redisplay
1859 related problems.
1860
1861 2006-06-22 Kim F. Storm <storm@cua.dk>
1862
1863 * HELLO (Local Variables): Move to end of file.
1864
1865 2006-06-20 Bill Wohler <wohler@newt.com>
1866
1867 Release MH-E version 8.0.1.
1868
1869 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.1.
1870
1871 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1872
1873 * orgcard.tex (section{Clocking Time}): Add new clocking commands.
1874 (section{Structure Editing}): Add global archiving command.
1875
1876 2006-06-14 Thien-Thi Nguyen <ttn@gnu.org>
1877
1878 * yow.lines: Delete existing data; add a new entry.
1879
1880 2006-06-09 Włodek Bzyl <matwb@univ.gda.pl>
1881
1882 * pl-refcard.ps: Regenerate.
1883
1884 2006-06-08 Włodek Bzyl <matwb@univ.gda.pl>
1885
1886 * pl-refcard.tex: Update for Emacs 22.
1887
1888 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1889
1890 * fr-refcard.tex: Fix errors in previous commit.
1891
1892 2006-06-08 Éric Jacoboni <jaco@jacoboni.fr>
1893
1894 * fr-refcard.tex: Update for Emacs 22.
1895
1896 2006-06-07 Kenichi Handa <handa@m17n.org>
1897
1898 * NEWS: Mention how to disable character translation for a file.
1899
1900 2006-06-04 Sven Joachim <svenjoac@gmx.de>
1901
1902 * de-refcard.tex: Update for Emacs 22: Use German quotes
1903 and umlauts; fix overfull /hboxes; many rewordings.
1904
1905 2006-06-04 Kim F. Storm <storm@cua.dk>
1906
1907 * NEWS: Move news for pre-22 versions into...
1908 * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news.
1909 * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ...
1910 * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs
1911 versions in separate files. Update copyright notices.
1912
1913 2006-06-03 Eli Zaretskii <eliz@gnu.org>
1914
1915 * LPF, LEDIT: Remove files.
1916
1917 * FTP, README, HELLO, MACHINES, MAILINGLISTS, MORE.STUFF, ETAGS.EBNF:
1918 * MOTIVATION, ORDERS, SERVICE, TERMS, TODO:
1919 * enriched.doc, ulimit.hack, ses-example.ses, ms-7bkermit, emacs.csh:
1920 * Xkeymap.txt, compilation.txt, grep.txt:
1921 Add copyright notice and copying permissions.
1922
1923 2006-05-31 David Ponce <david@dponce.com>
1924
1925 * tree-widget/default/close.png, tree-widget/default/close.xpm:
1926 * tree-widget/default/empty.png, tree-widget/default/empty.xpm:
1927 * tree-widget/default/end-guide.png, tree-widget/default/end-guide.xpm:
1928 * tree-widget/default/guide.png, tree-widget/default/guide.xpm:
1929 * tree-widget/default/handle.png, tree-widget/default/handle.xpm:
1930 * tree-widget/default/leaf.png, tree-widget/default/leaf.xpm:
1931 * tree-widget/default/no-guide.png, tree-widget/default/no-guide.xpm:
1932 * tree-widget/default/no-handle.png, tree-widget/default/no-handle.xpm:
1933 * tree-widget/default/open.png, tree-widget/default/open.xpm:
1934 * tree-widget/folder/close.png, tree-widget/folder/close.xpm:
1935 * tree-widget/folder/empty.png, tree-widget/folder/empty.xpm:
1936 * tree-widget/folder/end-guide.png, tree-widget/folder/end-guide.xpm:
1937 * tree-widget/folder/guide.png, tree-widget/folder/guide.xpm:
1938 * tree-widget/folder/handle.png, tree-widget/folder/handle.xpm:
1939 * tree-widget/folder/leaf.png, tree-widget/folder/leaf.xpm:
1940 * tree-widget/folder/no-guide.png, tree-widget/folder/no-guide.xpm:
1941 * tree-widget/folder/no-handle.png, tree-widget/folder/no-handle.xpm:
1942 * tree-widget/folder/open.png, tree-widget/folder/open.xpm:
1943 Reduce the size of images.
1944
1945 2006-05-29 Jan Djärv <jan.h.d@swipnet.se>
1946
1947 * NEWS: Mention F10 for Gtk+/Lesstif/Lucid menus.
1948
1949 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1950
1951 * ledit.l: Remove file.
1952
1953 2006-05-26 Kenichi Handa <handa@m17n.org>
1954
1955 * NEWS (find-operation-coding-system): Mention the new argument
1956 format.
1957
1958 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1959
1960 * orgcard.tex (section{Motion}): Added the item navigation commands.
1961 (section{Publishing}): New section.
1962 (section{Links}): Documented elisp and shell links.
1963
1964 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
1965
1966 * pt-br-refcard.tex: Update.
1967
1968 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
1969
1970 * pl-refcard.tex (Local variables): Add compile-command.
1971
1972 * ru-refcard.tex (Local variables): Add compile-command and coding.
1973
1974 * pt-br-refcard.tex: Don't \input psfig.
1975
1976 * refcard.tex (section{Info}): Add `i'. Use `s' instead of `M-s'.
1977
1978 * de-refcard.tex (section{Info}): Ditto.
1979
1980 * fr-refcard.tex (section{Info}): Ditto. Translation suggested by
1981 Stefan Monnier <monnier@iro.umontreal.ca>.
1982
1983 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by
1984 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
1985
1986 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
1987 Entry for `i' is not translated yet.
1988
1989 * pt-br-refcard.tex (section{Info}): Ditto.
1990
1991 * ru-refcard.tex (section{Info}): Ditto.
1992
1993 * sk-refcard.tex (section{Info}): Ditto.
1994
1995 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1996
1997 * MORE.STUFF: Update AUCTeX entry.
1998
1999 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
2000
2001 * pt-br-refcard.tex:
2002 * pt-br-refcard.ps: New files.
2003
2004 2006-05-15 Reiner Steib <Reiner.Steib@gmx.de>
2005
2006 * sk-refcard.tex: Add coding cookie.
2007
2008 2006-05-15 Michael Olson <mwolson@gnu.org>
2009
2010 * MORE.STUFF: Update URL for Planner Mode and add description.
2011 Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
2012
2013 2006-05-12 Romain Francoise <romain@orebokech.com>
2014
2015 * MORE.STUFF: ERC is now part of Emacs.
2016 Add Emacs Muse.
2017
2018 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2019
2020 * NEWS (allout): Update.
2021
2022 2006-05-06 Bill Wohler <wohler@newt.com>
2023
2024 Release MH-E version 8.0.
2025
2026 * NEWS, MH-E-NEWS: Update for MH-E release 8.0.
2027
2028 2006-04-28 Bill Wohler <wohler@newt.com>
2029
2030 Release MH-E version 7.95.
2031
2032 * NEWS, MH-E-NEWS: Update for MH-E release 7.95.
2033
2034 2006-04-21 Bill Wohler <wohler@newt.com>
2035
2036 Release MH-E version 7.94.
2037
2038 * NEWS, MH-E-NEWS: Update for MH-E release 7.94.
2039
2040 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2041
2042 * NEWS: Mention t-mouse.el. Touch up description of gdb-ui.el.
2043
2044 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2045
2046 * orgcard.tex: Version number change only.
2047
2048 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
2049
2050 * gnus-refcard.tex: Bump version to 5.11. Remove duplicate \def's.
2051 Update date.
2052
2053 2006-04-18 Bill Wohler <wohler@newt.com>
2054
2055 * MORE.STUFF: Add MH-E.
2056
2057 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2058
2059 * orgcard.tex: Version number change only.
2060
2061 2006-04-12 Kenichi Handa <handa@m17n.org>
2062
2063 * PROBLEMS (C-SPC fails ...): Explicitly say fcitx in the header.
2064
2065 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2066
2067 * orgcard.tex (section{Tables}): Document column narrowing.
2068 (section{Links}): Document bracket links.
2069
2070 2006-04-11 Kenichi Handa <handa@m17n.org>
2071
2072 * PROBLEMS (C-SPC fails ...): Add description for fcitx.
2073
2074 2006-04-10 Bill Wohler <wohler@newt.com>
2075
2076 * NEWS: Add package-version keyword to `defcustom' and mention
2077 associated variable `customize-package-emacs-version-alist'.
2078
2079 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2080
2081 * NEWS: Add string-or-null-p.
2082
2083 2006-03-28 Bill Wohler <wohler@newt.com>
2084
2085 * images/README: Update with following information.
2086
2087 * images/data-save.xpm, images/mail/flag-for-followup.xpm:
2088 * images/zoom-in.xpm, images/zoom-out.xpm: New images from GNOME 2.12.
2089
2090 * images/contact.pbm, images/data-save.pbm, images/delete.pbm:
2091 * images/mail/flag-for-followup.pbm, images/mail/inbox.pbm:
2092 * images/mail/move.pbm, images/next-page.pbm, images/zoom-out.pbm:
2093 New bitmaps for new images.
2094
2095 * images/refresh.xpm, images/sort-ascending.xpm,
2096 * images/sort-descending.xpm: Update with GTK 2.x images. Note
2097 that the default GTK icons are not overridden by the GNOME theme
2098 due to a bug which was fixed in GNOME 2.15. Once GNOME 2.16 is in
2099 wide circulation, then the GTK icons should be replaced with the
2100 equivalent GNOME icons. Until then, we should be consistent with
2101 GTK first, then GNOME.
2102
2103 * images/mail/repack.xpm, images/mail/reply-from.xpm:
2104 * images/mail/reply-to.xpm, images/search-replace.xpm:
2105 * images/separator.xpm, images/show.xpm: Update custom icons to be
2106 closer to their GNOME counterparts.
2107
2108 * images/attach.pbm, images/exit.pbm, images/mail/compose.pbm:
2109 * images/mail/repack.pbm, images/mail/reply-all.pbm:
2110 * images/mail/reply-from.pbm, images/mail/reply-to.pbm:
2111 * images/mail/reply.pbm, images/mail/send.pbm, images/show.pbm:
2112 * images/search-replace.pbm: Update bitmaps.
2113
2114 * images/execute.pbm, images/execute.xpm, images/fld-open.pbm:
2115 * images/fld-open.xpm, images/highlight.pbm, images/highlight.xpm:
2116 * images/mail.pbm, images/mail.xpm, images/mail/alias.pbm:
2117 * images/mail/alias.xpm, images/mail/refile.pbm:
2118 * images/mail/refile.xpm, images/page-down.pbm:
2119 * images/page-down.xpm, images/widen.pbm, images/widen.xpm: Remove
2120 custom MH-E icons -- MH-E is now using the equivalent GTK/GNOME icons.
2121
2122 2006-03-23 Romain Francoise <romain@orebokech.com>
2123
2124 * NEWS: Misc. fixes.
2125
2126 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2127
2128 * orgcard.tex: Version number change only.
2129
2130 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2131
2132 * DEBUG (Note): Describe features for debugging with GDB in Emacs.
2133
2134 2006-03-11 Miles Bader <miles@gnu.org>
2135
2136 * images/mail: New directory.
2137 * images/attach.xpm, images/connect.xpm:
2138 * images/contact.xpm, images/delete.xpm:
2139 * images/describe.xpm, images/disconnect.xpm:
2140 * images/exit.xpm, images/gnus/toggle-subscription.xpm:
2141 * images/lock-broken.xpm, images/lock-ok.xpm:
2142 * images/lock.xpm, images/mail/compose.xpm:
2143 * images/mail/copy.xpm, images/mail/forward.xpm:
2144 * images/mail/inbox.xpm, images/mail/move.xpm:
2145 * images/mail/not-spam.xpm, images/mail/outbox.xpm:
2146 * images/mail/preview.xpm, images/mail/reply-all.xpm:
2147 * images/mail/reply.xpm, images/mail/save-draft.xpm:
2148 * images/mail/save.xpm, images/mail/send.xpm:
2149 * images/mail/spam.xpm, images/next-page.xpm:
2150 * images/refresh.xpm, images/separator.xpm:
2151 * images/sort-ascending.xpm, images/sort-column-ascending.xpm:
2152 * images/sort-criteria.xpm, images/sort-descending.xpm:
2153 * images/sort-row-ascending.xpm:
2154 New icons, copied from Gnus trunk (originally from Gnome 2.6).
2155
2156 2006-03-11 Bill Wohler <wohler@newt.com>
2157
2158 * NEWS: Document `image-load-path-for-library'. Note that all
2159 images have been moved from lisp into etc/images in `find-image'
2160 item. Fix typo in `copy-tree'.
2161
2162 2006-03-09 Reiner Steib <Reiner.Steib@gmx.de>
2163
2164 * TUTORIAL.de: Replace "Schreiben" by "Drücken" where appropriate.
2165
2166 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
2167
2168 * orgcard.tex: Version number change only.
2169
2170 2006-03-05 Bill Wohler <wohler@newt.com>
2171
2172 Release MH-E version 7.93.
2173
2174 * NEWS, MH-E-NEWS: Update for MH-E release 7.93.
2175
2176 2006-02-23 Guanpeng Xu <herberteuler@hotmail.com>
2177
2178 * TUTORIAL.cn: Fix omission bug: Add dot (ASCII 0x2E) on first line.
2179
2180 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2181
2182 * orgcard.tex (section{Links}): Rewritten to cover the modified
2183 link system.
2184
2185 2006-02-18 Bill Wohler <wohler@newt.com>
2186
2187 Release MH-E version 7.92.
2188
2189 * NEWS, MH-E-NEWS: Update for MH-E release 7.92.
2190
2191 2006-02-17 Kenichi Handa <handa@m17n.org>
2192
2193 * TUTORIAL.translators (TUTORIAL.cn): Update the maintainer.
2194
2195 2006-02-17 Sun Yijiang <sunyijiang@gmail.com>
2196
2197 * TUTORIAL.cn: Reworked.
2198
2199 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * NEWS: Changes in handling of file local variables.
2202
2203 2006-02-14 Jan Djärv <jan.h.d@swipnet.se>
2204
2205 * NEWS: Gtk+ 2.4 is required.
2206
2207 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2208
2209 * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
2210
2211 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2212
2213 * NEWS: New key bindings for Tumme in Dired.
2214
2215 2006-02-05 Jay Belanger <belanger@truman.edu>
2216
2217 * calccard.tex: Update copyright year.
2218
2219 2006-02-04 Michael Olson <mwolson@gnu.org>
2220
2221 * NEWS: Update for ERC 5.1.1. Use the same wording for headings
2222 that Emacs does in its NEWS file.
2223
2224 2006-02-03 Bill Wohler <wohler@newt.com>
2225
2226 Release MH-E version 7.91.
2227
2228 * NEWS, MH-E-NEWS: Update for MH-E release 7.91.
2229
2230 2006-02-02 Bill Wohler <wohler@newt.com>
2231
2232 Release MH-E version 7.90.
2233
2234 * NEWS, MH-E-NEWS: Update for MH-E release 7.90.
2235
2236 2006-01-29 Michael Olson <mwolson@gnu.org>
2237
2238 * NEWS: Add entry for ERC.
2239
2240 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
2241
2242 * TODO: Make SYNC_INPUT the default.
2243
2244 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2245
2246 * images/gud/pstar.xpm: Make background transparent.
2247
2248 2006-01-24 Noah Friedman <friedman@splode.com>
2249
2250 * emacs-buffer.gdb: Replace all references to `cdr' field of
2251 conses with `u.cdr', per change Andreas Schwab 2005-11-15
2252 of src/lisp.h.
2253
2254 2006-01-23 Michael Albinus <michael.albinus@gmx.de>
2255
2256 * NEWS: Tramp can be removed by M-x tramp-unload-tramp.
2257
2258 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2259
2260 * e/eterm-color.ti: Re-enable the ri entry. Add kich1.
2261
2262 2006-01-13 Richard M. Stallman <rms@gnu.org>
2263
2264 * emacs.1: +N applies only to next file.
2265
2266 2005-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2267
2268 * e/eterm-color.ti: Temporarily disable the ri entry.
2269 * e/eterm-color: Regenerate.
2270
2271 2005-12-21 Lőrentey Károly <lorentey@elte.hu>
2272
2273 * TODO: Add note on the multi-tty branch.
2274
2275 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
2276
2277 * NEWS: Change `prev-buffer' to `previous-buffer'; add note on
2278 them using the frame-local buffer list.
2279
2280 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
2281
2282 * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode
2283 instead.
2284
2285 2005-12-02 Jay Belanger <belanger@truman.edu>
2286
2287 * NEWS: Add comment about the Calc prefix.
2288
2289 2005-11-28 Thien-Thi Nguyen <ttn@gnu.org>
2290
2291 * MORE.STUFF: Add entry: "Go in a buffer: Go Text Protocol client".
2292
2293 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * images/icons/emacs_16.png, images/icons/emacs_24.png
2296 * images/icons/emacs_32.png, images/icons/emacs_48.png:
2297 New Emacs icons.
2298
2299 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2300
2301 * orgcard.tex: Version 3.20
2302
2303 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2304
2305 * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons.
2306 Use for run/continue.
2307 * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons.
2308 Use for interrupting inferior.
2309 * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm:
2310 Use a more appropriate variable name.
2311 * images/gud/remove.xpm, images/gud/remove.pbm
2312 * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive.
2313
2314 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
2315
2316 * images/gud/pp.xpm, images/gud/pp.pbm: New icons.
2317
2318 2005-11-06 Jan Djärv <jan.h.d@swipnet.se>
2319
2320 * images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
2321 * images/save.xpm, images/save.pbm, images/low-color/save.xpm:
2322 Adjust baseline.
2323
2324 2005-11-06 Jan Djärv <jan.h.d@swipnet.se>
2325
2326 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
2327 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
2328 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
2329 * images/low-color/next-node.xpm: Adjust paper size and layout.
2330
2331 2005-11-05 Nick Roberts <nickrob@snap.net.nz>
2332
2333 * DEBUG: Describe how to provide preprocessor macro information.
2334
2335 2005-11-04 Jan Djärv <jan.h.d@swipnet.se>
2336
2337 * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
2338 * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
2339 * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
2340 * images/low-color/next-node.xpm: New images.
2341
2342 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
2343
2344 * orgcard.tex (section{Notes}): Version number change.
2345
2346 2005-11-03 Romain Francoise <romain@orebokech.com>
2347
2348 * orgcard.tex: Update FSF's address.
2349
2350 2005-11-03 Nick Roberts <nickrob@snap.net.nz>
2351
2352 * DEBUG: GDB can sometimes expand macros.
2353
2354 2005-11-01 Romain Francoise <romain@orebokech.com>
2355
2356 * NEWS: Source files are compressed by default.
2357
2358 2005-10-28 Bill Wohler <wohler@newt.com>
2359
2360 * NEWS: Help mode now creates hyperlinks for URLs.
2361
2362 2005-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2363
2364 * e/eterm-color.ti (el1): Undo 2005-10-23 change.
2365 Add some comments on how to update this file. Add ri
2366 capability that has long been supported by term.el.
2367
2368 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2369
2370 * images/gud/until.xpm: Color correction.
2371
2372 2005-10-23 Richard M. Stallman <rms@gnu.org>
2373
2374 * e/eterm-color.ti (el1): Capability deleted,
2375 since term.el doesn't implement it.
2376
2377 2005-10-20 Dan Nicolaescu <dann@ics.uci.edu>
2378
2379 * e/eterm-color.ti: Change the terminal name to eterm-color.
2380 * e/eterm-color: Regenerate.
2381
2382 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2383
2384 * Makefile (e/eterm-color): Rename eterm to eterm-color.
2385
2386 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * NEWS: New variable `max-image-size'.
2389
2390 2005-10-17 Bill Wohler <wohler@newt.com>
2391
2392 Moved all remaining images from lisp/toolbar to etc/images. The
2393 low resolution images were placed in their own directory (low-color).
2394
2395 * images/attach.*, images/cancel.*, images/close.*:
2396 * images/copy.*, images/cut.*, images/diropen.*:
2397 * images/exit.*, images/help.*, images/home.*:
2398 * images/index.*, images/info.*, images/mail.*:
2399 * images/new.*, images/open.*, images/paste.*:
2400 * images/preferences.*, images/print.*, images/save.*:
2401 * images/saveas.*, images/search.*:
2402 * images/search-replace.*, images/spell.*:
2403 * images/undo.*: Moved here from lisp/toolbar.
2404
2405 * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*.
2406 * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*.
2407 * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*.
2408 * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*.
2409 * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*.
2410 * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*.
2411 * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*.
2412 * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*.
2413 * images/low-color/preferences.*: Moved here from
2414 lisp/toolbar/lc-preferences.*.
2415 * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*.
2416 * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*.
2417 * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*.
2418 * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*.
2419 * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*.
2420 * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*.
2421
2422 To conform with convention, the underscore (_) in the following
2423 image names were replaced with dash (-) or (/) as appropriate.
2424
2425 * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*.
2426 * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*.
2427 * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*.
2428 * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*.
2429 * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*.
2430 * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*.
2431 * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*.
2432 * images/low-color/back-arrow.*: Moved here from
2433 lisp/toolbar/lc-back_arrow.*.
2434 * images/low-color/fwd-arrow.*: Moved here from
2435 lisp/toolbar/lc-fwd_arrow.*.
2436 * images/low-color/jump-to.*: Moved here from
2437 lisp/toolbar/lc-jump_to.*.
2438 * images/low-color/left-arrow.*: Moved here from
2439 lisp/toolbar/lc-left_arrow.*.
2440 * images/low-color/right-arrow.*: Moved here from
2441 lisp/toolbar/lc-right_arrow.*.
2442 * images/low-color/up-arrow.*: Moved here from
2443 lisp/toolbar/lc-up_arrow.*.
2444 * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*.
2445 * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*.
2446
2447 * images/README: Incorporated the content of lisp/toolbar/README
2448 now that all of the images are here.
2449
2450 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2451
2452 * images/gud/n.pbm, images/gud/n.xpm
2453 * images/gud/ni.xpm, images/gud/ni.xpm
2454 * images/gud/s.xpm, images/gud/s.xpm
2455 * images/gud/si.xpm, images/gud/si.xpm: Rename to
2456 next.*, nexti.*, step.*, and stepi.* , respectively, as the
2457 file-name no longer clashes on 8+3 filesystems.
2458
2459 2005-10-14 Bill Wohler <wohler@newt.com>
2460
2461 * images/gud/break.*: Moved here from toolbar/gud-break.*.
2462 * images/gud/cont.*: Moved here from toolbar/gud-cont.*.
2463 * images/gud/down.*: Moved here from toolbar/gud-down.*.
2464 * images/gud/finish.*: Moved here from toolbar/gud-finish.*.
2465 * images/gud/ni.*: Moved here from toolbar/gud-ni.*.
2466 * images/gud/n.*: Moved here from toolbar/gud-n.*.
2467 * images/gud/print.*: Moved here from toolbar/gud-print.*.
2468 * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*.
2469 * images/gud/remove.*: Moved here from toolbar/gud-remove.*.
2470 * images/gud/run.*: Moved here from toolbar/gud-run.*.
2471 * images/gud/si.*: Moved here from toolbar/gud-si.*.
2472 * images/gud/s.*: Moved here from toolbar/gud-s.*.
2473 * images/gud/until.*: Moved here from toolbar/gud-until.*.
2474 * images/gud/up.*: Moved here from toolbar/gud-up.*.
2475 * images/gud/watch.*: Moved here from toolbar/gud-watch.*.
2476
2477 2005-10-14 Bill Wohler <wohler@newt.com>
2478
2479 Released MH-E version 7.85.
2480
2481 * NEWS, MH-E-NEWS: Updated for release 7.85.
2482
2483 2005-10-10 Jan Djärv <jan.h.d@swipnet.se>
2484
2485 * NEWS: -nb => -nbi
2486
2487 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2488
2489 * orgcard.tex: Version 3.17, no changes except version number.
2490
2491 2005-10-09 Jan Djärv <jan.h.d@swipnet.se>
2492
2493 * NEWS: -nb, --no-bitmap-icon
2494
2495 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * TODO: Clarify the local variables entry.
2498
2499 2005-09-30 Bill Wohler <wohler@newt.com>
2500
2501 Moved MH-E image files from toolbar and mail directories into
2502 images.
2503
2504 * images/mail: New directory.
2505
2506 * images/mail/reply.*: Moved here from lisp/mail/reply2*.
2507
2508 * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*:
2509 * images/mail/reply*: Moved here from lisp/toolbar.
2510
2511 * images/execute.*, images/highlight.*, images/mh-logo.xpm:
2512 * images/page-down.*, images/show.*, images/widen.*: Moved here
2513 from lisp/toolbar.
2514
2515 * images/refresh.*: Moved here from lisp/toolbar/rescan.*.
2516 Use GNOME 2.10's refresh icon.
2517
2518 * images/README: New file that indicates which icons came from
2519 GNOME (see lisp/toolbar/README).
2520
2521 2005-09-30 Romain Francoise <romain@orebokech.com>
2522
2523 * NEWS: Mention changes to `read-buffer'.
2524
2525 2005-09-30 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * images/ezimage: New directory.
2528
2529 * images/ezimage/*.xpm: Add images used by speedbar.el.
2530
2531 2005-09-30 David Ponce <david@dponce.com>
2532
2533 * NEWS: Update recentf changes.
2534
2535 2005-09-28 Simon Josefsson <jas@extundo.com>
2536
2537 * GNUS-NEWS: Fix IDNA notes.
2538
2539 2005-09-27 Jay Belanger <belanger@truman.edu>
2540
2541 * calccard.tex: Update `versionnumber', remove `versiondate'.
2542 (Error Recovery): Refer to "initial state" rather than "default state".
2543 (Algebra): Mention LaTeX language mode.
2544 (Programming): Delete reference to "Z =".
2545
2546 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
2547
2548 * emacs.py (ehelp): Add g and l to arg list, and use them in the
2549 call to `help'.
2550
2551 2005-09-17 Romain Francoise <romain@orebokech.com>
2552
2553 * gfdl.1: Update to version 1.2. Delete UC macro.
2554
2555 2005-09-15 Kenichi Handa <handa@m17n.org>
2556
2557 * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7.
2558
2559 2005-09-14 Romain Francoise <romain@orebokech.com>
2560
2561 * NEWS: Add entry for write-region-inhibit-fsync.
2562
2563 2005-09-09 Kevin Ryde <user42@zip.com.au>
2564
2565 * MORE.STUFF: Update url for calculator.el.
2566
2567 2005-09-08 Kenichi Handa <handa@m17n.org>
2568
2569 * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled
2570 correctly.
2571
2572 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2573
2574 * NEWS: Add entry for `make-auto-save-file-name'.
2575
2576 2005-08-19 Emilio C. Lopes <eclig@gmx.net>
2577
2578 * emacsclient.1 (DESCRIPTION): Reflect inclusion in the
2579 Emacs distribution. Make role of EDITOR clearer.
2580 (OPTIONS): Document `-s', `-V' and `-h'
2581 as well as their long name counterparts.
2582 (BUGS): Remove.
2583
2584 2005-08-26 Romain Francoise <romain@orebokech.com>
2585
2586 * PROBLEMS: Fix capitalization of "Gnus".
2587
2588 2005-08-20 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * MORE.STUFF: Update links and URLs.
2591
2592 2005-08-05 Kenichi Handa <handa@m17n.org>
2593
2594 * NEWS: Fix the entry describing code-pages.
2595
2596 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * .cvsignore: Add `icons' (for in-place installs).
2599
2600 2005-07-19 Juri Linkov <juri@jurta.org>
2601
2602 * grep.txt: New file.
2603
2604 2005-07-19 Jan Djärv <jan.h.d@swipnet.se>
2605
2606 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
2607 -R comes after i386 in setarch command.
2608
2609 2005-07-12 Juri Linkov <juri@jurta.org>
2610
2611 * refcard.tex (Files): Change description of `C-x C-q' from
2612 `checkin/checkout' to `toggle read-only'.
2613 (Getting Help): Replace `C-h c' with `C-h k'.
2614 (Error Recovery): Replace `recover-file' with `recover-session'.
2615 (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'.
2616
2617 2005-07-07 Richard M. Stallman <rms@gnu.org>
2618
2619 * GNU: Update how to help. Improve footnote 7.
2620
2621 2005-07-07 Lute Kamstra <lute@gnu.org>
2622
2623 * tasks.texi: Delete file. The GNU Task List is obsolete and has
2624 been replaced by http://savannah.gnu.org/projects/tasklist.
2625
2626 2005-07-07 Lute Kamstra <lute@gnu.org>
2627
2628 * refcard.tex: Update `versionnumber' and `year'. Update Emacs's
2629 version to 22.
2630 (Starting Emacs): Delete sentence to fix formatting problems.
2631 (Multiple Windows): Clarify first sentence. Mention C-x 5 1.
2632 (Formatting): Update the binding of set face.
2633 (International Character Sets): set-language-environment is bound
2634 to C-x RET l.
2635
2636 2005-07-05 Lute Kamstra <lute@gnu.org>
2637
2638 Update FSF's address in GPL notices.
2639
2640 * INTERVIEW, calccard.tex, cs-dired-ref.tex, cs-refcard.tex:
2641 * dired-ref.tex, fr-drdref.tex, fr-refcard.tex, gfdl.1:
2642 * pl-refcard.tex, refcard.tex, ru-refcard.tex, sk-dired-ref.tex:
2643 * sk-refcard.tex, vipcard.tex, viperCard.tex: Update FSF's address.
2644
2645 2005-07-03 Jan Djärv <jan.h.d@swipnet.se>
2646
2647 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
2648 Add it again.
2649
2650 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
2651
2652 * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode.
2653
2654 2005-06-28 Richard M. Stallman <rms@gnu.org>
2655
2656 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New.
2657
2658 2005-06-11 Eli Zaretskii <eliz@gnu.org>
2659
2660 * DEBUG: Mention emacs-buffer.gdb.
2661
2662 2005-06-10 Noah Friedman <friedman@splode.com>
2663
2664 * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use
2665 char as placeholder when buffer has no file name and process is
2666 still live. Use different printf cases instead.
2667
2668 2005-06-08 Kim F. Storm <storm@cua.dk>
2669
2670 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
2671 Warn that using CVS+SSH may corrupt files, include work-around.
2672
2673 2005-06-06 Juri Linkov <juri@jurta.org>
2674
2675 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
2676
2677 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the
2678 second line to Local Variables. Fix title line.
2679
2680 2005-05-30 Miles Bader <miles@gnu.org>
2681
2682 * emacs-buffer.gdb: Remove RCS keywords.
2683
2684 2005-05-30 Noah Friedman <friedman@splode.com>
2685
2686 * emacs-buffer.gdb: New file.
2687 * NEWS: Mention it.
2688
2689 2005-05-28 Richard M. Stallman <rms@gnu.org>
2690
2691 * TUTORIAL.fr: Change NBSP to space.
2692
2693 2005-05-28 Bill Wohler <wohler@newt.com>
2694
2695 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84.
2696
2697 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2698
2699 * TODO: post-command-idle-hook has gone.
2700
2701 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * NEWS: Remove references to open-network-stream-nowait and
2704 open-network-stream-server.
2705
2706 2005-05-15 Richard M. Stallman <rms@gnu.org>
2707
2708 * GNU: Correct/improve previous change.
2709
2710 2005-05-14 Richard M. Stallman <rms@gnu.org>
2711
2712 * GNU: Update footnotes.
2713
2714 * NEWS: Lots of clarifications and cleanups.
2715
2716 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se>
2717
2718 * TUTORIAL.pl: Updated header.
2719
2720 2005-05-02 Richard M. Stallman <rms@gnu.org>
2721
2722 * NEWS: More rearrangements.
2723
2724 2005-05-02 Chong Yidong <cyd@stupidchicken.com>
2725
2726 * NEWS: Items rearranged in logical order.
2727
2728 2005-05-01 Lars Hansen <larsh@math.ku.dk>
2729
2730 * NEWS: Correct key binding for dired-mark-omitted.
2731
2732 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2733
2734 * NEWS: Mention xterm key bindings.
2735
2736 * e/eterm.ti: Add a comment.
2737 * e/eterm: Regenerate.
2738
2739 2005-04-25 Alex Ott <ott@jet.msk.su>
2740
2741 * TUTORIAL.ru: Update.
2742
2743 2005-04-13 Pavel Janík <Pavel@Janik.cz>
2744
2745 * TUTORIAL.sk: Updated header.
2746
2747 2005-04-12 Jan Djärv <jan.h.d@swipnet.se>
2748
2749 * NEWS: Mention cursorBlink resource.
2750
2751 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2752
2753 * NEWS: Mention dynamic change of keyboard-coding-system on Mac.
2754
2755 2005-04-10 Jan Djärv <jan.h.d@swipnet.se>
2756
2757 * NEWS: Mention fontSet for Lucid menus.
2758
2759 2005-04-10 Masatake YAMATO <jet@gyve.org>
2760
2761 * compilation.txt (symbol): Add gcov-file
2762 gcov-bb-file gcov-never-called-line gcov-called-line.
2763
2764 2005-04-08 Kenichi Handa <handa@m17n.org>
2765
2766 * TUTORIAL.ja: Updated header, contents synchronized with
2767 TUTORIAL at 2005-04-01T00:31:25Z!rms@gnu.org.
2768
2769 2005-04-06 Pavel Janík <Pavel@Janik.cz>
2770
2771 * TUTORIAL.cs: Updated header.
2772
2773 2005-04-05 Werner Lemberg <wl@gnu.org>
2774
2775 * TUTORIAL.de: Updated header.
2776
2777 2005-04-05 Marcelo Toledo <marcelo@gnu.org>
2778
2779 * TUTORIAL.translators: Added the field Maintainer.
2780
2781 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
2782
2783 * TUTORIAL.it: Move "copying conditions at end" sentence after title.
2784
2785 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
2786
2787 * TUTORIAL.ja: Update text before first period.
2788 Reported by Kenichi Handa.
2789
2790 2005-04-02 Richard M. Stallman <rms@gnu.org>
2791
2792 * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the
2793 old intro line that apparently was a longer version of "Emacs
2794 tutorial".
2795
2796 * TUTORIAL.es: Clean up line breaks.
2797
2798 2005-04-01 Marcelo Toledo <marcelo@gnu.org>
2799
2800 * TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
2801 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko,
2802 * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru,
2803 * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line.
2804
2805 2005-04-01 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
2806
2807 * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in
2808 2005-02-08T14:20:54Z!lute@gnu.org, "Emacs" is not transliterated to cyrillic anymore;
2809 Minor fixes.
2810
2811 2005-04-01 Mats Lidell <matsl@contactor.se>
2812
2813 * TUTORIAL.sv: Sync some other changes with the TUTORIAL version
2814 2005-04-01T00:31:25Z!rms@gnu.org.
2815
2816 2005-04-01 Lute Kamstra <lute@gnu.org>
2817
2818 * TUTORIAL.nl: Fix title line.
2819
2820 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2821
2822 * TUTORIAL: Add title line.
2823 * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
2824 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja,
2825 * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR,
2826 * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl
2827 * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise.
2828
2829 2005-03-29 Reiner Steib <Reiner.Steib@gmx.de>
2830
2831 * gnus-refcard.tex, gnus-logo.eps: New files.
2832
2833 2005-03-23 David Ponce <david@dponce.com>
2834
2835 * NEWS: Mention recentf-keep.
2836
2837 2005-03-17 Lute Kamstra <lute@gnu.org>
2838
2839 * TODO: Remove define-generic-mode entry (DONE).
2840
2841 2005-03-10 Michael Albinus <michael.albinus@gmx.de>
2842
2843 * NEWS: Explain how to default Tramp to FTP.
2844
2845 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2846
2847 * NEWS: Mention Carbon build on Mac OS 9.
2848
2849 2005-03-01 David Kastrup <dak@gnu.org>
2850
2851 * DEBUG: Add information about `-fno-crossjumping' for GCC.
2852
2853 2005-02-14 Lute Kamstra <lute@gnu.org>
2854
2855 * TODO: Remove battery.el entry (DONE).
2856
2857 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos.
2858 Make the terminology more consistent. Fill the text using the
2859 default `fill-column'.
2860
2861 2005-02-08 Lute Kamstra <lute@gnu.org>
2862
2863 * TUTORIAL: Remove some uses of the term "buffer" before it is
2864 properly introduced. Update the description of the mode line.
2865 Consistently use "<ESC>" to denote the ESC key and "<SPC>" to
2866 denote the Space bar. Capitalize all command descriptions.
2867
2868 2005-02-06 Richard M. Stallman <rms@gnu.org>
2869
2870 * DEBUG: Minor clarification.
2871
2872 2005-02-05 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2873
2874 * emacs.bash: Update the name of the socket of the Emacs server.
2875
2876 2005-01-22 David Kastrup <dak@gnu.org>
2877
2878 * NEWS: Mention alias `find-grep' for `grep-find'.
2879
2880 2005-01-22 Nick Roberts <nickrob@snap.net.nz>
2881
2882 * TODO: Add entry for toolbar on ttys.
2883
2884 2005-01-18 Nick Roberts <nickrob@snap.net.nz>
2885
2886 * DEBUG: Suggest separate terminal for debug session.
2887
2888 2005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2889
2890 * TUTORIAL.nl: Correct translation and the Dutch text (typos).
2891 More consistent use of terminology.
2892
2893 2005-01-13 Cheng Gao <chenggao@gmail.com>
2894
2895 * MORE.STUFF: Add entries of some well known and widely used packages.
2896
2897 2005-01-07 Lars Hansen <larsh@math.ku.dk>
2898
2899 * NEWS: Describe desktop package lazy restore feature.
2900
2901 2004-12-21 Richard M. Stallman <rms@gnu.org>
2902
2903 * DISTRIB: Don't say "freeware".
2904
2905 2004-12-15 Nick Roberts <nickrob@snap.net.nz>
2906
2907 * DEBUG: Change printing example to break on a procedure name.
2908
2909 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2910
2911 * e/eterm.ti: Add rs1.
2912 * e/eterm: Regenerate.
2913
2914 2004-12-08 Alexandre VEYRENC <veyrenc@wanadoo.fr> (tiny change)
2915
2916 * fr-refcard.tex: Fix typos.
2917
2918 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
2919
2920 * PROBLEMS: Update information about klipper on KDE.
2921
2922 2004-11-26 Jan Djärv <jan.h.d@swipnet.se>
2923
2924 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
2925
2926 2004-10-08 Frédéric Bothamy <frederic.bothamy@free.fr> (tiny change)
2927
2928 * TUTORIAL.fr: Minor wording fix.
2929
2930 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
2931
2932 * enriched.doc: Update for new bindings of `set-left-margin' and
2933 `set-right-margin'.
2934
2935 2004-10-04 Kim F. Storm <storm@cua.dk>
2936
2937 * DEBUG: Mention pp and ff commands.
2938
2939 2004-09-26 Luc Teirlinck <teirllm@auburn.edu>
2940
2941 * enriched.doc: `enriched-annotation-alist' is now called
2942 `enriched-translations'.
2943
2944 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2945
2946 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
2947 Reformat.
2948 * e/eterm: Regenerate.
2949
2950 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
2951
2952 * PROBLEMS: Updated exec-shield description.
2953
2954 2004-09-16 Dan Nicolaescu <dann@ics.uci.edu>
2955
2956 * e/eterm.ti: Change the strings for smso and rmso.
2957 * e/eterm: Regenerate.
2958
2959 2004-09-09 Thien-Thi Nguyen <ttn@gnu.org>
2960
2961 * MORE.STUFF (EDB): Update entry.
2962
2963 2004-09-07 Dan Nicolaescu <dann@ics.uci.edu>
2964
2965 * e/eterm.ti: Add `op' entry to enable colors in term.
2966 * e/eterm: Regenerate.
2967
2968 2004-09-04 Eric S. Raymond <esr@thyrsus.com>
2969
2970 * PROBLEMS: More reorganization to exile old stuff to the
2971 pre-2000 section. I looked up end-of-life dates for a bunch
2972 of old Unixes to check.
2973
2974 2004-08-24 Bill Wohler <wohler@newt.com>
2975
2976 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82.
2977
2978 2004-08-22 David Kastrup <dak@gnu.org>
2979
2980 * PROBLEMS, MAILINGLISTS: Update AUCTeX information.
2981
2982 2004-08-21 Bill Wohler <wohler@newt.com>
2983
2984 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
2985
2986 2004-08-21 Eric S. Raymond <esr@thyrsus.com>
2987
2988 * PROBLEMS: Massively rearranged by category, to make environment
2989 features and symptoms easier to find. Bugs relating to
2990 20th-century systems moved to the end. Most problem headers
2991 changed to "object: variation" format.
2992
2993 2004-08-15 Bill Wohler <wohler@newt.com>
2994
2995 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80.
2996
2997 2004-08-14 Romain Francoise <romain@orebokech.com>
2998
2999 * NEWS: Mention the thumbs.el package.
3000
3001 2004-08-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
3002
3003 * TUTORIAL.es: Replace actual whitespace with the magic string
3004 that causes help-with-tutorial to automatically insert the correct
3005 amount.
3006
3007 2004-08-10 Steven Tamm <steventamm@mac.com>
3008
3009 * PROBLEMS: Remove description of Mac OS version upgrade
3010 problems as it is no longer applicable.
3011
3012 2004-07-27 Werner Lemberg <wl@gnu.org>
3013
3014 * NEWS: Document all new tutorials.
3015
3016 2004-08-05 Reiner Steib <Reiner.Steib@gmx.de>
3017
3018 * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.
3019
3020 * NEWS (Gnus package): Gnus includes Sieve and PGG. Gnus changes
3021 are described in GNUS-NEWS.
3022
3023 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
3024
3025 * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the
3026 v5_10 branch of the Gnus repository.
3027
3028 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3029
3030 * MORE.STUFF: Tramp is now distributed with Emacs.
3031
3032 2004-07-12 Bill Wohler <wohler@newt.com>
3033
3034 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4.
3035
3036 2004-07-08 David Kastrup <dak@gnu.org>
3037
3038 * NEWS (Lisp changes in 21.4): Document (match-data t) change.
3039
3040 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il>
3041
3042 * FOR-RELEASE: Moved to the admin directory.
3043
3044 2004-06-24 David Kastrup <dak@gnu.org>
3045
3046 * NEWS: Move description from new paragraph-start and
3047 indent-line-function defaults to general news instead of new
3048 packages. Same for query-replace-skip-read-only.
3049 Add description of new `\,' and `\?' replacement string features.
3050
3051 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3052
3053 * MORE.STUFF: Delete obsolete URL.
3054
3055 2004-06-10 Lars Hansen <larsh@math.ku.dk>
3056
3057 * NEWS: Describe dired-omit-mode. Describe desktop package changes.
3058
3059 2004-05-29 Steven Tamm <steventamm@mac.com>
3060
3061 * PROBLEMS: Document the workaround for the Mac OS X port not
3062 picking up the environment variables from dotfiles.
3063
3064 2004-05-16 Juri Linkov <juri@jurta.org>
3065
3066 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
3067
3068 * ru-refcard.tex: Add C-u and RET to `C-h t Russian'.
3069
3070 2004-05-15 Alex Ott <ott@jet.msk.su>
3071
3072 * ru-refcard.tex, ru-refcard.ps: New files.
3073
3074 2004-05-14 David Ponce <david@dponce.com>
3075
3076 * tree-widget: New directory containing tree-widget themes and images.
3077
3078 2004-04-13 Marcelo Toledo <marcelo@gnu.org>
3079
3080 * TUTORIAL.pt_BR: Initial check-in.
3081
3082 2004-05-06 Dave Love <fx@gnu.org>
3083
3084 * emacs.py: New file for python-mode's internal use.
3085
3086 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * TODO: Use outline mode. Remove compile.el entry (done).
3089
3090 2004-04-18 Juri Linkov <juri@jurta.org>
3091
3092 * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv
3093 * TUTORIAL.th: Add sentence-end-double-space: nil.
3094
3095 * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1.
3096
3097 2004-04-16 Alex Ott <ottalex@narod.ru>
3098
3099 * TUTORIAL.ru: Various corrections.
3100
3101 2004-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
3102
3103 * TUTORIAL.nl: Update Delete/Delback translation.
3104
3105 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3106
3107 * TODO: Remove index-apropos entry.
3108
3109 2004-04-01 Juri Linkov <juri@jurta.org>
3110
3111 * HELLO: Add Javanese.
3112
3113 2004-03-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3114
3115 * ps-prin1.ps: Clip the header and footer area, so text will not be
3116 printed outside header or footer, respectively.
3117 (HeaderClip, FooterClip): New PostScript funs.
3118 (HeaderText, FooterText): Adjust PostScript code.
3119
3120 2004-03-29 Jan Djärv <jan.h.d@swipnet.se>
3121
3122 * TODO: Removed drag-and-drop entry (DONE).
3123
3124 2004-03-19 Kim F. Storm <storm@cua.dk>
3125
3126 * TODO: Remove entries for fringe related issues (DONE).
3127 Remove entry about image-relative coordinates of mouse clicks (DONE).
3128
3129 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
3130
3131 * compilation.txt: New file.
3132
3133 2004-02-29 Juanma Barranquero <lektu@terra.es>
3134
3135 * NEWS: Remove bogus reference to user option unicode-data.
3136
3137 2004-02-16 Klaus Zeitler <kzeitler@lucent.com>
3138
3139 * PROBLEMS: Document crashes on X when build with GCC and GNU ld.
3140
3141 2004-02-08 Andreas Schwab <schwab@suse.de>
3142
3143 * NEWS: Fix typo.
3144
3145 2003-12-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
3146
3147 * TUTORIAL.bg: Use windows-1251 encoding. Fix punctuation errors.
3148
3149 2003-11-21 Lars Hansen <larsh@math.ku.dk>
3150
3151 * TODO: Add plans for change of file attributes UID and GID from
3152 integer to string.
3153
3154 2003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
3155
3156 * HELLO: Add Kannada.
3157
3158 2003-11-05 Juri Linkov <juri@jurta.org>
3159
3160 * HELLO: Fix language names. Add C, Braille, Georgian, Ukrainian.
3161 Add IPA pronunciation to English. Fix tab widths.
3162
3163 2003-11-03 David Ponce <david.ponce@wanadoo.fr>
3164
3165 * PROBLEMS: Document segfaults with Linux kernels that enable the
3166 Exec-shield functionality.
3167
3168 2003-10-30 Kenichi Handa <handa@m17n.org>
3169
3170 * HELLO: Fix cases of language names. Make German lines one.
3171 Delete FORTRAN, add Mathematics.
3172
3173 2003-10-24 Jan Djärv <jan.h.d@swipnet.se>
3174
3175 * PROBLEMS: Characters are displayed as empty boxes or
3176 with wrong font under X.
3177
3178 2003-09-30 Werner Lemberg <wl@gnu.org>
3179
3180 * TUTORIAL.de: Minor updates and grammatical fixes.
3181
3182 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
3183
3184 * TODO: Add invisible text kill/yank issue.
3185
3186 2003-08-29 Wim Nieuwenhuizen <wwwillem@xs4all.nl>
3187
3188 * TUTORIAL.nl: Many changes.
3189
3190 2003-08-20 Stephen Eglen <stephen@gnu.org>
3191
3192 * MORE.STUFF: Update URLs for several projects.
3193
3194 2003-07-22 Andrew Choi <akochoi@shaw.ca>
3195
3196 * PROBLEMS: Truncated process output with pty's on Mac OS X.
3197
3198 2003-07-14 Nick Roberts <nick@nick.uklinux.net>
3199
3200 * NEWS: Merge in the changes for versions 21.2 and 21.3 as
3201 documented on the EMACS_21_1_RC branch.
3202
3203 2003-03-03 Chao-Hong Liu <chliu@gnu.org>
3204
3205 * TUTORIAL.cn: Updated.
3206 * TUTORIAL.zh: Updated.
3207
3208 2003-04-24 Bill Wohler <wohler@newt.com>
3209
3210 * MH-E-NEWS: Upgraded to MH-E version 7.3.
3211
3212 2003-04-03 Kenichi Handa <handa@m17n.org>
3213
3214 * HELLO: Fix the malayalam line.
3215
3216 2003-04-01 Dave Love <fx@gnu.org>
3217
3218 * letter.xpm: Use transparent/opaque `colors'.
3219
3220 * letter.xbm: Deleted.
3221
3222 * letter.pbm: New.
3223
3224 2003-03-24 Andreas Schwab <schwab@suse.de>
3225
3226 * HELLO: Remove extra TAB in Greek entries.
3227
3228 2003-03-03 Chao-Hong Liu <chliu@gnu.org>
3229
3230 * TUTORIAL.cn, TUTORIAL.zh: New files.
3231
3232 * TUTORIAL.translators: List TUTORIAL.cn and TUTORIAL.zh.
3233
3234 2003-02-24 Kenichi Handa <handa@m17n.org>
3235
3236 * HELLO: Add Malayalam.
3237
3238 2003-02-13 Dave Love <fx@gnu.org>
3239
3240 * TUTORIAL.es: Add coding spec.
3241
3242 2003-02-11 Kenichi Handa <handa@m17n.org>
3243
3244 * HELLO: Fix Hindi and add Tamil.
3245
3246 2003-02-05 Francesco Potortì <pot@gnu.org>
3247
3248 * TUTORIAL.it: Italian tutorial.
3249 From Alfredo Finelli <alfredofnl@tiscali.it> (original translator).
3250 Revised by Francesco Potortì <pot@gnu.org>.
3251
3252 2003-02-03 Bill Wohler <wohler@newt.com>
3253
3254 * MH-E-NEWS: Upgraded to MH-E version 7.2.
3255
3256 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3257
3258 * MACHINES: Added Cygwin.
3259
3260 2003-01-27 Jan Djärv <jan.h.d@swipnet.se>
3261
3262 * DEBUG: Added note about xmon.
3263
3264 2003-01-20 Joanna Pluta <joanna_p@gazeta.pl>
3265
3266 * TUTORIAL.pl: Updated.
3267
3268 2003-01-11 Pavel Janík <Pavel@Janik.cz>
3269
3270 * TUTORIAL.sk: Updated to reflect changes in English version.
3271 From Miroslav Vaško <zemiak@zoznam.sk>.
3272
3273 2003-01-09 Francesco Potortì <pot@gnu.org>
3274
3275 * etags.1: Added reference to the new `etags --help --lang=LANG'
3276 option.
3277
3278 2003-01-08 Bill Wohler <wohler@newt.com>
3279
3280 * MH-E-NEWS: Upgraded to MH-E version 7.1.
3281
3282 2003-01-01 Steven Tamm <steventamm@mac.com>
3283
3284 * MACHINES: Added pointer to Mac OS X install instructions.
3285
3286 2002-12-10 Kenichi Handa <handa@m17n.org>
3287
3288 * TUTORIAL.sv: Renamed from TUTORIAL.se.
3289
3290 2002-11-29 Bill Wohler <wohler@newt.com>
3291
3292 * MH-E-NEWS: Upgraded to MH-E version 7.0.
3293
3294 2002-11-22 Rafael Sepúlveda <drs@gnulinux.org.mx>
3295
3296 * TUTORIAL.es: Extensively changed and updated.
3297
3298 2002-10-01 Bill Wohler <wohler@newt.com>
3299
3300 * MH-E-NEWS: Upgraded to mh-e version 6.1.1.
3301
3302 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
3303
3304 * ses-example.ses: New file: example spreadsheet.
3305
3306 2002-09-04 Kenichi Handa <handa@etl.go.jp>
3307
3308 * HELLO: Fix Unicode Greek line.
3309
3310 2002-09-03 Kenichi Handa <handa@etl.go.jp>
3311
3312 * TUTORIAL.ja: Updated in accordance with the latest English
3313 version.
3314
3315 2002-09-01 Andreas Schwab <schwab@suse.de>
3316
3317 * TUTORIAL.de: Updated in accordance with the English version.
3318 From Mario Lang <mlang@delysid.org>.
3319
3320 2002-08-12 Markus Rost <rost@math.ohio-state.edu>
3321
3322 * HELLO: Fix some white spaces.
3323
3324 2002-06-26 Richard M. Stallman <rms@gnu.org>
3325
3326 * ps-prin0.ps, ps-prin1.ps: Add license exception.
3327
3328 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
3329
3330 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>.
3331
3332 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
3333
3334 * HELLO: Add a few greetings that use Unicode characters.
3335
3336 2002-04-20 Eli Zaretskii <eliz@is.elta.co.il>
3337
3338 * termcap.src: New version from ftp://invisible-island.net.
3339
3340 2002-03-24 Pavel Janík <Pavel@Janik.cz>
3341
3342 * TUTORIAL.translators: New file, list of tutorial translators.
3343
3344 2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
3345
3346 * gnus.xpm: Remove garbages.
3347
3348 2002-01-27 Pavel Janík <Pavel@Janik.cz>
3349
3350 * letter.xpm: New file, XPM variant of letter.xbm.
3351
3352 2001-12-03 Pavel Janík <Pavel@Janik.cz>
3353
3354 * COPYING: Move back.
3355
3356 2001-11-29 Pavel Janík <Pavel@Janik.cz>
3357
3358 * COPYING: Removed.
3359
3360 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3361
3362 * emacstool.1, etags.1, emacs.1: Modify distribution terms to
3363 something simpler than the GFDL.
3364
3365 2001-11-22 Colin Walters <walters@debian.org>
3366
3367 * PROBLEMS: Remove already applied calc info patches. Clarify
3368 that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is
3369 not handled by alternatives in Debian, the reporter surely meant
3370 just "--config ftp".
3371
3372 2001-11-18 Eli Zaretskii <eliz@is.elta.co.il>
3373
3374 * fr-survival.tex: New file, from Éric Jacoboni <jaco@teaser.fr>.
3375
3376 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3377
3378 * TUTORIAL.fr: New version from Éric Jacoboni <jaco@teaser.fr>.
3379
3380 2001-11-17 Colin Walters <walters@debian.org>
3381
3382 * PROBLEMS: Remove calc problems.
3383
3384 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3385
3386 * TUTORIAL.fr: New file. From Éric Jacoboni <jaco@teaser.fr>.
3387
3388 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3389
3390 * Makefile (mostlyclean, clean, distclean, maintainer-clean):
3391 Add *.dvi and *.log.
3392 (SOURCES): Update the list of files.
3393
3394 * calccard.tex: New file.
3395 * calccard.ps: New file.
3396
3397 2001-11-01 Eli Zaretskii <eliz@is.elta.co.il>
3398
3399 * etags.1: Replace presentation-level troff macros that simulate
3400 tables with tbl markup. From Eric S. Raymond <esr@thyrsus.com>.
3401
3402 2001-10-20 Gerd Moellmann <gerd@gnu.org>
3403
3404 * (Version 21.1 released.)
3405
3406 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3407
3408 * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri
3409 <tbspit@eng.um.edu.mt>.
3410
3411 2001-08-25 Pavel Janík <Pavel@Janik.cz>
3412
3413 * HELLO: Slovak language name added to be compatible with other
3414 languages.
3415
3416 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3417
3418 * TUTORIAL.pl: Updated in accordance with the English version.
3419 From Beata Wierzchołowska <beataw@orient.uw.edu.pl> and
3420 Janusz S. Bien <jsbien@mail.uw.edu.pl>.
3421
3422 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3423
3424 * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as
3425 per config.sub and config.guess. Reported by Ryo Furue
3426 <furufuru@ccsr.u-tokyo.ac.jp>.
3427
3428 2001-08-10 Pavel Janík <Pavel@Janik.cz>
3429
3430 * TUTORIAL.sk: Updated in accordance with the English version.
3431 From Miroslav Vaško <vasko@debian.cz>.
3432
3433 2001-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3434
3435 * TUTORIAL.ko: Updated in accordance with the English version.
3436 From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
3437
3438 2001-08-06 Pavel Janík <Pavel@Janik.cz>
3439
3440 * TUTORIAL.cs: Update from Milan Zamazal.
3441
3442 2001-08-05 Pavel Janík <Pavel@Janik.cz>
3443
3444 * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: E-mail
3445 address of Milan Zamazal changed.
3446
3447 2001-08-04 Pavel Janík <Pavel@Janik.cz>
3448
3449 * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and
3450 META keys.
3451
3452 2001-05-17 Francesco Potortì <pot@gnu.org>
3453
3454 * etags.1: Add the latest changes to etags behavior.
3455
3456 2001-05-04 Eli Zaretskii <eliz@is.elta.co.il>
3457
3458 * emacsclient.1: Place in the public domain.
3459
3460 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3461
3462 * emacstool.1: Place under GFDL.
3463
3464 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3465
3466 * emacs.1: Place under GFDL.
3467
3468 * etags.1: Ditto.
3469
3470 * gfdl.1: New file.
3471
3472 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3473
3474 * TUTORIAL.sk, sk-survival.tex
3475 * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps
3476 * sk-dired-ref.tex: New files.
3477
3478 * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files.
3479 From Pavel@Janik.cz (Pavel Janík).
3480
3481 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3482
3483 * ps-prin1.ps: Footer implementation. Doc fix.
3484 (doLineNumber): Code fix for line number color.
3485 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code
3486 fix for footer implementation.
3487 (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
3488 (FooterFramePath, doFrame, FooterFrame, FooterStart)
3489 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
3490
3491 2001-04-03 Gerd Moellmann <gerd@gnu.org>
3492
3493 * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca>
3494 for color depth 8.
3495
3496 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3497
3498 * ps-prin1.ps: Line and paragraph spacing feature.
3499 (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
3500 (EffectShadow, EffectBox, EffectOutline): New vars.
3501 (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
3502 (PHL, LHL): New funs.
3503
3504 * ps-prin2.ps: File eliminated.
3505
3506 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3507
3508 * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>.
3509
3510 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3511
3512 * splash.xpm, splash.pbm: Replaced with new images from
3513 Luis Fernandes <elf@ee.ryerson.ca>.
3514
3515 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3516
3517 * cs-refcard.ps, cs-refcard.tex: New files.
3518
3519 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3520
3521 * THE-GNU-PROJECT: New file.
3522
3523 2001-02-22 Andrew Innes <andrewi@gnu.org>
3524
3525 * MACHINES: Update pointer to MS-Windows install instructions.
3526
3527 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3528
3529 * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow'
3530 functionality enhancement.
3531 (doColumnZebra): Code fix.
3532
3533 2001-02-08 Dave Love <fx@gnu.org>
3534
3535 * tasks.texi, SERVICE: Updated.
3536
3537 2001-02-03 Andrew Innes <andrewi@gnu.org>
3538
3539 * PROBLEMS: Add note about need to specify extra compiler flags
3540 with recent Cygwin ports of gcc.
3541
3542 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3543
3544 * DEBUG: Expand and update, based on the instructions to
3545 pretesters, nt/INSTALL, and private communications and experience.
3546
3547 2001-01-17 Dave Love <fx@gnu.org>
3548
3549 * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/.
3550
3551 2001-01-08 Gerd Moellmann <gerd@gnu.org>
3552
3553 * TUTORIAL.es: New file.
3554
3555 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
3556
3557 * edt-user.doc: Updated to reflect EDT Emulation version 4.0
3558 enhancements.
3559
3560 2000-12-29 Gerd Moellmann <gerd@gnu.org>
3561
3562 * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
3563 files.
3564
3565 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3566
3567 * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
3568 is non-nil.
3569 (printZebra, BeginPage): Code fix.
3570
3571 2000-12-15 Miles Bader <miles@gnu.org>
3572
3573 * DEBUG: Add note about using `inverse-video' to detect excessive
3574 screen redraw.
3575
3576 2000-12-07 Dave Love <fx@gnu.org>
3577
3578 * CODINGS, CHARSETS: Removed. (Mule 2.3 relics.)
3579
3580 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3581
3582 * ps-prin1.ps: Eliminated the line number font predefinition.
3583
3584 2000-11-09 Kenichi Handa <handa@etl.go.jp>
3585
3586 * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l,
3587 not M-:, as example of disabled command).
3588
3589 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3590
3591 * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*.
3592
3593 2000-10-16 Gerd Moellmann <gerd@gnu.org>
3594
3595 * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed.
3596
3597 * tasks.texi: Updated to the version from /gd/gnuorg.
3598
3599 * FTP: Refer to the GNU web site.
3600
3601 2000-10-12 Dave Love <fx@gnu.org>
3602
3603 * gnus.pbm: New file.
3604
3605 * gnus.xbm: Deleted.
3606
3607 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3608
3609 * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line.
3610
3611 2000-09-22 Gerd Moellmann <gerd@gnu.org>
3612
3613 * splash.xbm: File removed.
3614 * splash.pbm: New file.
3615
3616 2000-09-20 Gerd Moellmann <gerd@gnu.org>
3617
3618 * splash.xbm: New file.
3619
3620 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3621
3622 * splash.xpm: New file.
3623
3624 2000-09-11 Dave Love <fx@gnu.org>
3625
3626 * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New
3627 files.
3628
3629 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3630
3631 * ps-prin3.ps: Eliminated.
3632
3633 * ps-prin2.ps: Changed comment version (6.0).
3634
3635 * ps-prin1.ps: Changed comment version (6.0).
3636
3637 * ps-prin0.ps: Changed comment version (6.0).
3638
3639 2000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl>
3640
3641 * survival.tex: New file.
3642
3643 2000-08-21 Gerd Moellmann <gerd@gnu.org>
3644
3645 * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*.
3646
3647 * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*.
3648
3649 2000-08-17 Gerd Moellmann <gerd@gnu.org>
3650
3651 * NEWS.1: Reintegrated into NEWS.
3652
3653 * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4.
3654
3655 2000-08-16 Gerd Moellmann <gerd@gnu.org>
3656
3657 * dired-ref.tex, dired-ref.ps: New files.
3658
3659 * refcard-de.tex, refcard-de.ps: New files.
3660
3661 2000-07-20 Gerd Moellmann <gerd@gnu.org>
3662
3663 * emacs.1: Change `-b' to `-bw'.
3664
3665 2000-07-07 Andreas Schwab <schwab@suse.de>
3666
3667 * yow.lines: Fix indentation.
3668
3669 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3670
3671 * ps-prin0.ps: Insert a version number comment (5.2.2).
3672 Indentation fix.
3673
3674 * ps-prin1.ps: Insert a version number comment (5.2.2). Can
3675 select page size with/without giving an error if PostScript
3676 printer doesn't have this kind of page size. Zebra Stripe
3677 continues or restarts on next page. Indentation fix.
3678 (BeginSheet): If necessary, rescale n-up to fit on the sheet of
3679 paper.
3680 (BeginDoc, doColumnZebra, HeaderText): Code fix.
3681 (SetPageSize): New proc.
3682
3683 * ps-prin2.ps: Insert a version number comment (5.2.2).
3684
3685 * ps-prin3.ps: Insert a version number comment (5.2.2).
3686 Indentation fix.
3687
3688 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3689
3690 * ps-prin1.ps: PostScript code compatibility with other utilities
3691 like mpage, psnup, etc.
3692 (isLineStep): Code fix.
3693 (BeginDoc, BeginSheet): Utility compatibility.
3694
3695 2000-05-03 Dave Love <fx@gnu.org>
3696
3697 * letter.xbm: New file.
3698
3699 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3700
3701 * ps-prin0.ps: PostScript level 1 compatibility.
3702
3703 * ps-prin1.ps: PostScript level 1 compatibility, Upside-down
3704 printing and line number step.
3705 (BeginDoc, doLineNumber, SL, HL): Code fix.
3706 (isLineStep, PSL): New funs.
3707
3708 * ps-prin3.ps: PostScript level 1 compatibility.
3709
3710 2000-04-10 Gerd Moellmann <gerd@gnu.org>
3711
3712 * refcard.bit: Removed.
3713
3714 2000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
3715
3716 * refcard-pl.ps: New file.
3717 * refcard-pl.tex: New file.
3718
3719 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3720
3721 * ps-prin0.ps: Replace gs_languagelevel by languagelevel.
3722 (DefOp): New proc.
3723
3724 * ps-prin1.ps: Replace gs_languagelevel by languagelevel.
3725 (printBackground, SetColor): New procs.
3726 (ZebraColor): Renaming old ZebraGray var.
3727
3728 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3729
3730 * ps-prin1.ps: Eliminate SkipFirstPage.
3731
3732 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3733
3734 * ps-prin0.ps: Define command only for language level 1.
3735
3736 2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3737
3738 * ps-prin0.ps: Define packedarray operator for language level 1,
3739 adjust setduplexmode and settumble definitions.
3740
3741 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3742
3743 * ps-prin0.ps: New file.
3744
3745 * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig.
3746
3747 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3748
3749 * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files.
3750
3751 1999-11-30 Paul Eggert <eggert@twinsun.com>
3752
3753 * PROBLEMS: Update Solaris 2.6 and 7 problems.
3754
3755 1999-11-22 Paul Eggert <eggert@twinsun.com>
3756
3757 * NEWS: Rename messages-locale to system-messages-locale
3758 and time-locale to system-time-locale.
3759
3760 1999-10-24 Noah Friedman <friedman@splode.com>
3761
3762 * yow.lines: Add more quotes. Correct a misquote.
3763
3764 * spook.lines: Add more phrases.
3765
3766 1999-10-23 Paul Eggert <eggert@twinsun.com>
3767
3768 * NEWS: Describe new functions and variables for locales.
3769
3770 1999-10-07 Gerd Moellmann <gerd@gnu.org>
3771
3772 * TUTORIAL.ro: Change copyright statement.
3773
3774 1999-07-12 Richard Stallman <rms@gnu.org>
3775
3776 * Version 20.4 released.
3777
3778 1999-06-27 Karl Heuer <kwzh@gnu.org>
3779
3780 * yow.lines: Fix indentation. Fix typo.
3781
3782 1999-01-19 Dave Love <fx@gnu.org>
3783
3784 * MORE.STUFF: Revamped.
3785
3786 1999-01-14 Dave Love <fx@gnu.org>
3787
3788 * FAQ: Merge posted updates.
3789
3790 1998-12-14 Dave Love <fx@gnu.org>
3791
3792 * FAQ: Somewhat edited copy of the most recently posted version.
3793
3794 1998-11-04 Kenichi Handa <handa@etl.go.jp>
3795
3796 * MACHINES (NEC EWS4800): New section.
3797
3798 1998-09-04 Karl Heuer <kwzh@gnu.org>
3799
3800 * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command.
3801
3802 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
3803
3804 * Version 20.3 released.
3805
3806 * TUTORIAL.ro: New file.
3807
3808 1998-04-10 Ken'ichi Handa <handa@melange.gnu.org>
3809
3810 * TUTORIAL.sl: Renamed back to the original.
3811
3812 1998-04-10 Kenichi Handa <handa@etl.go.jp>
3813
3814 * TUTORIAL.cs: Renamed from TUTORIAL.cz.
3815 * TUTORIAL.ja: Renamed from TUTORIAL.jp.
3816 * TUTORIAL.ka: Renamed from TUTORIAL.kr.
3817 * TUTORIAL.sk: Renamed from TUTORIAL.sl.
3818
3819 1998-04-06 Kenichi Handa <handa@etl.go.jp>
3820
3821 * TUTORIAL.jp: Re-translated for the latest TUTORIAL.
3822
3823 1998-03-26 Richard Stallman <rms@psilocin.gnu.org>
3824
3825 * TUTORIAL.sl: New file.
3826
3827 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3828
3829 * Version 20.2 released.
3830
3831 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3832
3833 * Version 20.1 released.
3834
3835 1997-06-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
3836
3837 * CODINGS, CHARSETS: New files.
3838
3839 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3840
3841 * Version 19.33 released.
3842
3843 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3844
3845 * Version 19.32 released.
3846
3847 1996-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3848
3849 * refcard.ps: File obtained from someone else;
3850 it was generated badly here.
3851
3852 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3853
3854 * Version 19.31 released.
3855
3856 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3857
3858 * TUTORIAL: Rephrase the first page to fit on a standard tty screen.
3859
3860 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3861
3862 * emacs.bash: Use >|.
3863
3864 1996-01-20 Geoff Voelker <voelker@cs.washington.edu>
3865
3866 * rgb.txt: New file.
3867
3868 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3869
3870 * Version 19.30 released.
3871
3872 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
3873
3874 * gnus-tut.txt: New file.
3875
3876 1995-07-26 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
3877
3878 * Rename termcap to termcap.src, the historical name for an
3879 uninstalled termcap file.
3880
3881 1995-06-28 Eric S. Raymond <esr@spiff.gnu.ai.mit.edu>
3882
3883 * termcap.dat, termcap.ucb: Deleted and replaced.
3884
3885 * termcap: New termcap file from the ncurses project; bigger,
3886 better, brighter, does away with waxy yellow buildup. Email
3887 me at terminfo@ccil.org if you have any trouble with this.
3888
3889 * README: Changed to track above change.
3890
3891 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3892
3893 * TUTORIAL: Delete reference to ALT. Change <Rubout> to <Delete>.
3894
3895 1995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3896
3897 * Makefile (maintainer-clean): Renamed from realclean.
3898
3899 1995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3900
3901 * tpu-doc.el: File moved to etc dir and renamed.
3902
3903 1995-04-07 Boris Goldowsky <boris@cs.rochester.edu>
3904
3905 * enriched.doc: Rewritten and simplified.
3906
3907 1994-11-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3908
3909 * Makefile (eterm): New rule.
3910 (TIC): New variable.
3911
3912 * e/eterm, e/eterm.ti: New files.
3913
3914 1994-10-24 Boris Goldowsky <boris@mole.gnu.ai.mit.edu>
3915
3916 * enriched.doc: New file.
3917
3918 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3919
3920 * Version 19.26 released.
3921
3922 1994-07-03 Richard Stallman (rms@gnu.ai.mit.edu)
3923
3924 * TUTORIAL: Talk about flow control along with C-x C-s and C-s.
3925
3926 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3927
3928 * Version 19.25 released.
3929
3930 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3931
3932 * Version 19.24 released.
3933
3934 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3935
3936 * Version 19.23 released.
3937
3938 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3939
3940 * Makefile (clean): Delete DOC*.
3941
3942 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3943
3944 * Version 19.22 released.
3945
3946 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3947
3948 * Version 19.21 released.
3949
3950 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3951
3952 * Version 19.20 released.
3953
3954 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3955
3956 * Version 19.19 released.
3957
3958 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3959
3960 * Version 19.18 released.
3961
3962 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3963
3964 * Version 19.16 released.
3965
3966 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3967
3968 * version 19.15 released.
3969
3970 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3971
3972 * Version 19.14 released.
3973
3974 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3975
3976 Bring mumbleclean targets into conformance with GNU coding standards.
3977 * Makefile (distclean): Don't remove backup and autosave files.
3978 These are easy to get rid of in other ways, and a pain to lose.
3979 (mostlyclean, realclean): New targets.
3980
3981 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3982
3983 * Version 19.13 released.
3984
3985 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3986
3987 * Version 19.10 released.
3988
3989 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3990
3991 * Version 19.9 released.
3992
3993 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3994
3995 * Version 19.8 released.
3996
3997 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
3998
3999 * Version 19.7 released.
4000
4001 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4002
4003 * MACHINES: Mention Linux.
4004
4005 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4006
4007 * MACHINES: Add section for NeXT, from Thorsten Ohl.
4008
4009 1993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4010
4011 * NEWS: Documented picture-mode improvements.
4012
4013 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4014
4015 * NEWS: Described the new properties of arrow keys and
4016 next-line-add-newlines. Fixed up the GUD description, it was
4017 out of date. This file referenced LNEWS when it should have
4018 said news.texi; fixed.
4019
4020 * news.texi: invocation-name now exists.
4021
4022 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4023
4024 * MORE.STUFF: Added.
4025
4026 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4027
4028 * NEWS: Preserved jimb's last change (documenting kill on
4029 read-only buffers).
4030
4031 Added documentation on new info features.
4032
4033 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4034
4035 * spook.lines: Alpha-sorted this, and added some new hot buttons
4036 for the 1990s.
4037
4038 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4039
4040 * MACHINES: Deleted some VMS caveats. If the src and lisp
4041 ChangeLogs are correct, dired and mail and process control are now
4042 fully supported.
4043
4044 * NEWS: Added finder news.
4045
4046 1993-03-19 Richard Stallman (rms@geech.gnu.ai.mit.edu)
4047
4048 * NEWS: Changed.
4049
4050 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4051
4052 * sex.6: Added 900-line support
4053
4054 * NEWS: Added news about the package finder.
4055
4056 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4057
4058 * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so
4059 I nuked it. Let the file mod date serve. Merged in APOLLO and
4060 SUNBUG files. Changed references to 18.* to past tense.
4061
4062 * emacs.names: Merged into JOKES. I faked a mail header from the
4063 Unknown User to delimit the first (unheaded) bit.
4064
4065 * Makefile (relock, unlock): New productions.
4066
4067 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4068
4069 Augean-stable cleaning time. Partly to save space, but mostly to
4070 reduce the dizzying amount of *stuff* confronting someone exploring
4071 the Emacs distribution, I have the following changes in the etc
4072 directory:
4073
4074 * CHARACTERS: Merged into TO-DO file under the heading "Long Range:"
4075
4076 * DIFF, CCADIFF, GOSDIFF: Merged into a new outline file titled
4077 OTHER.EMACSES. The present names don't really convey anything.
4078 Various key bindings and feature descriptions have been updated.
4079
4080 * NICKLES.WORTH: Nuked. This is copyrighted material that could land
4081 FSF in hot water.
4082
4083 * INTERVAL.IDEAS: Nuked. RMS's thinking, and indeed the
4084 implementation of intervals, have progressed way beyond this.
4085
4086 * RCP: Nuked. It no longer said anything but "Ooops, sorry!"
4087
4088 * ED.WORSHIP, GNU.JOKES: Merged into a mailbox called JOKES.
4089 Future jokes can accumulate there.
4090
4091 * DISTRIB: The actual domestic order form is now ORDERS.USA.
4092 The DISTRIB text now mentions 19.
4093
4094 * ORDERS.USA: Created. This is just the order form. DISTRIB
4095 has a pointer to it at the beginning.
4096
4097 * EUROPE: Renamed to ORDERS.EUROPE. DISTRIB now has a pointer
4098 to it at the beginning.
4099
4100 * OOOONEWS, OOOONEWS: Nuked. It's version 19 --- nobody needs the
4101 version 15 and 17 files anymore.
4102
4103 All files marked "Nuked" have actually been moved to =-prefixed
4104 names as per convention. Originals of all files merged still
4105 exist with =-names.
4106
4107 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4108
4109 * XENIX: Nuked (moved to =XENIX). The hackery it describes is
4110 no longer necessary in the presence of 19's function-key-map
4111 feature; I've added an explanation to the beginning of the file.
4112
4113 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4114
4115 * MACHINES: Update description of SYSVr3 and r4 support, due to
4116 Eric Raymond's changes.
4117
4118 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4119
4120 * MACHINES: Mention that you have to edit the configure script
4121 when you add support for a new machine, to get it to recognize the
4122 configuration name.
4123
4124 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
4125
4126 * MACHINES: Converted to use GCC-style configuration names,
4127 instead of listing m/*.h and s/*.h files. All knowledge of m/ and
4128 s/ files now lives in ../configure.
4129
4130 1992-10-06 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
4131
4132 * NEWS: Document included tags tables.
4133
4134 1992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4135
4136 * Corrected the news about VC to reflect reality.
4137
4138 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4139
4140 * etags.1: New file, from Richard K. Pixley at Cygnus.
4141
4142 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4143
4144 * Makefile: Most of the contents of this file were only relevant
4145 to things in `../lib-src'; removed all but the `distclean' and
4146 `clean' targets.
4147
4148 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4149
4150 * COPYING: Got June 1991 version of the GPL here.
4151
4152 * ChangeLog: Since the old etc contents have been split into etc
4153 and lib-src, the old etc's ChangeLog has been duplicated in the
4154 new etc and lib-src. That means that each contains complete and
4155 coherent information, although each contains extraneous
4156 information.
4157
4158 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4159
4160 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
4161 to be consistent with other GNU programs, like makeinfo.
4162
4163 * lib-src/Makefile: Renamed to Makefile.in; the configure script
4164 will edit this to produce Makefile.
4165
4166 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4167
4168 * etags.c (print_help, print_version): New functions.
4169 (main): Options added to support them.
4170
4171 * etags.c (longopts): New array of long names for the options.
4172 (main): Recognize them.
4173
4174 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4175
4176 * etags.c (C_entries): Removed comment saying that \" in a string
4177 isn't recognized as magic, because it is correctly handled.
4178
4179 * getopt.c, getopt.h: New files, from GNU C library.
4180 * etags.c: Rewritten to use getopt.
4181 #include "getopt.h".
4182 (file_num): Variable deleted; its role is now played by getopt's
4183 optind.
4184 (main): Argument processing loop rewritten to call getopt to get
4185 next option. Options which take parameters (-o and -i) rewritten
4186 to get parameter from optarg instead of argv[1]. Filename
4187 preprocessing loop and update command changed similarly.
4188 * Makefile (etags, ctags): Depend on and link with getopt.h,
4189 getopt.o, and getopt1.o.
4190 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
4191
4192 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
4193 is non-zero.
4194
4195 (main): In the argument processing loop, the 'goto next_arg'
4196 statements are breaking out of the switch statement in exactly the
4197 same way that a simple 'break' statement would; replace the gotos
4198 with breaks, and remove the label.
4199
4200 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4201
4202 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
4203 (consider_token): Move next_token_is_func to global.
4204
4205 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4206
4207 * Makefile: Conform with GNU coding standards:
4208 (mostlyclean): New target, synonymous with clean.
4209 (TAGS, check): New targets.
4210 (INSTALL, INSTALLFLAGS): New variables.
4211
4212 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4213
4214 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
4215 `config.emacs' to `configure'.
4216
4217 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
4218 * etc/MACHINES: Same.
4219
4220 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4221
4222 * movemail.c (main): Allow tempname to be as long as necessary,
4223 instead of limiting it to 39 characters.
4224
4225 * movemail.c (main): Move declaration of buf from top of function
4226 to local block surrounding the copy loop. This makes it less
4227 likely to be confused with the buf used by the code which checks the
4228 permissions on outname's directory.
4229
4230 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
4231
4232 * SERVICE: Remove my entry.
4233
4234 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4235
4236 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
4237 hardcoded -g.
4238
4239 * movemail.c (xmalloc): Return char *, not int.
4240 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
4241 that is off by default -- normally don't unlink the mail spool
4242 file, just empty it. Pass creat mode 0600, not 0666.
4243
4244 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4245
4246 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
4247 (all): Instead of here.
4248 (install): Don't use the -s option, since people need symbols to
4249 debug code.
4250
4251 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
4252
4253 * etags-vmslib.c (fn_exp): Add type cast.
4254
4255 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4256
4257 * movemail.c: Changes in comments.
4258
4259 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4260
4261 * Makefile: Make the distclean target erase the DOC files from
4262 ../share-lib and the executables from ../arch-lib.
4263
4264 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
4265
4266 * emacsclient.c: #include <sys/stat.h>.
4267 (main): Do declare statbfr.
4268
4269 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4270
4271 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
4272 for the socket, depending on SERVER_HOME_DIR.
4273 If using /tmp, put host name in the socket name.
4274
4275 * movemail.c (pfatal_and_delete): New function.
4276 (main, popmail): Use it.
4277 (popmail): Close output before deleting messages.
4278 Check for error on close and on fsync.
4279 Use `fatal' where appropriate.
4280 (main): Remove (void).
4281
4282 * aixcc.lex: New file. Not officially part of Emacs.
4283 * Makefile: Rules for that.
4284
4285 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
4286
4287 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
4288
4289 * etags.c (main): Properly cast call to alloca that initializes
4290 included_files.
4291
4292 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
4293
4294 * etags.c (files_are_tag_tables): Remove global var.
4295 (process_file): Don't test it. Also remove hack checking for a
4296 file named "TAGS".
4297 (main): -i now takes an arg which is the name of a file to include.
4298 Collect these names and emit include tags for them after processing
4299 all the argument files.
4300
4301 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4302
4303 * wakeup.c: Terminate if parent goes away.
4304
4305 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4306
4307 * etags.c (C_entries): Process token before handling end of line.
4308 When inner loops reach end of line, just back up.
4309 Let the real end of line processing happen in just one place.
4310 (consider_token): Likewise.
4311
4312 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
4313
4314 * etags.c (TEX_mode): Skip comments while scanning the text to see
4315 which escape character this file uses.
4316
4317 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4318
4319 * emacsserver.c [USG]: Terminate if msgrcv fails.
4320
4321 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
4322
4323 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
4324
4325 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
4326
4327 * make-docfile: Find the arguments to a C function correctly,
4328 by not ignoring the character that read_c_string returns. Don't
4329 even try to find argument names for functions that take MANY
4330 or UNEVALLED arguments, since they're a figment of the docstring's
4331 imagination.
4332
4333 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
4334
4335 * make-docfile: Read the .elc files generated by the new byte
4336 compiler.
4337
4338 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
4339
4340 * refcard.tex: Use cm fonts, not am, in multi-column mode.
4341
4342 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
4343
4344 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
4345
4346 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
4347
4348 * Makefile (install*): No need to install wakeup.
4349
4350 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
4351
4352 * Makefile (install*): Install emacsclient like etags.
4353
4354 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
4355
4356 * movemail.c (error): Handle 3 args.
4357 (main): Don't check input access if using pop.
4358
4359 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
4360
4361 * etags.c (find_entries): Check for numbers after Scheme suffix.
4362
4363 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
4364
4365 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
4366
4367 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
4368
4369 * Makefile (nemacstool, xvetool): New targets.
4370
4371 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
4372
4373 * emacsclient.c: Include errno.h and define related variables.
4374
4375 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
4376
4377 * emacsclient.c: Change usage message.
4378
4379 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
4380
4381 * emacs.1: Add break before -nw option.
4382
4383 1990-08-19 David J. MacKenzie (djm@apple-gunkies)
4384
4385 * qsort.c: Replace with GNU version.
4386
4387 1990-08-14 David J. MacKenzie (djm@apple-gunkies)
4388
4389 * wakeup.c: New program replacing loadst.c.
4390
4391 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4392
4393 * emacsclient.c [USG]: Pass msgsnd only 4 args.
4394
4395 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
4396
4397 * etags.c: Rename `flag' variables for what they do instead of
4398 which option character sets them.
4399
4400 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4401
4402 * loadst.c (main): Conditional to get load average on Apollo.
4403
4404 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
4405
4406 * emacsserver.c: Set the permission on the socket to 0600.
4407
4408 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4409
4410 * emacsclient.c [BSD]: Print clean message for failing getwd.
4411
4412 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
4413
4414 * getdate.y: Use the getdate.y from GNU tar for timer.
4415
4416 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
4417
4418 * emacsclient.c (main): Don't put brackets around "filename" in
4419 usage message. It isn't optional.
4420
4421 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
4422
4423 * etags.c (getit): Recognize '$' as beginning identifiers.
4424
4425 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
4426
4427 * emacsserver.c: Renamed from server.c.
4428 * Makefile: Reference emacsserver rather than server.
4429 * MACHINES: Doc fix for new emacsserver name.
4430
4431 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4432
4433 * emacsclient.c: Print program name in error messages.
4434
4435 1990-01-19 David Lawrence (tale@cocoa-puffs)
4436
4437 * timer.c, getdate.y (new files) and Makefile:
4438 Sub-process support for run-at-time in timer.el.
4439 Doesn't yet work correctly for USG.
4440
4441 1990-01-10 Jim Kingdon (kingdon@pogo)
4442
4443 * MACHINES: Add HP 300 running BSD.
4444
4445 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4446
4447 * yow.c: Dynamically allocate buffer; skip header before random
4448 choice to avoid bias toward first item.
4449
4450 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4451
4452 * etags.c (readline): Separate out init of `pend'.
4453
4454 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4455
4456 * etags.c: Undo changes relating to isgoodhdr.
4457
4458 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
4459
4460 * etags.c (isgoodhdr): New macro.
4461 (_gdh, notgdh): New variable used by that.
4462 (init): Initialize _gdh.
4463 (find_entries): Set header_file.
4464 (consider_token): Use isgoodhdr if in header file.
4465
4466 * etags.c (total_size_of_entries):
4467 Was miscalculating by 1 in rewritten case.
4468
4469 * etags.c (PAS_funcs): One arg to pfnote was missing.
4470
4471 1989-12-05 Joseph Arceneaux (jla@spiff)
4472
4473 * MACHINES: Change for the ULTRIX entry.
4474
4475 1989-11-21 Joseph Arceneaux (jla@spiff)
4476
4477 * etags.c (process_file): If file is not regular, return.
4478
4479 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4480
4481 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
4482
4483 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4484
4485 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
4486 (main): If HAVE_GETLOADAVG, don't call `nlist'.
4487
4488 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4489
4490 * etags.c (consider_token): Allow any number of typespec keywords
4491 after `typedef', before new type name.
4492 (enum sym_type): Add st_C_typespec.
4493 (C_create_stab): Put typespec kwds in table.
4494
4495 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
4496
4497 * etags.c (main): Don't depend on name invoked by.
4498 If CTAGS is not defined, assume it is ETAGS.
4499
4500 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4501
4502 * etags.c (L_funcs): Allow package name in define construct,
4503 as in (foo::defmumble name-defined ...).
4504
4505 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4506
4507 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
4508
4509 * Makefile (yow): Depends on ../src/paths.h.
4510
4511 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
4512
4513 * etags.c: Fix compilation by moving Pascal after Fortran.
4514
4515 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4516
4517 * movemail.c [USG]: Define F_OK, etc., if not found in header.
4518
4519 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4520
4521 * hexl.c: New file, supports hexl-mode.
4522
4523 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4524
4525 * movemail.c: New compilation flag MAIL_USE_MMDF.
4526
4527 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4528
4529 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
4530 * server.c: Likewise.
4531
4532 * make-docfile.c (scan_c_file): Output argument names at end of string.
4533 (write_c_args): New subroutine.
4534
4535 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4536
4537 * movemail.c: Report failure of flock.
4538
4539 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4540
4541 * etags.c (find_entries): Allow multi-letter extensions for fortran.
4542
4543 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4544
4545 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
4546
4547 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
4548
4549 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
4550
4551 * emacstool.1: Update to document environment variables.
4552
4553 1989-02-21 Mosur Mohan (email@notavailable)
4554
4555 * etags.c (PAS_funcs): New function.
4556
4557 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4558
4559 * movemail.c: On sysv, include unistd.h.
4560
4561 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4562
4563 * b2m.c: New file.
4564
4565 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4566
4567 * etags.c: Prolog support from Sunichirou Sugou.
4568
4569 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4570
4571 * Makefile (clean): New target.
4572
4573 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4574
4575 * fakemail.c (put_line): Break header lines at 79 cols.
4576
4577 1989-01-19 Sam Kendall (email@notavailable)
4578
4579 * etags.c: Greatly rewritten for C++ support and for multiple tags
4580 per line.
4581
4582 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4583
4584 * movemail.c: Check access before doing real work.
4585 Check that outfile is in a writable directory.
4586 On fatal error, delete the lock file.
4587
4588 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
4589
4590 * env.c: Add decl for my-index.
4591 * etags.c (file-entries): .oak => scheme
4592
4593 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4594
4595 * movemail.c: Use `access' to check input and output files.
4596
4597 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4598
4599 * emacsclient.c (main): Ignore all of CWD before first slash.
4600
4601 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4602
4603 * etags.c (readline): Double linebuffer->size outside the xrealloc.
4604
4605 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4606
4607 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
4608 * server.c: chmod the socket to 0700.
4609
4610 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4611
4612 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
4613 (add_field): Delete comments and turn `<', `>' to spaces
4614 in header lines.
4615 (USE_FAKEMAIL): New customization macro says to make fakemail
4616 not be a no-op even on a BSD system.
4617
4618 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4619
4620 * etags.c (consider_token): Skip comments just like whitespace.
4621 Notice `struct', etc. and set strtag for those tokens.
4622 Return 1 for the token following `struct' if an open-brace follows it.
4623 (C_entries): Special handling of token following `struct'
4624 needed because we have probably advanced to the following line
4625 to find the `{'.
4626 (main): New option `T' sets tflag and strflag.
4627 Set both of them by default if eflags.
4628
4629 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4630
4631 * movemail.c: Do fsync before closing output.
4632
4633 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
4634
4635 * movemail.c: Better error message when can't create tempname.
4636 This file needs a great deal of extra error-checking and lucid reporting...
4637
4638 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4639
4640 * etags.c: Support assembler code for .s and .a files.
4641 (getit): Allow underscore in a tag.
4642
4643 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4644
4645 * movemail.c: Close output and check errors before deleting input.
4646
4647 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
4648
4649 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
4650 whether to prefix it. Handle line number args.
4651
4652 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
4653
4654 * etags.c (main): Default setting of eflag was backwards.
4655
4656 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4657
4658 * etags.c: New option -i. -f renamed -o.
4659 `-' as input file means read input file names from stdin.
4660 -i spec'd or input file named TAGS means the input file is another
4661 tag table; output an "include" line for it.
4662
4663 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4664
4665 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
4666 New targets install, install.sysv, install.xenix.
4667 This makefile is now responsible for installing executables
4668 and documentation from this directory into system directories.
4669
4670 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
4671
4672 * server.c, emacsclient.c (main): Compute socket name from euid.
4673
4674 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4675
4676 * emacsclient.c: Args like +DIGITS are passed through unchanged.
4677
4678 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4679
4680 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
4681 * emacsclient.c: Likewise.
4682 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
4683
4684 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4685
4686 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
4687 (istoken) New string-comparison macro.
4688 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
4689
4690 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4691
4692 * etags.c: Changes for VMS.
4693 Always define ETAGS on VMS.
4694 Define macros GOOD and BAD for success and failure exit codes.
4695 (begtk, intk): Allow `$' in identifiers
4696 (main): Don't support -B, -F or -u on VMS.
4697 Alternate loop for scanning filename arguments.
4698 (system): Delete definition of this function.
4699
4700 * etags-vmslib.c (system): Undefine this; VMS now provides it.
4701
4702 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4703
4704 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
4705 around include of param.h. (Like fns.c.)
4706
4707 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
4708
4709 * loadst.c (load_average): Move load-average code to this new fn.
4710 Add conditionals to compute load ave on UMAX.
4711
4712 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
4713
4714 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
4715 with opposite sense.
4716
4717 1988-05-13 Chris Hanson (cph@kleph)
4718
4719 * emacsclient.c: Delete references to unused variable `out'.
4720 This caused a bus error when used under hp-ux.
4721
4722 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
4723
4724 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
4725
4726 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
4727
4728 * etags.c (find_entries): `.t' or `.sch' means scheme code.
4729
4730 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
4731
4732 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
4733
4734 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
4735
4736 * movemail.c: #undef close, since config can #define it on V.3.
4737 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
4738
4739 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
4740
4741 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
4742 invalid escape sequences such as `\{'.
4743
4744 * loadst.c: Add `sequent' conditional for file dk.h.
4745
4746 1988-03-20 Richard M. Stallman (rms@wilson)
4747
4748 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
4749
4750 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
4751
4752 ;; Local Variables:
4753 ;; coding: utf-8
4754 ;; add-log-time-zone-rule: t
4755 ;; End:
4756
4757 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
4758 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4759 Free Software Foundation, Inc.
4760
4761 This file is part of GNU Emacs.
4762
4763 GNU Emacs is free software: you can redistribute it and/or modify
4764 it under the terms of the GNU General Public License as published by
4765 the Free Software Foundation, either version 3 of the License, or
4766 (at your option) any later version.
4767
4768 GNU Emacs is distributed in the hope that it will be useful,
4769 but WITHOUT ANY WARRANTY; without even the implied warranty of
4770 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4771 GNU General Public License for more details.
4772
4773 You should have received a copy of the GNU General Public License
4774 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
4775
4776 ;;; arch-tag: 094f3a51-bd72-44d0-8fac-2ac242c6c5b1