Do not create locallisppath directories.
[bpt/emacs.git] / etc / ChangeLog
index 3468e70..057125e 100644 (file)
@@ -1,3 +1,121 @@
+2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
+
+       * NEWS: Mention policy change with respect to locallisppath dirs.
+
+2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * NEWS: Document new Prettify Symbols mode.
+
+2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * NEWS (utf-8 for el): Move to the incompatible section.
+
+2013-06-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * DEBUG: Document -Og and -fno-omit-frame-pointer.
+
+2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * NEWS: Document new prog-mode symbol prettify support.
+
+2013-06-03  Tassilo Horn  <tsdh@gnu.org>
+
+       * NEWS: Document eshell visual subcommands and options.
+
+2013-06-02  Eric Ludlam  <zappo@gnu.org>
+
+       * srecode/c.srt (header_guard): Add :c parameter so it works
+       standalone.
+
+2013-06-01  Alex Ott  <alexott@gmail.com>
+
+       * tutorials/TUTORIAL.ru: Fix incorrectly translated wording.
+
+2013-05-31  Tassilo Horn  <tsdh@gnu.org>
+
+       * themes/tsdh-dark-theme.el (tsdh-dark): Refine mode-line faces.
+
+2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * refcards/refcard.tex: Refine some entries.  (Bug#14087)
+
+       * refcards/dired-ref.tex: Refine some entries.  (Bug#14072)
+
+2013-05-24  Fabrice Niessen  <fni@missioncriticalit.com>
+
+       * themes/leuven-theme.el: Update theme.
+
+2013-05-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * NEWS: Advertise the MSYS build on MS-Windows.
+
+2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * .gitignore: Don't ignore DOC-* any more.
+
+2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
+       * NEWS: Emacs is no longer limited to POSIX ACLs.  --disable-acl,
+       not --without-acl, since we're now using Gnulib's implementation.
+
+2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * NEWS: Mention multi-monitor support.
+
+2013-05-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       `write-region-inhibit-fsync' defaults to noninteractive (Bug#14273).
+       * NEWS: Document this.
+
+2013-04-24  Tassilo Horn  <tsdh@gnu.org>
+
+       * themes/tsdh-dark-theme.el (tsdh-dark): Add ido faces and remove
+       :box from outline faces.
+
+2013-04-18  Leo Liu  <sdl.web@gmail.com>
+
+       * NEWS: Mention new key ? for describe-prefix-bindings.
+
+2013-04-15  Christopher Schmidt  <christopher@ch.ristopher.com>
+
+       * NEWS: Mention separation of package descriptor and name of
+       internal symbols by two hyphens.
+
+2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
+
+       * NEWS: Mention fixing `split-window' to be non-interactive.
+
+2013-04-09  Tassilo Horn  <tsdh@gnu.org>
+
+       * themes/tsdh-dark-theme.el (tsdh-dark): Add some more faces.
+
+2013-04-09  Masatake YAMATO  <yamato@redhat.com>
+
+       * NEWS: Mention `sh-mode' own `add-log-current-defun-function'.
+
+2013-04-07  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * PROBLEMS: Mention Ubuntu warnings about libdbusmenu.
+
+2013-04-02  Fabrice Niessen  <fni@missioncriticalit.com>
+
+       * themes/leuven-theme.el: Update theme.
+
+2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <sdl.web@gmail.com>
+
+       * NEWS: Mention `kmacro-to-register' and new eldoc feature.
+
+2013-03-29  Aidan Gauland  <aidalgol@no8wireless.co.nz>
+
+       * NEWS (Eshell): New entry for em-tramp change in 2013-03-26T22:08:58Z!aidalgol@no8wireless.co.nz
+
 2013-03-21  Eric Ludlam  <zappo@gnu.org>
 
        * srecode/ede-autoconf.srt: Change Copyright to FSF.
@@ -9,7 +127,7 @@
 
        * srecode/c.srt (header_guard): Upcase the filename symbol.
 
-2013-03-21  Vladimir Kazanov <vkazanov@inbox.ru>
+2013-03-21  Vladimir Kazanov  <vkazanov@inbox.ru>
 
        * srecode/java.srt (empty-main): New.
        (class-tag): Decapitalize class.
 
 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * NEWS: Document changes to file-attributes,
        file-ownership-preserved-p.
        Mention new functions group-gid, group-real-gid.
 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
 
        * org/OrgOdtContentTemplate.xml (OrgIndentedSection-Level-*):
-       New section styles. These sections are indented to the same
+       New section styles.  These sections are indented to the same
        level as the corresponding list entries.  These sections hold
        tables that occur within a list.  (OrgTable):
        Increased relative width from 90% to 96% for aesthetic reasons.
 
 2011-08-24  Steve Chapel  <schapel@laptop.stevechapel.com>  (tiny change)
 
-       * refcards/refcard.tex: Add a few more commands. (Bug#9343)
+       * refcards/refcard.tex: Add a few more commands.  (Bug#9343)
 
 2011-08-22  Juri Linkov  <juri@jurta.org>
 
 
 2005-10-10  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * NEWS: -nb => -nbi
+       * NEWS: -nb => -nbi.
 
 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>