X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/dbcbec02bfd2b0a2fbc76f0731dd891b9c22b15c..a1da069fbd5a34b5fa3ec862e8f8b9203132cbb4:/etc/ChangeLog diff --git a/etc/ChangeLog b/etc/ChangeLog index 7da5459c40..0d6451a211 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,10 +1,296 @@ +2007-12-15 Eli Zaretskii + + The following files renamed to avoid file-name clashes in + 8+3 (a.k.a. DOS) namespace: + + * schema/xhtml-basic-form.rnc: Renamed to xhtml-bform.rnc. + * schema/xhtml-basic-table.rnc: Renamed to xhtml-btable.rnc. + * schema/xhtml-list.rnc: Renamed to xhtml-lst.rnc. + * schema/xhtml-target.rnc: Renamed to xhtml-tgt.rnc. + * schema/xhtml-style.rnc: Renamed to xhtml-xstyle.rnc. + * schema/xhtml-form.rnc, schema/xhtml-table.rnc, schema/xhtml.rnc: + Updated accordingly. + + * schema/docbook-dyntbl.rnc, schema/docbook-soextbl.rnc: Renamed to + docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively. + + * images/icons/macemacs_16.png, images/icons/macemacs_24.png: + * images/icons/macemacs_32.png, images/icons/macemacs_48.png: + * images/icons/macemacs_256.png, images/icons/macemacs_512.png: + Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png, + emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png, + respectively. + +2007-12-08 Ulrich Mueller (tiny change) + + * emacs.desktop (Exec, Icon, Categories): Fix entries. + +2007-12-08 Reiner Steib + + * NEWS: Add minimal Gnus item. + +2007-12-08 Dan Nicolaescu + + * emacs.desktop: New file. + +2007-11-30 Kentaro Ohkouchi + + * images/icons/macemacs_16.png, images/icons/macemacs_24.png: + * images/icons/macemacs_32.png, images/icons/macemacs_48.png: + * images/icons/macemacs_256.png, images/icons/macemacs_512.png: + New files. + +2007-11-28 Glenn Morris + + * nxml/: New directory, moved here from lisp/nxml/char-name/unicode. + * nxml/README: New file. + +2007-11-24 Glenn Morris + + * images/gnus/mail_send.xpm: Rename to mail-send.xpm. + +2007-11-23 Mark A. Hershberger + + * NXML-NEWS: New File. + + * schema: Initial merge of nxml. + +2007-11-22 Francesco Potort,Al(B + + * NEWS: etags: the --members option is now the default. + +2007-11-22 Glenn Morris + + * images/smilies/grayscale/README, images/smilies/medium/README: + New files. + +2007-11-12 Vinicius Jose Latorre + + * compilation.txt: Add new entries: compilation-perl--Pod::Checker, + compilation-perl--Test, compilation-perl--Test::Harness and + compilation-weblint. + +2007-11-01 Dan Nicolaescu + + * MACHINES: Remove Sun windows info. + +2007-10-30 Michael Olson + + * NEWS: Add entry for Remember Mode. + +2007-10-29 Glenn Morris + + * refcards/gnus-refcard.tex: Restore Feb 2007 copyright + clarifications lost in update to Gnus trunk. + +2007-10-28 Adam Sj,Ax(Bgren + + * images/smilies/grayscale/*.xpm: New larger grayscale smileys. + + * images/smilies/medium/*.xpm: New colorful smileys. + +2007-10-29 Michael Olson + + * ERC-NEWS: Update for recent change. + +2007-10-27 Juanma Barranquero + + * .cvsignore: Add *.pyc. + +2007-10-25 Jonathan Yavner + + * ses-example.ses: Get rid of silly life-universe-everything local + variable. `symbolic-formulas' is now `ses--symbolic-formulas'. + +2007-10-24 Juanma Barranquero + + * NEWS: Mention desktop locking. + +2007-10-10 Eric S. Raymond + + * NEWS: Explain the VC fileset changes a bit better. + +2007-09-28 Glenn Morris + + * PROBLEMS: Mention Tex superscript font issue. + +2007-09-25 Johannes Weiner + + * NEWS: Fix typo. + +2007-09-24 Glenn Morris + + * CONTRIBUTE: Remove information on maintaining copyright years; + it does not belong here and is in admin/notes anyway. + +2007-09-24 Adam Hupp + + * emacs.py: Split for python 2 and python 3 compatibility. + * emacs2.py: New file, split off from emacs.py. + * emacs3.py: New file, python 3 version of emacs2.py. + +2007-09-21 Glenn Morris + + * emacstool.1: Remove file. + * emacs.bash: Adapt for removal of emacstool. + * emacs.csh: Remove emacstool-related code. + +2007-09-16 Glenn Morris + + * gfdl.1: Remove unused file. + +2007-09-12 Glenn Morris + + * Makefile (SOURCES, unlock, relock): Delete. + +2007-09-10 Micha,Ak(Bl Cadilhac + + * NEWS: Document the interactive specification for C functions. + Say that `set-file-modes' is now interactive. + +2007-09-10 Michael Olson + + * ERC-NEWS: Improve description of erc-tls and erc-ssl change. + +2007-09-09 Juri Linkov + + * AUTHORS, CONTRIBUTE: New files, moved here from the root dir. + +2007-09-08 Michael Olson + + * ERC-NEWS: Update for changes to the development version of ERC 5.3. + +2007-09-06 Glenn Morris + + * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to + doc/man/. + + * refcards/README: Also mention gnus-logo.pdf license. + +2007-08-30 Carsten Dominik + + * NEWS.22 (Note): Lower-case for orgtbl-mode. + +2007-08-29 Jan Dj,Ad(Brv + + * NEWS: Say that Gtk+ build uses stock icons. + +2007-08-28 Werner LEMBERG + + * refcards/de-refcard.tex, refcards/de-refcard.pdf: Use `C-M-%' + instead of `M-x query-replace-regexp'. + +2007-08-27 YAMAMOTO Mitsuharu + + * PROBLEMS (Mac OS X): Add alternative workaround for QuickTime + updater breakage. + +2007-08-26 Micha,Ak(Bl Cadilhac + + * NEWS: Say that PDF files are now the default for refcards. + + * fr-drdref.tex, fr-drdref.pdf: Move these to... + * fr-dired-ref.tex, fr-dired-ref.pdf: ... those names. + + * refcards/pdflayout.sty: New. Handle PDF layouts through + \pdfpagewidth and \pdfpageheight. + + * calccard.pdf, cs-dired-ref.pdf, cs-refcard.pdf, de-refcard.pdf: + * dired-ref.pdf, fr-drdref.pdf, fr-refcard.pdf, gnus-booklet.pdf: + * gnus-logo.pdf, gnus-refcard.pdf, orgcard.pdf, pl-refcard.pdf: + * pt-br-refcard.pdf, refcard.pdf, ru-refcard.pdf, sk-dired-ref.pdf: + * sk-refcard.pdf: Add PDF versions of the refcards. + + * calccard.ps, cs-dired-ref.ps, cs-refcard.ps, de-refcard.ps: + * dired-ref.ps, fr-drdref.ps, fr-refcard.ps, gnus-booklet.ps: + * gnus-logo.ps, gnus-refcard.ps, orgcard.ps, pl-refcard.ps: + * pt-br-refcard.ps, refcard.ps, ru-refcard.ps, sk-dired-ref.ps: + * sk-refcard.ps: Remove the PS versions of the refcards. + + * calccard.tex, fr-survival.tex, orgcard.tex, pl-refcard.tex: + * pt-br-refcard.tex, refcard.tex, survival.tex, vipcard.tex: + * viperCard.tex: Specify PDF layout, use a PDF `compile-command' local + variable. + + * cs-dired-ref.tex, cs-refcard.tex, cs-survival.tex, dired-ref.tex: + * fr-drdref.tex, sk-dired-ref.tex, sk-refcard.tex, sk-survival.tex: + Specify PDF layout. + + * fr-refcard.tex: Update copyright notice. Update the examples. Fix a + typo. Remove the `letterpaper' counter, specify PDF layout, use a PDF + `compile-command' local variable. + + * de-refcard.tex: Remove the `letterpaper' counter, specify PDF layout, + use a PDF `compile-command' local variable. + + * ru-refcard.tex: Use a PDF `compile-command' local variable. + + * Makefile: Add rules for creating the refcards in PDF, make them the + default. Change `fr-drdref' to `fr-dired-ref'. + +2007-08-23 Glenn Morris + + * Makefile (mostlyclean, clean, distclean, maintainer-clean): + Delete these targets since nothing uses them. + (SOURCES): Update. + Move comments to e/README. Remove license from now-trivial file. + + * e/README: New file, with most information formerly in Makefile. + +2007-09-05 Jason Rumney + + * NEWS.22: Mention focus-follows-mouse change. + +2007-08-22 Karl Berry + + * refcard.tex: Updates for printing. + (\versionyear): Update to 2007. + (\copyrightnotice): Modified or unmodified ok. + (Simple Customization): Don't use goto-line, since now it's bound. + Also, use now-preferred (kbd ...) syntax. + +2007-08-22 Michael Albinus + + * NEWS: `shell' prompts for the default directory if called with a + prefix and `default-directory' is a remote file name. + +2007-08-22 Carsten Dominik + + * orgcard.tex: Version number upgrade. + +2007-08-22 Glenn Morris + + * tree-widget: Move this directory into images/ subdirectory. + + * refcards/: New directory. Move refcards here. + * Makefile: Move refcard rules from here... + * refcards/Makefile: ...to here. + * README: Move information about tex files from here... + * refcards/README: ...to here. + + * tutorials/: New directory. Move TUTORIAL* here. + + * gnus.pbm, letter.pbm, letter.xpm: + * splash.pbm, splash.xpm, splash8.xpm: Move from etc/ to etc/images/. + * README: Move license information for the above files from here... + * images/README: ...to here. + +2007-08-14 Glenn Morris + + * NEWS: Mention `bad-packages-alist'. + +2007-08-08 Glenn Morris + + * TODO: `iff' item is dealt with. + * GNUS-NEWS, NEWS, NEWS.1-17, NEWS.19, NEWS.21: Replace `iff'. + 2007-08-01 Glenn Morris * NEWS: Add fortran-line-length, plus some more sections. 2007-07-25 Glenn Morris - * Relicense all FSF files to GPLv3 or later. + * Relicense all FSF files to GPLv3 or later. * COPYING: Switch to GPLv3.