X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/cfbf790d80eaa399afceecd9a6c3e2e76bca59b0..2800c4d3155df0768410a675359fb360dfe2e791:/etc/ChangeLog diff --git a/etc/ChangeLog b/etc/ChangeLog index 2e0eb2d705..afad0864c8 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,121 @@ +2013-04-24 Tassilo Horn + + * themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove + :box from outline faces. + +2013-04-18 Leo Liu + + * NEWS: Mention new key ? for describe-prefix-bindings. + +2013-04-15 Christopher Schmidt + + * NEWS: Mention separation of package descriptor and name of + internal symbols by two hyphens. + +2013-04-13 Stephen Berman + + * NEWS: Mention fixing `split-window' to be non-interactive. + +2013-04-09 Tassilo Horn + + * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces. + +2013-04-09 Masatake YAMATO + + * NEWS: Mention `sh-mode' own `add-log-current-defun-function'. + +2013-04-07 Jan Djärv + + * PROBLEMS: Mention Ubuntu warnings about libdbusmenu. + +2013-04-02 Fabrice Niessen + + * themes/leuven-theme.el: Update theme. + +2013-04-01 Paul Eggert + + Use UTF-8 for most files with non-ASCII characters (Bug#13936). + * tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th: + Switch from iso-2022-7bit to utf-8. + +2013-03-30 Leo Liu + + * NEWS: Mention `kmacro-to-register' and new eldoc feature. + +2013-03-29 Aidan Gauland + + * NEWS (Eshell): New entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz + +2013-03-21 Eric Ludlam + + * srecode/ede-autoconf.srt: Change Copyright to FSF. + (ede-empty): Change AC_INIT to use PROJECT_NAME, and + PROJECT_VERSION. + + * srecode/ede-make.srt (ede-empty): Add a dependency on :project. + Add header comment specifying the project's relative path. + + * srecode/c.srt (header_guard): Upcase the filename symbol. + +2013-03-21 Vladimir Kazanov + + * srecode/java.srt (empty-main): New. + (class-tag): Decapitalize class. + +2013-03-18 Paul Eggert + + Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867). + * PROBLEMS: Mention problem with ImageMagick 6.8.2-3 through 6.8.3-9. + +2013-03-12 Paul Eggert + + Add coding tags for iso-2022-7bit files that are not already tagged. + * HELLO, tutorials/TUTORIAL.ko, tutorials/TUTORIAL.th: + Add coding tag. For TUTORIAL.th this prevents Emacs from + misinterpreting the file. + + Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880). + * refcards/ru-refcard.tex: + * tutorials/TUTORIAL.bg, tutorials/TUTORIAL.bg, tutorials/TUTORIAL.cn: + * tutorials/TUTORIAL.cs, tutorials/TUTORIAL.de, tutorials/TUTORIAL.eo: + * tutorials/TUTORIAL.es, tutorials/TUTORIAL.fr, tutorials/TUTORIAL.it: + * tutorials/TUTORIAL.nl, tutorials/TUTORIAL.pl, tutorials/TUTORIAL.pt_BR: + * tutorials/TUTORIAL.ro, tutorials/TUTORIAL.sk, tutorials/TUTORIAL.sv: + * tutorials/TUTORIAL.zh: + Switch to UTF-8. + +2013-03-09 Jay Belanger + + * refcards/calccard.tex: Remove incorrect entry. + +2013-03-05 Paul Eggert + + FILE's lock is now always .#FILE and may be a regular file (Bug#13807). + * NEWS: Document this. + +2013-03-02 Bill Wohler + + Release MH-E version 8.5. + + * NEWS, MH-E-NEWS: Update for MH-E release 8.5. + +2013-03-02 Paul Eggert + + * NEWS: The lock for FILE is now .#FILE or .#-FILE (Bug#13807). + +2013-03-01 Michael Albinus + + * NEWS: Fix Tramp "adb" entry. Extend list of discontinued Tramp + methods. + +2013-02-25 Paul Eggert + + Simplify data_start configuration (Bug#13783). + * NEWS: Document removal of --with-crt-dir. + * PROBLEMS (LIBS_SYSTEM, LIBS_MACHINE, LIBS_STANDARD): Remove. + Remove legacy-systems section, as this stuff is no longer + applicable with current linking strategies. + 2013-02-14 Michael Albinus * NEWS: Tramp methods "scpc" and "rsyncc" are discontinued.