diff options
| author | Joakim Verona | 2012-09-03 17:30:17 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-09-03 17:30:17 +0200 |
| commit | 4a37733c693d59a9b83a3fb2d0c7f9461d149f60 (patch) | |
| tree | a33402e09342f748baebf0e4f5a1e40538e620f4 /etc | |
| parent | 5436d1df5e2ba0b4d4f72b03a1cd09b20403654b (diff) | |
| parent | dcde497f27945c3ca4ce8c21f655ef6f627acdd2 (diff) | |
| download | emacs-4a37733c693d59a9b83a3fb2d0c7f9461d149f60.tar.gz emacs-4a37733c693d59a9b83a3fb2d0c7f9461d149f60.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 15 | ||||
| -rw-r--r-- | etc/NEWS | 46 | ||||
| -rw-r--r-- | etc/charsets/MULE-ethiopic.map | 2 | ||||
| -rw-r--r-- | etc/charsets/MULE-ipa.map | 2 | ||||
| -rw-r--r-- | etc/charsets/MULE-is13194.map | 2 | ||||
| -rw-r--r-- | etc/charsets/MULE-lviscii.map | 2 | ||||
| -rw-r--r-- | etc/charsets/MULE-sisheng.map | 2 | ||||
| -rw-r--r-- | etc/charsets/MULE-tibetan.map | 2 | ||||
| -rw-r--r-- | etc/charsets/MULE-uviscii.map | 2 |
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 @@ | |||
| 1 | 2012-09-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Better seeds for (random). | ||
| 4 | * NEWS: Document new behavior of (random), (random "string"). | ||
| 5 | |||
| 6 | 2012-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 | |||
| 1 | 2012-08-09 Chong Yidong <cyd@gnu.org> | 16 | 2012-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 |
| @@ -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. |
| 27 | This disables most of the features that are normally enabled by default. | 27 | This 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. | |||
| 39 | as it was confusingly-named and rarely useful. | 39 | as 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 | ||
| 43 | overwriting "emacs" in the installation bin/ directory with a link | ||
| 44 | to 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. | ||
| 169 | It used to be bound to `kill-this-buffer', but `z' is too easy to | ||
| 170 | accidentally type. | ||
| 171 | |||
| 163 | ** New option `yank-handled-properties' allows processing of text | 172 | ** New option `yank-handled-properties' allows processing of text |
| 164 | properties on yanked text, in more ways that are more general than | 173 | properties on yanked text, in more ways that are more general than |
| 165 | just removing them, as done by `yank-excluded-properties'. | 174 | just removing them, as done by `yank-excluded-properties'. |
| @@ -174,6 +183,15 @@ end of the buffer. It defaults to t. | |||
| 174 | and `M-s _' in Isearch toggles symbol search mode. | 183 | and `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 | ||
| 187 | in both ordinary and regexp incremental search, so that each | ||
| 188 | sequence of spaces in the search string matches any combination | ||
| 189 | of 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 | ||
| 193 | the 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 |
| 178 | prompts for a column number. | 196 | prompts 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 | ||
| 200 | The variables `term-default-fg-color' and `term-default-bg-color' are | 220 | The 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 | ||
| 534 | every Emacs run. Use (random S), where S is a string, to set the | ||
| 535 | random seed to a value based on S, in order to get a repeatable | ||
| 536 | sequence 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 |
| 514 | font name as a string. Whether it returns a font spec or a font name | 539 | font name as a string. Whether it returns a font spec or a font name |
| 515 | depends on the graphical library. | 540 | depends 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 |
| 605 | now accept a third argument to avoid choosing the selected window. | 632 | now 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 |
| 608 | display action functions to avoid changing which frame is selected. | 639 | display action functions to avoid changing which frame is selected. |
| 609 | 640 | ||
| 641 | *** New display action alist `pop-up-frame-parameters', if non-nil, | ||
| 642 | specifies frame parameters to give any newly-created frame. | ||
| 643 | |||
| 644 | *** The following variables are obsolete, as they can be replaced by | ||
| 645 | appropriate entries in the `display-buffer-alist' function introduced | ||
| 646 | in 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. |
| 2 | 0x2121 0x1200 | 2 | 0x2121 0x1200 |
| 3 | 0x2122 0x1201 | 3 | 0x2122 0x1201 |
| 4 | 0x2123 0x1202 | 4 | 0x2123 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. |
| 2 | 0x20 0x0069 | 2 | 0x20 0x0069 |
| 3 | 0x21 0x026A | 3 | 0x21 0x026A |
| 4 | 0x22 0x0065 | 4 | 0x22 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. |
| 2 | 0x21 0x0901 | 2 | 0x21 0x0901 |
| 3 | 0x22 0x0902 | 3 | 0x22 0x0902 |
| 4 | 0x23 0x0903 | 4 | 0x23 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. |
| 2 | 0x21 0x1EAF | 2 | 0x21 0x1EAF |
| 3 | 0x22 0x1EB1 | 3 | 0x22 0x1EB1 |
| 4 | 0x23 0x1EB7 | 4 | 0x23 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. |
| 2 | 0x21 0x0101 | 2 | 0x21 0x0101 |
| 3 | 0x22 0x00E1 | 3 | 0x22 0x00E1 |
| 4 | 0x23 0x01CE | 4 | 0x23 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. |
| 2 | 0x2130 0x0F00 | 2 | 0x2130 0x0F00 |
| 3 | 0x2131 0x0F01 | 3 | 0x2131 0x0F01 |
| 4 | 0x2132 0x0F02 | 4 | 0x2132 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. |
| 2 | 0x21 0x1EAE | 2 | 0x21 0x1EAE |
| 3 | 0x22 0x1EB0 | 3 | 0x22 0x1EB0 |
| 4 | 0x23 0x1EB6 | 4 | 0x23 0x1EB6 |