aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2012-02-15 15:12:49 +0100
committerJoakim Verona2012-02-15 15:12:49 +0100
commit02db17e53bf46c91b2cb8ee33b43d8ae252a1681 (patch)
treefcafa961e884648e15524130f1dbca55dc7093d0 /etc
parent736ab04e2752e7c3c5b5070a0d62279dcfb12b27 (diff)
parent1deeb569b1247db4c0b2eea4906a9e53e5ee7e99 (diff)
downloademacs-02db17e53bf46c91b2cb8ee33b43d8ae252a1681.tar.gz
emacs-02db17e53bf46c91b2cb8ee33b43d8ae252a1681.zip
upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS54
2 files changed, 34 insertions, 25 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 93258d8c06c..1f1190b19d9 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12012-02-10 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Change condition-case-no-debug to
4 condition-case-unless-debug and split the entry in two.
5
12012-02-08 Alex Ott <alexott@gmail.com> 62012-02-08 Alex Ott <alexott@gmail.com>
2 7
3 * tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL. 8 * tutorials/TUTORIAL.ru: Updated; synchronize with TUTORIAL.
diff --git a/etc/NEWS b/etc/NEWS
index 4be250dcf9a..262379cc918 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -305,9 +305,6 @@ context in their return values.
305+++ 305+++
306*** The new functions file-selinux-context and set-file-selinux-context 306*** The new functions file-selinux-context and set-file-selinux-context
307get and set the SELinux context of a file. 307get and set the SELinux context of a file.
308---
309*** Tramp offers handlers for file-selinux-context and set-file-selinux-context
310for remote machines which support SELinux.
311 308
312** Changes for exiting Emacs 309** Changes for exiting Emacs
313+++ 310+++
@@ -385,9 +382,6 @@ If a theme is not in this list, Emacs queries before loading it, and
385offers to save the theme to `custom-safe-themes' automatically. By 382offers to save the theme to `custom-safe-themes' automatically. By
386default, all themes included in Emacs are treated as safe. 383default, all themes included in Emacs are treated as safe.
387 384
388** The user option `remote-file-name-inhibit-cache' controls whether
389the remote file-name cache is used for read access.
390
391** File- and directory-local variable changes 385** File- and directory-local variable changes
392+++ 386+++
393*** You can stop directory local vars from applying to subdirectories. 387*** You can stop directory local vars from applying to subdirectories.
@@ -414,10 +408,10 @@ in the corresponding way.
414+++ 408+++
415** The variable `focus-follows-mouse' now always defaults to nil. 409** The variable `focus-follows-mouse' now always defaults to nil.
416 410
417** New primitive `secure-hash' that supports many secure hash algorithms 411+++
418including md5, sha-1 and sha-2 (sha-224, sha-256, sha-384 and sha-512). 412** New primitive `secure-hash' that supports many secure hash algorithms:
419The elisp implementation sha1.el is removed. Feature sha1 is provided 413md5, sha1, sha2, sha224, sha256, sha384, and sha512. The lisp library
420by default. 414sha1.el has been removed. The `sha1' feature is provided by default.
421 415
422** Menu-bar changes 416** Menu-bar changes
423--- 417---
@@ -465,9 +459,10 @@ These maximize and minimize the size of a window within its frame.
465These functions allow to navigate through the live buffers that have 459These functions allow to navigate through the live buffers that have
466been shown in a specific window. 460been shown in a specific window.
467 461
462+++
468** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'. 463** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
469This is handy for minibuffer-only frames, and is also used for the "mouse-1 464This is handy for minibuffer-only frames, and is also used for the feature
470pops up *Messages*" feature, which can now easily be changed. 465where mouse-1 pops up *Messages*"', which can now easily be changed.
471 466
472 467
473* Editing Changes in Emacs 24.1 468* Editing Changes in Emacs 24.1
@@ -599,18 +594,16 @@ region (or with the left margin if there is no previous line).
599+++ 594+++
600** Archive Mode has basic support for browsing and updating 7z archives. 595** Archive Mode has basic support for browsing and updating 7z archives.
601 596
602---
603** BibTeX mode 597** BibTeX mode
604 598---
605*** BibTeX mode now supports biblatex. 599*** BibTeX mode now supports biblatex.
606Use the variable bibtex-dialect to select support for different BibTeX 600Use the variable bibtex-dialect to select different BibTeX dialects.
607dialects. bibtex-entry-field-alist is now an obsolete alias for 601bibtex-entry-field-alist is now an obsolete alias forbibtex-BibTeX-entry-alist.
608bibtex-BibTeX-entry-alist. 602---
609
610*** New command `bibtex-search-entries' bound to C-c C-a. 603*** New command `bibtex-search-entries' bound to C-c C-a.
611 604---
612*** New `bibtex-entry-format' option `sort-fields', disabled by default. 605*** New `bibtex-entry-format' option `sort-fields', disabled by default.
613 606---
614*** New variable `bibtex-search-entry-globally'. 607*** New variable `bibtex-search-entry-globally'.
615 608
616** Calendar, Diary, and Appt 609** Calendar, Diary, and Appt
@@ -854,13 +847,20 @@ sql-list-all and sql-list-table.
854--- 847---
855*** The following access methods are discontinued: "ssh1_old", 848*** The following access methods are discontinued: "ssh1_old",
856"ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish". 849"ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish".
850+++
851*** The user option `remote-file-name-inhibit-cache' controls whether
852remote file attributes are cached for better performance.
857--- 853---
858*** The option `ange-ftp-binary-file-name-regexp' has changed its 854*** The option `ange-ftp-binary-file-name-regexp' has changed its
859default value to "". 855default value to "".
856---
857*** Handlers for file-selinux-context and set-file-selinux-context for
858remote machines that support SELinux.
860 859
861+++ 860+++
862** New function, url-queue-retrieve, fetches URLs asynchronously like 861** New function, `url-queue-retrieve', which behaves like url-retrieve,
863url-retrieve does, but in parallel. 862but with limits (`url-queue-parallel-processes', `url-queue-timeout') on
863the degree of parallelism.
864 864
865** VC and related modes 865** VC and related modes
866 866
@@ -922,7 +922,7 @@ You can get a comparable behavior with:
922--- 922---
923*** pc-mode.el is obsolete (CUA mode is much more comprehensive). 923*** pc-mode.el is obsolete (CUA mode is much more comprehensive).
924 924
925[gnus.texi, message.texi need updating] 925[FIXME gnus.texi, message.texi need updating]
926*** pgg is obsolete (use EasyPG instead) 926*** pgg is obsolete (use EasyPG instead)
927 927
928--- 928---
@@ -939,6 +939,7 @@ They are superseded by shift-select-mode, enabled by default since 23.1.
939 939
940+++ 940+++
941*** The Landmark game is now invoked with `landmark', not `lm'. 941*** The Landmark game is now invoked with `landmark', not `lm'.
942Its functions and variables have been similarly renamed.
942 943
943--- 944---
944*** In `ido-file-completion-map', C-v is no longer bound to ido-toggle-vc. 945*** In `ido-file-completion-map', C-v is no longer bound to ido-toggle-vc.
@@ -1306,8 +1307,11 @@ set of "wrapping" filters, similar to around advice.
1306advertised at the time.) 1307advertised at the time.)
1307 1308
1308+++ 1309+++
1309** The macros `condition-case-no-debug' and `with-demoted-errors' were 1310** New macro `condition-case-unless-debug' (this was actually added in
1310added in Emacs 23.1, but not advertised. 1311Emacs 23.1 as condition-case-no-debug, but not advertised)
1312
1313+++
1314** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised.
1311 1315
1312+++ 1316+++
1313** The new function `server-eval-at' allows evaluation of Lisp forms on 1317** The new function `server-eval-at' allows evaluation of Lisp forms on