aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS15
-rw-r--r--etc/refcards/Makefile46
3 files changed, 31 insertions, 36 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index c1cb67a6a67..bd5534d9446 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12013-09-09 Glenn Morris <rgm@gnu.org>
2
3 * refcards/Makefile (PS_ENGLISH, PS_CZECH, PS_FRENCH, PS_GERMAN)
4 (PS_POLISH, PS_PORTUGUESE, PS_RUSSIAN, PS_SLOVAKIAN, PS_TARGETS):
5 Use substitution refs.
6
12013-08-15 Glenn Morris <rgm@gnu.org> 72013-08-15 Glenn Morris <rgm@gnu.org>
2 8
3 * refcards/calccard.pdf, refcards/cs-dired-ref.pdf: 9 * refcards/calccard.pdf, refcards/cs-dired-ref.pdf:
diff --git a/etc/NEWS b/etc/NEWS
index cd69a8e09a0..a5da8eaa893 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,6 +34,10 @@ build time. To prevent this, use the configure option
34`--with-file-notification-no'. See below for file-notify features. 34`--with-file-notification-no'. See below for file-notify features.
35FIXME? This feature is not available for the Nextstep port. (?) 35FIXME? This feature is not available for the Nextstep port. (?)
36 36
37** The configure option `without-compress-info' has been generalized,
38and renamed to `without-compress-install'. It now prevents compression
39of _any_ files during installation.
40
37** The configure option --with-crt-dir has been removed. 41** The configure option --with-crt-dir has been removed.
38It is no longer needed, as the crt*.o files are no longer linked 42It is no longer needed, as the crt*.o files are no longer linked
39specially. 43specially.
@@ -610,9 +614,20 @@ file using `set-file-extended-attributes'.
610** `visited-file-modtime' now returns -1 for nonexistent files. 614** `visited-file-modtime' now returns -1 for nonexistent files.
611Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous 615Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous
612in the presence of files with negative time stamps. 616in the presence of files with negative time stamps.
617
618** The cars of the elements in `interpreter-mode-alist' are now treated
619as regexps rather than literal strings. Technically this is an
620incompatible change, but unless you are using interpreter-mode-alist
621for something (not just adding elements to it), it ought not to affect you.
622
613 623
614* Lisp Changes in Emacs 24.4 624* Lisp Changes in Emacs 24.4
615 625
626** Comparison functions =, <, >, <=, >= now take many arguments.
627
628** The second argument of `eval' can now be a lexical-environment.
629
630** `with-demoted-errors' takes an additional argument `format'.
616+++ 631+++
617** New function `define-error'. 632** New function `define-error'.
618 633
diff --git a/etc/refcards/Makefile b/etc/refcards/Makefile
index 36abf67d594..0931540e4d8 100644
--- a/etc/refcards/Makefile
+++ b/etc/refcards/Makefile
@@ -58,42 +58,16 @@ PDF_SLOVAKIAN = \
58PDF_TARGETS = $(PDF_ENGLISH) $(PDF_CZECH) $(PDF_FRENCH) $(PDF_GERMAN) \ 58PDF_TARGETS = $(PDF_ENGLISH) $(PDF_CZECH) $(PDF_FRENCH) $(PDF_GERMAN) \
59 $(PDF_POLISH) $(PDF_PORTUGUESE) $(PDF_RUSSIAN) $(PDF_SLOVAKIAN) 59 $(PDF_POLISH) $(PDF_PORTUGUESE) $(PDF_RUSSIAN) $(PDF_SLOVAKIAN)
60 60
61PS_ENGLISH = \ 61PS_ENGLISH = $(PDF_ENGLISH:.pdf=.ps)
62 calccard.ps \ 62PS_CZECH = $(PDF_CZECH:.pdf=.ps)
63 dired-ref.ps \ 63PS_FRENCH = $(PDF_FRENCH:.pdf=.ps)
64 gnus-booklet.ps \ 64PS_GERMAN = $(PDF_GERMAN:.pdf=.ps)
65 gnus-refcard.ps \ 65PS_POLISH = $(PDF_POLISH:.pdf=.ps)
66 orgcard.ps \ 66PS_PORTUGUESE = $(PDF_PORTUGUESE:.pdf=.ps)
67 refcard.ps \ 67PS_RUSSIAN = $(PDF_RUSSIAN:.pdf=.ps)
68 survival.ps \ 68PS_SLOVAKIAN = $(PDF_SLOVAKIAN:.pdf=.ps)
69 vipcard.ps \ 69
70 viperCard.ps 70PS_TARGETS = $(PDF_TARGETS:.pdf=.ps)
71
72PS_CZECH = \
73 cs-dired-ref.ps \
74 cs-refcard.ps \
75 cs-survival.ps
76
77PS_FRENCH = \
78 fr-dired-ref.ps \
79 fr-refcard.ps \
80 fr-survival.ps \
81
82PS_GERMAN = de-refcard.ps
83
84PS_POLISH = pl-refcard.ps
85
86PS_PORTUGUESE = pt-br-refcard.ps
87
88PS_RUSSIAN = ru-refcard.ps
89
90PS_SLOVAKIAN = \
91 sk-dired-ref.ps \
92 sk-refcard.ps \
93 sk-survival.ps
94
95PS_TARGETS = $(PS_ENGLISH) $(PS_CZECH) $(PS_FRENCH) $(PS_GERMAN) \
96 $(PS_POLISH) $(PS_PORTUGUESE) $(PS_RUSSIAN) $(PS_SLOVAKIAN)
97 71
98 72
99## For emacsver.tex. 73## For emacsver.tex.