diff options
| author | Kenichi Handa | 2012-08-30 21:07:42 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-08-30 21:07:42 +0900 |
| commit | 31e7d6e0902a895e13833204907dfb86268b5acf (patch) | |
| tree | 445b59dd5e87c8e2a8b969356386f45cae8cd6d9 /etc | |
| parent | 4eb4de01df384be9b8d811f7ab476eeb37ece748 (diff) | |
| parent | f17e1d00e0513d781d2bd9a80af24bb047d32d5c (diff) | |
| download | emacs-31e7d6e0902a895e13833204907dfb86268b5acf.tar.gz emacs-31e7d6e0902a895e13833204907dfb86268b5acf.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 10 | ||||
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -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, 21 insertions, 7 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 452a99d2d9b..11aba88c6a1 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-08-28 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * charsets/MULE-ethiopic.map: Fix typo in comment. | ||
| 4 | * charsets/MULE-ipa.map: Likewise. | ||
| 5 | * charsets/MULE-is13194.map: Likewise. | ||
| 6 | * charsets/MULE-lviscii.map: Likewise. | ||
| 7 | * charsets/MULE-sisheng.map: Likewise. | ||
| 8 | * charsets/MULE-tibetan.map: Likewise. | ||
| 9 | * charsets/MULE-uviscii.map: Likewise. | ||
| 10 | |||
| 1 | 2012-08-09 Chong Yidong <cyd@gnu.org> | 11 | 2012-08-09 Chong Yidong <cyd@gnu.org> |
| 2 | 12 | ||
| 3 | * images/splash.svg, images/splash.png: Tweak SVG paths to improve | 13 | * images/splash.svg, images/splash.png: Tweak SVG paths to improve |
| @@ -207,6 +207,8 @@ It copies the region-rectangle as the last rectangle kill. | |||
| 207 | 207 | ||
| 208 | * Changes in Specialized Modes and Packages in Emacs 24.3 | 208 | * Changes in Specialized Modes and Packages in Emacs 24.3 |
| 209 | 209 | ||
| 210 | ** Compilation has a new `compilation-always-kill' configuration variable. | ||
| 211 | |||
| 210 | ** Term changes | 212 | ** Term changes |
| 211 | 213 | ||
| 212 | The variables `term-default-fg-color' and `term-default-bg-color' are | 214 | The variables `term-default-fg-color' and `term-default-bg-color' are |
| @@ -588,6 +590,8 @@ are deprecated and will be removed eventually. | |||
| 588 | 590 | ||
| 589 | * Lisp changes in Emacs 24.3 | 591 | * Lisp changes in Emacs 24.3 |
| 590 | 592 | ||
| 593 | ** New minor mode `read-only-mode' to replace toggle-read-only (now obsolete). | ||
| 594 | |||
| 591 | ** New functions `autoloadp' and `autoload-do-load'. | 595 | ** New functions `autoloadp' and `autoload-do-load'. |
| 592 | 596 | ||
| 593 | ** New function `posnp' to test if an object is a `posn'. | 597 | ** New function `posnp' to test if an object is a `posn'. |
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 |