aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-27 17:51:41 -0800
committerPaul Eggert2011-01-27 17:51:41 -0800
commit68b5f85576f56aa6cfbfd73f916a9f2a1f35679c (patch)
treed1a6dd9097ea8120bed8b48aee622b47216669e2 /etc/ChangeLog
parent8bb578b203e08150696165d8abe8bac7dc349e40 (diff)
downloademacs-68b5f85576f56aa6cfbfd73f916a9f2a1f35679c.tar.gz
emacs-68b5f85576f56aa6cfbfd73f916a9f2a1f35679c.zip
Redo spelling of Makefile variables to conform to POSIX.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r--etc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 75670ff0218..db1c5d41c34 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,15 @@
12011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 Redo spelling of Makefile variables to conform to POSIX.
4 POSIX does not allow "-" in Makefile variable names.
5 Reported by Bruno Haible in
6 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
7 * refcards/Makefile (DIRED_REFCARDS_PDF): Renamed from
8 DIRED-REFCARDS_PDF.
9 (MISC_REFCARDS_PDF): Renamed from MISC-REFCARDS_PDF.
10 (SURVIVAL_CARDS_PDF): Renamed from SURVIVAL-CARDS_PDF.
11 (VIPER_CARDS_PDF): Renamed from VIPER-CARDS_PDF.
12
12011-01-18 Glenn Morris <rgm@gnu.org> 132011-01-18 Glenn Morris <rgm@gnu.org>
2 14
3 * PROBLEMS: Add note about svn+ssh. (Bug#7791) 15 * PROBLEMS: Add note about svn+ssh. (Bug#7791)