aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/NEWS41
-rw-r--r--etc/PROBLEMS6
-rw-r--r--etc/refcards/Makefile46
-rw-r--r--etc/spook.linesbin12802 -> 12777 bytes
5 files changed, 52 insertions, 47 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 8bf72ddfedd..78f99dbc621 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.
@@ -262,8 +266,9 @@ whole tree revisions.
262*** In VC directory mode, `L' lists the change log for the current VC 266*** In VC directory mode, `L' lists the change log for the current VC
263controlled tree in a window. 267controlled tree in a window.
264 268
265*** `C-x v G' (globally) and `G' (in VC directory mode) ignores a 269*** `C-x v G' (globally) and `G' (in VC directory mode) ignores a file
266file under current version control system. 270under current version control system. When called with a prefix
271argument, you can remove a file from the ignored file list.
267 272
268** cl-lib 273** cl-lib
269 274
@@ -331,6 +336,10 @@ This is useful to avoid a query when you have no key for that name.
331*** key bindings to navigate through and select the completions. 336*** key bindings to navigate through and select the completions.
332*** The icomplete-separator is customizable, and its default has changed. 337*** The icomplete-separator is customizable, and its default has changed.
333*** Removed icomplete-show-key-bindings. 338*** Removed icomplete-show-key-bindings.
339*** Icomplete-mode by defaults applies to all forms of minibuffer completion.
340(setq icomplete-with-completion-tables '(internal-complete-buffer))
341will revert to the old behavior.
342
334 343
335** Ido 344** Ido
336*** Ido has a manual now. 345*** Ido has a manual now.
@@ -460,6 +469,8 @@ todo-mode.el has been made obsolete and renamed otodo-mode.el.
460 469
461** Tramp 470** Tramp
462 471
472*** The experimental url syntax for remote file names is withdrawn.
473
463+++ 474+++
464*** New connection method "adb", which allows to access Android 475*** New connection method "adb", which allows to access Android
465devices by the Android Debug Bridge. The variable `tramp-adb-program' 476devices by the Android Debug Bridge. The variable `tramp-adb-program'
@@ -603,9 +614,20 @@ file using `set-file-extended-attributes'.
603** `visited-file-modtime' now returns -1 for nonexistent files. 614** `visited-file-modtime' now returns -1 for nonexistent files.
604Formerly 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
605in 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. For the time being, any
620element whose car does not start with "\\" is still treated as a
621literal string, so this change should not cause any incompatibilities
622if you have code that just adds elements to the list, only if you are
623actually using interpreter-mode-alist for something.
624
606 625
607* Lisp Changes in Emacs 24.4 626* Lisp Changes in Emacs 24.4
608 627
628** The second argument of `eval' can now be a lexical-environment.
629
630** `with-demoted-errors' takes an additional argument `format'.
609+++ 631+++
610** New function `define-error'. 632** New function `define-error'.
611 633
@@ -753,6 +775,11 @@ used in place of the 9th element of `file-attributes'.
753`preserve-extended-attributes' as it now handles both SELinux context 775`preserve-extended-attributes' as it now handles both SELinux context
754and ACL entries. 776and ACL entries.
755 777
778** The `common-substring' argument of display-completion-list is obsolete.
779Either use `completion-all-completions' which already returns highlighted
780strings (including for partial or substring completion) or call
781`completion-hilit-commonality' to add the highlight.
782
756** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4 783** Changes to the Emacs Lisp Coding Conventions in Emacs 24.4
757 784
758*** The package descriptor and name of global variables, constants, 785*** The package descriptor and name of global variables, constants,
@@ -762,12 +789,10 @@ meant to be used by other packages.
762 789
763* Changes in Emacs 24.4 on Non-Free Operating Systems 790* Changes in Emacs 24.4 on Non-Free Operating Systems
764 791
765** Emacs for MS-Windows can now be built by running the configure script 792** The procedure for building Emacs on MS-Windows has changed.
766using the MSYS environment and MinGW development tools. 793It is now built by running the same configure script as on all other
767This is from now on the preferred method of building Emacs on 794platforms. This requires the MSYS environment and MinGW development
768MS-Windows. The Windows-specific configure.bat and makefile.w32-in 795tools. See the updated instructions in nt/INSTALL for details.
769files are deprecated. See the file nt/INSTALL.MSYS for detailed
770instructions.
771 796
772Using the Posix configure script and Makefile's also means a change in 797Using the Posix configure script and Makefile's also means a change in
773the directory structure of the Emacs installation on Windows. It is 798the directory structure of the Emacs installation on Windows. It is
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 7556c23daee..f241655dedd 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -3016,9 +3016,9 @@ You can enter M-f6 by typing ESC f6.
3016*** MS-Windows 95/98/ME: subprocesses do not terminate properly. 3016*** MS-Windows 95/98/ME: subprocesses do not terminate properly.
3017 3017
3018This is a limitation of the Operating System, and can cause problems 3018This is a limitation of the Operating System, and can cause problems
3019when shutting down Windows. Ensure that all subprocesses are exited 3019when shutting down Windows. Ensure that all subprocesses are exited
3020cleanly before exiting Emacs. For more details, see the FAQ at 3020cleanly before exiting Emacs. For more details, see the Emacs on MS
3021http://www.gnu.org/software/emacs/windows/. 3021Windows FAQ (info manual "efaq-w32").
3022 3022
3023*** MS-Windows 95/98/ME: crashes when Emacs invokes non-existent programs. 3023*** MS-Windows 95/98/ME: crashes when Emacs invokes non-existent programs.
3024 3024
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.
diff --git a/etc/spook.lines b/etc/spook.lines
index 2a1a0ac1cb9..3a6d503cdf5 100644
--- a/etc/spook.lines
+++ b/etc/spook.lines
Binary files differ