aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2012-09-03 17:30:17 +0200
committerJoakim Verona2012-09-03 17:30:17 +0200
commit4a37733c693d59a9b83a3fb2d0c7f9461d149f60 (patch)
treea33402e09342f748baebf0e4f5a1e40538e620f4 /etc
parent5436d1df5e2ba0b4d4f72b03a1cd09b20403654b (diff)
parentdcde497f27945c3ca4ce8c21f655ef6f627acdd2 (diff)
downloademacs-4a37733c693d59a9b83a3fb2d0c7f9461d149f60.tar.gz
emacs-4a37733c693d59a9b83a3fb2d0c7f9461d149f60.zip
upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog15
-rw-r--r--etc/NEWS46
-rw-r--r--etc/charsets/MULE-ethiopic.map2
-rw-r--r--etc/charsets/MULE-ipa.map2
-rw-r--r--etc/charsets/MULE-is13194.map2
-rw-r--r--etc/charsets/MULE-lviscii.map2
-rw-r--r--etc/charsets/MULE-sisheng.map2
-rw-r--r--etc/charsets/MULE-tibetan.map2
-rw-r--r--etc/charsets/MULE-uviscii.map2
9 files changed, 67 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 452a99d2d9b..f3f244c7e39 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,18 @@
12012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 Better seeds for (random).
4 * NEWS: Document new behavior of (random), (random "string").
5
62012-08-28 Andreas Schwab <schwab@linux-m68k.org>
7
8 * charsets/MULE-ethiopic.map: Fix typo in comment.
9 * charsets/MULE-ipa.map: Likewise.
10 * charsets/MULE-is13194.map: Likewise.
11 * charsets/MULE-lviscii.map: Likewise.
12 * charsets/MULE-sisheng.map: Likewise.
13 * charsets/MULE-tibetan.map: Likewise.
14 * charsets/MULE-uviscii.map: Likewise.
15
12012-08-09 Chong Yidong <cyd@gnu.org> 162012-08-09 Chong Yidong <cyd@gnu.org>
2 17
3 * images/splash.svg, images/splash.png: Tweak SVG paths to improve 18 * images/splash.svg, images/splash.png: Tweak SVG paths to improve
diff --git a/etc/NEWS b/etc/NEWS
index fa8a9bd30d0..a2d0ffe232c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -23,7 +23,7 @@ so we will look at it and add it to the manual.
23 23
24* Installation Changes in Emacs 24.3 24* Installation Changes in Emacs 24.3
25 25
26** New configure option '--without-all' to disable additonal features. 26** New configure option '--without-all' to disable additional features.
27This disables most of the features that are normally enabled by default. 27This disables most of the features that are normally enabled by default.
28 28
29** New configure option '--enable-link-time-optimization' to utilize 29** New configure option '--enable-link-time-optimization' to utilize
@@ -39,6 +39,11 @@ may be useful.
39as it was confusingly-named and rarely useful. 39as it was confusingly-named and rarely useful.
40 40
41--- 41---
42** You can use `NO_BIN_LINK=t make install' to prevent the installation
43overwriting "emacs" in the installation bin/ directory with a link
44to emacs-VERSION.
45
46---
42** Emacs uses libtinfo in preference to libncurses, if available. 47** Emacs uses libtinfo in preference to libncurses, if available.
43 48
44--- 49---
@@ -160,6 +165,10 @@ The PCL-CVS commands are still available via the keyboard.
160 165
161* Editing Changes in Emacs 24.3 166* Editing Changes in Emacs 24.3
162 167
168** The `z' key no longer has a binding in most special modes.
169It used to be bound to `kill-this-buffer', but `z' is too easy to
170accidentally type.
171
163** New option `yank-handled-properties' allows processing of text 172** New option `yank-handled-properties' allows processing of text
164properties on yanked text, in more ways that are more general than 173properties on yanked text, in more ways that are more general than
165just removing them, as done by `yank-excluded-properties'. 174just removing them, as done by `yank-excluded-properties'.
@@ -174,6 +183,15 @@ end of the buffer. It defaults to t.
174and `M-s _' in Isearch toggles symbol search mode. 183and `M-s _' in Isearch toggles symbol search mode.
175`M-s c' in Isearch toggles search case-sensitivity. 184`M-s c' in Isearch toggles search case-sensitivity.
176 185
186*** `M-s SPC' in Isearch toggles whitespace matching mode
187in both ordinary and regexp incremental search, so that each
188sequence of spaces in the search string matches any combination
189of one or more whitespace characters defined by the variable
190`search-whitespace-regexp'. In ordinary incremental search,
191`isearch-toggle-lax-whitespace' toggles the value of the variable
192`isearch-lax-whitespace'. In regexp incremental search, it toggles
193the value of the variable `isearch-regexp-lax-whitespace'.
194
177** M-x move-to-column, if called interactively with no prefix arg, now 195** M-x move-to-column, if called interactively with no prefix arg, now
178prompts for a column number. 196prompts for a column number.
179 197
@@ -195,6 +213,8 @@ It copies the region-rectangle as the last rectangle kill.
195 213
196* Changes in Specialized Modes and Packages in Emacs 24.3 214* Changes in Specialized Modes and Packages in Emacs 24.3
197 215
216** Compilation has a new `compilation-always-kill' configuration variable.
217
198** Term changes 218** Term changes
199 219
200The variables `term-default-fg-color' and `term-default-bg-color' are 220The variables `term-default-fg-color' and `term-default-bg-color' are
@@ -510,6 +530,11 @@ inefficiency, and not namespace-clean.
510 530
511* Incompatible Lisp Changes in Emacs 24.3 531* Incompatible Lisp Changes in Emacs 24.3
512 532
533** (random) by default now returns a different random sequence in
534every Emacs run. Use (random S), where S is a string, to set the
535random seed to a value based on S, in order to get a repeatable
536sequence in later calls.
537
513** The function `x-select-font' can return a font spec, instead of a 538** The function `x-select-font' can return a font spec, instead of a
514font name as a string. Whether it returns a font spec or a font name 539font name as a string. Whether it returns a font spec or a font name
515depends on the graphical library. 540depends on the graphical library.
@@ -576,6 +601,8 @@ are deprecated and will be removed eventually.
576 601
577* Lisp changes in Emacs 24.3 602* Lisp changes in Emacs 24.3
578 603
604** New minor mode `read-only-mode' to replace toggle-read-only (now obsolete).
605
579** New functions `autoloadp' and `autoload-do-load'. 606** New functions `autoloadp' and `autoload-do-load'.
580 607
581** New function `posnp' to test if an object is a `posn'. 608** New function `posnp' to test if an object is a `posn'.
@@ -604,9 +631,26 @@ The interpretation of the DECLS is determined by `defun-declarations-alist'.
604*** The functions get-lru-window, get-mru-window and get-largest-window 631*** The functions get-lru-window, get-mru-window and get-largest-window
605now accept a third argument to avoid choosing the selected window. 632now accept a third argument to avoid choosing the selected window.
606 633
634*** New macro with-temp-buffer-window.
635
636*** New display action function display-buffer-below-selected.
637
607*** New display action alist `inhibit-switch-frame', if non-nil, tells 638*** New display action alist `inhibit-switch-frame', if non-nil, tells
608display action functions to avoid changing which frame is selected. 639display action functions to avoid changing which frame is selected.
609 640
641*** New display action alist `pop-up-frame-parameters', if non-nil,
642specifies frame parameters to give any newly-created frame.
643
644*** The following variables are obsolete, as they can be replaced by
645appropriate entries in the `display-buffer-alist' function introduced
646in Emacs 24.1:
647
648**** `display-buffer-reuse-frames'
649**** `special-display-regexps'
650**** `special-display-frame-alist'
651**** `special-display-buffer-names'
652**** `special-display-function'
653
610** Completion 654** Completion
611 655
612*** New function `completion-table-with-quoting' to handle completion 656*** New function `completion-table-with-quoting' to handle completion
diff --git a/etc/charsets/MULE-ethiopic.map b/etc/charsets/MULE-ethiopic.map
index d2720bd10ba..30cf5736763 100644
--- a/etc/charsets/MULE-ethiopic.map
+++ b/etc/charsets/MULE-ethiopic.map
@@ -1,4 +1,4 @@
1# Generated by running amdin/charsets/mule-charsets.el in Emacs 22.3. 1# Generated by running admin/charsets/mule-charsets.el in Emacs 22.3.
20x2121 0x1200 20x2121 0x1200
30x2122 0x1201 30x2122 0x1201
40x2123 0x1202 40x2123 0x1202
diff --git a/etc/charsets/MULE-ipa.map b/etc/charsets/MULE-ipa.map
index 35e5d50ecec..0a6c61d5a95 100644
--- a/etc/charsets/MULE-ipa.map
+++ b/etc/charsets/MULE-ipa.map
@@ -1,4 +1,4 @@
1# Generated by running amdin/charsets/mule-charsets.el in Emacs 22.3. 1# Generated by running admin/charsets/mule-charsets.el in Emacs 22.3.
20x20 0x0069 20x20 0x0069
30x21 0x026A 30x21 0x026A
40x22 0x0065 40x22 0x0065
diff --git a/etc/charsets/MULE-is13194.map b/etc/charsets/MULE-is13194.map
index 1fa9b21dcf8..390132cd375 100644
--- a/etc/charsets/MULE-is13194.map
+++ b/etc/charsets/MULE-is13194.map
@@ -1,4 +1,4 @@
1# Generated by running amdin/charsets/mule-charsets.el in Emacs 22.3. 1# Generated by running admin/charsets/mule-charsets.el in Emacs 22.3.
20x21 0x0901 20x21 0x0901
30x22 0x0902 30x22 0x0902
40x23 0x0903 40x23 0x0903
diff --git a/etc/charsets/MULE-lviscii.map b/etc/charsets/MULE-lviscii.map
index 3b6a38be616..e4d2eca90ac 100644
--- a/etc/charsets/MULE-lviscii.map
+++ b/etc/charsets/MULE-lviscii.map
@@ -1,4 +1,4 @@
1# Generated by running amdin/charsets/mule-charsets.el in Emacs 22.3. 1# Generated by running admin/charsets/mule-charsets.el in Emacs 22.3.
20x21 0x1EAF 20x21 0x1EAF
30x22 0x1EB1 30x22 0x1EB1
40x23 0x1EB7 40x23 0x1EB7
diff --git a/etc/charsets/MULE-sisheng.map b/etc/charsets/MULE-sisheng.map
index 405bb1ffa2c..144a3ff5134 100644
--- a/etc/charsets/MULE-sisheng.map
+++ b/etc/charsets/MULE-sisheng.map
@@ -1,4 +1,4 @@
1# Generated by running amdin/charsets/mule-charsets.el in Emacs 22.3. 1# Generated by running admin/charsets/mule-charsets.el in Emacs 22.3.
20x21 0x0101 20x21 0x0101
30x22 0x00E1 30x22 0x00E1
40x23 0x01CE 40x23 0x01CE
diff --git a/etc/charsets/MULE-tibetan.map b/etc/charsets/MULE-tibetan.map
index 0d6ff3a0a39..b885585c094 100644
--- a/etc/charsets/MULE-tibetan.map
+++ b/etc/charsets/MULE-tibetan.map
@@ -1,4 +1,4 @@
1# Generated by running amdin/charsets/mule-charsets.el in Emacs 22.3. 1# Generated by running admin/charsets/mule-charsets.el in Emacs 22.3.
20x2130 0x0F00 20x2130 0x0F00
30x2131 0x0F01 30x2131 0x0F01
40x2132 0x0F02 40x2132 0x0F02
diff --git a/etc/charsets/MULE-uviscii.map b/etc/charsets/MULE-uviscii.map
index 65e5d2968e5..dc19583bdfe 100644
--- a/etc/charsets/MULE-uviscii.map
+++ b/etc/charsets/MULE-uviscii.map
@@ -1,4 +1,4 @@
1# Generated by running amdin/charsets/mule-charsets.el in Emacs 22.3. 1# Generated by running admin/charsets/mule-charsets.el in Emacs 22.3.
20x21 0x1EAE 20x21 0x1EAE
30x22 0x1EB0 30x22 0x1EB0
40x23 0x1EB6 40x23 0x1EB6