diff options
| author | Paul Eggert | 2011-10-29 10:33:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-29 10:33:13 -0700 |
| commit | 8d0eb4c275581847990b85dbb350caa3df9e653f (patch) | |
| tree | c161f977d59ac3103b04dc0f4aea57c83436a456 /etc | |
| parent | 929bb973dd3faf1655f03ac758942d5b009354ad (diff) | |
| parent | 196e41e4aec1a44ec5b6e9bed485185ba872ae67 (diff) | |
| download | emacs-8d0eb4c275581847990b85dbb350caa3df9e653f.tar.gz emacs-8d0eb4c275581847990b85dbb350caa3df9e653f.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 8 | ||||
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | etc/themes/wombat-theme.el | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index bbb765ef58f..b494c8e3c96 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-10-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * themes/wombat-theme.el: Add a coding cookie. (Bug#9905) | ||
| 4 | |||
| 5 | 2011-10-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 6 | |||
| 7 | * NEWS: Document the disappearance of binding caches (bug#9899). | ||
| 8 | |||
| 1 | 2011-10-01 Juanma Barranquero <lekktu@gmail.com> | 9 | 2011-10-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * NEWS: Fix typo. Remove duplicate info. | 11 | * NEWS: Fix typo. Remove duplicate info. |
| @@ -967,6 +967,9 @@ has now been removed. | |||
| 967 | 967 | ||
| 968 | ** cl.el no longer provides `cl-19'. | 968 | ** cl.el no longer provides `cl-19'. |
| 969 | 969 | ||
| 970 | ** The menu bar bindings's caches are not used any more. | ||
| 971 | Use (where-is-internal <def> nil t) instead. | ||
| 972 | |||
| 970 | ** The following obsolete functions and aliases were removed: | 973 | ** The following obsolete functions and aliases were removed: |
| 971 | comint-kill-output, decompose-composite-char, outline-visible, | 974 | comint-kill-output, decompose-composite-char, outline-visible, |
| 972 | internal-find-face, internal-get-face, frame-update-faces, | 975 | internal-find-face, internal-get-face, frame-update-faces, |
diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el index 6691b4a4016..894a2444ab5 100644 --- a/etc/themes/wombat-theme.el +++ b/etc/themes/wombat-theme.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; wombat-theme.el --- Custom face theme for Emacs | 1 | ;;; wombat-theme.el --- Custom face theme for Emacs -*-coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011 Free Software Foundation, Inc. |
| 4 | 4 | ||