diff options
| author | Joakim Verona | 2013-09-10 23:52:26 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-10 23:52:26 +0200 |
| commit | 63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c (patch) | |
| tree | e5078c5545c777e21944a9ee4199a6f2c6d25ca9 /doc/misc/ChangeLog | |
| parent | 92aeabcc8a007f521a664e3aee092eb80ad0f49a (diff) | |
| download | emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.tar.gz emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.zip | |
merge upstream
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index ca620a15b4f..e3ad5688f22 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,27 @@ | |||
| 1 | 2013-09-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-gnutls.texi: Tweak direntry. | ||
| 4 | |||
| 5 | 2013-09-06 Michael Albinus <michael.albinus@gmx.de> | ||
| 6 | |||
| 7 | * tramp.texi (Alternative Syntax): Remove chapter. | ||
| 8 | |||
| 9 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 10 | |||
| 11 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | ||
| 12 | for portability to hosts where /bin/sh has problems. | ||
| 13 | |||
| 14 | 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 15 | |||
| 16 | Try to reduce redundancy in doc/misc/Makefile.in. | ||
| 17 | * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32. | ||
| 18 | (TARGETS): New intermediate variable. | ||
| 19 | (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it. | ||
| 20 | |||
| 1 | 2013-08-27 Glenn Morris <rgm@gnu.org> | 21 | 2013-08-27 Glenn Morris <rgm@gnu.org> |
| 2 | 22 | ||
| 23 | * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ. | ||
| 24 | |||
| 3 | * efaq.texi: Rename from faq.texi, to match its output files. | 25 | * efaq.texi: Rename from faq.texi, to match its output files. |
| 4 | * Makefile.in: Update for faq.texi name change. | 26 | * Makefile.in: Update for faq.texi name change. |
| 5 | 27 | ||