diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/NEWS | 41 | ||||
| -rw-r--r-- | etc/PROBLEMS | 6 | ||||
| -rw-r--r-- | etc/refcards/Makefile | 46 | ||||
| -rw-r--r-- | etc/spook.lines | bin | 12802 -> 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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-08-15 Glenn Morris <rgm@gnu.org> | 7 | 2013-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: |
| @@ -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. |
| 35 | FIXME? This feature is not available for the Nextstep port. (?) | 35 | FIXME? This feature is not available for the Nextstep port. (?) |
| 36 | 36 | ||
| 37 | ** The configure option `without-compress-info' has been generalized, | ||
| 38 | and renamed to `without-compress-install'. It now prevents compression | ||
| 39 | of _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. |
| 38 | It is no longer needed, as the crt*.o files are no longer linked | 42 | It is no longer needed, as the crt*.o files are no longer linked |
| 39 | specially. | 43 | specially. |
| @@ -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 |
| 263 | controlled tree in a window. | 267 | controlled 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 |
| 266 | file under current version control system. | 270 | under current version control system. When called with a prefix |
| 271 | argument, 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)) | ||
| 341 | will 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 |
| 465 | devices by the Android Debug Bridge. The variable `tramp-adb-program' | 476 | devices 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. |
| 604 | Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous | 615 | Formerly it returned a list (-1 LOW USEC PSEC), but this was ambiguous |
| 605 | in the presence of files with negative time stamps. | 616 | in the presence of files with negative time stamps. |
| 617 | |||
| 618 | ** The cars of the elements in `interpreter-mode-alist' are now treated | ||
| 619 | as regexps rather than literal strings. For the time being, any | ||
| 620 | element whose car does not start with "\\" is still treated as a | ||
| 621 | literal string, so this change should not cause any incompatibilities | ||
| 622 | if you have code that just adds elements to the list, only if you are | ||
| 623 | actually 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 |
| 754 | and ACL entries. | 776 | and ACL entries. |
| 755 | 777 | ||
| 778 | ** The `common-substring' argument of display-completion-list is obsolete. | ||
| 779 | Either use `completion-all-completions' which already returns highlighted | ||
| 780 | strings (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. |
| 766 | using the MSYS environment and MinGW development tools. | 793 | It is now built by running the same configure script as on all other |
| 767 | This is from now on the preferred method of building Emacs on | 794 | platforms. This requires the MSYS environment and MinGW development |
| 768 | MS-Windows. The Windows-specific configure.bat and makefile.w32-in | 795 | tools. See the updated instructions in nt/INSTALL for details. |
| 769 | files are deprecated. See the file nt/INSTALL.MSYS for detailed | ||
| 770 | instructions. | ||
| 771 | 796 | ||
| 772 | Using the Posix configure script and Makefile's also means a change in | 797 | Using the Posix configure script and Makefile's also means a change in |
| 773 | the directory structure of the Emacs installation on Windows. It is | 798 | the 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 | ||
| 3018 | This is a limitation of the Operating System, and can cause problems | 3018 | This is a limitation of the Operating System, and can cause problems |
| 3019 | when shutting down Windows. Ensure that all subprocesses are exited | 3019 | when shutting down Windows. Ensure that all subprocesses are exited |
| 3020 | cleanly before exiting Emacs. For more details, see the FAQ at | 3020 | cleanly before exiting Emacs. For more details, see the Emacs on MS |
| 3021 | http://www.gnu.org/software/emacs/windows/. | 3021 | Windows 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 = \ | |||
| 58 | PDF_TARGETS = $(PDF_ENGLISH) $(PDF_CZECH) $(PDF_FRENCH) $(PDF_GERMAN) \ | 58 | PDF_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 | ||
| 61 | PS_ENGLISH = \ | 61 | PS_ENGLISH = $(PDF_ENGLISH:.pdf=.ps) |
| 62 | calccard.ps \ | 62 | PS_CZECH = $(PDF_CZECH:.pdf=.ps) |
| 63 | dired-ref.ps \ | 63 | PS_FRENCH = $(PDF_FRENCH:.pdf=.ps) |
| 64 | gnus-booklet.ps \ | 64 | PS_GERMAN = $(PDF_GERMAN:.pdf=.ps) |
| 65 | gnus-refcard.ps \ | 65 | PS_POLISH = $(PDF_POLISH:.pdf=.ps) |
| 66 | orgcard.ps \ | 66 | PS_PORTUGUESE = $(PDF_PORTUGUESE:.pdf=.ps) |
| 67 | refcard.ps \ | 67 | PS_RUSSIAN = $(PDF_RUSSIAN:.pdf=.ps) |
| 68 | survival.ps \ | 68 | PS_SLOVAKIAN = $(PDF_SLOVAKIAN:.pdf=.ps) |
| 69 | vipcard.ps \ | 69 | |
| 70 | viperCard.ps | 70 | PS_TARGETS = $(PDF_TARGETS:.pdf=.ps) |
| 71 | |||
| 72 | PS_CZECH = \ | ||
| 73 | cs-dired-ref.ps \ | ||
| 74 | cs-refcard.ps \ | ||
| 75 | cs-survival.ps | ||
| 76 | |||
| 77 | PS_FRENCH = \ | ||
| 78 | fr-dired-ref.ps \ | ||
| 79 | fr-refcard.ps \ | ||
| 80 | fr-survival.ps \ | ||
| 81 | |||
| 82 | PS_GERMAN = de-refcard.ps | ||
| 83 | |||
| 84 | PS_POLISH = pl-refcard.ps | ||
| 85 | |||
| 86 | PS_PORTUGUESE = pt-br-refcard.ps | ||
| 87 | |||
| 88 | PS_RUSSIAN = ru-refcard.ps | ||
| 89 | |||
| 90 | PS_SLOVAKIAN = \ | ||
| 91 | sk-dired-ref.ps \ | ||
| 92 | sk-refcard.ps \ | ||
| 93 | sk-survival.ps | ||
| 94 | |||
| 95 | PS_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 | |||