* lisp/emulation/cua-base.el (cua-selection-mode): Make it toggle again.
[emacs.git] / etc / ChangeLog
blob24f44b9d0e8fc405752d7c27cd62ef8b0d482cb2
1 2011-04-22  Noah Friedman  <friedman@splode.com>
3         * emacs-buffer.gdb: Add trailing underscores to appropriate member
4         names, per change tromey@redhat.com-20110214153919-bxkckrdmmg4qhyyj
5         of src/lisp.h.
7 2011-04-08  Christoph Scholtes  <cschol2112@googlemail.com>
9         * NEWS: Document new function `vc-ediff'.
11 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
13         * NEWS: New variable `revert-buffer-in-progress-p'.
15 2011-03-22  Sebastian Hermida  <sebas00@gmail.com>
17         * themes/misterioso-theme.el: New file.
19 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
21         * NEWS: Document warning about _emacs.
23 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
25         * NEWS: `shell' prompts for the shell path name, when the default
26         directory is a remote file name and neither environment variable
27         $ESHELL nor variable `explicit-shell-file-name' is set.
29 2011-03-08  Kristoffer Grönlund  <krig@koru.se>
31         * themes/wombat-theme.el: New file.
33 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
35         * Version 23.3 released.
37 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
39         * srecode/el.srt: Fix typo.
41 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
43         * themes/tango-dark-theme.el: Tweak background on low-color
44         terminals.
46 2011-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
48         * etc/images/icons/allout-widgets/dark-bg,
49         * etc/images/icons/allout-widgets/light-bg,
50         * encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}:
51         Reorganize icon directories and files to reconcile against windows
52         short-filename clashes.
54 2011-02-16  Ken Manheimer  <ken.manheimer@gmail.com>
56         * etc/images/icons/allout-widgets-dark-bg,
57         * etc/images/icons/allout-widgets-light-bg: Icons for new
58         allout-widgets.el.
60         * etc/images/icons/README: Include coypright and GPL 3 license for
61         new icons.
63 2011-02-16  Michael Albinus  <michael.albinus@gmx.de>
65         * NEWS: Add soap-client.el and soap-inspect.el.
67 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
69         * NEWS: Tramp methods "imap" and "imaps" are discontinued.
71 2011-02-12  Drew Adams  <drew.adams@oracle.com>
73         * themes/light-blue-theme.el: New file.
75 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
77         format-time-string now supports subsecond time stamp resolution
78         * NEWS: Document this.
80 2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
82         Redo spelling of Makefile variables to conform to POSIX.
83         POSIX does not allow "-" in Makefile variable names.
84         Reported by Bruno Haible in
85         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
86         * refcards/Makefile (DIRED_REFCARDS_PDF): Renamed from
87         DIRED-REFCARDS_PDF.
88         (MISC_REFCARDS_PDF): Renamed from MISC-REFCARDS_PDF.
89         (SURVIVAL_CARDS_PDF): Renamed from SURVIVAL-CARDS_PDF.
90         (VIPER_CARDS_PDF): Renamed from VIPER-CARDS_PDF.
92 2011-01-18  Glenn Morris  <rgm@gnu.org>
94         * PROBLEMS: Add note about svn+ssh.  (Bug#7791)
96 2011-01-14  Glenn Morris  <rgm@gnu.org>
98         * refcards/calccard.tex, refcards/cs-dired-ref.tex:
99         * refcards/cs-refcard.tex, refcards/cs-survival.tex:
100         * refcards/de-refcard.tex, refcards/dired-ref.tex:
101         * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
102         * refcards/fr-survival.tex, refcards/orgcard.tex:
103         * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
104         * refcards/refcard.tex, refcards/ru-refcard.tex:
105         * refcards/sk-dired-ref.tex, refcards/sk-refcard.tex:
106         * refcards/sk-survival.tex, refcards/survival.tex:
107         * refcards/vipcard.tex, refcards/viperCard.tex:
108         Update short copyright year to 2011.
110 2011-01-13  Christian Ohler  <ohler@gnu.org>
112         * NEWS: Mention ERT.
114 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
116         * NEWS: Add new function dbus-register-service.
118 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
120         * themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind
121         tango palette colors.  Only define faces for color displays.
122         Customize the ansi-color-names-vector variable.  Add Ediff,
123         Flyspell, and Semantic faces as suggested by Jan Moringen.
125 2011-01-08  Andreas Schwab  <schwab@linux-m68k.org>
127         * compilation.txt: Add column to gcc-include sample.
129 2011-01-08  Glenn Morris  <rgm@gnu.org>
131         * PROBLEMS: -batch implies -q.
133 2011-01-07  Tassilo Horn  <tassilo@member.fsf.org>
135         * themes/tsdh-light-theme.el, themes/tsdh-dark-theme.el: Remove
136         dev-prefix from file names, so that the files don't clash on 8x3
137         filesystems.
139 2011-01-06  Tassilo Horn  <tassilo@member.fsf.org>
141         * themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
142         * themes/dev-tsdh-dark-theme.el (dev-tsdh-dark): New theme.
144 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
146         * NEWS: Extended behaviour of dbus-register-{method,property}.
148 2011-01-02  Kenichi Handa  <handa@m17n.org>
150         * NEWS.23: Describe the changes for rmail's MIME handling.
152 2010-12-18  Chong Yidong  <cyd@stupidchicken.com>
154         * images/separator.xpm: Tweak colors.
156 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
158         * NEWS: Mention new Tramp method "ksu".
160 2010-12-13  W. Martin Borgert  <debacle@debian.org>  (tiny change)
162         * schema/schemas.xml: Add DocBook (Bug#7491).
164 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
166         * refcards/orgcard.tex: Cleanup.
168 2010-11-27  Ulrich Mueller  <ulm@gentoo.org>
170         * HELLO: Add ancient Greek (Bug#7418).
172 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
174         * NEWS: Document display of glyphless characters.
176 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
178         * refcards/orgcard.tex: Add new Babel key sequences.
180 2010-10-26  Glenn Morris  <rgm@gnu.org>
182         * images/README: Add (un)checked.xpm
183         * images/checked.xpm, images/unchecked.xpm: Add copyright.
185 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
187         * images/checked.xpm:
188         * images/unchecked.xpm: New images.
190 2010-10-24  Richard Stallman  <rms@gnu.org>
192         * DISTRIB: Update donation section.
194 2010-10-24  Glenn Morris  <rgm@gnu.org>
196         * DISTRIB: Small updates.
198 2010-10-19  Julien Danjou  <julien@danjou.info>
200         * tutorials/TUTORIAL: Don't mention mode-line end dashes.
202 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
204         * themes: New directory for custom theme files, moved from lisp/.
206 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
208         * tutorials/TUTORIAL.es: Fix typos.
210 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
212         * NEWS: Mention `dynamic-library-alist'.
214 2010-10-13  Glenn Morris  <rgm@gnu.org>
216         * NEXTSTEP: New file, extracted from ../nextstep/{AUTHORS,README}.
218 2010-10-12  Glenn Morris  <rgm@gnu.org>
220         * TODO: Merge ../nextstep/FOR-RELEASE into this file.
222         * BABYL: Remove file.
224 2010-09-21  Eric Ludlam  <zappo@gnu.org>
226         * srecode/java.srt: Make NAME be a prompt.
228 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
230         * NEWS: Some Tramp methods are discontinued.
232 2010-09-11  Glenn Morris  <rgm@gnu.org>
234         * emacs.bash, emacs.csh, ms-kermit: Remove obsolete files (use
235         emacsclient -a instead of the first two).
237 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239         * NEWS: Mention the new libxml2 functions.
241 2010-08-25  Kenichi Handa  <handa@m17n.org>
243         * HELLO: Change designation sequences for Arabic text.
245 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
247         * NEWS: dbus.el supports alternative buses.
249 2010-08-22  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
251         * emacs3.py: Import imp module and use it (Bug#5756).
253 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
255         * tutorials/TUTORIAL.he: Use MAQAF instead of hyphen where appropriate.
256         Fix a few typos.
258 2010-08-08  Ken Brown  <kbrown@cornell.edu>
260         * PROBLEMS: Mention problem with Cygwin 1.5.19.
262 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
264         * NEWS: Mention the Hebrew translation.
266         * tutorials/TUTORIAL.he: Don't use acronyms.
268 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
270         * AUTHORS: Rename unexec.o => unexcoff.o.
271         * PROBLEMS: Rename unexec.o => unexcoff.o.
273 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
275         * tutorials/TUTORIAL.he: New file.
277         * tutorials/TUTORIAL.translators: Add TUTORIAL.he.
279 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
281         * NEWS: Document new --distfiles configure.bat option and
282         `dist' make target on Windows.
284 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
286         * PROBLEMS: Add note about use of backslashes in Windows paths.
288 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
290         * NEWS: Mention --enable-checking is now supported on Windows.
292 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
294         * refcards/orgcard.tex: Remove the key for the TODO sparse tree
295         and add the new key.  Document new keys for image and entity
296         display.  Document the Org Babel keys.
298 2010-06-19  Ken Brown  <kbrown@cornell.edu>
300         * PROBLEMS: Update Cygwin GCC information.  (Bug#6458)
302 2010-06-12  Glenn Morris  <rgm@gnu.org>
304         * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.es: Fix typos.
306 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
308         * NEWS: Add notifications.el.
310 2010-05-28  Glenn Morris  <rgm@gnu.org>
312         * MACHINES: Remove some old information no longer of relevance.
313         Switch to outline-mode.
315 2010-05-27  Glenn Morris  <rgm@gnu.org>
317         * PROBLEMS: Remove old information no longer of relevance.
319 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * NEWS: Add sections for Emacs-23.3.
323 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
325         * PROBLEMS: Document gcc-4.5 bug (Bug#6031).
327 2010-05-08  Kenichi Handa  <handa@m17n.org>
329         * HELLO: Adjust Burmese for Unicode 5.2 encoding.
331 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
333         * Version 23.2 released.
335 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
337         * HELLO: Reorder Arabic greetings into logical order (they were
338         mistakenly changed to visual order by the 2010-03-28 change).
340 2010-04-18  Francesc Rocher  <rocher@member.fsf.org>
342         * MORE.STUFF: Add a new entry for QWE.
344 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * HELLO (Mathematics): Prefer Unicode charset.
348 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
350         * images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after
351         svg tag (Bug#5790).
353 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
355         * PROBLEMS: Mention problems on MS-Windows with incompatible
356         regex.h headers.
358 2010-03-28  Eli Zaretskii  <eliz@gnu.org>
360         * HELLO: Reorder Arabic and Hebrew into logical order, and
361         insert RLM before the opening paren, to make the display more
362         reasonable.  Add setting for bidi-display-reordering in the local
363         variables section.
364         * NEWS: Mention initial support for bidirectional editing.
366 2010-03-24  Francesc Rocher  <rocher@member.fsf.org>
368         * MORE.STUFF: Remove CEDET entry, now distributed as part of Emacs.
370 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
372         * gnus/gnus-setup.ast: Add finish links to the top nodes.
374         * gnus/news-server.ast: Add some trivial validation.
376 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
378         * NEWS: Add secrets.el.
380 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
382         * images/custom/down.xpm, images/custom/right.xpm: Update images
383         to increase contrast on bright backgrounds.
385 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
387         * Branch for 23.2.
389 2010-03-06  Glenn Morris  <rgm@gnu.org>
391         * srecode/default.srt (COPYRIGHT): Update template copyright to GPLv3+.
393 2010-03-05  Glenn Morris  <rgm@gnu.org>
395         * refcards/orgcard.tex: Use pdflayout.sty.
396         * refcards/Makefile (orgcard.pdf): Special rule no longer needed.
398 2010-03-02  Glenn Morris  <rgm@gnu.org>
400         * refcards/Makefile: For cs- and sk-, use pdfcsplain if available.
401         (pl-refcard.pdf): Let presence of pdfmex be another test for the
402         required TeX files.  Pass explicit output-format to tex command.
403         (orgcard.pdf): Use ps2pdf, since pdftex tends to produce a
404         portrait layout rather than the desired landscape.
406 2010-03-01  Glenn Morris  <rgm@gnu.org>
408         * refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
410         * refcards/de-refcard.tex: Fix paren typo.
412         * refcards/ru-refcard.tex: Rename \year command to \cyear, since
413         the former seems to be already used in some TeX installations.
415         * refcards/calccard.tex, refcards/cs-dired-ref.tex:
416         * refcards/cs-refcard.tex, refcards/cs-survival.tex:
417         * refcards/de-refcard.tex, refcards/dired-ref.tex:
418         * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
419         * refcards/fr-survival.tex, refcards/orgcard.pdf:
420         * refcards/orgcard.tex, refcards/pl-refcard.tex:
421         * refcards/pt-br-refcard.tex, refcards/refcard.tex:
422         * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
423         * refcards/sk-refcard.tex, refcards/sk-survival.tex:
424         * refcards/survival.tex, refcards/vipcard.tex:
425         * refcards/viperCard.tex: Update short copyright year to 2010.
427 2010-02-26  Glenn Morris  <rgm@gnu.org>
429         * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
430         Fix some keybinding typos.
432 2010-02-14  Chong Yidong  <cyd@stupidchicken.com>
434         * images/custom/down-pushed.xpm, images/custom/down.xpm:
435         * images/custom/right-pushed.xpm:
436         * images/custom/right-pushed.xpm: Increase height by four
437         pixels, to improve text alignment.
439 2010-01-16  Mario Lang  <mlang@delysid.org>
441         * srecode/doc-cpp.srt, srecode/doc-default.srt:
442         * srecode/doc-java.srt: Remove duplicated words.
444 2010-01-14  Nick Roberts  <nickrob@snap.net.nz>
446         * images/gud/recstart.xpm, images/gud/recstop.xpm:
447         * images/gud/rcont.xpm, images/gud/rnext.xpm:
448         * images/gud/rfinish.xpm, images/gud/rnexti.xpm:
449         * images/gud/rstep.xpm, images/gud/rstepi.xpm:
450         New icons for reverse debugging.
452 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
454         * srecode/doc-cpp.srt (function-comment, variable-same-line-comment)
455         (group-comment-start, group-comment-end):
456         * srecode/doc-default.srt (section-comment, function-comment)
457         (variable-same-line-comment, group-comment-start, group-comment-end):
458         * srecode/doc-java.srt (function-comment, variable-same-line-comment)
459         (group-comment-start, group-comment-end):
460         Fix typos in template docstrings.
462 2010-01-14  Kenichi Handa  <handa@m17n.org>
464         * NEWS: Describe the change of auto-composition-mode.
466 2010-01-12  Glenn Morris  <rgm@gnu.org>
468         * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug
469         for bug reports for development versions.
471 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
473         * NEWS: Fix typos.
475 2009-12-15  Glenn Morris  <rgm@gnu.org>
477         * CONTRIBUTE (Coding Standards): Update URL.
478         (Getting the Source Code): Other VCSs are available.
480         * ORDERS: Update some URLs.
482         * edt-user.el: New file, split out from edt-user.doc.
483         * edt-user.doc: Split into edt-user.el and ../doc/misc/edt.texi,
484         and remove.
486 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
488         * NEWS: Point to the external counterparts of su and sudo.
490 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
492         * images/mpc/add.xpm, images/mpc/ffwd.xpm, images/mpc/next.xpm:
493         * images/mpc/pause.xpm, images/mpc/play.xpm, images/mpc/prev.xpm:
494         * images/mpc/rewind.xpm, images/mpc/stop.xpm:
495         New images.
497 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
499         * NEWS: New functions eshell/su and eshell/sudo.
501 2009-11-26  Kevin Ryde  <user42@zip.com.au>
503         * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
504         Aubrey Jaffer's texinfo R5RS moved to
505         http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz
506         (per http://people.csail.mit.edu/jaffer/Scheme.html).
508 2009-11-26  Jan Djärv  <jan.h.d@swipnet.se>
510         * PROBLEMS: Mention Metacity hang on Emacs resize.
512 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
514         * PROBLEMS: Add workaround for Cygwin crash and remove fixed
515         rebasing problem.
517 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
519         * NEWS: Mention dynamic font changes (font-use-system-font).
521 2009-11-15  Carsten Dominik  <dominik@u016822.science.uva.nl>
523         * refcards/orgcard.tex: Push version number to 6.33a.
525 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
527         * refcards/orgcard.tex: Document the new archiving keys.
529 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
531         * compilation.txt: Add one more error message for msft (Bug#4100).
533 2009-10-09  Karl Fogel  <karl.fogel@red-bean.com>
535         * NEWS: Document bookmark.el at 2008-06-25T16:51:33Z!monnier@iro.umontreal.ca format upgrade.  (Bug#3375)
537 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
539         * NEWS: New function copy-directory.
541 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
543         * srecode: New directory for SRecode template files.
545 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
547         * NEWS: delete-directory has an optional parameter RECURSIVE.
549 2009-10-01  Carsten Dominik  <dominik@u016822.science.uva.nl>
551         * refcards/orgcard.tex: New version number.
553 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
555         * NEWS: Mention Tramp connection methods "imap" and "imaps".
557 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
559         * NEWS: Mention new library imap-hash.el
561 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
563         * NEWS: Mention new variable `help-downcase-arguments'
564         and new default for arguments in *Help* buffers.
566 2009-09-15  Juanma Barranquero  <lekktu@gmail.com>
568         * NEWS: Mention new behavior of -Q and new variable
569         `inhibit-x-resources'.
571 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
573         * PROBLEMS: Document Athena/Lucid internationalization
574         problem (Bug#4333).
576 2009-09-02  Carsten Dominik  <dominik@u016822.science.uva.nl>
578         * refcards/orgcard.tex: Document new effort setting commands.
579         Document the new keys for agenda time motion.
580         Document the `E' key in the agenda.
582 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * NEWS: Declare unibyte sessions obsolete.
586 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
588         * NEWS: Mention Tramp connection method "rsyncc" and variable
589         `process-file-side-effects'.
591 2009-08-13  Kenichi Handa  <handa@m17n.org>
593         * NEWS: Mention the new coding systme `utf-8-hfs' and many
594         functions for Unicode normalization.
596 2009-08-09  CHENG Gao  <chenggao@gmail.com>
598         * MORE.STUFF: Update Etags and Ispell URLs.
600 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
602         * images/gud/all.xpm, images/gud/thread.xpm: New icons for
603         gdb-mi.el
605 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
607         * e/eterm-color.ti (msgr, u6, u7): New capabilities.
609 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
611         * NEWS: Autorevert Tail mode works now for remote files.
613 2009-07-26  Kevin Ryde  <user42@zip.com.au>
615         * compilation.txt: Add Perl-Glib sample message.
617 2009-07-23  Ken Raeburn  <raeburn@raeburn.org>
619         * NEWS: `load-in-progress' corruption fixed.
621 2009-07-21  Glenn Morris  <rgm@gnu.org>
623         * refcards/cs-dired-ref.tex, refcards/dired-ref.tex:
624         * refcards/fr-dired-ref.tex, refcards/sk-dired-ref.tex:
625         * refcards/cs-refcard.tex, refcards/de-refcard.tex:
626         * refcards/fr-refcard.tex, refcards/pl-refcard.tex:
627         * refcards/pt-br-refcard.tex, refcards/refcard.tex:
628         * refcards/ru-refcard.tex, refcards/sk-refcard.tex:
629         * refcards/cs-survival.tex, refcards/fr-survival.tex:
630         * refcards/sk-survival.tex, refcards/survival.tex:
631         Remove version numbers that don't mean much.  Instead, just use Emacs
632         version and date.  Use FSF URL rather than postal address.
634         * refcards/vipcard.tex (versionnumber, version): Remove.
635         (versionemacs, versionvip): New.
636         (copyrightnotice): Use FSF URL rather than postal address.
638         * refcards/viperCard.tex (versionnumber): Rename to versionviper.
639         (versionemacs, versionxemacs): New.
640         (version): Remove.
641         (copyrightnotice): Use FSF URL rather than postal address.
643 2009-07-16  Glenn Morris  <rgm@gnu.org>
645         * refcards/cs-dired-ref.tex, refcards/fr-dired-ref.tex:
646         * refcards/sk-dired-ref.tex:
647         Remove non-existent (?) bindings: w, C-u o, U, delete.
648         Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
650         * refcards/gnus-refcard.tex: Condense a few sentences in order to
651         make them fit on one line, and add some page breaks, to improve the
652         layout in the pdfs.
654 2009-07-15  Glenn Morris  <rgm@gnu.org>
656         * refcards/dired-ref.tex: Change from A4 to letter paper.
657         Remove non-existent (?) bindings: w, C-u o, U, delete.
658         Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
659         New: async shell command = &.
661         * refcards/gnus-refcard.tex (Copyright): Add 2009.
662         (Notes): Add missing line-break.
663         (Threading): Reword to fit on one line.
665         * refcards/calccard.tex (emacsversionnumber): Just use major version.
667         * refcards/Makefile (gnus-booklet.pdf): Use jobname rather than
668         clobbering gnus-refcard.pdf.
669         (clean): Remove .aux files.
670         (gnus-logo.pdf): Remove rule, since this file is distributed.
672 2009-07-10  Kenichi Handa  <handa@m17n.org>
674         * tutorials/TUTORIAL.ja: Reflect the latest change of TUTORIAL.
676 2009-07-10  Kevin Ryde  <user42@zip.com.au>
678         * compilation.txt: Fix names of some elements.
680 2009-07-08  Glenn Morris  <rgm@gnu.org>
682         * tutorials/TUTORIAL: Standardize the way M-x commands are written:
683         dashes inside command names, not spaces; spaces before <Return>.
684         (Summary): Describe the new behavior of C-l.
685         (Basic Cursor Control): Don't say that files "ought" to end in newlines.
686         Try to distinguish scroll bar from fringes.
687         You can also scroll with a wheel mouse.
688         (If Emacs Stops Responding): Rename from "When Emacs is hung".
689         (Inserting And Deleting): Continuation marks appear in the fringe.
690         Clarify that deletion can be undone.  Mention cut and paste, and
691         the Glossary.
692         (Files, Mode Line): Update mode-line format.
693         (Extending The Command Set): Downplay C-z, since using Emacs on a
694         text-only terminal is less common these days.
695         (Searching): Incremental searching is no longer atypical.
696         Downplay flow control issues, remove reference to deleted FAQ node.
697         (Multiple Windows): Mention frames.
698         (Multiple Frames): New section.
699         (Getting More Help): Downplay C-h having a different binding.
700         Don't say help is "on-line", since the meaning has changed.
701         (More Features): Replace "on-line".  Use C-h rather than F10 h.
702         Say a little more about completion.
703         (Conclusion): Don't mention C-z again here.
705 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
707         * NEWS: Mention maximized.
709 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
711         * NEWS: Add "synce" connection method of Tramp.
713 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
715         * NEWS: Add new connection methods of Tramp.
717 2009-06-24  Kenichi Handa  <handa@m17n.org>
719         * charsets/stdenc.map: Re-generated.
721         * charsets/symbol.map: Re-generated.
723 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
725         * Branch for 23.1.
727 2009-06-15  Alan Mackenzie  <acm@muc.de>
729         * NEWS: Document changes to end-of-defun-function, clarifying
730         entry for beginning-of-defun-function.
732 2009-06-13  Bill Wohler  <wohler@newt.com>
734         Release MH-E version 8.2.
736         * NEWS, MH-E-NEWS: Update for MH-E release 8.2.
738 2009-06-12  Kenichi Handa  <handa@m17n.org>
740         * HELLO: Use "/" instead of "," to separate independent words.
742         * charsets/*.map: All re-generated.
744 2009-06-08  Kenichi Handa  <handa@m17n.org>
746         * HELLO: Downcase "suomi".
748 2009-05-25  Werner Lemberg  <wl@gnu.org>
750         * tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
751         Use reformed Orthography.
752         Minor improvements.
754 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
756         * refcards/survival.tex: Add M-g M-g binding.
758         * refcards/survival.tex:
759         * refcards/sk-survival.tex:
760         * refcards/sk-refcard.tex:
761         * refcards/sk-dired-ref.tex:
762         * refcards/ru-refcard.tex:
763         * refcards/pt-br-refcard.tex:
764         * refcards/pl-refcard.tex:
765         * refcards/fr-survival.tex:
766         * refcards/fr-dired-ref.tex:
767         * refcards/dired-ref.tex:
768         * refcards/cs-survival.tex:
769         * refcards/cs-refcard.tex:
770         * refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.
772 2009-05-15  Chong Yidong  <cyd@stupidchicken.com>
774         * refcards/refcard.tex: Update Emacs version to 23.
776 2009-05-15  Sven Joachim  <svenjoac@gmx.de>
778         * refcards/de-refcard.tex: Merge changes from refcard.tex.
779         Change `Paragraph' to `Absatz'.
781 2009-04-09  Glenn Morris  <rgm@gnu.org>
783         * MORE.STUFF: Update some urls.  Remove dead links: eshell, expand,
784         ffap, hideshow.  Remove original whitespace, now in obsolete/.
785         Remember and nXML are part of the distribution now.
787 2009-03-13  Kenichi Handa  <handa@m17n.org>
789         * NEWS: Add description for the argument change of
790         `set-fontset-font' and `print-fontset'.
792 2009-02-25  Glenn Morris  <rgm@gnu.org>
794         * MORE.STUFF: Mention Zile.
796 2009-02-23  Miles Bader  <miles@gnu.org>
798         * NEWS: Rename `system-process-attributes' to `process-attributes'.
800 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
802         * compilation.txt: Add entry for maven.
804 2009-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
806         * refcards/calccard.tex: Update version number.
807         Mention Maxima mode.
809 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
811         * compilation.txt (gnu): Add an example for the "note" format.
813 2009-02-04  Jason Rumney  <jasonr@gnu.org>
815         * PROBLEMS (CPP): Note problem with resource compiler of MSVC.
817 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
819         * refcards/orgcard.tex: New version number.
821 2009-01-28  Juanma Barranquero  <lekktu@gmail.com>
823         * PROBLEMS (Windows): Add entry about TCC/4NT and App Paths keys.
825 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
827         * refcards/orgcard.tex: New version number.
829 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
831         * refcards/orgcard.tex: New version number.
833 2009-01-27  Kenichi Handa  <handa@m17n.org>
835         * NEWS: New function `coding-sytem-from-name'.
837 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
839         * refcards/orgcard.tex: New year and version number.
840         Document heading/item conversion commands.
841         Document C-c RET in tables.
843 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
845         * NEWS: Tramp supports IPv6 addresses.
847 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
849         * refcards/orgcard.tex: Version number change.
851 2008-12-19  Eli Zaretskii  <eliz@gnu.org>
853         * PROBLEMS (MS-DOS): Document the problems on Vista.
855 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
857         * refcards/orgcard.tex: Version number change.
859 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
861         * refcards/orgcard.tex: Version number change.
863 2008-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
865         * MACHINES: SH3 is still supported.
867 2008-12-07  Carsten Dominik  <dominik@science.uva.nl>
869         * refcards/orgcard.tex: Version number update.
871 2008-11-27  Juanma Barranquero  <lekktu@gmail.com>
873         * NEWS: Fix typo.  (Bug#1439)
875 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
877         * refcards/orgcard.tex: Document the extra yanking key.
879 2008-11-08  Mark A. Hershberger  <mah@everybody.org>
881         * compilation.txt (php): Add regexp for php error messages.
883 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
885         * NEWS: New function `locate-user-emacs-file'.
887 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
889         * MACHINES: Add section for SuperH.
891 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
893         * refcards/orgcard.tex: Add description for attachments, plus
894         minor changes.
896 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
898         * refcards/orgcard.tex: Minor fixes.
900 2008-09-08  Daiki Ueno  <ueno@unixuser.org>
902         * TODO: Remove the entry describing auto-encryption.
904 2008-08-26  Robert J. Chassell  <bob@rattlesnake.com>
906         * PROBLEMS: Prevent pasting a region twice on an xterm or rxvt in X.
908 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
910         * HELLO: Fix Javanese pun.
912 2008-08-18  Bill Wohler  <wohler@newt.com>
914         Release MH-E version 8.1.
916         * NEWS, MH-E-NEWS: Update for MH-E release 8.1.
918 2008-08-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
920         * NEWS: Improve information about whitespace package.
922 2008-08-01  Teodor Zlatanov  <tzz@lifelogs.com>
924         * NEWS: Add entries about the new auth-source integration and
925         about the cyrillic-translit modifications.
927 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
929         * Emacs.clr: Remove.
931 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
933         * termcap.src: Remove file.
934         * README:
935         * PROBLEMS:
936         * MACHINES: Remove VMS info.
938 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
940         * PROBLEMS:
941         * MACHINES: Remove mentions of Mac Carbon.
943 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
945         * NEWS: New function `diff-show-trailing-blanks' in diff-mode.el.
947 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
949         * NEWS: Add xesam.el.
951 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
953         * NEWS: Add information about whitespace package.
955 2008-07-19  Juri Linkov  <juri@jurta.org>
957         * tutorials/TUTORIAL: Add information about C-g to the introduction.
959 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
961         * images/splash8.xpm: Remove.
963 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
965         * NEWS: Add entry about NS port.
967 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
969         * Emacs.clr: New file, add support for X color names to NS display
970         implementations.
972 2008-07-12  Juri Linkov  <juri@jurta.org>
974         * HELLO: Use more correct IPA characters for English pronunciation.
975         Add the combining acute accent after the accented vowel in the
976         Russian example like it is used in dictionaries.
978 2008-07-11  Kenichi Handa  <handa@m17n.org>
980         * HELLO: Change the Arabic words appearing in Non-ASCII examples to
981         iso-8859-6 characters.
983 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
985         * images/splash.png:
986         * images/splash.svg:
987         * images/gnus/gnus.png:
988         * images/gnus/gnus.svg: New files.
990 2008-06-25  Kenichi Handa  <handa@m17n.org>
992         * NEWS: Mention string-to-unibyte.
994 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
996         * NEWS: Tramp uses auth-source.
998 2008-06-08  John Paul Wallington  <jpw@pobox.com>
1000         * NEWS: Document that `completion-ignore-case' is nil on MS-Windows.
1002 2008-05-19  Tom Tromey  <tromey@redhat.com>
1004         * NEWS: Mention directory-local variables.
1006 2008-05-11  Juri Linkov  <juri@jurta.org>
1008         * images/custom/README:
1009         * images/custom/down.xpm:
1010         * images/custom/down-pushed.xpm:
1011         * images/custom/right.xpm:
1012         * images/custom/right-pushed.xpm: New files.
1014 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
1016         * NEWS: Support for Meta-CVS removed.
1018 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
1020         * compilation.txt: Add regexp for Open Watcom compiler output.
1022 2008-05-04  Reiner Steib  <reiner.steib@gmx.de>
1024         * NEWS: Reword previous commit.
1025         * NEWS.22: Document removal of duplicated "alt-" input methods.
1027 2008-05-03  Glenn Morris  <rgm@gnu.org>
1029         * NEWS: Document removal of duplicated "alt-" input methods.
1031 2008-04-26  Glenn Morris  <rgm@gnu.org>
1033         * forms-d2.dat: Move here from ../lisp.
1035 2008-04-06  Jason Rumney  <jasonr@gnu.org>
1037         * HELLO (Burmese): Rename from Myanmar.
1039 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1041         * GNUS-NEWS (incoming mail files): Add version.
1043 2008-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
1045         * tutorials/TUTORIAL.de: Remove even more discussion of flow
1046         control.  Refer to node name `Init Rebinding' instead of title.
1048 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
1050         * refcards/orgcard.tex: Minor fixes.
1052 2008-03-12  Chong Yidong  <cyd@stupidchicken.com>
1054         * tutorials/TUTORIAL, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.ro:
1055         * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.it, tutorials/TUTORIAL.ru:
1056         * tutorials/TUTORIAL.cn, tutorials/TUTORIAL.ja, tutorials/TUTORIAL.sk:
1057         * tutorials/TUTORIAL.cs, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.sl:
1058         * tutorials/TUTORIAL.de, tutorials/TUTORIAL.nl, tutorials/TUTORIAL.sv:
1059         * tutorials/TUTORIAL.eo, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.th:
1060         * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
1061         Remove discussion of flow control.
1063 2008-03-12  Juanma Barranquero  <lekktu@gmail.com>
1065         * NEWS: Describe linum.el.
1067 2008-03-11  Glenn Morris  <rgm@gnu.org>
1069         * images/icons/hicolor/128x128/apps/emacs.png:
1070         * images/icons/hicolor/16x16/apps/emacs.png:
1071         * images/icons/hicolor/24x24/apps/emacs.png:
1072         * images/icons/hicolor/32x32/apps/emacs.png:
1073         * images/icons/hicolor/48x48/apps/emacs.png:
1074         * images/icons/hicolor/scalable/apps/emacs.svg:
1075         * images/icons/hicolor/scalable/mimetypes/emacs-document.svg:
1076         Remove `creator' metadata.
1078 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
1080         * images/README: Update with bookmark_add.
1082         * images/bookmark_add.pbm, images/bookmark_add.xpm: New files.
1084 2008-03-03  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1086         * images/icons/hicolor/32x32/apps/emacs.png: Make transparency 8 bit.
1087         * images/icons/hicolor/scalable/mimetypes/emacs-document.svg: New file.
1088         * images/icons/hicolor/scalable/apps/emacs.svg: Fix format.
1090 2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
1092         * images/icons/hicolor/16x16/apps/emacs22.png:
1093         * images/icons/hicolor/24x24/apps/emacs22.png:
1094         * images/icons/hicolor/32x32/apps/emacs22.png:
1095         * images/icons/hicolor/48x48/apps/emacs22.png: New files.
1096         These are the old versions of `emacs.png' under a new name.
1098 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1100         * images/icons/README: Update info for the icons.
1102         * images/icons/emacs16_mac.png:
1103         * images/icons/emacs24_mac.png:
1104         * images/icons/emacs256_mac.png:
1105         * images/icons/emacs32_mac.png:
1106         * images/icons/emacs48_mac.png:
1107         * images/icons/emacs512_mac.png: Remove.
1109         * images/icons/hicolor/16x16/apps/emacs.png:
1110         * images/icons/hicolor/24x24/apps/emacs.png:
1111         * images/icons/hicolor/32x32/apps/emacs.png:
1112         * images/icons/hicolor/48x48/apps/emacs.png: New icon.
1114         * images/icons/hicolor/scalable/apps/emacs.svg:
1115         * images/icons/hicolor/128x128/apps/emacs.png: New files.
1117 2008-02-26  Reiner Steib  <Reiner.Steib@gmx.de>
1119         * NEWS (Gnus): Mention problem with coding system `utf-8-emacs'
1120         when using different Emacs versions.
1122 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
1124         * NEWS.22: Mention stock icons for Gtk+.
1126 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
1128         * NEWS: Mention the new language environments Bengali, Punjabi,
1129         Gujarati, Oriya, Telugu, Sinhala.  Mention the removal of features
1130         devanagari, devan-util, kannada, knd-util, malayalam, mlm-util,
1131         tamil, and tml-util.
1133 2008-02-22  Michael Olson  <mwolson@gnu.org>
1135         * NEWS: Describe nXML mode and json.el.
1137 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
1139         * NEWS: Improve the description about the removal of cp-...-codepage
1140         functions.  Describe the removal of the feature `devan-util'.
1142 2008-02-21  Glenn Morris  <rgm@gnu.org>
1144         * NEWS.unicode: Merge into NEWS and remove file.
1146 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
1148         * NEWS.unicode: Mention the removal of codepage related functions.
1150 2008-02-16  Glenn Morris  <rgm@gnu.org>
1152         * nxml/test-invalid.xml, nxml/test-valid.xml: Move here from lisp/nxml.
1153         Rename from "test." to "test-" for doschk.
1155 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1157         * NEWS: Clarify EasyPG functionalities.
1159 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1161         * tutorials/TUTORIAL.ru: Remove redundant empty lines, insert a
1162         magic line instead.
1164 2008-02-08  Jan Djärv  <jan.h.d@swipnet.se>
1166         * NEWS: Mention XEmbed and --parent-id.
1168 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
1170         * NEWS: Mention EasyPG.
1172 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1174         * tutorials/TUTORIAL.ru: Restore copyright years.  Update tutorial.
1175         Fix wording.
1177 2008-02-02  Kenichi Handa  <handa@ni.aist.go.jp>
1179         * HELLO: Add Bengali, Gujarati, Khmer, Myanmar, Oriya, Sinhala,
1180         Telugu.  Fix ISO-2022 designations in Cantonese line.
1182 2008-02-01  Kenichi Handa  <handa@m17n.org>
1184         * HELLO: Remove non-unicode character from Tibetan text.
1186 2008-02-01  Miles Bader  <miles@gnu.org>
1188         * TODO, PROBLEMS, NEWS: Replace references to Emacs version "22"
1189         with "23".
1191 2008-02-01  Kenichi Handa  <handa@m17n.org>
1193         * charsets: New directory for charset mapping tables.
1195         * charsets/README: New file.
1197         * charsets/*.map: New files.
1199 2008-02-01  Kenichi Handa  <handa@m17n.org>
1201         * HELLO: Change "Hindi" to more common characters.
1203 2008-02-01  Kenichi Handa  <handa@m17n.org>
1205         * HELLO: Fix upcase and downcase for several languages.
1206         Change the two German lines into one.  Change "Nederlangs" to
1207         "Dutch (Nederlands)".  Add original language names to several entries.
1209 2008-02-01  Kenichi Handa  <handa@m17n.org>
1211         * tutorials/TUTORIAL.es: Add local variable coding: latin-1.
1213 2008-02-01  Kenichi Handa  <handa@m17n.org>
1215         * HELLO: Change indian-2-column chars of Hindi line to Unicode chars.
1217 2008-02-01  Dave Love  <fx@gnu.org>
1219         * HELLO: Add pseudo-maths example.
1221 2008-01-31  Alex Ott  <alexott@gmail.com>
1223         * tutorials/TUTORIAL.ru: Update tutorial.
1225 2008-01-25  Michael Olson  <mwolson@gnu.org>
1227         * ERC-NEWS: Update for ERC 5.3 release candidate.
1229 2008-01-22  Juanma Barranquero  <lekktu@gmail.com>
1231         * DEVEL.HUMOR: New entry.
1233 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
1235         * refcards/orgcard.tex: Update to Org-mode version 5.19.
1237 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
1239         * MACHINES: Add an explicit list of platforms that are no longer
1240         supported.
1241         * NEWS: Refer to this list.
1243 2008-01-08  Glenn Morris  <rgm@gnu.org>
1245         * refcards/calccard.tex, refcards/cs-dired-ref.tex:
1246         * refcards/cs-refcard.tex, refcards/cs-survival.tex:
1247         * refcards/de-refcard.tex, refcards/dired-ref.tex:
1248         * refcards/fr-drdref.tex, refcards/fr-refcard.tex:
1249         * refcards/fr-survival.tex, refcards/gnus-refcard.tex:
1250         * refcards/orgcard.tex, refcards/pl-refcard.tex:
1251         * refcards/pt-br-refcard.tex, refcards/refcard.tex:
1252         * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
1253         * refcards/sk-refcard.tex, refcards/sk-survival.tex:
1254         * refcards/survival.tex, refcards/vipcard.tex:
1255         * refcards/viperCard.tex: Update printed copyright year to 2008.
1257 2008-01-08  Kevin Ryde  <user42@zip.com.au>
1259         * compilation.txt (perl): Add a "during global destruction" sample.
1261 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1263         * PROBLEMS:
1264         * MACHINES: Remove references to systems not supported anymore.
1266 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1268         * MACHINES: Remove Masscomp.
1270 2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
1272         * images/icons/emacs_16.png, images/icons/emacs_24.png
1273         * images/icons/emacs_32.png, images/icons/emacs_48.png: Rename to
1274         hicolor/16x16/apps/emacs.png, hicolor/24x24/apps/emacs.png,
1275         hicolor/32x32/apps/emacs.png and hicolor/48x48/apps/emacs.png.
1277         * images/icons/README (Author): Update for renaming.
1279         * emacs.desktop (Icon): Update icon name.
1281 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
1283         The following files renamed to avoid file-name clashes in
1284         8+3 (a.k.a. DOS) namespace:
1286         * schema/xhtml-basic-form.rnc: Renamed to xhtml-bform.rnc.
1287         * schema/xhtml-basic-table.rnc: Renamed to xhtml-btable.rnc.
1288         * schema/xhtml-list.rnc: Renamed to xhtml-lst.rnc.
1289         * schema/xhtml-target.rnc: Renamed to xhtml-tgt.rnc.
1290         * schema/xhtml-style.rnc: Renamed to xhtml-xstyle.rnc.
1291         * schema/xhtml-form.rnc, schema/xhtml-table.rnc, schema/xhtml.rnc:
1292         Updated accordingly.
1294         * schema/docbook-dyntbl.rnc, schema/docbook-soextbl.rnc: Renamed to
1295         docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively.
1297         * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
1298         * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
1299         * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
1300         Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png,
1301         emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png,
1302         respectively.
1304 2007-12-08  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1306         * emacs.desktop (Exec, Icon, Categories): Fix entries.
1308 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1310         * NEWS: Add minimal Gnus item.
1312 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1314         * emacs.desktop: New file.
1316 2007-11-30  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
1318         * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
1319         * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
1320         * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
1321         New files.
1323 2007-11-28  Glenn Morris  <rgm@gnu.org>
1325         * nxml/: New directory, moved here from lisp/nxml/char-name/unicode.
1326         * nxml/README: New file.
1328 2007-11-24  Glenn Morris  <rgm@gnu.org>
1330         * images/gnus/mail_send.xpm: Rename to mail-send.xpm.
1332 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
1334         * NXML-NEWS: New File.
1336         * schema: Initial merge of nxml.
1338 2007-11-22  Francesco Potortì  <pot@gnu.org>
1340         * NEWS: etags: the --members option is now the default.
1342 2007-11-22  Glenn Morris  <rgm@gnu.org>
1344         * images/smilies/grayscale/README, images/smilies/medium/README:
1345         New files.
1347 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1349         * compilation.txt: Add new entries: compilation-perl--Pod::Checker,
1350         compilation-perl--Test, compilation-perl--Test::Harness and
1351         compilation-weblint.
1353 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
1355         * MACHINES: Remove Sun windows info.
1357 2007-10-30  Michael Olson  <mwolson@gnu.org>
1359         * NEWS: Add entry for Remember Mode.
1361 2007-10-29  Glenn Morris  <rgm@gnu.org>
1363         * refcards/gnus-refcard.tex: Restore Feb 2007 copyright
1364         clarifications lost in update to Gnus trunk.
1366 2007-10-28  Adam Sjøgren  <asjo@koldfront.dk>
1368         * images/smilies/grayscale/blink.xpm:
1369         * images/smilies/grayscale/braindamaged.xpm
1370         * images/smilies/grayscale/cry.xpm, images/smilies/grayscale/dead.xpm:
1371         * images/smilies/grayscale/evil.xpm:
1372         * images/smilies/grayscale/forced.xpm:
1373         * images/smilies/grayscale/frown.xpm, images/smilies/grayscale/grin.xpm:
1374         * images/smilies/grayscale/indifferent.xpm:
1375         * images/smilies/grayscale/reverse-smile.xpm:
1376         * images/smilies/grayscale/sad.xpm, images/smilies/grayscale/smile.xpm:
1377         * images/smilies/grayscale/wry.xpm: New larger grayscale smileys.
1379         * images/smilies/medium/blink.xpm:
1380         * images/smilies/medium/braindamaged.xpm, images/smilies/medium/cry.xpm:
1381         * images/smilies/medium/dead.xpm, images/smilies/medium/evil.xpm:
1382         * images/smilies/medium/forced.xpm, images/smilies/medium/frown.xpm:
1383         * images/smilies/medium/grin.xpm, images/smilies/medium/indifferent.xpm:
1384         * images/smilies/medium/reverse-smile.xpm:
1385         * images/smilies/medium/sad.xpm, images/smilies/medium/smile.xpm:
1386         * images/smilies/medium/wry.xpm: New colorful smileys.
1388 2007-10-29  Michael Olson  <mwolson@gnu.org>
1390         * ERC-NEWS: Update for recent change.
1392 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
1394         * .cvsignore: Add *.pyc.
1396 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
1398         * ses-example.ses: Get rid of silly life-universe-everything local
1399         variable.  `symbolic-formulas' is now `ses--symbolic-formulas'.
1401 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
1403         * NEWS: Mention desktop locking.
1405 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
1407         * NEWS: Explain the VC fileset changes a bit better.
1409 2007-09-28  Glenn Morris  <rgm@gnu.org>
1411         * PROBLEMS: Mention Tex superscript font issue.
1413 2007-09-25  Johannes Weiner  <hannes@saeurebad.de>
1415         * NEWS: Fix typo.
1417 2007-09-24  Glenn Morris  <rgm@gnu.org>
1419         * CONTRIBUTE: Remove information on maintaining copyright years;
1420         it does not belong here and is in admin/notes anyway.
1422 2007-09-24  Adam Hupp  <adam@hupp.org>
1424         * emacs.py: Split for python 2 and python 3 compatibility.
1425         * emacs2.py: New file, split off from emacs.py.
1426         * emacs3.py: New file, python 3 version of emacs2.py.
1428 2007-09-21  Glenn Morris  <rgm@gnu.org>
1430         * emacstool.1: Remove file.
1431         * emacs.bash: Adapt for removal of emacstool.
1432         * emacs.csh: Remove emacstool-related code.
1434 2007-09-16  Glenn Morris  <rgm@gnu.org>
1436         * gfdl.1: Remove unused file.
1438 2007-09-12  Glenn Morris  <rgm@gnu.org>
1440         * Makefile (SOURCES, unlock, relock): Delete.
1442 2007-09-10  MichaĂ«l Cadilhac  <michael@cadilhac.name>
1444         * NEWS: Document the interactive specification for C functions.
1445         Say that `set-file-modes' is now interactive.
1447 2007-09-10  Michael Olson  <mwolson@gnu.org>
1449         * ERC-NEWS: Improve description of erc-tls and erc-ssl change.
1451 2007-09-09  Juri Linkov  <juri@jurta.org>
1453         * AUTHORS, CONTRIBUTE: New files, moved here from the root dir.
1455 2007-09-08  Michael Olson  <mwolson@gnu.org>
1457         * ERC-NEWS: Update for changes to the development version of ERC 5.3.
1459 2007-09-06  Glenn Morris  <rgm@gnu.org>
1461         * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to
1462         doc/man/.
1464         * refcards/README: Also mention gnus-logo.pdf license.
1466 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
1468         * NEWS.22 (Note): Lower-case for orgtbl-mode.
1470 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
1472         * NEWS: Say that Gtk+ build uses stock icons.
1474 2007-08-28  Werner LEMBERG  <wl@gnu.org>
1476         * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%'
1477         instead of `M-x query-replace-regexp'.
1479 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1481         * PROBLEMS (Mac OS X): Add alternative workaround for QuickTime
1482         updater breakage.
1484 2007-08-26  MichaĂ«l Cadilhac  <michael@cadilhac.name>
1486         * NEWS: Say that PDF files are now the default for refcards.
1488         * refcards/fr-drdref.tex, refcards/fr-drdref.pdf: Move these to...
1489         * refcards/fr-dired-ref.tex, refcards/fr-dired-ref.pdf: ... those names.
1491         * refcards/pdflayout.sty: New.  Handle PDF layouts through
1492         \pdfpagewidth and \pdfpageheight.
1494         * refcards/calccard.pdf, refcards/cs-dired-ref.pdf:
1495         * refcards/cs-refcard.pdf, refcards/de-refcard.pdf:
1496         * refcards/dired-ref.pdf, refcards/fr-drdref.pdf:
1497         * refcards/fr-refcard.pdf, refcards/gnus-booklet.pdf:
1498         * refcards/gnus-logo.pdf, refcards/gnus-refcard.pdf:
1499         * refcards/orgcard.pdf, refcards/pl-refcard.pdf:
1500         * refcards/pt-br-refcard.pdf, refcards/refcard.pdf:
1501         * refcards/ru-refcard.pdf, refcards/sk-dired-ref.pdf:
1502         * refcards/sk-refcard.pdf: Add PDF versions of the refcards.
1504         * refcards/calccard.ps, refcards/cs-dired-ref.ps:
1505         * refcards/cs-refcard.ps, refcards/de-refcard.ps, refcards/dired-ref.ps:
1506         * refcards/fr-drdref.ps, refcards/fr-refcard.ps:
1507         * refcards/gnus-booklet.ps, refcards/gnus-logo.ps:
1508         * refcards/gnus-refcard.ps, refcards/orgcard.ps, refcards/pl-refcard.ps:
1509         * refcards/pt-br-refcard.ps, refcards/refcard.ps:
1510         * refcards/ru-refcard.ps, refcards/sk-dired-ref.ps:
1511         * refcards/sk-refcard.ps: Remove the PS versions of the refcards.
1513         * refcards/calccard.tex, refcards/fr-survival.tex, refcards/orgcard.tex:
1514         * refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
1515         * refcards/refcard.tex, refcards/survival.tex, refcards/vipcard.tex:
1516         * refcards/viperCard.tex: Specify PDF layout,
1517         use a PDF `compile-command' local variable.
1519         * refcards/cs-dired-ref.tex, refcards/cs-refcard.tex:
1520         * refcards/cs-survival.tex, refcards/dired-ref.tex:
1521         * refcards/fr-drdref.tex, refcards/sk-dired-ref.tex:
1522         * refcards/sk-refcard.tex, refcards/sk-survival.tex:
1523         Specify PDF layout.
1525         * refcards/fr-refcard.tex: Update copyright notice.
1526         Update the examples.  Fix a typo.  Remove the `letterpaper' counter,
1527         specify PDF layout, use a PDF `compile-command' local variable.
1529         * refcards/de-refcard.tex: Remove the `letterpaper' counter,
1530         specify PDF layout, use a PDF `compile-command' local variable.
1532         * refcards/ru-refcard.tex: Use a PDF `compile-command' local variable.
1534         * refcards/Makefile: Add rules for creating the refcards in PDF,
1535         make them the default.  Change `fr-drdref' to `fr-dired-ref'.
1537 2007-08-23  Glenn Morris  <rgm@gnu.org>
1539         * Makefile (mostlyclean, clean, distclean, maintainer-clean):
1540         Delete these targets since nothing uses them.
1541         (SOURCES): Update.
1542         Move comments to e/README.  Remove license from now-trivial file.
1544         * e/README: New file, with most information formerly in Makefile.
1546 2007-09-05  Jason Rumney  <jasonr@gnu.org>
1548         * NEWS.22: Mention focus-follows-mouse change.
1550 2007-08-22  Karl Berry  <karl@gnu.org>
1552         * refcards/refcard.tex: Updates for printing.
1553         (\versionyear): Update to 2007.
1554         (\copyrightnotice): Modified or unmodified ok.
1555         (Simple Customization): Don't use goto-line, since now it's bound.
1556         Also, use now-preferred (kbd ...) syntax.
1558 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
1560         * NEWS: `shell' prompts for the default directory if called with a
1561         prefix and `default-directory' is a remote file name.
1563 2007-08-22  Glenn Morris  <rgm@gnu.org>
1565         * tree-widget: Move this directory into images/ subdirectory.
1567         * refcards/: New directory.  Move refcards here.
1568         * Makefile: Move refcard rules from here...
1569         * refcards/Makefile: ...to here.
1570         * README: Move information about tex files from here...
1571         * refcards/README: ...to here.
1573         * tutorials/: New directory.  Move TUTORIAL* here.
1575         * gnus.pbm, letter.pbm, letter.xpm:
1576         * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/.
1577         * README: Move license information for the above files from here...
1578         * images/README: ...to here.
1580 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
1582         * orgcard.tex: Version number upgrade.
1584 2007-08-14  Glenn Morris  <rgm@gnu.org>
1586         * NEWS: Mention `bad-packages-alist'.
1588 2007-08-08  Glenn Morris  <rgm@gnu.org>
1590         * TODO: `iff' item is dealt with.
1591         * GNUS-NEWS, NEWS, NEWS.1-17, NEWS.19, NEWS.21: Replace `iff'.
1593 2007-08-01  Glenn Morris  <rgm@gnu.org>
1595         * NEWS: Add fortran-line-length, plus some more sections.
1597 2007-07-25  Glenn Morris  <rgm@gnu.org>
1599         * Relicense all FSF files to GPLv3 or later.
1601         * COPYING: Switch to GPLv3.
1603 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
1605         * NEWS: New functions `start-file-process-shell-command' and
1606         `process-file-shell-command'.
1608 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
1610         * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
1612 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
1614         * NEWS: Revert 2007-07-13T23:20:21Z!kfogel@red-bean.com, which
1615         documented bookmark keybinding changes that were later reverted.
1617 2007-07-14  Jan Djärv  <jan.h.d@swipnet.se>
1619         * PROBLEMS: Mention gtk-engines-qt problem.
1621 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
1623         * NEWS: Update for recent bookmark keybinding changes.
1625 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
1627         * NEWS: Add Tramp and comint-mode changes.
1629 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
1631         * NEWS: `file-remote-p' has a new optional parameter CONNECTED.
1633 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
1635         * NEWS: New function `start-file-process'.
1637 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
1639         * orgcard.tex: Version 5.01
1641 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
1643         * NEWS: `dired-call-process' has been removed.
1645 2007-06-20  Glenn Morris  <rgm@gnu.org>
1647         * NEWS: configure prefers libgif over libungif.
1649 2007-06-14  Nick Roberts  <nickrob@snap.net.nz>
1651         * NEWS: Mention mouse highlighting in a GNU/Linux console.
1653 2007-06-14  Werner Lemberg  <wl@gnu.org>
1655         * emacs.1: Completely revised.
1656         Fix many typographical glitches.
1657         Updated to handle current state of options and resources.
1659 2007-06-12  Glenn Morris  <rgm@gnu.org>
1661         * NEWS: Change bug address.  Add back +++/--- note.
1662         Use present tense for X-toolkit entry.  Mention libgif.
1664 2007-06-07  Mark H. Weaver  <mhw@netris.org>  (tiny change)
1666         * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
1668 2007-06-07  Michael Olson  <mwolson@gnu.org>
1670         * MORE.STUFF: Update eshell URL.
1672 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
1674         * orgcard.tex: Version 4.77.
1676 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
1678         * NEWS: Add socks.el as new package.
1680 2007-06-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
1682         * MORE.STUFF (Hideshow): Delete.
1683         (EDB, Go in a buffer): Update urls.
1684         Suggested by CHENG Gao <chenggao@gmail.com>.
1686 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1688         * Version 22.1 released.
1690 2007-06-02  CHENG Gao  <chenggao@gmail.com>
1692         * MORE.STUFF: Remove dead URL for Fortune, and update URLs for
1693         Hideshow, Org, EDB, and Remember.
1695 2007-05-29  Robert J. Chassell  <bob@rattlesnake.com>
1697         * NEWS: Fix instances of `allow' without object.
1699 2007-05-22  Glenn Morris  <rgm@gnu.org>
1701         * NEWS.22: New file with entries for Emacs 22.
1702         * NEWS: Move Emacs 22 entries to new file NEWS.22, leave empty
1703         template for next Emacs version.
1705 2007-05-19  Glenn Morris  <rgm@gnu.org>
1707         * images/cancel.pbm: Convert from PGM to PBM.
1709         * images/copy.pbm, images/next-node.pbm, images/prev-node.pbm:
1710         * images/save.pbm, images/up-node.pbm: Convert from PPM to PBM.
1712 2007-05-17  Glenn Morris  <rgm@gnu.org>
1714         * PROBLEMS (Dumping): Mention OpenBSD macppc problem.
1716 2007-05-15  MichaĂ«l Cadilhac  <michael@cadilhac.name>
1718         * fr-refcard.tex: Rewrite using German layout.
1720         * fr-refcard.ps: Regenerate.
1722 2007-05-12  Richard Stallman  <rms@gnu.org>
1724         * refcard.tex (section{Incremental Search}): Minor corrections.
1726 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
1728         * Makefile (viperCard.ps, calccard.ps refcard.ps)
1729         (sk-dired-ref.ps sk-refcard.ps sk-survival.ps)
1730         (de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps): Use an
1731         explicit output argument for `dvips'.
1733 2007-05-05  Glenn Morris  <rgm@gnu.org>
1735         * NEWS: Re-order.
1737 2007-04-28  Glenn Morris  <rgm@gnu.org>
1739         * emacs.py: Restore file pending consideration of python.el legal
1740         status.
1741         * NEWS: Restore mention of python.el pending consideration of
1742         legal status.
1744 2007-04-28  David R. Linn  <drl@jekyll.vuse.vanderbilt.edu>
1746         * PROBLEMS: Add section on Solaris out-of-tree install issues with
1747         non-GNU make.
1749 2007-04-25  Werner Lemberg  <wl@gnu.org>
1751         * emacs.1: Replace -- with \(em.
1753 2007-04-25  Yavor Doganov  <yavor@gnu.org>  (tiny change)
1755         * emacs.1, etags.1: Escape some minus signs.
1757 2007-04-22  Glenn Morris  <rgm@gnu.org>
1759         * NEWS: Change to EMACS env-var was reverted, so delete this entry.
1761 2007-04-19  Glenn Morris  <rgm@gnu.org>
1763         * PROBLEMS: Expand a little on Emacs not knowing fqdn.
1765 2007-04-17  David Kastrup  <dak@gnu.org>
1767         * NEWS: Mention `query-replace-regexp-eval' being deprecated.
1769 2007-04-15  Glenn Morris  <rgm@gnu.org>
1771         * FTP: Make it a duplicate of ../FTP.
1773 2007-04-14  Glenn Morris  <rgm@gnu.org>
1775         * SERVICE: Replace with a pointer to the web version.
1777         * emacs.1: Update some of the more obsolete information.
1779 2007-04-13  Glenn Morris  <rgm@gnu.org>
1781         * MACHINES: emacserver is removed.
1783         * MORE.STUFF: Update some links, remove some dead ones.
1785 2007-04-04  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
1787         * emacs.py (format_exception): New function.
1788         (eexecfile): Use it instead of traceback.print_exception.
1789         Don't use execfile to avoid a bug in w32.
1791 2007-04-04  Glenn Morris  <rgm@gnu.org>
1793         * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc
1794         on Solaris.
1796         * PROBLEMS (Configuration): Add entries on compiler/preprocessor
1797         mismatch, and on preprocessor inserting whitespace.
1799 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
1801         * TODO: Add entry for switching MS-Windows keyboard input to
1802         Unicode.  Add specific pointer to msdos.c functions that support
1803         menus on text terminals.
1805 2007-04-01  Michael Olson  <mwolson@gnu.org>
1807         * ERC-NEWS: Update for the ERC 5.2 release.  Most of these entries
1808         were for previously-committed changes.
1810 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
1812         * PROBLEMS: Remove Tramp problem; it has been fixed.
1814 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
1816         * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
1817         modifiers.
1819 2007-03-23  Glenn Morris  <rgm@gnu.org>
1821         * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT):
1822         Delete unused variables.
1823         (dired-refcards, misc-refcards, survival-card, viper-cards):
1824         New targets.
1825         (all): Also build dired-refcards and misc-refcards.
1826         (clean, distclean, maintainer-clean): Depend on mostlyclean.
1827         (SOURCES): Remove non-existent files.
1828         (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
1829         Mark as phony.
1830         (.ps files): Specify default papersize in the dvips command.
1832         * fr-refcard.tex (\letterpaper): Switch to A4.
1833         (\section): Reduce \vskips to fit on A4 paper.
1834         (\shortcopyrightnotice): Display at end of first column.
1836 2007-03-21  Glenn Morris  <rgm@gnu.org>
1838         * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns.
1839         (\shortcopyrightnotice): Do not display in middle of file.
1840         Numerous \cr and \hskip hacks to avoid overfull columns.
1842         * fr-refcard.ps: Regenerate.
1844 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
1846         * dired-ref.tex:
1847         * fr-drdref.tex:
1848         * cs-dired-ref.tex:
1849         * sk-dired-ref.tex: Emacs 21 -> 22.
1851         * dired-ref.ps:
1852         * fr-drdref.ps:
1853         * cs-dired-ref.ps:
1854         * sk-dired-ref.ps: Regenerate.
1856 2007-03-11  Glenn Morris  <rgm@gnu.org>
1858         * ms-7bkermit, ulimit.hack, Xkeymap.txt: Remove files.
1860         * Makefile (SOURCES): ulimit.hack is removed.
1862 2007-03-04  David Kastrup  <dak@gnu.org>
1864         * NEWS (fontification): Mention that the new default for
1865         jit-lock-stealth-time is now nil.
1867 2007-03-01  Kim F. Storm  <storm@cua.dk>
1869         * ORDERS: Reformat text.
1871         * NEWS (About external Lisp packages): New section.
1873 2007-02-28  Thien-Thi Nguyen  <ttn@gnu.org>
1875         * TUTORIAL.it: Fix typo.
1877 2007-02-27  Glenn Morris  <rgm@gnu.org>
1879         * cs-dired-ref.tex: Increase in 2 column case to make room
1880         for copyright notice.
1881         (nopagenumbers): Call to turn off numbers in 1 page document.
1882         (Nápovìda, Modifikace Dired bufferu): Swap sections to
1883         balance column length in presence of copyright notice.
1884         (copyrightnotice): Uncomment so that notice is displayed.
1886         * dired-ref.tex (vsize): Increase in 2 column case to make room
1887         for copyright notice.
1888         (nopagenumbers): Call to turn off numbers in 1 page document.
1889         (Getting Help, Modifying the Dired Buffer): Swap sections to
1890         balance column length in presence of copyright notice.
1891         (copyrightnotice): Uncomment so that notice is displayed.
1893         * fr-drdref.tex (vsize): Increase in 2 column case.
1894         (\key): Tweak space for description.
1895         (\overfullrule): Set to 0pt to hide small overflows.
1896         (nopagenumbers): Call to turn off numbers in 1 page document.
1897         (Obtenir de l'aide, Modifier le tampon Dired): Swap sections to
1898         balance column length.
1899         (Mettre un flag sur les fichiers \`a d\'etruire): Hack in a line
1900         break to prevent overfull line.
1901         (find-names-dired): Use \key rather than \metax as a hack fix for
1902         overflow.
1904         * sk-dired-ref.tex (vsize): Increase in 2 column case to make room
1905         for copyright notice.
1906         (nopagenumbers): Call to turn off numbers in 1 page document.
1907         (Nápoveda, Modifikácia Dired bufferu): Swap sections to
1908         balance column length in presence of copyright notice.
1909         (copyrightnotice): Uncomment so that notice is displayed.
1911 2007-02-26  Carsten Dominik  <dominik@science.uva.nl>
1913         * orgcard.tex (section{Visibility Cycling}): Document key for
1914         indirect buffer access.
1915         (section{Archiving}): New keys for archiving.
1916         (section{Tables}): Combine two lines for hline creation.
1917         Named-field formula changed to Field formula.
1918         (section{Links}): Document keys for finding links.
1919         (section{Agenda Views}): New key for agenda file cycling.
1920         Document keys for stuck projects.  Typos fixed.
1921         (section{Exporting and Publishing}): Export options no longer in
1922         reference card.
1924 2007-02-25  Jan Djärv  <jan.h.d@swipnet.se>
1926         * PROBLEMS: Gtk+ and cygwin doesn't work.
1928 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1930         * MORE.STUFF: Add a pointer to Phil Sung's Emacs slides on MIT.
1932 2007-02-22  Per Starbäck  <starback@stp.lingfil.uu.se>  (tiny change)
1934         * NEWS: Grammar and capitalization fixes.
1936 2007-02-22  Glenn Morris  <rgm@gnu.org>
1938         * orgcard.tex, orgcard.ps: Restore deleted files following
1939         copyright assignment.
1941 2007-02-20  Glenn Morris  <rgm@gnu.org>
1943         * TUTORIAL.eo: Unjustify.
1945 2007-02-20  Sergio Pokrovskij  <sergio.pokrovskij@gmail.com>
1947         * TUTORIAL.eo: Change license to GPL.  Add translator credits.
1949 2007-02-19  Kenichi Handa  <handa@m17n.org>
1951         * NEWS (New language environments): Add "Esperanto".
1953 2007-02-16  Dale Gulledge  <dsplat@rochester.rr.com>
1955         * TUTORIAL.eo: Add "See end ..." at the first line.
1957 2007-02-19  Kenichi Handa  <handa@m17n.org>
1959         * TUTORIAL.eo: Add "." at the end of the first line.
1961 2007-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
1963         * gnus-refcard.tex: Remove obsolete comments.  Add a short note
1964         creating PostScript files for Emacs without using Makefile rules.
1966         * gnus-booklet.ps, gnus-refcard.ps: Generate with letter paper.
1968 2007-02-17  Glenn Morris  <rgm@gnu.org>
1970         * TUTORIAL.eo: Add 2007 to copyright years.  Remove translator
1971         copyrights (disclaimers on file), merge years into FSF copyrights.
1972         Move copyright to end.  Remove "LocalWords" at end of file.
1974 2007-02-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1976         * TUTORIAL.pt_BR: Fix some accentuation, verbal conjugation and typos.
1978 2007-02-16  Kenichi Handa  <handa@m17n.org>
1980         * TUTORIAL.translators: Add TUTORIAL.eo.
1982 2007-02-16  Dale Gulledge  <dsplat@rochester.rr.com>
1984         * TUTORIAL.eo: New file.
1986 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1988         * images/smilies/dead.xpm: Moved from images/gnus/dead.xpm.
1990         * images/gnus/reverse-smile.xpm:
1991         * images/gnus/bar.xbm:
1992         * images/gnus/bar.xpm: Unused images removed.
1994 2007-02-14  Glenn Morris  <rgm@gnu.org>
1996         * OTHER.EMACSES: Remove obsolete file.
1998 2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
2000         * cs-refcard.tex (versionemacs): New macro.
2001         * cs-refcard.ps: Regenerate.
2003         * sk-refcard.ps: Regenerate.
2005         * pl-refcard.ps: Regenerate.
2007 2007-02-13  Bill Wohler  <wohler@newt.com>
2009         * images/README: Add section for icons that are a part of Emacs.
2011 2007-02-12  Chong Yidong  <cyd@stupidchicken.com>
2013         * gnu.xpm: Unused file removed.
2015         * emacs.xbm: Unused file removed.
2017 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
2019         * DEVEL.HUMOR: New entry.
2021 2007-02-05  Francesco Potortì  <pot@gnu.org>
2023         * etags.1: Now --members is the default for etags, not for ctags yet.
2024         * NEWS (etags): Document it.
2026 2007-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
2028         * gnus-refcard.tex: Fix copyright.
2029         * gnus-booklet.ps, gnus-refcard.ps: Generate.
2031 2007-01-20  Glenn Morris  <rgm@gnu.org>
2033         * orgcard.tex: Remove for legal reasons.
2034         * orgcard.ps: Remove for legal reasons.
2036 2007-01-27  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2038         * PROBLEMS: More details about disabling features that hamper
2039         performance with slow X connections.
2041 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2043         * ps-prin1.ps (printBackground): Fix background height.
2045 2007-01-20  Glenn Morris  <rgm@gnu.org>
2047         * cd-dired-ref.tex (versionemacs): New def.
2048         * cs-refcard.tex (versionemacs, versionyear): New defs.
2049         * cs-survival.tex (versionemacs, versiondate): New defs.
2050         * de-refcard.tex (versionemacs, versionyear): New defs.
2051         * fr-refcard.tex (versionemacs, versionyear): New defs.
2052         * fr-survival.tex (versionemacs, versiondate): New defs.
2053         * orgcard.tex (versionyear): New def.
2054         (shortcopyrightnotice): Only display last copyright year.
2055         * pl-refcard.tex (versionemacs, versiondate): New defs.
2056         * pt-br-refcard.tex (versionemacs, versionyear): New defs.
2057         * refcard.tex (versionemacs, versionyear): New defs.
2058         * ru-refcard.tex (versionemacs): New def.
2059         * survival.tex (versionemacs): New def.
2060         * sk-dired-ref.tex (versionemacs): New def.
2061         * sk-refcard.tex (versionemacs, versionyear): New defs.
2062         * sk-survival.tex (versionemacs): New def.
2064 2007-01-20  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2066         * MACHINES: Describe how 32-bit and 64-bit versions of Emacs can
2067         be compiled on Solaris systems.
2069 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
2071         * TODO: Proper background color handling for pngs.
2073 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2075         * emacs.1: Info files moved to share/info.
2077 2007-01-17  Romain Francoise  <romain@orebokech.com>
2079         * emacs.1: Update bug-gnu-emacs address.  Remove reference to
2080         info-gnu-emacs-request@prep.ai.mit.edu.  Update copyrights.
2082 2007-01-13  Michael Olson  <mwolson@gnu.org>
2084         * ERC-NEWS: Mention new erc-capab.el file.
2086 2007-01-13  Glenn Morris  <rgm@gnu.org>
2088         * MACHINES: Add information on compiling 32-bit Emacs on 64-bit
2089         GNU/Linux.
2090         * PROBLEMS: As above.
2092 2007-01-02  Francesco Potortì  <pot@gnu.org>
2094         * etags.1: Undocument the --no-warn option.
2096 2006-12-17  Richard Stallman  <rms@gnu.org>
2098         * TUTORIAL: Say that C-d and DEL with arg do killing.
2100 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
2102         * PROBLEMS: Document problems with rebasing Cygwin DLLs.
2104 2006-12-08  Michael Olson  <mwolson@gnu.org>
2106         * ERC-NEWS: Note that the list module has been removed.
2108 2006-12-05  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
2110         * NEWS (Changes to cmuscheme): Mention the alternative for
2111         `~/.emacs_SCHEMEPROG' which is `~/.emacs.d/init_SCHEMEPROG.scm'.
2112         (Init file changes): Same for `~/.emacs_SHELL' versus
2113         `~/.emacs.d/init_SHELL.sh'.
2115 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
2117         * DEVEL.HUMOR: Another entry.
2119 2006-08-14  Masatake YAMATO  <jet@gyve.org>
2121         * etags.1: Added / to the end of DEVAR regex.
2123 2006-11-22  Juanma Barranquero  <lekktu@gmail.com>
2125         * emacsclient.1 (DESCRIPTION): Suggest also `server-mode'.
2126         (OPTIONS): Document `-f', `--server-file' and EMACS_SERVER_FILE.
2128 2006-11-20  Michael Olson  <mwolson@gnu.org>
2130         * NEWS: Change M-x erc-select to M-x erc.
2132 2006-11-20  Sun Yijiang  <sunyijiang@gmail.com>
2134         * TUTORIAL.cn: Updated.
2136 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2138         * orgcard.tex (section{Agenda Views}): Document `C-k'.
2140 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2142         * orgcard.tex: Version number change.
2144 2006-11-13  Bill Wohler  <wohler@newt.com>
2146         Release MH-E version 8.0.3.
2148         * NEWS, MH-E-NEWS: Update for MH-E release 8.0.3.
2150 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
2152         * DEVEL.HUMOR: Two more entries.
2154 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2156         * orgcard.tex (section{Archiving}): Document C-TAB.
2157         (section{TODO Items and Checkboxes}): Checkbox keys moved to this
2158         section, added documentation for the key `C-c #'.
2160 2006-11-05  Slawomir Nowaczyk  <slawek@cs.lth.se>
2162         * emacs.py (eargs): Provide eldoc message for builtin types.
2163         Make sure eargs always outputs sentinel, to avoid Emacs freeze.
2165 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
2167         * emacs.py (eargs): Return expected _emacs_out string even if
2168         errors occur.
2170 2006-10-09  David Kastrup  <dak@gnu.org>
2172         * DEVEL.HUMOR: Add the topic line for last entry since that was
2173         what the joke was about.
2175 2006-10-07  Ognyan Kulev  <ogi@fmi.uni-sofia.bg>
2177         * TUTORIAL.bg: Synchronize with TUTORIAL.
2179 2006-10-06  Juanma Barranquero  <lekktu@gmail.com>
2181         * DEVEL.HUMOR: New file.
2183 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
2185         * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash.
2187 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2189         * NEWS: ebnf2ps changes.
2191 2006-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2193         * refcard.ps: Regenerate.
2195 2006-09-18  Jan Djärv  <jan.h.d@swipnet.se>
2197         * NEWS: Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.
2199 2006-09-15  Jay Belanger  <belanger@truman.edu>
2201         * COPYING: Replace "Library Public License" by "Lesser Public
2202         License" throughout.
2204 2006-09-15  Richard Stallman  <rms@gnu.org>
2206         * THE-GNU-PROJECT: Update with the latest footnotes
2207         from www.gnu.org/gnu/the-gnu-project.html
2209 2006-09-15  David Kastrup  <dak@gnu.org>
2211         * NEWS: Explain new behavior and arguments of `key-binding' and
2212         `command-remapping'.
2214 2006-09-11  Paul Eggert  <eggert@cs.ucla.edu>
2216         * NEWS: In terminal-oriented subshells, the EMACS environment
2217         variable now defaults to Emacs's absolute file name, instead of
2218         to "t".
2219         * PROBLEMS: Adjust tcsh advice for this.
2221 2006-09-10  Jan Djärv  <jan.h.d@swipnet.se>
2223         * PROBLEMS (are): Emacs compiled with Gtk+ crashes when closing a
2224         display (x-close-connection).
2226 2006-09-03  Diane Murray  <disumu@x3y2z1.net>
2228         * erc.texi (Getting Started, Connecting): Changed erc-select to erc.
2230 2006-09-02  Juri Linkov  <juri@jurta.org>
2232         * HELLO: Regroup Europe Non-ASCII examples by similar scripts.
2234 2006-08-25  Richard Stallman  <rms@gnu.org>
2236         * TUTORIAL: Give priority to graphical terminals over text terminals
2237         regarding C-z.
2239 2006-08-21  Sun Yijiang  <sunyijiang@gmail.com>
2241         * TUTORIAL.cn: Sync with the latest TUTORIAL.
2243 2006-08-20  Dave Love  <fx@gnu.org>
2245         * emacs.py: Update to Dave Love's latest version.
2246         (__all__): Fix args -> eargs.  Add new `modpath' fun.
2247         (eargs): Add `imports' arg.
2248         (all_names): New fun.
2249         (complete): Rewrite without using rlcompleter.
2250         Remove `namespace' arg, add `imports' arg.
2251         (ehelp): Replace g and l args with `imports'.
2252         (eimport): Use __main__ rather than `emacs' namespace.
2253         (modpath): New fun.
2255 2006-08-20  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
2257         * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
2259 2006-08-18  Primoz PETERLIN  <primoz.peterlin@mf.uni-lj.si>
2261         * TUTORIAL.sl: Synchronize with TUTORIAL.
2263 2006-08-18  Mats Lidell  <matsl@contactor.se>
2265         * TUTORIAL.sv: Synchronize with TUTORIAL.
2267 2006-08-18  Alfredo Finelli  <alfredofnl@tiscali.it>
2269         * TUTORIAL.it: Synchronize with TUTORIAL.
2271 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
2273         * orgcard.tex: Version number change.
2275 2006-08-12  Werner Lemberg  <wl@gnu.org>
2277         * TUTORIAL.de: Synchronize with TUTORIAL.
2279 2006-08-10  Romain Francoise  <romain@orebokech.com>
2281         * NEWS: Mention that zone-mode.el is now obsolete.
2283 2006-08-09  Richard Stallman  <rms@gnu.org>
2285         * TUTORIAL: Don't say which side scroll bar is on.
2287 2006-08-06  Nick Roberts  <nickrob@snap.net.nz>
2289         * DEBUG (Note): Add note about following a longjmp call.
2290         Add local variables list for outline mode.
2292 2006-08-03  Michael Olson  <mwolson@gnu.org>
2294         * ERC-NEWS: Update for ERC 5.1.4.
2296 2006-08-01  Kenichi Handa  <handa@m17n.org>
2298         * NEWS (find-operation-coding-system): Describe the more detail of
2299         the change.
2301 2006-07-28  Reiner Steib  <Reiner.Steib@gmx.de>
2303         * GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
2304         texi/gnus-news.el of the trunk.
2306 2006-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
2308         * NEWS: Fix typo.
2310 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2312         * ru-refcard.ps: Regenerate.
2314 2006-07-17  Alex Ott  <alexott@gmail.com>
2316         * ru-refcard.tex: Update for Emacs 22.
2318 2006-07-14  Kim F. Storm  <storm@cua.dk>
2320         * PROBLEMS: Emacs now requires ws2_32.dll on Windows.
2322 2006-07-14  Károly LĹ‘rentey  <lorentey@elte.hu>
2324         * HELLO: Update Hungarian sample.
2326 2006-07-12  Michael Olson  <mwolson@gnu.org>
2328         * ERC-NEWS: Update for ERC 5.1.3.
2330 2006-07-08  David Kastrup  <dak@gnu.org>
2332         * TODO: Suggest consolidation with user customization when the
2333         system default of a customized variable changes.
2335 2006-07-08  Thien-Thi Nguyen  <ttn@gnu.org>
2337         * compilation.txt: Add an example "Compilation started ..." line.
2339 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
2341         * orgcard.tex: Version number change.
2343 2006-07-05  Kenichi Handa  <handa@m17n.org>
2345         * HELLO: Add a paragraph for non-ASCII examples at the head.  Add
2346         Bulgarian and Hungarian.  Add more "hello"s to Danish and Swedish.
2348 2006-07-03  Bill Wohler  <wohler@newt.com>
2350         Release MH-E version 8.0.2.
2352         * NEWS, MH-E-NEWS: Update for MH-E release 8.0.2.
2354 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
2356         * orgcard.tex (section{Agenda Views}): Document `s' key to save
2357         all org-mode buffers.
2359 2006-06-30  Francesco Potortì  <pot@gnu.org>
2361         * etags.1: -m and -M options do not exist.
2363 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
2365         * orgcard.tex (section{Structure Editing}): Document checkbox
2366         toggling.
2368 2006-06-28  Juri Linkov  <juri@jurta.org>
2370         * grep.txt (Local Variables): Move to end of file.
2372 2006-06-28  Reiner Steib  <Reiner.Steib@gmx.de>
2374         * Makefile: Add rules for refcards.
2376         * de-refcard.ps, fr-refcard.ps, pt-br-refcard.ps: Regenerate.
2378 2006-06-24  Nick Roberts  <nickrob@snap.net.nz>
2380         * NEWS: Remove duplicate entries.
2382 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
2384         * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
2386 2006-06-23  Kim F. Storm  <storm@cua.dk>
2388         * DEBUG: Mention `pv variable' to print value of Lisp variables.
2389         Mention `xpr' and fix example to use it.  Add section describing
2390         commands such as `pit' that are useful for debugging redisplay
2391         related problems.
2393 2006-06-22  Kim F. Storm  <storm@cua.dk>
2395         * HELLO (Local Variables): Move to end of file.
2397 2006-06-20  Bill Wohler  <wohler@newt.com>
2399         Release MH-E version 8.0.1.
2401         * NEWS, MH-E-NEWS: Update for MH-E release 8.0.1.
2403 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
2405         * orgcard.tex (section{Clocking Time}): Add new clocking commands.
2406         (section{Structure Editing}): Add global archiving command.
2408 2006-06-14  Thien-Thi Nguyen  <ttn@gnu.org>
2410         * yow.lines: Delete existing data; add a new entry.
2412 2006-06-09  WĹ‚odek Bzyl  <matwb@univ.gda.pl>
2414         * pl-refcard.ps: Regenerate.
2416 2006-06-08  WĹ‚odek Bzyl  <matwb@univ.gda.pl>
2418         * pl-refcard.tex: Update for Emacs 22.
2420 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
2422         * fr-refcard.tex: Fix errors in previous commit.
2424 2006-06-08  Ă‰ric Jacoboni  <jaco@jacoboni.fr>
2426         * fr-refcard.tex: Update for Emacs 22.
2428 2006-06-07  Kenichi Handa  <handa@m17n.org>
2430         * NEWS: Mention how to disable character translation for a file.
2432 2006-06-04  Sven Joachim  <svenjoac@gmx.de>
2434         * de-refcard.tex: Update for Emacs 22: Use German quotes
2435         and umlauts; fix overfull /hboxes; many rewordings.
2437 2006-06-04  Kim F. Storm  <storm@cua.dk>
2439         * NEWS: Move news for pre-22 versions into...
2440         * NEWS.21, NEWS.20: ... new files for Emacs 21 and Emacs 20 news.
2441         * ONEWS, ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Remove (rename) files ...
2442         * NEWS.19, NEWS.18, NEWS.1-17: ... and organize news about older Emacs
2443         versions in separate files.  Update copyright notices.
2445 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
2447         * LPF, LEDIT: Remove files.
2449         * FTP, README, HELLO, MACHINES, MAILINGLISTS, MORE.STUFF, ETAGS.EBNF:
2450         * MOTIVATION, ORDERS, SERVICE, TERMS, TODO:
2451         * enriched.doc, ulimit.hack, ses-example.ses, ms-7bkermit, emacs.csh:
2452         * Xkeymap.txt, compilation.txt, grep.txt:
2453         Add copyright notice and copying permissions.
2455 2006-05-31  David Ponce  <david@dponce.com>
2457         * tree-widget/default/close.png, tree-widget/default/close.xpm:
2458         * tree-widget/default/empty.png, tree-widget/default/empty.xpm:
2459         * tree-widget/default/end-guide.png, tree-widget/default/end-guide.xpm:
2460         * tree-widget/default/guide.png, tree-widget/default/guide.xpm:
2461         * tree-widget/default/handle.png, tree-widget/default/handle.xpm:
2462         * tree-widget/default/leaf.png, tree-widget/default/leaf.xpm:
2463         * tree-widget/default/no-guide.png, tree-widget/default/no-guide.xpm:
2464         * tree-widget/default/no-handle.png, tree-widget/default/no-handle.xpm:
2465         * tree-widget/default/open.png, tree-widget/default/open.xpm:
2466         * tree-widget/folder/close.png, tree-widget/folder/close.xpm:
2467         * tree-widget/folder/empty.png, tree-widget/folder/empty.xpm:
2468         * tree-widget/folder/end-guide.png, tree-widget/folder/end-guide.xpm:
2469         * tree-widget/folder/guide.png, tree-widget/folder/guide.xpm:
2470         * tree-widget/folder/handle.png, tree-widget/folder/handle.xpm:
2471         * tree-widget/folder/leaf.png, tree-widget/folder/leaf.xpm:
2472         * tree-widget/folder/no-guide.png, tree-widget/folder/no-guide.xpm:
2473         * tree-widget/folder/no-handle.png, tree-widget/folder/no-handle.xpm:
2474         * tree-widget/folder/open.png, tree-widget/folder/open.xpm:
2475         Reduce the size of images.
2477 2006-05-29  Jan Djärv  <jan.h.d@swipnet.se>
2479         * NEWS: Mention F10 for Gtk+/Lesstif/Lucid menus.
2481 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
2483         * ledit.l: Remove file.
2485 2006-05-26  Kenichi Handa  <handa@m17n.org>
2487         * NEWS (find-operation-coding-system): Mention the new argument
2488         format.
2490 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
2492         * orgcard.tex (section{Motion}): Added the item navigation commands.
2493         (section{Publishing}): New section.
2494         (section{Links}): Documented elisp and shell links.
2496 2006-05-20  Rodrigo Real  <rreal@ucpel.tche.br>
2498         * pt-br-refcard.tex: Update.
2500 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2502         * pl-refcard.tex (Local variables): Add compile-command.
2504         * ru-refcard.tex (Local variables): Add compile-command and coding.
2506         * pt-br-refcard.tex: Don't \input psfig.
2508         * refcard.tex (section{Info}): Add `i'.  Use `s' instead of `M-s'.
2510         * de-refcard.tex (section{Info}): Ditto.
2512         * fr-refcard.tex (section{Info}): Ditto.  Translation suggested by
2513         Stefan Monnier <monnier@iro.umontreal.ca>.
2515         * pl-refcard.tex (section{Info}): Ditto.  Translation suggested by
2516         Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
2518         * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
2519         Entry for `i' is not translated yet.
2521         * pt-br-refcard.tex (section{Info}): Ditto.
2523         * ru-refcard.tex (section{Info}): Ditto.
2525         * sk-refcard.tex (section{Info}): Ditto.
2527 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2529         * MORE.STUFF: Update AUCTeX entry.
2531 2006-05-20  Rodrigo Real  <rreal@ucpel.tche.br>
2533         * pt-br-refcard.tex:
2534         * pt-br-refcard.ps: New files.
2536 2006-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2538         * sk-refcard.tex: Add coding cookie.
2540 2006-05-15  Michael Olson  <mwolson@gnu.org>
2542         * MORE.STUFF: Update URL for Planner Mode and add description.
2543         Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
2545 2006-05-12  Romain Francoise  <romain@orebokech.com>
2547         * MORE.STUFF: ERC is now part of Emacs.
2548         Add Emacs Muse.
2550 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
2552         * NEWS (allout): Update.
2554 2006-05-06  Bill Wohler  <wohler@newt.com>
2556         Release MH-E version 8.0.
2558         * NEWS, MH-E-NEWS: Update for MH-E release 8.0.
2560 2006-04-28  Bill Wohler  <wohler@newt.com>
2562         Release MH-E version 7.95.
2564         * NEWS, MH-E-NEWS: Update for MH-E release 7.95.
2566 2006-04-21  Bill Wohler  <wohler@newt.com>
2568         Release MH-E version 7.94.
2570         * NEWS, MH-E-NEWS: Update for MH-E release 7.94.
2572 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
2574         * NEWS: Mention t-mouse.el.  Touch up description of gdb-ui.el.
2576 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
2578         * orgcard.tex: Version number change only.
2580 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2582         * gnus-refcard.tex: Bump version to 5.11.  Remove duplicate \def's.
2583         Update date.
2585 2006-04-18  Bill Wohler  <wohler@newt.com>
2587         * MORE.STUFF: Add MH-E.
2589 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
2591         * orgcard.tex: Version number change only.
2593 2006-04-12  Kenichi Handa  <handa@m17n.org>
2595         * PROBLEMS (C-SPC fails ...): Explicitly say fcitx in the header.
2597 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
2599         * orgcard.tex (section{Tables}): Document column narrowing.
2600         (section{Links}): Document bracket links.
2602 2006-04-11  Kenichi Handa  <handa@m17n.org>
2604         * PROBLEMS (C-SPC fails ...): Add description for fcitx.
2606 2006-04-10  Bill Wohler  <wohler@newt.com>
2608         * NEWS: Add package-version keyword to `defcustom' and mention
2609         associated variable `customize-package-emacs-version-alist'.
2611 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
2613         * NEWS: Add string-or-null-p.
2615 2006-03-28  Bill Wohler  <wohler@newt.com>
2617         * images/README: Update with following information.
2619         * images/data-save.xpm, images/mail/flag-for-followup.xpm:
2620         * images/zoom-in.xpm, images/zoom-out.xpm: New images from GNOME 2.12.
2622         * images/contact.pbm, images/data-save.pbm, images/delete.pbm:
2623         * images/mail/flag-for-followup.pbm, images/mail/inbox.pbm:
2624         * images/mail/move.pbm, images/next-page.pbm, images/zoom-out.pbm:
2625         New bitmaps for new images.
2627         * images/refresh.xpm, images/sort-ascending.xpm,
2628         * images/sort-descending.xpm: Update with GTK 2.x images.  Note
2629         that the default GTK icons are not overridden by the GNOME theme
2630         due to a bug which was fixed in GNOME 2.15.  Once GNOME 2.16 is in
2631         wide circulation, then the GTK icons should be replaced with the
2632         equivalent GNOME icons.  Until then, we should be consistent with
2633         GTK first, then GNOME.
2635         * images/mail/repack.xpm, images/mail/reply-from.xpm:
2636         * images/mail/reply-to.xpm, images/search-replace.xpm:
2637         * images/separator.xpm, images/show.xpm: Update custom icons to be
2638         closer to their GNOME counterparts.
2640         * images/attach.pbm, images/exit.pbm, images/mail/compose.pbm:
2641         * images/mail/repack.pbm, images/mail/reply-all.pbm:
2642         * images/mail/reply-from.pbm, images/mail/reply-to.pbm:
2643         * images/mail/reply.pbm, images/mail/send.pbm, images/show.pbm:
2644         * images/search-replace.pbm: Update bitmaps.
2646         * images/execute.pbm, images/execute.xpm, images/fld-open.pbm:
2647         * images/fld-open.xpm, images/highlight.pbm, images/highlight.xpm:
2648         * images/mail.pbm, images/mail.xpm, images/mail/alias.pbm:
2649         * images/mail/alias.xpm, images/mail/refile.pbm:
2650         * images/mail/refile.xpm, images/page-down.pbm:
2651         * images/page-down.xpm, images/widen.pbm, images/widen.xpm: Remove
2652         custom MH-E icons -- MH-E is now using the equivalent GTK/GNOME icons.
2654 2006-03-23  Romain Francoise  <romain@orebokech.com>
2656         * NEWS: Misc. fixes.
2658 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
2660         * orgcard.tex: Version number change only.
2662 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
2664         * DEBUG (Note): Describe features for debugging with GDB in Emacs.
2666 2006-03-11  Miles Bader  <miles@gnu.org>
2668         * images/mail: New directory.
2669         * images/attach.xpm, images/connect.xpm:
2670         * images/contact.xpm, images/delete.xpm:
2671         * images/describe.xpm, images/disconnect.xpm:
2672         * images/exit.xpm, images/gnus/toggle-subscription.xpm:
2673         * images/lock-broken.xpm, images/lock-ok.xpm:
2674         * images/lock.xpm, images/mail/compose.xpm:
2675         * images/mail/copy.xpm, images/mail/forward.xpm:
2676         * images/mail/inbox.xpm, images/mail/move.xpm:
2677         * images/mail/not-spam.xpm, images/mail/outbox.xpm:
2678         * images/mail/preview.xpm, images/mail/reply-all.xpm:
2679         * images/mail/reply.xpm, images/mail/save-draft.xpm:
2680         * images/mail/save.xpm, images/mail/send.xpm:
2681         * images/mail/spam.xpm, images/next-page.xpm:
2682         * images/refresh.xpm, images/separator.xpm:
2683         * images/sort-ascending.xpm, images/sort-column-ascending.xpm:
2684         * images/sort-criteria.xpm, images/sort-descending.xpm:
2685         * images/sort-row-ascending.xpm:
2686         New icons, copied from Gnus trunk (originally from Gnome 2.6).
2688 2006-03-11  Bill Wohler  <wohler@newt.com>
2690         * NEWS: Document `image-load-path-for-library'.  Note that all
2691         images have been moved from lisp into etc/images in `find-image'
2692         item.  Fix typo in `copy-tree'.
2694 2006-03-09  Reiner Steib  <Reiner.Steib@gmx.de>
2696         * TUTORIAL.de: Replace "Schreiben" by "DrĂĽcken" where appropriate.
2698 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
2700         * orgcard.tex: Version number change only.
2702 2006-03-05  Bill Wohler  <wohler@newt.com>
2704         Release MH-E version 7.93.
2706         * NEWS, MH-E-NEWS: Update for MH-E release 7.93.
2708 2006-02-23  Guanpeng Xu  <herberteuler@hotmail.com>
2710         * TUTORIAL.cn: Fix omission bug: Add dot (ASCII 0x2E) on first line.
2712 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
2714         * orgcard.tex (section{Links}): Rewritten to cover the modified
2715         link system.
2717 2006-02-18  Bill Wohler  <wohler@newt.com>
2719         Release MH-E version 7.92.
2721         * NEWS, MH-E-NEWS: Update for MH-E release 7.92.
2723 2006-02-17  Kenichi Handa  <handa@m17n.org>
2725         * TUTORIAL.translators (TUTORIAL.cn): Update the maintainer.
2727 2006-02-17  Sun Yijiang  <sunyijiang@gmail.com>
2729         * TUTORIAL.cn: Reworked.
2731 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2733         * NEWS: Changes in handling of file local variables.
2735 2006-02-14  Jan Djärv  <jan.h.d@swipnet.se>
2737         * NEWS: Gtk+ 2.4 is required.
2739 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2741         * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
2743 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
2745         * NEWS: New key bindings for Tumme in Dired.
2747 2006-02-05  Jay Belanger  <belanger@truman.edu>
2749         * calccard.tex: Update copyright year.
2751 2006-02-04  Michael Olson  <mwolson@gnu.org>
2753         * NEWS: Update for ERC 5.1.1.  Use the same wording for headings
2754         that Emacs does in its NEWS file.
2756 2006-02-03  Bill Wohler  <wohler@newt.com>
2758         Release MH-E version 7.91.
2760         * NEWS, MH-E-NEWS: Update for MH-E release 7.91.
2762 2006-02-02  Bill Wohler  <wohler@newt.com>
2764         Release MH-E version 7.90.
2766         * NEWS, MH-E-NEWS: Update for MH-E release 7.90.
2768 2006-01-29  Michael Olson  <mwolson@gnu.org>
2770         * NEWS: Add entry for ERC.
2772 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
2774         * TODO: Make SYNC_INPUT the default.
2776 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
2778         * images/gud/pstar.xpm: Make background transparent.
2780 2006-01-24  Noah Friedman  <friedman@splode.com>
2782         * emacs-buffer.gdb: Replace all references to `cdr' field of
2783         conses with `u.cdr', per change Andreas Schwab 2005-11-15
2784         of src/lisp.h.
2786 2006-01-23  Michael Albinus  <michael.albinus@gmx.de>
2788         * NEWS: Tramp can be removed by M-x tramp-unload-tramp.
2790 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2792         * e/eterm-color.ti: Re-enable the ri entry.  Add kich1.
2794 2006-01-13  Richard M. Stallman  <rms@gnu.org>
2796         * emacs.1: +N applies only to next file.
2798 2005-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2800         * e/eterm-color.ti: Temporarily disable the ri entry.
2801         * e/eterm-color: Regenerate.
2803 2005-12-21  LĹ‘rentey Károly  <lorentey@elte.hu>
2805         * TODO: Add note on the multi-tty branch.
2807 2005-12-16  LĹ‘rentey Károly  <lorentey@elte.hu>
2809         * NEWS: Change `prev-buffer' to `previous-buffer'; add note on
2810         them using the frame-local buffer list.
2812 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
2814         * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode
2815         instead.
2817 2005-12-02  Jay Belanger  <belanger@truman.edu>
2819         * NEWS: Add comment about the Calc prefix.
2821 2005-11-28  Thien-Thi Nguyen  <ttn@gnu.org>
2823         * MORE.STUFF: Add entry: "Go in a buffer: Go Text Protocol client".
2825 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
2827         * images/icons/emacs_16.png, images/icons/emacs_24.png
2828         * images/icons/emacs_32.png, images/icons/emacs_48.png:
2829         New Emacs icons.
2831 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
2833         * orgcard.tex: Version 3.20
2835 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
2837         * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons.
2838         Use for run/continue.
2839         * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons.
2840         Use for interrupting inferior.
2841         * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm:
2842         Use a more appropriate variable name.
2843         * images/gud/remove.xpm, images/gud/remove.pbm
2844         * images/gud/break.xpm, images/gud/break.pbm: Make more intuitive.
2846 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
2848         * images/gud/pp.xpm, images/gud/pp.pbm: New icons.
2850 2005-11-06  Jan Djärv  <jan.h.d@swipnet.se>
2852         * images/copy.xpm, images/copy.pbm, images/low-color/copy.xpm
2853         * images/save.xpm, images/save.pbm, images/low-color/save.xpm:
2854         Adjust baseline.
2856 2005-11-06  Jan Djärv  <jan.h.d@swipnet.se>
2858         * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
2859         * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
2860         * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
2861         * images/low-color/next-node.xpm: Adjust paper size and layout.
2863 2005-11-05  Nick Roberts  <nickrob@snap.net.nz>
2865         * DEBUG: Describe how to provide preprocessor macro information.
2867 2005-11-04  Jan Djärv  <jan.h.d@swipnet.se>
2869         * images/up-node.xpm, images/prev-node.xpm, images/next-node.xpm
2870         * images/up-node.pbm, images/prev-node.pbm, images/next-node.pbm
2871         * images/low-color/up-node.xpm, images/low-color/prev-node.xpm
2872         * images/low-color/next-node.xpm: New images.
2874 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
2876         * orgcard.tex (section{Notes}): Version number change.
2878 2005-11-03  Romain Francoise  <romain@orebokech.com>
2880         * orgcard.tex: Update FSF's address.
2882 2005-11-03  Nick Roberts  <nickrob@snap.net.nz>
2884         * DEBUG: GDB can sometimes expand macros.
2886 2005-11-01  Romain Francoise  <romain@orebokech.com>
2888         * NEWS: Source files are compressed by default.
2890 2005-10-28  Bill Wohler  <wohler@newt.com>
2892         * NEWS: Help mode now creates hyperlinks for URLs.
2894 2005-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
2896         * e/eterm-color.ti (el1): Undo 2005-10-23 change.
2897         Add some comments on how to update this file.  Add ri
2898         capability that has long been supported by term.el.
2900 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
2902         * images/gud/until.xpm: Color correction.
2904 2005-10-23  Richard M. Stallman  <rms@gnu.org>
2906         * e/eterm-color.ti (el1): Capability deleted,
2907         since term.el doesn't implement it.
2909 2005-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
2911         * e/eterm-color.ti: Change the terminal name to eterm-color.
2912         * e/eterm-color: Regenerate.
2914 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
2916         * Makefile (e/eterm-color): Rename eterm to eterm-color.
2918 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
2920         * NEWS: New variable `max-image-size'.
2922 2005-10-17  Bill Wohler  <wohler@newt.com>
2924         Moved all remaining images from lisp/toolbar to etc/images.  The
2925         low resolution images were placed in their own directory (low-color).
2927         * images/attach.*, images/cancel.*, images/close.*:
2928         * images/copy.*, images/cut.*, images/diropen.*:
2929         * images/exit.*, images/help.*, images/home.*:
2930         * images/index.*, images/info.*, images/mail.*:
2931         * images/new.*, images/open.*, images/paste.*:
2932         * images/preferences.*, images/print.*, images/save.*:
2933         * images/saveas.*, images/search.*:
2934         * images/search-replace.*, images/spell.*:
2935         * images/undo.*: Moved here from lisp/toolbar.
2937         * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*.
2938         * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*.
2939         * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*.
2940         * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*.
2941         * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*.
2942         * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*.
2943         * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*.
2944         * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*.
2945         * images/low-color/preferences.*: Moved here from
2946         lisp/toolbar/lc-preferences.*.
2947         * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*.
2948         * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*.
2949         * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*.
2950         * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*.
2951         * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*.
2952         * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*.
2954         To conform with convention, the underscore (_) in the following
2955         image names were replaced with dash (-) or (/) as appropriate.
2957         * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*.
2958         * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*.
2959         * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*.
2960         * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*.
2961         * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*.
2962         * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*.
2963         * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*.
2964         * images/low-color/back-arrow.*: Moved here from
2965         lisp/toolbar/lc-back_arrow.*.
2966         * images/low-color/fwd-arrow.*: Moved here from
2967         lisp/toolbar/lc-fwd_arrow.*.
2968         * images/low-color/jump-to.*: Moved here from
2969         lisp/toolbar/lc-jump_to.*.
2970         * images/low-color/left-arrow.*: Moved here from
2971         lisp/toolbar/lc-left_arrow.*.
2972         * images/low-color/right-arrow.*: Moved here from
2973         lisp/toolbar/lc-right_arrow.*.
2974         * images/low-color/up-arrow.*: Moved here from
2975         lisp/toolbar/lc-up_arrow.*.
2976         * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*.
2977         * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*.
2979         * images/README: Incorporated the content of lisp/toolbar/README
2980         now that all of the images are here.
2982 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
2984         * images/gud/n.pbm, images/gud/n.xpm
2985         * images/gud/ni.xpm, images/gud/ni.xpm
2986         * images/gud/s.xpm, images/gud/s.xpm
2987         * images/gud/si.xpm, images/gud/si.xpm: Rename to
2988         next.*, nexti.*, step.*, and stepi.*, respectively, as the
2989         file-name no longer clashes on 8+3 filesystems.
2991 2005-10-14  Bill Wohler  <wohler@newt.com>
2993         * images/gud/break.*: Moved here from toolbar/gud-break.*.
2994         * images/gud/cont.*: Moved here from toolbar/gud-cont.*.
2995         * images/gud/down.*: Moved here from toolbar/gud-down.*.
2996         * images/gud/finish.*: Moved here from toolbar/gud-finish.*.
2997         * images/gud/ni.*: Moved here from toolbar/gud-ni.*.
2998         * images/gud/n.*: Moved here from toolbar/gud-n.*.
2999         * images/gud/print.*: Moved here from toolbar/gud-print.*.
3000         * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*.
3001         * images/gud/remove.*: Moved here from toolbar/gud-remove.*.
3002         * images/gud/run.*: Moved here from toolbar/gud-run.*.
3003         * images/gud/si.*: Moved here from toolbar/gud-si.*.
3004         * images/gud/s.*: Moved here from toolbar/gud-s.*.
3005         * images/gud/until.*: Moved here from toolbar/gud-until.*.
3006         * images/gud/up.*: Moved here from toolbar/gud-up.*.
3007         * images/gud/watch.*: Moved here from toolbar/gud-watch.*.
3009 2005-10-14  Bill Wohler  <wohler@newt.com>
3011         Released MH-E version 7.85.
3013         * NEWS, MH-E-NEWS: Updated for release 7.85.
3015 2005-10-10  Jan Djärv  <jan.h.d@swipnet.se>
3017         * NEWS: -nb => -nbi
3019 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
3021         * orgcard.tex: Version 3.17, no changes except version number.
3023 2005-10-09  Jan Djärv  <jan.h.d@swipnet.se>
3025         * NEWS: -nb, --no-bitmap-icon
3027 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3029         * TODO: Clarify the local variables entry.
3031 2005-09-30  Bill Wohler  <wohler@newt.com>
3033         Moved MH-E image files from toolbar and mail directories into
3034         images.
3036         * images/mail: New directory.
3038         * images/mail/reply.*: Moved here from lisp/mail/reply2*.
3040         * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*:
3041         * images/mail/reply*: Moved here from lisp/toolbar.
3043         * images/execute.*, images/highlight.*, images/mh-logo.xpm:
3044         * images/page-down.*, images/show.*, images/widen.*: Moved here
3045         from lisp/toolbar.
3047         * images/refresh.*: Moved here from lisp/toolbar/rescan.*.
3048         Use GNOME 2.10's refresh icon.
3050         * images/README: New file that indicates which icons came from
3051         GNOME (see lisp/toolbar/README).
3053 2005-09-30  Romain Francoise  <romain@orebokech.com>
3055         * NEWS: Mention changes to `read-buffer'.
3057 2005-09-30  Chong Yidong  <cyd@stupidchicken.com>
3059         * images/ezimage: New directory.
3061         * images/ezimage/*.xpm: Add images used by speedbar.el.
3063 2005-09-30  David Ponce  <david@dponce.com>
3065         * NEWS: Update recentf changes.
3067 2005-09-28  Simon Josefsson  <jas@extundo.com>
3069         * GNUS-NEWS: Fix IDNA notes.
3071 2005-09-27  Jay Belanger  <belanger@truman.edu>
3073         * calccard.tex: Update `versionnumber', remove `versiondate'.
3074         (Error Recovery): Refer to "initial state" rather than "default state".
3075         (Algebra): Mention LaTeX language mode.
3076         (Programming): Delete reference to "Z =".
3078 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
3080         * emacs.py (ehelp): Add g and l to arg list, and use them in the
3081         call to `help'.
3083 2005-09-17  Romain Francoise  <romain@orebokech.com>
3085         * gfdl.1: Update to version 1.2.  Delete UC macro.
3087 2005-09-15  Kenichi Handa  <handa@m17n.org>
3089         * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7.
3091 2005-09-14  Romain Francoise  <romain@orebokech.com>
3093         * NEWS: Add entry for write-region-inhibit-fsync.
3095 2005-09-09  Kevin Ryde  <user42@zip.com.au>
3097         * MORE.STUFF: Update url for calculator.el.
3099 2005-09-08  Kenichi Handa  <handa@m17n.org>
3101         * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled
3102         correctly.
3104 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
3106         * NEWS: Add entry for `make-auto-save-file-name'.
3108 2005-08-19  Emilio C. Lopes  <eclig@gmx.net>
3110         * emacsclient.1 (DESCRIPTION): Reflect inclusion in the
3111         Emacs distribution.  Make role of EDITOR clearer.
3112         (OPTIONS): Document `-s', `-V' and `-h'
3113         as well as their long name counterparts.
3114         (BUGS): Remove.
3116 2005-08-26  Romain Francoise  <romain@orebokech.com>
3118         * PROBLEMS: Fix capitalization of "Gnus".
3120 2005-08-20  Chong Yidong  <cyd@stupidchicken.com>
3122         * MORE.STUFF: Update links and URLs.
3124 2005-08-05  Kenichi Handa  <handa@m17n.org>
3126         * NEWS: Fix the entry describing code-pages.
3128 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
3130         * .cvsignore: Add `icons' (for in-place installs).
3132 2005-07-19  Juri Linkov  <juri@jurta.org>
3134         * grep.txt: New file.
3136 2005-07-19  Jan Djärv  <jan.h.d@swipnet.se>
3138         * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
3139         -R comes after i386 in setarch command.
3141 2005-07-12  Juri Linkov  <juri@jurta.org>
3143         * refcard.tex (Files): Change description of `C-x C-q' from
3144         `checkin/checkout' to `toggle read-only'.
3145         (Getting Help): Replace `C-h c' with `C-h k'.
3146         (Error Recovery): Replace `recover-file' with `recover-session'.
3147         (Info): Replace key binding `C-h C-i' with `C-h S'.  Add `t'.
3149 2005-07-07  Richard M. Stallman  <rms@gnu.org>
3151         * GNU: Update how to help.  Improve footnote 7.
3153 2005-07-07  Lute Kamstra  <lute@gnu.org>
3155         * tasks.texi: Delete file.  The GNU Task List is obsolete and has
3156         been replaced by http://savannah.gnu.org/projects/tasklist.
3158 2005-07-07  Lute Kamstra  <lute@gnu.org>
3160         * refcard.tex: Update `versionnumber' and `year'.  Update Emacs's
3161         version to 22.
3162         (Starting Emacs): Delete sentence to fix formatting problems.
3163         (Multiple Windows): Clarify first sentence.  Mention C-x 5 1.
3164         (Formatting): Update the binding of set face.
3165         (International Character Sets): set-language-environment is bound
3166         to C-x RET l.
3168 2005-07-05  Lute Kamstra  <lute@gnu.org>
3170         Update FSF's address in GPL notices.
3172         * INTERVIEW, calccard.tex, cs-dired-ref.tex, cs-refcard.tex:
3173         * dired-ref.tex, fr-drdref.tex, fr-refcard.tex, gfdl.1:
3174         * pl-refcard.tex, refcard.tex, ru-refcard.tex, sk-dired-ref.tex:
3175         * sk-refcard.tex, vipcard.tex, viperCard.tex: Update FSF's address.
3177 2005-07-03  Jan Djärv  <jan.h.d@swipnet.se>
3179         * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
3180         Add it again.
3182 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
3184         * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode.
3186 2005-06-28  Richard M. Stallman  <rms@gnu.org>
3188         * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New.
3190 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
3192         * DEBUG: Mention emacs-buffer.gdb.
3194 2005-06-10  Noah Friedman  <friedman@splode.com>
3196         * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use
3197         char as placeholder when buffer has no file name and process is
3198         still live.  Use different printf cases instead.
3200 2005-06-08  Kim F. Storm  <storm@cua.dk>
3202         * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
3203         Warn that using CVS+SSH may corrupt files, include work-around.
3205 2005-06-06  Juri Linkov  <juri@jurta.org>
3207         * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
3209         * TUTORIAL.ro: Change NBSP to space.  Move coding cookie from the
3210         second line to Local Variables.  Fix title line.
3212 2005-05-30  Miles Bader  <miles@gnu.org>
3214         * emacs-buffer.gdb: Remove RCS keywords.
3216 2005-05-30  Noah Friedman  <friedman@splode.com>
3218         * emacs-buffer.gdb: New file.
3219         * NEWS: Mention it.
3221 2005-05-28  Richard M. Stallman  <rms@gnu.org>
3223         * TUTORIAL.fr: Change NBSP to space.
3225 2005-05-28  Bill Wohler  <wohler@newt.com>
3227         * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84.
3229 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
3231         * TODO: post-command-idle-hook has gone.
3233 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
3235         * NEWS: Remove references to open-network-stream-nowait and
3236         open-network-stream-server.
3238 2005-05-15  Richard M. Stallman  <rms@gnu.org>
3240         * GNU: Correct/improve previous change.
3242 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3244         * GNU: Update footnotes.
3246         * NEWS: Lots of clarifications and cleanups.
3248 2005-05-05  Slawomir Nowaczyk  <slawek@cs.lth.se>
3250         * TUTORIAL.pl: Updated header.
3252 2005-05-02  Richard M. Stallman  <rms@gnu.org>
3254         * NEWS: More rearrangements.
3256 2005-05-02  Chong Yidong  <cyd@stupidchicken.com>
3258         * NEWS: Items rearranged in logical order.
3260 2005-05-01  Lars Hansen  <larsh@math.ku.dk>
3262         * NEWS: Correct key binding for dired-mark-omitted.
3264 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
3266         * NEWS: Mention xterm key bindings.
3268         * e/eterm.ti: Add a comment.
3269         * e/eterm: Regenerate.
3271 2005-04-25  Alex Ott  <ott@jet.msk.su>
3273         * TUTORIAL.ru: Update.
3275 2005-04-13  Pavel JanĂ­k  <Pavel@Janik.cz>
3277         * TUTORIAL.sk: Updated header.
3279 2005-04-12  Jan Djärv  <jan.h.d@swipnet.se>
3281         * NEWS: Mention cursorBlink resource.
3283 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3285         * NEWS: Mention dynamic change of keyboard-coding-system on Mac.
3287 2005-04-10  Jan Djärv  <jan.h.d@swipnet.se>
3289         * NEWS: Mention fontSet for Lucid menus.
3291 2005-04-10  Masatake YAMATO  <jet@gyve.org>
3293         * compilation.txt (symbol): Add gcov-file
3294         gcov-bb-file gcov-never-called-line gcov-called-line.
3296 2005-04-08  Kenichi Handa  <handa@m17n.org>
3298         * TUTORIAL.ja: Updated header, contents synchronized with
3299         TUTORIAL at 2005-04-01T00:31:25Z!rms@gnu.org.
3301 2005-04-06  Pavel JanĂ­k  <Pavel@Janik.cz>
3303         * TUTORIAL.cs: Updated header.
3305 2005-04-05  Werner Lemberg  <wl@gnu.org>
3307         * TUTORIAL.de: Updated header.
3309 2005-04-05  Marcelo Toledo  <marcelo@gnu.org>
3311         * TUTORIAL.translators: Added the field Maintainer.
3313 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
3315         * TUTORIAL.it: Move "copying conditions at end" sentence after title.
3317 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
3319         * TUTORIAL.ja: Update text before first period.
3320         Reported by Kenichi Handa.
3322 2005-04-02  Richard M. Stallman  <rms@gnu.org>
3324         * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the
3325         old intro line that apparently was a longer version of "Emacs
3326         tutorial".
3328         * TUTORIAL.es: Clean up line breaks.
3330 2005-04-01  Marcelo Toledo  <marcelo@gnu.org>
3332         * TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
3333         * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko,
3334         * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru,
3335         * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line.
3337 2005-04-01  Ognyan Kulev  <ogi@fmi.uni-sofia.bg>
3339         * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in
3340         2005-02-08T14:20:54Z!lute@gnu.org, "Emacs" is not transliterated to cyrillic anymore;
3341         Minor fixes.
3343 2005-04-01  Mats Lidell  <matsl@contactor.se>
3345         * TUTORIAL.sv: Sync some other changes with the TUTORIAL version
3346         2005-04-01T00:31:25Z!rms@gnu.org.
3348 2005-04-01  Lute Kamstra  <lute@gnu.org>
3350         * TUTORIAL.nl: Fix title line.
3352 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3354         * TUTORIAL: Add title line.
3355         * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de,
3356         * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja,
3357         * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR,
3358         * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl
3359         * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise.
3361 2005-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
3363         * gnus-refcard.tex, gnus-logo.eps: New files.
3365 2005-03-23  David Ponce  <david@dponce.com>
3367         * NEWS: Mention recentf-keep.
3369 2005-03-17  Lute Kamstra  <lute@gnu.org>
3371         * TODO: Remove define-generic-mode entry (DONE).
3373 2005-03-10  Michael Albinus  <michael.albinus@gmx.de>
3375         * NEWS: Explain how to default Tramp to FTP.
3377 2005-03-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3379         * NEWS: Mention Carbon build on Mac OS 9.
3381 2005-03-01  David Kastrup  <dak@gnu.org>
3383         * DEBUG: Add information about `-fno-crossjumping' for GCC.
3385 2005-02-14  Lute Kamstra  <lute@gnu.org>
3387         * TODO: Remove battery.el entry (DONE).
3389         * TUTORIAL.nl: Synchronize with TUTORIAL.  Correct some typos.
3390         Make the terminology more consistent.  Fill the text using the
3391         default `fill-column'.
3393 2005-02-08  Lute Kamstra  <lute@gnu.org>
3395         * TUTORIAL: Remove some uses of the term "buffer" before it is
3396         properly introduced.  Update the description of the mode line.
3397         Consistently use "<ESC>" to denote the ESC key and "<SPC>" to
3398         denote the Space bar.  Capitalize all command descriptions.
3400 2005-02-06  Richard M. Stallman  <rms@gnu.org>
3402         * DEBUG: Minor clarification.
3404 2005-02-05  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3406         * emacs.bash: Update the name of the socket of the Emacs server.
3408 2005-01-22  David Kastrup  <dak@gnu.org>
3410         * NEWS: Mention alias `find-grep' for `grep-find'.
3412 2005-01-22  Nick Roberts  <nickrob@snap.net.nz>
3414         * TODO: Add entry for toolbar on ttys.
3416 2005-01-18  Nick Roberts  <nickrob@snap.net.nz>
3418         * DEBUG: Suggest separate terminal for debug session.
3420 2005-01-15  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3422         * TUTORIAL.nl: Correct translation and the Dutch text (typos).
3423         More consistent use of terminology.
3425 2005-01-13  Cheng Gao  <chenggao@gmail.com>
3427         * MORE.STUFF: Add entries of some well known and widely used packages.
3429 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
3431         * NEWS: Describe desktop package lazy restore feature.
3433 2004-12-21  Richard M. Stallman  <rms@gnu.org>
3435         * DISTRIB: Don't say "freeware".
3437 2004-12-15  Nick Roberts  <nickrob@snap.net.nz>
3439         * DEBUG: Change printing example to break on a procedure name.
3441 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
3443         * e/eterm.ti: Add rs1.
3444         * e/eterm: Regenerate.
3446 2004-12-08  Alexandre VEYRENC  <veyrenc@wanadoo.fr>  (tiny change)
3448         * fr-refcard.tex: Fix typos.
3450 2004-12-07  Jan Djärv  <jan.h.d@swipnet.se>
3452         * PROBLEMS: Update information about klipper on KDE.
3454 2004-11-26  Jan Djärv  <jan.h.d@swipnet.se>
3456         * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
3458 2004-10-08  FrĂ©dĂ©ric Bothamy  <frederic.bothamy@free.fr>  (tiny change)
3460         * TUTORIAL.fr: Minor wording fix.
3462 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
3464         * enriched.doc: Update for new bindings of `set-left-margin' and
3465         `set-right-margin'.
3467 2004-10-04  Kim F. Storm  <storm@cua.dk>
3469         * DEBUG: Mention pp and ff commands.
3471 2004-09-26  Luc Teirlinck  <teirllm@auburn.edu>
3473         * enriched.doc: `enriched-annotation-alist' is now called
3474         `enriched-translations'.
3476 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
3478         * e/eterm.ti: Comment out smcup, rmcup.  Add kbs, kdch1, rc, sc.
3479         Reformat.
3480         * e/eterm: Regenerate.
3482 2004-09-25  Jan Djärv  <jan.h.d@swipnet.se>
3484         * PROBLEMS: Updated exec-shield description.
3486 2004-09-16  Dan Nicolaescu  <dann@ics.uci.edu>
3488         * e/eterm.ti: Change the strings for smso and rmso.
3489         * e/eterm: Regenerate.
3491 2004-09-09  Thien-Thi Nguyen  <ttn@gnu.org>
3493         * MORE.STUFF (EDB): Update entry.
3495 2004-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
3497         * e/eterm.ti: Add `op' entry to enable colors in term.
3498         * e/eterm: Regenerate.
3500 2004-09-04  Eric S. Raymond  <esr@thyrsus.com>
3502         * PROBLEMS: More reorganization to exile old stuff to the
3503         pre-2000 section.  I looked up end-of-life dates for a bunch
3504         of old Unixes to check.
3506 2004-08-24  Bill Wohler  <wohler@newt.com>
3508         * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82.
3510 2004-08-22  David Kastrup  <dak@gnu.org>
3512         * PROBLEMS, MAILINGLISTS: Update AUCTeX information.
3514 2004-08-21  Bill Wohler  <wohler@newt.com>
3516         * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81.
3518 2004-08-21  Eric S. Raymond  <esr@thyrsus.com>
3520         * PROBLEMS: Massively rearranged by category, to make environment
3521         features and symptoms easier to find.  Bugs relating to
3522         20th-century systems moved to the end.  Most problem headers
3523         changed to "object: variation" format.
3525 2004-08-15  Bill Wohler  <wohler@newt.com>
3527         * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80.
3529 2004-08-14  Romain Francoise  <romain@orebokech.com>
3531         * NEWS: Mention the thumbs.el package.
3533 2004-08-14  Eric Hanchrow  <offby1@blarg.net>
3535         * TUTORIAL.es: Replace actual whitespace with the magic string
3536         that causes help-with-tutorial to automatically insert the correct
3537         amount.
3539 2004-08-10  Steven Tamm  <steventamm@mac.com>
3541         * PROBLEMS: Remove description of Mac OS version upgrade
3542         problems as it is no longer applicable.
3544 2004-07-27  Werner Lemberg  <wl@gnu.org>
3546         * NEWS: Document all new tutorials.
3548 2004-08-05  Reiner Steib  <Reiner.Steib@gmx.de>
3550         * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.
3552         * NEWS (Gnus package): Gnus includes Sieve and PGG.  Gnus changes
3553         are described in GNUS-NEWS.
3555 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
3557         * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the
3558         v5_10 branch of the Gnus repository.
3560 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3562         * MORE.STUFF: Tramp is now distributed with Emacs.
3564 2004-07-12  Bill Wohler  <wohler@newt.com>
3566         * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4.
3568 2004-07-08  David Kastrup  <dak@gnu.org>
3570         * NEWS (Lisp changes in 21.4): Document (match-data t) change.
3572 2002-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
3574         * FOR-RELEASE: Moved to the admin directory.
3576 2004-06-24  David Kastrup  <dak@gnu.org>
3578         * NEWS: Move description from new paragraph-start and
3579         indent-line-function defaults to general news instead of new
3580         packages.  Same for query-replace-skip-read-only.
3581         Add description of new `\,' and `\?' replacement string features.
3583 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3585         * MORE.STUFF: Delete obsolete URL.
3587 2004-06-10  Lars Hansen  <larsh@math.ku.dk>
3589         * NEWS: Describe dired-omit-mode.  Describe desktop package changes.
3591 2004-05-29  Steven Tamm  <steventamm@mac.com>
3593         * PROBLEMS: Document the workaround for the Mac OS X port not
3594         picking up the environment variables from dotfiles.
3596 2004-05-16  Juri Linkov  <juri@jurta.org>
3598         * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil.
3600         * ru-refcard.tex: Add C-u and RET to `C-h t Russian'.
3602 2004-05-15  Alex Ott  <ott@jet.msk.su>
3604         * ru-refcard.tex, ru-refcard.ps: New files.
3606 2004-05-14  David Ponce  <david@dponce.com>
3608         * tree-widget: New directory containing tree-widget themes and images.
3610 2004-04-13  Marcelo Toledo  <marcelo@gnu.org>
3612         * TUTORIAL.pt_BR: Initial check-in.
3614 2004-05-06  Dave Love  <fx@gnu.org>
3616         * emacs.py: New file for python-mode's internal use.
3618 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * TODO: Use outline mode.  Remove compile.el entry (done).
3622 2004-04-18  Juri Linkov  <juri@jurta.org>
3624         * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv
3625         * TUTORIAL.th: Add sentence-end-double-space: nil.
3627         * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1.
3629 2004-04-16  Alex Ott  <ottalex@narod.ru>
3631         * TUTORIAL.ru: Various corrections.
3633 2004-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3635         * TUTORIAL.nl: Update Delete/Delback translation.
3637 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
3639         * TODO: Remove index-apropos entry.
3641 2004-04-01  Juri Linkov  <juri@jurta.org>
3643         * HELLO: Add Javanese.
3645 2004-03-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3647         * ps-prin1.ps: Clip the header and footer area, so text will not be
3648         printed outside header or footer, respectively.
3649         (HeaderClip, FooterClip): New PostScript funs.
3650         (HeaderText, FooterText): Adjust PostScript code.
3652 2004-03-29  Jan Djärv  <jan.h.d@swipnet.se>
3654         * TODO: Removed drag-and-drop entry (DONE).
3656 2004-03-19  Kim F. Storm  <storm@cua.dk>
3658         * TODO: Remove entries for fringe related issues (DONE).
3659         Remove entry about image-relative coordinates of mouse clicks (DONE).
3661 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
3663         * compilation.txt: New file.
3665 2004-02-29  Juanma Barranquero  <lektu@terra.es>
3667         * NEWS: Remove bogus reference to user option unicode-data.
3669 2004-02-16  Klaus Zeitler  <kzeitler@lucent.com>
3671         * PROBLEMS: Document crashes on X when build with GCC and GNU ld.
3673 2004-02-08  Andreas Schwab  <schwab@suse.de>
3675         * NEWS: Fix typo.
3677 2003-12-29  Ognyan Kulev  <ogi@fmi.uni-sofia.bg>
3679         * TUTORIAL.bg: Use windows-1251 encoding.  Fix punctuation errors.
3681 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
3683         * TODO: Add plans for change of file attributes UID and GID from
3684         integer to string.
3686 2003-11-10  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
3688         * HELLO: Add Kannada.
3690 2003-11-05  Juri Linkov  <juri@jurta.org>
3692         * HELLO: Fix language names.  Add C, Braille, Georgian, Ukrainian.
3693         Add IPA pronunciation to English.  Fix tab widths.
3695 2003-11-03  David Ponce  <david.ponce@wanadoo.fr>
3697         * PROBLEMS: Document segfaults with Linux kernels that enable the
3698         Exec-shield functionality.
3700 2003-10-30  Kenichi Handa  <handa@m17n.org>
3702         * HELLO: Fix cases of language names.  Make German lines one.
3703         Delete FORTRAN, add Mathematics.
3705 2003-10-24  Jan Djärv  <jan.h.d@swipnet.se>
3707         * PROBLEMS: Characters are displayed as empty boxes or
3708         with wrong font under X.
3710 2003-09-30  Werner Lemberg  <wl@gnu.org>
3712         * TUTORIAL.de: Minor updates and grammatical fixes.
3714 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
3716         * TODO: Add invisible text kill/yank issue.
3718 2003-08-29  Wim Nieuwenhuizen  <wwwillem@xs4all.nl>
3720         * TUTORIAL.nl: Many changes.
3722 2003-08-20  Stephen Eglen  <stephen@gnu.org>
3724         * MORE.STUFF: Update URLs for several projects.
3726 2003-07-22  Andrew Choi  <akochoi@shaw.ca>
3728         * PROBLEMS: Truncated process output with pty's on Mac OS X.
3730 2003-07-14  Nick Roberts  <nick@nick.uklinux.net>
3732         * NEWS: Merge in the changes for versions 21.2 and 21.3 as
3733         documented on the EMACS_21_1_RC branch.
3735 2003-03-03  Chao-Hong Liu  <chliu@gnu.org>
3737         * TUTORIAL.cn: Updated.
3738         * TUTORIAL.zh: Updated.
3740 2003-04-24  Bill Wohler  <wohler@newt.com>
3742         * MH-E-NEWS: Upgraded to MH-E version 7.3.
3744 2003-04-03  Kenichi Handa  <handa@m17n.org>
3746         * HELLO: Fix the malayalam line.
3748 2003-04-01  Dave Love  <fx@gnu.org>
3750         * letter.xpm: Use transparent/opaque `colors'.
3752         * letter.xbm: Deleted.
3754         * letter.pbm: New.
3756 2003-03-24  Andreas Schwab  <schwab@suse.de>
3758         * HELLO: Remove extra TAB in Greek entries.
3760 2003-03-03  Chao-Hong Liu  <chliu@gnu.org>
3762         * TUTORIAL.cn, TUTORIAL.zh: New files.
3764         * TUTORIAL.translators: List TUTORIAL.cn and TUTORIAL.zh.
3766 2003-02-24  Kenichi Handa  <handa@m17n.org>
3768         * HELLO: Add Malayalam.
3770 2003-02-13  Dave Love  <fx@gnu.org>
3772         * TUTORIAL.es: Add coding spec.
3774 2003-02-11  Kenichi Handa  <handa@m17n.org>
3776         * HELLO: Fix Hindi and add Tamil.
3778 2003-02-05  Francesco Potortì  <pot@gnu.org>
3780         * TUTORIAL.it: Italian tutorial.
3781         From Alfredo Finelli <alfredofnl@tiscali.it> (original translator).
3782         Revised by Francesco Potortì <pot@gnu.org>.
3784 2003-02-03  Bill Wohler  <wohler@newt.com>
3786         * MH-E-NEWS: Upgraded to MH-E version 7.2.
3788 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
3790         * MACHINES: Added Cygwin.
3792 2003-01-27  Jan Djärv  <jan.h.d@swipnet.se>
3794         * DEBUG: Added note about xmon.
3796 2003-01-20  Joanna Pluta  <joanna_p@gazeta.pl>
3798         * TUTORIAL.pl: Updated.
3800 2003-01-11  Pavel JanĂ­k  <Pavel@Janik.cz>
3802         * TUTORIAL.sk: Updated to reflect changes in English version.
3803         From Miroslav Vaško <zemiak@zoznam.sk>.
3805 2003-01-09  Francesco Potortì  <pot@gnu.org>
3807         * etags.1: Added reference to the new `etags --help --lang=LANG'
3808         option.
3810 2003-01-08  Bill Wohler  <wohler@newt.com>
3812         * MH-E-NEWS: Upgraded to MH-E version 7.1.
3814 2003-01-01  Steven Tamm  <steventamm@mac.com>
3816         * MACHINES: Added pointer to Mac OS X install instructions.
3818 2002-12-10  Kenichi Handa  <handa@m17n.org>
3820         * TUTORIAL.sv: Renamed from TUTORIAL.se.
3822 2002-11-29  Bill Wohler  <wohler@newt.com>
3824         * MH-E-NEWS: Upgraded to MH-E version 7.0.
3826 2002-11-22  Rafael SepĂşlveda  <drs@gnulinux.org.mx>
3828         * TUTORIAL.es: Extensively changed and updated.
3830 2002-10-01  Bill Wohler  <wohler@newt.com>
3832         * MH-E-NEWS: Upgraded to mh-e version 6.1.1.
3834 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
3836         * ses-example.ses: New file: example spreadsheet.
3838 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
3840         * HELLO: Fix Unicode Greek line.
3842 2002-09-03  Kenichi Handa  <handa@etl.go.jp>
3844         * TUTORIAL.ja: Updated in accordance with the latest English
3845         version.
3847 2002-09-01  Andreas Schwab  <schwab@suse.de>
3849         * TUTORIAL.de: Updated in accordance with the English version.
3850         From Mario Lang <mlang@delysid.org>.
3852 2002-08-12  Markus Rost  <rost@math.ohio-state.edu>
3854         * HELLO: Fix some white spaces.
3856 2002-06-26  Richard M. Stallman  <rms@gnu.org>
3858         * ps-prin0.ps, ps-prin1.ps: Add license exception.
3860 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
3862         * TUTORIAL.fr: New version from Ă‰ric Jacoboni <jaco@teaser.fr>.
3864 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
3866         * HELLO: Add a few greetings that use Unicode characters.
3868 2002-04-20  Eli Zaretskii  <eliz@is.elta.co.il>
3870         * termcap.src: New version from ftp://invisible-island.net.
3872 2002-03-24  Pavel JanĂ­k  <Pavel@Janik.cz>
3874         * TUTORIAL.translators: New file, list of tutorial translators.
3876 2002-02-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3878         * gnus.xpm: Remove garbages.
3880 2002-01-27  Pavel JanĂ­k  <Pavel@Janik.cz>
3882         * letter.xpm: New file, XPM variant of letter.xbm.
3884 2001-12-03  Pavel JanĂ­k  <Pavel@Janik.cz>
3886         * COPYING: Move back.
3888 2001-11-29  Pavel JanĂ­k  <Pavel@Janik.cz>
3890         * COPYING: Removed.
3892 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
3894         * emacstool.1, etags.1, emacs.1: Modify distribution terms to
3895         something simpler than the GFDL.
3897 2001-11-22  Colin Walters  <walters@debian.org>
3899         * PROBLEMS: Remove already applied calc info patches.  Clarify
3900         that there is no such thing as Debian GNU/Linux 2.4.3.  ftpd is
3901         not handled by alternatives in Debian, the reporter surely meant
3902         just "--config ftp".
3904 2001-11-18  Eli Zaretskii  <eliz@is.elta.co.il>
3906         * fr-survival.tex: New file, from Ă‰ric Jacoboni <jaco@teaser.fr>.
3908 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
3910         * TUTORIAL.fr: New version from Ă‰ric Jacoboni <jaco@teaser.fr>.
3912 2001-11-17  Colin Walters  <walters@debian.org>
3914         * PROBLEMS: Remove calc problems.
3916 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
3918         * TUTORIAL.fr: New file.  From Ă‰ric Jacoboni <jaco@teaser.fr>.
3920 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
3922         * Makefile (mostlyclean, clean, distclean, maintainer-clean):
3923         Add *.dvi and *.log.
3924         (SOURCES): Update the list of files.
3926         * calccard.tex: New file.
3927         * calccard.ps: New file.
3929 2001-11-01  Eli Zaretskii  <eliz@is.elta.co.il>
3931         * etags.1: Replace presentation-level troff macros that simulate
3932         tables with tbl markup.  From Eric S. Raymond <esr@thyrsus.com>.
3934 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
3936         * (Version 21.1 released.)
3938 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
3940         * HELLO: Fix the Italian and Maltese entries.  From Trevor Spiteri
3941         <tbspit@eng.um.edu.mt>.
3943 2001-08-25  Pavel JanĂ­k  <Pavel@Janik.cz>
3945         * HELLO: Slovak language name added to be compatible with other
3946         languages.
3948 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
3950         * TUTORIAL.pl: Updated in accordance with the English version.
3951         From Beata WierzchoĹ‚owska <beataw@orient.uw.edu.pl> and
3952         Janusz S. Bien <jsbien@mail.uw.edu.pl>.
3954 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
3956         * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as
3957         per config.sub and config.guess.  Reported by Ryo Furue
3958         <furufuru@ccsr.u-tokyo.ac.jp>.
3960 2001-08-10  Pavel JanĂ­k  <Pavel@Janik.cz>
3962         * TUTORIAL.sk: Updated in accordance with the English version.
3963         From Miroslav Vaško <vasko@debian.cz>.
3965 2001-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
3967         * TUTORIAL.ko: Updated in accordance with the English version.
3968         From Koaunghi Un <koaunghi@world.kaist.ac.kr>.
3970 2001-08-06  Pavel JanĂ­k  <Pavel@Janik.cz>
3972         * TUTORIAL.cs: Update from Milan Zamazal.
3974 2001-08-05  Pavel JanĂ­k  <Pavel@Janik.cz>
3976         * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: E-mail
3977         address of Milan Zamazal changed.
3979 2001-08-04  Pavel JanĂ­k  <Pavel@Janik.cz>
3981         * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and
3982         META keys.
3984 2001-05-17  Francesco Potortì  <pot@gnu.org>
3986         * etags.1: Add the latest changes to etags behavior.
3988 2001-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
3990         * emacsclient.1: Place in the public domain.
3992 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
3994         * emacstool.1: Place under GFDL.
3996 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
3998         * emacs.1: Place under GFDL.
4000         * etags.1: Ditto.
4002         * gfdl.1: New file.
4004 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
4006         * TUTORIAL.sk, sk-survival.tex
4007         * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps
4008         * sk-dired-ref.tex: New files.
4010         * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files.
4011         From Pavel@Janik.cz (Pavel JanĂ­k).
4013 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4015         * ps-prin1.ps: Footer implementation.  Doc fix.
4016         (doLineNumber): Code fix for line number color.
4017         (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code
4018         fix for footer implementation.
4019         (TextStart, SetFooterLines, FooterFrameStart, doFramePath)
4020         (FooterFramePath, doFrame, FooterFrame, FooterStart)
4021         (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.
4023 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
4025         * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca>
4026         for color depth 8.
4028 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4030         * ps-prin1.ps: Line and paragraph spacing feature.
4031         (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
4032         (EffectShadow, EffectBox, EffectOutline): New vars.
4033         (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
4034         (PHL, LHL): New funs.
4036         * ps-prin2.ps: File eliminated.
4038 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
4040         * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>.
4042 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
4044         * splash.xpm, splash.pbm: Replaced with new images from
4045         Luis Fernandes <elf@ee.ryerson.ca>.
4047 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
4049         * cs-refcard.ps, cs-refcard.tex: New files.
4051 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
4053         * THE-GNU-PROJECT: New file.
4055 2001-02-22  Andrew Innes  <andrewi@gnu.org>
4057         * MACHINES: Update pointer to MS-Windows install instructions.
4059 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4061         * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow'
4062         functionality enhancement.
4063         (doColumnZebra): Code fix.
4065 2001-02-08  Dave Love  <fx@gnu.org>
4067         * tasks.texi, SERVICE: Updated.
4069 2001-02-03  Andrew Innes  <andrewi@gnu.org>
4071         * PROBLEMS: Add note about need to specify extra compiler flags
4072         with recent Cygwin ports of gcc.
4074 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
4076         * DEBUG: Expand and update, based on the instructions to
4077         pretesters, nt/INSTALL, and private communications and experience.
4079 2001-01-17  Dave Love  <fx@gnu.org>
4081         * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/.
4083 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
4085         * TUTORIAL.es: New file.
4087 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
4089         * edt-user.doc: Updated to reflect EDT Emulation version 4.0
4090         enhancements.
4092 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
4094         * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
4095         files.
4097 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4099         * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
4100         is non-nil.
4101         (printZebra, BeginPage): Code fix.
4103 2000-12-15  Miles Bader  <miles@gnu.org>
4105         * DEBUG: Add note about using `inverse-video' to detect excessive
4106         screen redraw.
4108 2000-12-07  Dave Love  <fx@gnu.org>
4110         * CODINGS, CHARSETS: Removed.  (Mule 2.3 relics.)
4112 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4114         * ps-prin1.ps: Eliminated the line number font predefinition.
4116 2000-11-09  Kenichi Handa  <handa@etl.go.jp>
4118         * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l,
4119         not M-:, as example of disabled command).
4121 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
4123         * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*.
4125 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
4127         * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed.
4129         * tasks.texi: Updated to the version from /gd/gnuorg.
4131         * FTP: Refer to the GNU web site.
4133 2000-10-12  Dave Love  <fx@gnu.org>
4135         * gnus.pbm: New file.
4137         * gnus.xbm: Deleted.
4139 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
4141         * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line.
4143 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
4145         * splash.xbm: File removed.
4146         * splash.pbm: New file.
4148 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
4150         * splash.xbm: New file.
4152 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
4154         * splash.xpm: New file.
4156 2000-09-11  Dave Love  <fx@gnu.org>
4158         * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New
4159         files.
4161 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4163         * ps-prin3.ps: Eliminated.
4165         * ps-prin2.ps: Changed comment version (6.0).
4167         * ps-prin1.ps: Changed comment version (6.0).
4169         * ps-prin0.ps: Changed comment version (6.0).
4171 2000-08-24  Wlodzimierz Bzyl  <matwb@univ.gda.pl>
4173         * survival.tex: New file.
4175 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
4177         * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*.
4179         * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*.
4181 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
4183         * NEWS.1: Reintegrated into NEWS.
4185         * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4.
4187 2000-08-16  Gerd Moellmann  <gerd@gnu.org>
4189         * dired-ref.tex, dired-ref.ps: New files.
4191         * refcard-de.tex, refcard-de.ps: New files.
4193 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
4195         * emacs.1: Change `-b' to `-bw'.
4197 2000-07-07  Andreas Schwab  <schwab@suse.de>
4199         * yow.lines: Fix indentation.
4201 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4203         * ps-prin0.ps: Insert a version number comment (5.2.2).
4204         Indentation fix.
4206         * ps-prin1.ps: Insert a version number comment (5.2.2).  Can
4207         select page size with/without giving an error if PostScript
4208         printer doesn't have this kind of page size.  Zebra Stripe
4209         continues or restarts on next page.  Indentation fix.
4210         (BeginSheet): If necessary, rescale n-up to fit on the sheet of
4211         paper.
4212         (BeginDoc, doColumnZebra, HeaderText): Code fix.
4213         (SetPageSize): New proc.
4215         * ps-prin2.ps: Insert a version number comment (5.2.2).
4217         * ps-prin3.ps: Insert a version number comment (5.2.2).
4218         Indentation fix.
4220 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4222         * ps-prin1.ps: PostScript code compatibility with other utilities
4223         like mpage, psnup, etc.
4224         (isLineStep): Code fix.
4225         (BeginDoc, BeginSheet): Utility compatibility.
4227 2000-05-03  Dave Love  <fx@gnu.org>
4229         * letter.xbm: New file.
4231 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4233         * ps-prin0.ps: PostScript level 1 compatibility.
4235         * ps-prin1.ps: PostScript level 1 compatibility, Upside-down
4236         printing and line number step.
4237         (BeginDoc, doLineNumber, SL, HL): Code fix.
4238         (isLineStep, PSL): New funs.
4240         * ps-prin3.ps: PostScript level 1 compatibility.
4242 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
4244         * refcard.bit: Removed.
4246 2000-04-10  Wlodzimierz Bzyl  <matwb@monika.univ.gda.pl>
4248         * refcard-pl.ps: New file.
4249         * refcard-pl.tex: New file.
4251 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4253         * ps-prin0.ps: Replace gs_languagelevel by languagelevel.
4254         (DefOp): New proc.
4256         * ps-prin1.ps: Replace gs_languagelevel by languagelevel.
4257         (printBackground, SetColor): New procs.
4258         (ZebraColor): Renaming old ZebraGray var.
4260 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4262         * ps-prin1.ps: Eliminate SkipFirstPage.
4264 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4266         * ps-prin0.ps: Define command only for language level 1.
4268 2000-03-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4270         * ps-prin0.ps: Define packedarray operator for language level 1,
4271         adjust setduplexmode and settumble definitions.
4273 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4275         * ps-prin0.ps: New file.
4277         * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig.
4279 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4281         * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files.
4283 1999-11-30  Paul Eggert  <eggert@twinsun.com>
4285         * PROBLEMS: Update Solaris 2.6 and 7 problems.
4287 1999-11-22  Paul Eggert  <eggert@twinsun.com>
4289         * NEWS: Rename messages-locale to system-messages-locale
4290         and time-locale to system-time-locale.
4292 1999-10-24  Noah Friedman  <friedman@splode.com>
4294         * yow.lines: Add more quotes.  Correct a misquote.
4296         * spook.lines: Add more phrases.
4298 1999-10-23  Paul Eggert  <eggert@twinsun.com>
4300         * NEWS: Describe new functions and variables for locales.
4302 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
4304         * TUTORIAL.ro: Change copyright statement.
4306 1999-07-12  Richard Stallman  <rms@gnu.org>
4308         * Version 20.4 released.
4310 1999-06-27  Karl Heuer  <kwzh@gnu.org>
4312         * yow.lines: Fix indentation.  Fix typo.
4314 1999-01-19  Dave Love  <fx@gnu.org>
4316         * MORE.STUFF: Revamped.
4318 1999-01-14  Dave Love  <fx@gnu.org>
4320         * FAQ: Merge posted updates.
4322 1998-12-14  Dave Love  <fx@gnu.org>
4324         * FAQ: Somewhat edited copy of the most recently posted version.
4326 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
4328         * MACHINES (NEC EWS4800): New section.
4330 1998-09-04  Karl Heuer  <kwzh@gnu.org>
4332         * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command.
4334 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
4336         * Version 20.3 released.
4338         * TUTORIAL.ro: New file.
4340 1998-04-10  Ken'ichi Handa  <handa@melange.gnu.org>
4342         * TUTORIAL.sl: Renamed back to the original.
4344 1998-04-10  Kenichi Handa  <handa@etl.go.jp>
4346         * TUTORIAL.cs: Renamed from TUTORIAL.cz.
4347         * TUTORIAL.ja: Renamed from TUTORIAL.jp.
4348         * TUTORIAL.ka: Renamed from TUTORIAL.kr.
4349         * TUTORIAL.sk: Renamed from TUTORIAL.sl.
4351 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
4353         * TUTORIAL.jp: Re-translated for the latest TUTORIAL.
4355 1998-03-26  Richard Stallman  <rms@psilocin.gnu.org>
4357         * TUTORIAL.sl: New file.
4359 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4361         * Version 20.2 released.
4363 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4365         * Version 20.1 released.
4367 1997-06-02  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
4369         * CODINGS, CHARSETS: New files.
4371 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4373         * Version 19.33 released.
4375 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4377         * Version 19.32 released.
4379 1996-06-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
4381         * refcard.ps: File obtained from someone else;
4382         it was generated badly here.
4384 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4386         * Version 19.31 released.
4388 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
4390         * TUTORIAL: Rephrase the first page to fit on a standard tty screen.
4392 1996-05-03  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
4394         * emacs.bash: Use >|.
4396 1996-01-20  Geoff Voelker  <voelker@cs.washington.edu>
4398         * rgb.txt: New file.
4400 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4402         * Version 19.30 released.
4404 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4406         * gnus-tut.txt: New file.
4408 1995-07-26  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
4410         * Rename termcap to termcap.src, the historical name for an
4411         uninstalled termcap file.
4413 1995-06-28  Eric S. Raymond  <esr@spiff.gnu.ai.mit.edu>
4415         * termcap.dat, termcap.ucb: Deleted and replaced.
4417         * termcap: New termcap file from the ncurses project; bigger,
4418         better, brighter, does away with waxy yellow buildup.  Email
4419         me at terminfo@ccil.org if you have any trouble with this.
4421         * README: Changed to track above change.
4423 1995-05-24  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
4425         * TUTORIAL: Delete reference to ALT.  Change <Rubout> to <Delete>.
4427 1995-04-26  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
4429         * Makefile (maintainer-clean): Renamed from realclean.
4431 1995-04-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4433         * tpu-doc.el: File moved to etc dir and renamed.
4435 1995-04-07  Boris Goldowsky  <boris@cs.rochester.edu>
4437         * enriched.doc: Rewritten and simplified.
4439 1994-11-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4441         * Makefile (eterm): New rule.
4442         (TIC): New variable.
4444         * e/eterm, e/eterm.ti: New files.
4446 1994-10-24  Boris Goldowsky  <boris@mole.gnu.ai.mit.edu>
4448         * enriched.doc: New file.
4450 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
4452         * Version 19.26 released.
4454 1994-07-03  Richard Stallman  (rms@gnu.ai.mit.edu)
4456         * TUTORIAL: Talk about flow control along with C-x C-s and C-s.
4458 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4460         * Version 19.25 released.
4462 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4464         * Version 19.24 released.
4466 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4468         * Version 19.23 released.
4470 1994-04-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4472         * Makefile (clean): Delete DOC*.
4474 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4476         * Version 19.22 released.
4478 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4480         * Version 19.21 released.
4482 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4484         * Version 19.20 released.
4486 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4488         * Version 19.19 released.
4490 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4492         * Version 19.18 released.
4494 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4496         * Version 19.16 released.
4498 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4500         * version 19.15 released.
4502 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4504         * Version 19.14 released.
4506 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4508         Bring mumbleclean targets into conformance with GNU coding standards.
4509         * Makefile (distclean): Don't remove backup and autosave files.
4510         These are easy to get rid of in other ways, and a pain to lose.
4511         (mostlyclean, realclean): New targets.
4513 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4515         * Version 19.13 released.
4517 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4519         * Version 19.10 released.
4521 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4523         * Version 19.9 released.
4525 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4527         * Version 19.8 released.
4529 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4531         * Version 19.7 released.
4533 1993-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4535         * MACHINES: Mention Linux.
4537 1993-04-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
4539         * MACHINES: Add section for NeXT, from Thorsten Ohl.
4541 1993-04-28  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4543         * NEWS: Documented picture-mode improvements.
4545 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4547         * NEWS: Described the new properties of arrow keys and
4548         next-line-add-newlines.  Fixed up the GUD description, it was
4549         out of date.  This file referenced LNEWS when it should have
4550         said news.texi; fixed.
4552         * news.texi: invocation-name now exists.
4554 1993-03-27  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4556         * MORE.STUFF: Added.
4558 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4560         * NEWS: Preserved jimb's last change (documenting kill on
4561         read-only buffers).
4563         Added documentation on new info features.
4565 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4567         * spook.lines: Alpha-sorted this, and added some new hot buttons
4568         for the 1990s.
4570 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4572         * MACHINES: Deleted some VMS caveats.  If the src and lisp
4573         ChangeLogs are correct, dired and mail and process control are now
4574         fully supported.
4576         * NEWS: Added finder news.
4578 1993-03-19  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
4580         * NEWS: Changed.
4582 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4584         * sex.6: Added 900-line support
4586         * NEWS: Added news about the package finder.
4588 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4590         * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so
4591         I nuked it.  Let the file mod date serve.  Merged in APOLLO and
4592         SUNBUG files.  Changed references to 18.* to past tense.
4594         * emacs.names: Merged into JOKES.  I faked a mail header from the
4595         Unknown User to delimit the first (unheaded) bit.
4597         * Makefile (relock, unlock): New productions.
4599 1993-03-18  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
4601         Augean-stable cleaning time.  Partly to save space, but mostly to
4602         reduce the dizzying amount of *stuff* confronting someone exploring
4603         the Emacs distribution, I have the following changes in the etc
4604         directory:
4606         * CHARACTERS: Merged into TO-DO file under the heading "Long Range:"
4608         * DIFF, CCADIFF, GOSDIFF: Merged into a new outline file titled
4609         OTHER.EMACSES.  The present names don't really convey anything.
4610         Various key bindings and feature descriptions have been updated.
4612         * NICKLES.WORTH: Nuked.  This is copyrighted material that could land
4613         FSF in hot water.
4615         * INTERVAL.IDEAS: Nuked.  RMS's thinking, and indeed the
4616         implementation of intervals, have progressed way beyond this.
4618         * RCP: Nuked.  It no longer said anything but "Ooops, sorry!"
4620         * ED.WORSHIP, GNU.JOKES: Merged into a mailbox called JOKES.
4621         Future jokes can accumulate there.
4623         * DISTRIB: The actual domestic order form is now ORDERS.USA.
4624         The DISTRIB text now mentions 19.
4626         * ORDERS.USA: Created.  This is just the order form.  DISTRIB
4627         has a pointer to it at the beginning.
4629         * EUROPE: Renamed to ORDERS.EUROPE.  DISTRIB now has a pointer
4630         to it at the beginning.
4632         * OOOONEWS, OOOONEWS: Nuked.  It's version 19 --- nobody needs the
4633         version 15 and 17 files anymore.
4635         All files marked "Nuked" have actually been moved to =-prefixed
4636         names as per convention.  Originals of all files merged still
4637         exist with =-names.
4639 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4641         * XENIX: Nuked (moved to =XENIX).  The hackery it describes is
4642         no longer necessary in the presence of 19's function-key-map
4643         feature; I've added an explanation to the beginning of the file.
4645 1993-03-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
4647         * MACHINES: Update description of SYSVr3 and r4 support, due to
4648         Eric Raymond's changes.
4650 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
4652         * MACHINES: Mention that you have to edit the configure script
4653         when you add support for a new machine, to get it to recognize the
4654         configuration name.
4656 1992-11-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
4658         * MACHINES: Converted to use GCC-style configuration names,
4659         instead of listing m/*.h and s/*.h files.  All knowledge of m/ and
4660         s/ files now lives in ../configure.
4662 1992-10-06  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4664         * NEWS: Document included tags tables.
4666 1992-07-22  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
4668         * Corrected the news about VC to reflect reality.
4670 1992-07-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
4672         * etags.1: New file, from Richard K. Pixley at Cygnus.
4674 1992-06-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4676         * Makefile: Most of the contents of this file were only relevant
4677         to things in `../lib-src'; removed all but the `distclean' and
4678         `clean' targets.
4680 1992-04-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4682         * COPYING: Got June 1991 version of the GPL here.
4684         * ChangeLog: Since the old etc contents have been split into etc
4685         and lib-src, the old etc's ChangeLog has been duplicated in the
4686         new etc and lib-src.  That means that each contains complete and
4687         coherent information, although each contains extraneous
4688         information.
4690 1992-04-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4692         * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
4693         to be consistent with other GNU programs, like makeinfo.
4695         * lib-src/Makefile: Renamed to Makefile.in; the configure script
4696         will edit this to produce Makefile.
4698 1992-04-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4700         * etags.c (print_help, print_version): New functions.
4701         (main): Options added to support them.
4703         * etags.c (longopts): New array of long names for the options.
4704         (main): Recognize them.
4706 1992-04-06  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4708         * etags.c (C_entries): Removed comment saying that \" in a string
4709         isn't recognized as magic, because it is correctly handled.
4711         * getopt.c, getopt.h: New files, from GNU C library.
4712         * etags.c: Rewritten to use getopt.
4713         #include "getopt.h".
4714         (file_num): Variable deleted; its role is now played by getopt's
4715         optind.
4716         (main): Argument processing loop rewritten to call getopt to get
4717         next option.  Options which take parameters (-o and -i) rewritten
4718         to get parameter from optarg instead of argv[1].  Filename
4719         preprocessing loop and update command changed similarly.
4720         * Makefile (etags, ctags): Depend on and link with getopt.h,
4721         getopt.o, and getopt1.o.
4722         (getopt.o, getopt1.o): New targets for the GNU getopt routines.
4724         * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
4725         is non-zero.
4727         (main): In the argument processing loop, the 'goto next_arg'
4728         statements are breaking out of the switch statement in exactly the
4729         same way that a simple 'break' statement would; replace the gotos
4730         with breaks, and remove the label.
4732 1992-04-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4734         * etags.c (C_entries): Clear tydef and next_token_is_func at start.
4735         (consider_token): Move next_token_is_func to global.
4737 1992-04-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4739         * Makefile: Conform with GNU coding standards:
4740         (mostlyclean): New target, synonymous with clean.
4741         (TAGS, check): New targets.
4742         (INSTALL, INSTALLFLAGS): New variables.
4744 1992-03-31  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4746         * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
4747         `config.emacs' to `configure'.
4749         * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
4750         * etc/MACHINES: Same.
4752 1992-03-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4754         * movemail.c (main): Allow tempname to be as long as necessary,
4755         instead of limiting it to 39 characters.
4757         * movemail.c (main): Move declaration of buf from top of function
4758         to local block surrounding the copy loop.  This makes it less
4759         likely to be confused with the buf used by the code which checks the
4760         permissions on outname's directory.
4762 1992-03-20  Jim Kingdon  (kingdon@albert.gnu.ai.mit.edu)
4764         * SERVICE: Remove my entry.
4766 1992-03-09  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
4768         * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
4769         hardcoded -g.
4771         * movemail.c (xmalloc): Return char *, not int.
4772         (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
4773         that is off by default -- normally don't unlink the mail spool
4774         file, just empty it.  Pass creat mode 0600, not 0666.
4776 1992-02-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4778         * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
4779         (all): Instead of here.
4780         (install): Don't use the -s option, since people need symbols to
4781         debug code.
4783 1992-01-19  Eric Youngdale  (youngdale@v6550c.nrl.navy.mil)
4785         * etags-vmslib.c (fn_exp): Add type cast.
4787 1992-01-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4789         * movemail.c: Changes in comments.
4791 1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4793         * Makefile: Make the distclean target erase the DOC files from
4794         ../share-lib and the executables from ../arch-lib.
4796 1992-01-09  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
4798         * emacsclient.c: #include <sys/stat.h>.
4799         (main): Do declare statbfr.
4801 1991-12-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4803         * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
4804         for the socket, depending on SERVER_HOME_DIR.
4805         If using /tmp, put host name in the socket name.
4807         * movemail.c (pfatal_and_delete): New function.
4808         (main, popmail): Use it.
4809         (popmail): Close output before deleting messages.
4810         Check for error on close and on fsync.
4811         Use `fatal' where appropriate.
4812         (main): Remove (void).
4814         * aixcc.lex: New file.  Not officially part of Emacs.
4815         * Makefile: Rules for that.
4817 1991-12-04  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
4819         * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
4821         * etags.c (main): Properly cast call to alloca that initializes
4822         included_files.
4824 1991-08-17  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4826         * etags.c (files_are_tag_tables): Remove global var.
4827         (process_file): Don't test it.  Also remove hack checking for a
4828         file named "TAGS".
4829         (main): -i now takes an arg which is the name of a file to include.
4830         Collect these names and emit include tags for them after processing
4831         all the argument files.
4833 1991-07-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4835         * wakeup.c: Terminate if parent goes away.
4837 1991-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4839         * etags.c (C_entries): Process token before handling end of line.
4840         When inner loops reach end of line, just back up.
4841         Let the real end of line processing happen in just one place.
4842         (consider_token): Likewise.
4844 1991-04-11  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
4846         * etags.c (TEX_mode): Skip comments while scanning the text to see
4847         which escape character this file uses.
4849 1991-03-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4851         * emacsserver.c [USG]: Terminate if msgrcv fails.
4853 1991-03-03  Richard Stallman  (rms@mole.ai.mit.edu)
4855         * emacsserver.c [BSD]: Check for errors on stdin after scanf.
4857 1991-01-25  Jim Blandy  (jimb@churchy.ai.mit.edu)
4859         * make-docfile: Find the arguments to a C function correctly,
4860         by not ignoring the character that read_c_string returns.  Don't
4861         even try to find argument names for functions that take MANY
4862         or UNEVALLED arguments, since they're a figment of the docstring's
4863         imagination.
4865 1991-01-14  Jim Blandy  (jimb@churchy.ai.mit.edu)
4867         * make-docfile: Read the .elc files generated by the new byte
4868         compiler.
4870 1990-12-31  Richard Stallman  (rms@mole.ai.mit.edu)
4872         * refcard.tex: Use cm fonts, not am, in multi-column mode.
4874 1990-11-29  Richard Stallman  (rms@mole.ai.mit.edu)
4876         * movemail.c (mbx_delimit_begin): Put space before `unseen'.
4878 1990-11-27  Richard Stallman  (rms@mole.ai.mit.edu)
4880         * Makefile (install*): No need to install wakeup.
4882 1990-11-26  Richard Stallman  (rms@mole.ai.mit.edu)
4884         * Makefile (install*): Install emacsclient like etags.
4886 1990-11-13  Richard Stallman  (rms@mole.ai.mit.edu)
4888         * movemail.c (error): Handle 3 args.
4889         (main): Don't check input access if using pop.
4891 1990-10-16  Richard Stallman  (rms@mole.ai.mit.edu)
4893         * etags.c (find_entries): Check for numbers after Scheme suffix.
4895 1990-10-14  Richard Stallman  (rms@mole.ai.mit.edu)
4897         * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
4899 1990-10-09  Richard Stallman  (rms@mole.ai.mit.edu)
4901         * Makefile (nemacstool, xvetool): New targets.
4903 1990-09-26  Richard Stallman  (rms@mole.ai.mit.edu)
4905         * emacsclient.c: Include errno.h and define related variables.
4907 1990-09-23  Richard Stallman  (rms@mole.ai.mit.edu)
4909         * emacsclient.c: Change usage message.
4911 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
4913         * emacs.1: Add break before -nw option.
4915 1990-08-19  David J. MacKenzie  (djm@apple-gunkies)
4917         * qsort.c: Replace with GNU version.
4919 1990-08-14  David J. MacKenzie  (djm@apple-gunkies)
4921         * wakeup.c: New program replacing loadst.c.
4923 1990-08-14  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4925         * emacsclient.c [USG]: Pass msgsnd only 4 args.
4927 1990-08-09  David J. MacKenzie  (djm@pogo.ai.mit.edu)
4929         * etags.c: Rename `flag' variables for what they do instead of
4930         which option character sets them.
4932 1990-05-28  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4934         * loadst.c (main): Conditional to get load average on Apollo.
4936 1990-05-22  Joseph Arceneaux  (jla@churchy.ai.mit.edu)
4938         * emacsserver.c: Set the permission on the socket to 0600.
4940 1990-03-27  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4942         * emacsclient.c [BSD]: Print clean message for failing getwd.
4944 1990-03-20  David Lawrence  (tale@pogo.ai.mit.edu)
4946         * getdate.y: Use the getdate.y from GNU tar for timer.
4948 1990-03-18  Jim Kingdon  (kingdon@pogo.ai.mit.edu)
4950         * emacsclient.c (main): Don't put brackets around "filename" in
4951         usage message.  It isn't optional.
4953 1990-03-14  Joseph Arceneaux  (jla@churchy.ai.mit.edu)
4955         * etags.c (getit): Recognize '$' as beginning identifiers.
4957 1990-02-22  David Lawrence  (tale@pogo.ai.mit.edu)
4959         * emacsserver.c: Renamed from server.c.
4960         * Makefile: Reference emacsserver rather than server.
4961         * MACHINES: Doc fix for new emacsserver name.
4963 1990-01-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4965         * emacsclient.c: Print program name in error messages.
4967 1990-01-19  David Lawrence  (tale@cocoa-puffs)
4969         * timer.c, getdate.y (new files) and Makefile:
4970         Sub-process support for run-at-time in timer.el.
4971         Doesn't yet work correctly for USG.
4973 1990-01-10  Jim Kingdon  (kingdon@pogo)
4975         * MACHINES: Add HP 300 running BSD.
4977 1990-01-02  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4979         * yow.c: Dynamically allocate buffer; skip header before random
4980         choice to avoid bias toward first item.
4982 1989-12-24  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4984         * etags.c (readline): Separate out init of `pend'.
4986 1989-12-17  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
4988         * etags.c: Undo changes relating to isgoodhdr.
4990 1989-12-16  Mosur Mohan  (rms@sugar-bombs.ai.mit.edu)
4992         * etags.c (isgoodhdr): New macro.
4993         (_gdh, notgdh): New variable used by that.
4994         (init): Initialize _gdh.
4995         (find_entries): Set header_file.
4996         (consider_token): Use isgoodhdr if in header file.
4998         * etags.c (total_size_of_entries):
4999         Was miscalculating by 1 in rewritten case.
5001         * etags.c (PAS_funcs): One arg to pfnote was missing.
5003 1989-12-05  Joseph Arceneaux  (jla@spiff)
5005         * MACHINES: Change for the ULTRIX entry.
5007 1989-11-21  Joseph Arceneaux  (jla@spiff)
5009         * etags.c (process_file): If file is not regular, return.
5011 1989-11-06  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5013         * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
5015 1989-10-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5017         * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
5018         (main): If HAVE_GETLOADAVG, don't call `nlist'.
5020 1989-10-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5022         * etags.c (consider_token): Allow any number of typespec keywords
5023         after `typedef', before new type name.
5024         (enum sym_type): Add st_C_typespec.
5025         (C_create_stab): Put typespec kwds in table.
5027 1989-08-27  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
5029         * etags.c (main): Don't depend on name invoked by.
5030         If CTAGS is not defined, assume it is ETAGS.
5032 1989-07-31  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5034         * etags.c (L_funcs): Allow package name in define construct,
5035         as in (foo::defmumble name-defined ...).
5037 1989-07-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5039         * etags.c (find_entries): Stupid bug testing for C filename suffixes.
5041         * Makefile (yow): Depends on ../src/paths.h.
5043 1989-07-04  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
5045         * etags.c: Fix compilation by moving Pascal after Fortran.
5047 1989-06-15  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5049         * movemail.c [USG]: Define F_OK, etc., if not found in header.
5051 1989-05-27  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5053         * hexl.c: New file, supports hexl-mode.
5055 1989-05-14  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5057         * movemail.c: New compilation flag MAIL_USE_MMDF.
5059 1989-05-08  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5061         * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
5062         * server.c: Likewise.
5064         * make-docfile.c (scan_c_file): Output argument names at end of string.
5065         (write_c_args): New subroutine.
5067 1989-04-27  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5069         * movemail.c: Report failure of flock.
5071 1989-04-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5073         * etags.c (find_entries): Allow multi-letter extensions for fortran.
5075 1989-04-18  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5077         * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
5079 1989-03-15  Jeff Peck  (rms@sugar-bombs.ai.mit.edu)
5081         * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
5083         * emacstool.1: Update to document environment variables.
5085 1989-02-21  Mosur Mohan  (email@notavailable)
5087         * etags.c (PAS_funcs): New function.
5089 1989-02-21  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5091         * movemail.c: On sysv, include unistd.h.
5093 1989-02-18  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5095         * b2m.c: New file.
5097 1989-02-15  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5099         * etags.c: Prolog support from Sunichirou Sugou.
5101 1989-02-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5103         * Makefile (clean): New target.
5105 1989-01-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5107         * fakemail.c (put_line): Break header lines at 79 cols.
5109 1989-01-19  Sam Kendall  (email@notavailable)
5111         * etags.c: Greatly rewritten for C++ support and for multiple tags
5112         per line.
5114 1989-01-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5116         * movemail.c: Check access before doing real work.
5117         Check that outfile is in a writable directory.
5118         On fatal error, delete the lock file.
5120 1988-12-31  Richard Mlynarik  (mly@rice-chex.ai.mit.edu)
5122         * env.c: Add decl for my-index.
5123         * etags.c (file-entries): .oak => scheme
5125 1988-12-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5127         * movemail.c: Use `access' to check input and output files.
5129 1988-12-28  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5131         * emacsclient.c (main): Ignore all of CWD before first slash.
5133 1988-12-27  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5135         * etags.c (readline): Double linebuffer->size outside the xrealloc.
5137 1988-12-22  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5139         * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
5140         * server.c: chmod the socket to 0700.
5142 1988-12-09  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5144         * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
5145         (add_field): Delete comments and turn `<', `>' to spaces
5146         in header lines.
5147         (USE_FAKEMAIL): New customization macro says to make fakemail
5148         not be a no-op even on a BSD system.
5150 1988-12-01  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5152         * etags.c (consider_token): Skip comments just like whitespace.
5153         Notice `struct', etc. and set strtag for those tokens.
5154         Return 1 for the token following `struct' if an open-brace follows it.
5155         (C_entries): Special handling of token following `struct'
5156         needed because we have probably advanced to the following line
5157         to find the `{'.
5158         (main): New option `T' sets tflag and strflag.
5159         Set both of them by default if eflags.
5161 1988-11-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5163         * movemail.c: Do fsync before closing output.
5165 1988-11-29  Richard Mlynarik  (mly@pickled-brain.ai.mit.edu)
5167         * movemail.c: Better error message when can't create tempname.
5168         This file needs a great deal of extra error-checking and lucid reporting...
5170 1988-11-16  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5172         * etags.c: Support assembler code for .s and .a files.
5173         (getit): Allow underscore in a tag.
5175 1988-11-15  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5177         * movemail.c: Close output and check errors before deleting input.
5179 1988-10-01  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
5181         * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
5182         whether to prefix it.  Handle line number args.
5184 1988-09-24  Richard Stallman  (rms@gluteus.ai.mit.edu)
5186         * etags.c (main): Default setting of eflag was backwards.
5188 1988-09-23  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5190         * etags.c: New option -i.  -f renamed -o.
5191         `-' as input file means read input file names from stdin.
5192         -i spec'd or input file named TAGS means the input file is another
5193         tag table; output an "include" line for it.
5195 1988-09-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5197         * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
5198         New targets install, install.sysv, install.xenix.
5199         This makefile is now responsible for installing executables
5200         and documentation from this directory into system directories.
5202 1988-09-16  Richard Stallman  (rms@corn-chex.ai.mit.edu)
5204         * server.c, emacsclient.c (main): Compute socket name from euid.
5206 1988-08-04  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5208         * emacsclient.c: Args like +DIGITS are passed through unchanged.
5210 1988-07-12  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5212         * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
5213         * emacsclient.c: Likewise.
5214         In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
5216 1988-06-23  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5218         * etags.c: Handle `typedef struct foo {' (price@mcc.com).
5219         (istoken) New string-comparison macro.
5220         (consider_token): New arg `level'.  New state `tag_ok' in `tydef'.
5222 1988-06-14  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5224         * etags.c: Changes for VMS.
5225         Always define ETAGS on VMS.
5226         Define macros GOOD and BAD for success and failure exit codes.
5227         (begtk, intk): Allow `$' in identifiers.
5228         (main): Don't support -B, -F or -u on VMS.
5229         Alternate loop for scanning filename arguments.
5230         (system): Delete definition of this function.
5232         * etags-vmslib.c (system): Undefine this; VMS now provides it.
5234 1988-06-08  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5236         * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
5237         around include of param.h.  (Like fns.c.)
5239 1988-05-16  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
5241         * loadst.c (load_average): Move load-average code to this new fn.
5242         Add conditionals to compute load ave on UMAX.
5244 1988-05-14  Richard Stallman  (rms@lucky-charms.ai.mit.edu)
5246         * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
5247         with opposite sense.
5249 1988-05-13  Chris Hanson  (cph@kleph)
5251         * emacsclient.c: Delete references to unused variable `out'.
5252         This caused a bus error when used under hp-ux.
5254 1988-05-06  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
5256         * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
5258 1988-05-04  Richard Stallman  (rms@rice-krispies.ai.mit.edu)
5260         * etags.c (find_entries): `.t' or `.sch' means scheme code.
5262 1988-04-29  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
5264         * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
5266 1988-04-28  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
5268         * movemail.c: #undef close, since config can #define it on V.3.
5269         * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
5271 1988-04-26  Richard Stallman  (rms@lucky-charms.ai.mit.edu)
5273         * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
5274         invalid escape sequences such as `\{'.
5276         * loadst.c: Add `sequent' conditional for file dk.h.
5278 1988-03-20  Richard M. Stallman  (rms@wilson)
5280         * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
5282         * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
5284 ;; Local Variables:
5285 ;; coding: utf-8
5286 ;; End:
5288   Copyright (C) 1993-1999, 2001-2011  Free Software Foundation, Inc.
5290   This file is part of GNU Emacs.
5292   GNU Emacs is free software: you can redistribute it and/or modify
5293   it under the terms of the GNU General Public License as published by
5294   the Free Software Foundation, either version 3 of the License, or
5295   (at your option) any later version.
5297   GNU Emacs is distributed in the hope that it will be useful,
5298   but WITHOUT ANY WARRANTY; without even the implied warranty of
5299   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5300   GNU General Public License for more details.
5302   You should have received a copy of the GNU General Public License
5303   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.