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