diff options
| author | Kenichi Handa | 2012-10-24 00:47:51 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-10-24 00:47:51 +0900 |
| commit | 6a8f8193298e05931baeebb1bd3aba6f8f5a7b5e (patch) | |
| tree | fcee273be31e69f367b6f820aa32de660e541b2f /etc | |
| parent | 7e70a15287ee1ae5461d47e5a96d6c455aefaf57 (diff) | |
| parent | d106953274d29b6be4ef7e2c442078c81a52ff2f (diff) | |
| download | emacs-6a8f8193298e05931baeebb1bd3aba6f8f5a7b5e.tar.gz emacs-6a8f8193298e05931baeebb1bd3aba6f8f5a7b5e.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 24 | ||||
| -rw-r--r-- | etc/NEWS | 27 | ||||
| -rw-r--r-- | etc/images/icons/README | 7 | ||||
| -rw-r--r-- | etc/images/icons/hicolor/16x16/apps/emacs22.png | bin | 0 -> 705 bytes | |||
| -rw-r--r-- | etc/images/icons/hicolor/24x24/apps/emacs22.png | bin | 0 -> 988 bytes | |||
| -rw-r--r-- | etc/images/icons/hicolor/32x32/apps/emacs22.png | bin | 0 -> 2404 bytes | |||
| -rw-r--r-- | etc/images/icons/hicolor/48x48/apps/emacs22.png | bin | 0 -> 3431 bytes |
7 files changed, 52 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 4e1f15e913d..3ebe18b407f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-10-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix outdated timestamp documentation in Elisp manual (bug#12706). | ||
| 4 | * NEWS: Document increased precision in undo list. | ||
| 5 | |||
| 6 | 2012-10-21 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * images/icons/hicolor/32x32/apps/emacs22.png: | ||
| 9 | * images/icons/hicolor/16x16/apps/emacs22.png: | ||
| 10 | * images/icons/hicolor/48x48/apps/emacs22.png: | ||
| 11 | * images/icons/hicolor/24x24/apps/emacs22.png: Restore old icons. | ||
| 12 | |||
| 1 | 2012-10-14 Kenichi Handa <handa@gnu.org> | 13 | 2012-10-14 Kenichi Handa <handa@gnu.org> |
| 2 | 14 | ||
| 3 | * charsets/JISC6226.map: Re-generated. | 15 | * charsets/JISC6226.map: Re-generated. |
| @@ -9,12 +21,12 @@ | |||
| 9 | 21 | ||
| 10 | 2012-10-11 Kenichi Handa <handa@gnu.org> | 22 | 2012-10-11 Kenichi Handa <handa@gnu.org> |
| 11 | 23 | ||
| 12 | * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map, | 24 | * charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map: |
| 13 | charsets/CNS-5.map, charsets/CNS-6.map, charsets/CNS-7.map, | 25 | * charsets/CNS-5.map, charsets/CNS-6.map, charsets/CNS-7.map: |
| 14 | charsets/CP932-2BYTE.map, charsets/GB180302.map, | 26 | * charsets/CP932-2BYTE.map, charsets/GB180302.map: |
| 15 | charsets/GB180304.map, charsets/JISC6226.map, | 27 | * charsets/GB180304.map, charsets/JISC6226.map: |
| 16 | charsets/JISX2131.map, charsets/MIK.map, charsets/PTCP154.map, | 28 | * charsets/JISX2131.map, charsets/MIK.map, charsets/PTCP154.map: |
| 17 | charsets/stdenc.map, charsets/symbol.map: Re-generated. | 29 | * charsets/stdenc.map, charsets/symbol.map: Re-generate. |
| 18 | 30 | ||
| 19 | 2012-10-07 Jan Djärv <jan.h.d@swipnet.se> | 31 | 2012-10-07 Jan Djärv <jan.h.d@swipnet.se> |
| 20 | 32 | ||
| @@ -621,6 +621,29 @@ enabled. | |||
| 621 | 621 | ||
| 622 | ** FIXME something happened to ses.el, 2012-04-17. | 622 | ** FIXME something happened to ses.el, 2012-04-17. |
| 623 | 623 | ||
| 624 | ** Hooks renamed to avoid obsolete "-hooks" suffix: | ||
| 625 | *** semantic-lex-reset-hooks -> semantic-lex-reset-functions | ||
| 626 | *** semantic-change-hooks -> semantic-change-functions | ||
| 627 | *** semantic-edits-new-change-hooks -> semantic-edits-new-change-functions | ||
| 628 | *** semantic-edits-delete-change-hooks -> semantic-edits-delete-change-functions | ||
| 629 | *** semantic-edits-reparse-change-hooks -> semantic-edits-reparse-change-functions | ||
| 630 | *** semanticdb-save-database-hooks -> semanticdb-save-database-functions | ||
| 631 | *** c-prepare-bug-report-hooks -> c-prepare-bug-report-hook | ||
| 632 | *** rcirc-sentinel-hooks -> rcirc-sentinel-functions | ||
| 633 | *** rcirc-receive-message-hooks -> rcirc-receive-message-functions | ||
| 634 | *** rcirc-activity-hooks -> rcirc-activity-functions | ||
| 635 | *** rcirc-print-hooks -> rcirc-print-functions | ||
| 636 | *** dbus-event-error-hooks -> dbus-event-error-functions | ||
| 637 | *** eieio-pre-method-execution-hooks -> eieio-pre-method-execution-functions | ||
| 638 | *** checkdoc-style-hooks -> checkdoc-style-functions | ||
| 639 | *** checkdoc-comment-style-hooks -> checkdoc-comment-style-functions | ||
| 640 | *** archive-extract-hooks -> archive-extract-hook | ||
| 641 | *** filesets-cache-fill-content-hooks -> filesets-cache-fill-content-hook | ||
| 642 | *** hfy-post-html-hooks -> hfy-post-html-hook | ||
| 643 | *** nndiary-request-create-group-hooks -> nndiary-request-create-group-functions | ||
| 644 | *** nndiary-request-update-info-hooks -> nndiary-request-update-info-functions | ||
| 645 | *** nndiary-request-accept-article-hooks -> nndiary-request-accept-article-functions | ||
| 646 | *** gnus-subscribe-newsgroup-hooks -> gnus-subscribe-newsgroup-functions | ||
| 624 | 647 | ||
| 625 | ** Obsolete packages: | 648 | ** Obsolete packages: |
| 626 | +++ | 649 | +++ |
| @@ -843,6 +866,9 @@ stamps are still accepted. | |||
| 843 | The PSECS slot is new, and uses picosecond resolution. It can be | 866 | The PSECS slot is new, and uses picosecond resolution. It can be |
| 844 | accessed via the new timer--psecs accessor. | 867 | accessed via the new timer--psecs accessor. |
| 845 | 868 | ||
| 869 | *** Last-modified time stamps in undo lists now are of the form | ||
| 870 | (t HI-SECS LO-SECS USECS PSECS) instead of (t HI-SECS . LO-SECS). | ||
| 871 | |||
| 846 | +++ | 872 | +++ |
| 847 | ** Floating point functions now always return special values like NaN, | 873 | ** Floating point functions now always return special values like NaN, |
| 848 | instead of signaling errors, if given invalid args, e.g. (log -1.0). | 874 | instead of signaling errors, if given invalid args, e.g. (log -1.0). |
| @@ -890,6 +916,7 @@ See the "Face Attributes" section of the Elisp manual. | |||
| 890 | *** `window-system-version' | 916 | *** `window-system-version' |
| 891 | *** `dired-pop-to-buffer' (use `dired-mark-pop-up') | 917 | *** `dired-pop-to-buffer' (use `dired-mark-pop-up') |
| 892 | *** `query-replace-interactive' | 918 | *** `query-replace-interactive' |
| 919 | *** `font-list-limit' (has had no effect since Emacs < 23) | ||
| 893 | 920 | ||
| 894 | 921 | ||
| 895 | * Changes in Emacs 24.3 on non-free operating systems | 922 | * Changes in Emacs 24.3 on non-free operating systems |
diff --git a/etc/images/icons/README b/etc/images/icons/README index d71641684cd..664c52906ac 100644 --- a/etc/images/icons/README +++ b/etc/images/icons/README | |||
| @@ -9,6 +9,13 @@ Copyright (C) 2007-2012 Free Software Foundation, Inc. | |||
| 9 | License: GNU General Public License version 3 or later (see COPYING) | 9 | License: GNU General Public License version 3 or later (see COPYING) |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | Files: hicolor/16x16/apps/emacs22.png hicolor/24x24/apps/emacs22.png | ||
| 13 | hicolor/32x32/apps/emacs22.png hicolor/48x48/apps/emacs22.png | ||
| 14 | |||
| 15 | Author: Andrew Zhilin <andrew_zhilin@yahoo.com> | ||
| 16 | Copyright (C) 2005-2012 Free Software Foundation, Inc. | ||
| 17 | License: GNU General Public License version 3 or later (see COPYING) | ||
| 18 | |||
| 12 | Files: allout-widgets-dark-bg/closed.png | 19 | Files: allout-widgets-dark-bg/closed.png |
| 13 | allout-widgets-dark-bg/closed.xpm | 20 | allout-widgets-dark-bg/closed.xpm |
| 14 | allout-widgets-dark-bg/empty.png | 21 | allout-widgets-dark-bg/empty.png |
diff --git a/etc/images/icons/hicolor/16x16/apps/emacs22.png b/etc/images/icons/hicolor/16x16/apps/emacs22.png new file mode 100644 index 00000000000..b419b01b4ee --- /dev/null +++ b/etc/images/icons/hicolor/16x16/apps/emacs22.png | |||
| Binary files differ | |||
diff --git a/etc/images/icons/hicolor/24x24/apps/emacs22.png b/etc/images/icons/hicolor/24x24/apps/emacs22.png new file mode 100644 index 00000000000..790ec7e2bff --- /dev/null +++ b/etc/images/icons/hicolor/24x24/apps/emacs22.png | |||
| Binary files differ | |||
diff --git a/etc/images/icons/hicolor/32x32/apps/emacs22.png b/etc/images/icons/hicolor/32x32/apps/emacs22.png new file mode 100644 index 00000000000..31fbb47c0d2 --- /dev/null +++ b/etc/images/icons/hicolor/32x32/apps/emacs22.png | |||
| Binary files differ | |||
diff --git a/etc/images/icons/hicolor/48x48/apps/emacs22.png b/etc/images/icons/hicolor/48x48/apps/emacs22.png new file mode 100644 index 00000000000..f0df0fb6594 --- /dev/null +++ b/etc/images/icons/hicolor/48x48/apps/emacs22.png | |||
| Binary files differ | |||