X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3bca7ca557f99e07c117874a2802e2d2434571a4..d40a757070ebeb430b83f8a11b7b0c9279b7fb0b:/etc/ChangeLog diff --git a/etc/ChangeLog b/etc/ChangeLog index eb9a310cb2..b45e48a7ed 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,219 @@ +2010-03-06 Glenn Morris + + * srecode/default.srt (COPYRIGHT): Update template copyright to GPLv3+. + +2010-03-05 Glenn Morris + + * refcards/orgcard.tex: Use pdflayout.sty. + * refcards/Makefile (orgcard.pdf): Special rule no longer needed. + +2010-03-02 Glenn Morris + + * refcards/Makefile: For cs- and sk-, use pdfcsplain if available. + (pl-refcard.pdf): Let presence of pdfmex be another test for the + required TeX files. Pass explicit output-format to tex command. + (orgcard.pdf): Use ps2pdf, since pdftex tends to produce a + portrait layout rather than the desired landscape. + +2010-03-01 Glenn Morris + + * refcards/pl-refcard.tex: Double forward-slashes in URL for Mex. + + * refcards/de-refcard.tex: Fix paren typo. + + * refcards/ru-refcard.tex: Rename \year command to \cyear, since + the former seems to be already used in some TeX installations. + + * refcards/calccard.tex, refcards/cs-dired-ref.tex: + * refcards/cs-refcard.tex, refcards/cs-survival.tex: + * refcards/de-refcard.tex, refcards/dired-ref.tex: + * refcards/fr-dired-ref.tex, refcards/fr-refcard.tex: + * refcards/fr-survival.tex, refcards/orgcard.pdf: + * refcards/orgcard.tex, refcards/pl-refcard.tex: + * refcards/pt-br-refcard.tex, refcards/refcard.tex: + * refcards/ru-refcard.tex, refcards/sk-dired-ref.tex: + * refcards/sk-refcard.tex, refcards/sk-survival.tex: + * refcards/survival.tex, refcards/vipcard.tex: + * refcards/viperCard.tex: Update short copyright year to 2010. + +2010-02-26 Glenn Morris + + * tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR: + Fix some keybinding typos. + +2010-02-14 Chong Yidong + + * images/custom/down-pushed.xpm, images/custom/down.xpm: + * images/custom/right-pushed.xpm: + * images/custom/right-pushed.xpm: Increase height by four + pixels, to improve text alignment. + +2010-01-16 Mario Lang + + * srecode/doc-cpp.srt, srecode/doc-default.srt: + * srecode/doc-java.srt: Remove duplicated words. + +2010-01-14 Nick Roberts + + * images/gud/recstart.xpm, images/gud/recstop.xpm: + * images/gud/rcont.xpm, images/gud/rnext.xpm: + * images/gud/rfinish.xpm, images/gud/rnexti.xpm: + * images/gud/rstep.xpm, images/gud/rstepi.xpm: + New icons for reverse debugging. + +2010-01-14 Juanma Barranquero + + * srecode/doc-cpp.srt (function-comment, variable-same-line-comment) + (group-comment-start, group-comment-end): + * srecode/doc-default.srt (section-comment, function-comment) + (variable-same-line-comment, group-comment-start, group-comment-end): + * srecode/doc-java.srt (function-comment, variable-same-line-comment) + (group-comment-start, gropu-comment-end): + Fix typos in template docstrings. + +2010-01-14 Kenichi Handa + + * NEWS: Describe the change of auto-composition-mode. + +2010-01-12 Glenn Morris + + * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug + for bug reports for development versions. + +2010-01-01 Juanma Barranquero + + * NEWS: Fix typos. + +2009-12-15 Glenn Morris + + * CONTRIBUTE (Coding Standards): Update URL. + (Getting the Source Code): Other VCSs are available. + + * ORDERS: Update some URLs. + + * edt-user.el: New file, split out from edt-user.doc. + * edt-user.doc: Split into edt-user.el and ../doc/misc/edt.texi, + and remove. + +2009-12-09 Michael Albinus + + * NEWS: Point to the external counterparts of su and sudo. + +2009-12-01 Stefan Monnier + + * images/mpc/add.xpm, images/mpc/ffwd.xpm, images/mpc/next.xpm: + * images/mpc/pause.xpm, images/mpc/play.xpm, images/mpc/prev.xpm: + * images/mpc/rewind.xpm, images/mpc/stop.xpm: + New images. + +2009-11-27 Michael Albinus + + * NEWS: New functions eshell/su and eshell/sudo. + +2009-11-26 Kevin Ryde + + * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki". + Aubrey Jaffer's texinfo R5RS moved to + http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz + (per http://people.csail.mit.edu/jaffer/Scheme.html). + +2009-11-26 Jan Djärv + + * PROBLEMS: Mention Metacity hang on Emacs resize. + +2009-11-20 Ken Brown (tiny change) + + * PROBLEMS: Add workaround for Cygwin crash and remove fixed + rebasing problem. + +2009-11-17 Jan Djärv + + * NEWS: Mention dynamic font changes (font-use-system-font). + +2009-11-15 Carsten Dominik + + * refcards/orgcard.tex: Push version number to 6.33a. + +2009-11-13 Carsten Dominik + + * refcards/orgcard.tex: Document the new archiving keys. + +2009-11-08 Chong Yidong + + * compilation.txt: Add one more error message for msft (Bug#4100). + +2009-10-09 Karl Fogel + + * NEWS: Document bookmark.el at 2008-06-25T16:51:33Z!monnier@iro.umontreal.ca format upgrade. (Bug#3375) + +2009-10-04 Michael Albinus + + * NEWS: New function copy-directory. + +2009-10-03 Chong Yidong + + * srecode: New directory for SRecode template files. + +2009-10-01 Michael Albinus + + * NEWS: delete-directory has an optional parameter RECURSIVE. + +2009-10-01 Carsten Dominik + + * refcards/orgcard.tex: New version number. + +2009-09-28 Michael Albinus + + * NEWS: Mention Tramp connection methods "imap" and "imaps". + +2009-09-27 Teodor Zlatanov + + * NEWS: Mention new library imap-hash.el + +2009-09-22 Juanma Barranquero + + * NEWS: Mention new variable `help-downcase-arguments' + and new default for arguments in *Help* buffers. + +2009-09-15 Juanma Barranquero + + * NEWS: Mention new behavior of -Q and new variable + `inhibit-x-resources'. + +2009-09-13 Chong Yidong + + * PROBLEMS: Document Athena/Lucid internationalization + problem (Bug#4333). + +2009-09-02 Carsten Dominik + + * refcards/orgcard.tex: Document new effort setting commands. + Document the new keys for agenda time motion. + Document the `E' key in the agenda. + +2009-08-29 Stefan Monnier + + * NEWS: Declare unibyte sessions obsolete. + +2009-08-28 Michael Albinus + + * NEWS: Mention Tramp connection method "rsyncc" and variable + `process-file-side-effects'. + +2009-08-13 Kenichi Handa + + * NEWS: Mention the new coding systme `utf-8-hfs' and many + functions for Unicode normalization. + +2009-08-09 CHENG Gao + + * MORE.STUFF: Update Etags and Ispell URLs. + +2009-08-08 Dmitry Dzhus + + * images/gud/all.xpm, images/gud/thread.xpm: New icons for + gdb-mi.el + 2009-08-07 Dan Nicolaescu * e/eterm-color.ti (msgr, u6, u7): New capabilities. @@ -133,7 +349,7 @@ 2009-06-12 Kenichi Handa - * HELLO: Use "/" instead of "," to seperate independent words. + * HELLO: Use "/" instead of "," to separate independent words. * charsets/*.map: All re-generated. @@ -171,8 +387,8 @@ 2009-05-15 Sven Joachim - * refcards/de-refcard.tex: Merge changes from refcard.tex. - Change `Paragraph' to `Absatz'. + * refcards/de-refcard.tex: Merge changes from refcard.tex. + Change `Paragraph' to `Absatz'. 2009-04-09 Glenn Morris @@ -2381,7 +2597,7 @@ * images/gud/ni.xpm, images/gud/ni.xpm * images/gud/s.xpm, images/gud/s.xpm * images/gud/si.xpm, images/gud/si.xpm: Rename to - next.*, nexti.*, step.*, and stepi.* , respectively, as the + next.*, nexti.*, step.*, and stepi.*, respectively, as the file-name no longer clashes on 8+3 filesystems. 2005-10-14 Bill Wohler @@ -4683,7 +4899,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.