aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-15 21:01:39 +0000
committerGerd Moellmann2000-09-15 21:01:39 +0000
commit7f8f1edc239ca7c60fb96eae31a2f7b1f8f24b69 (patch)
tree955273b5608a7a2781c81d41a31bb61d01b05b62
parent14819cb379da2ae6438322f3a4c646faca7c088e (diff)
downloademacs-7f8f1edc239ca7c60fb96eae31a2f7b1f8f24b69.tar.gz
emacs-7f8f1edc239ca7c60fb96eae31a2f7b1f8f24b69.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog14
2 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d0299991a99..dd9be2da17c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12000-09-15 Gerd Moellmann <gerd@gnu.org> 12000-09-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4 specification if or if not tool-bar item contains an `:enabled'
5 property.
6
3 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if 7 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4 current buffer has no file name. 8 current buffer has no file name.
5 9
diff --git a/src/ChangeLog b/src/ChangeLog
index 00a9f4f426a..95a1d8fffeb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
12000-09-15 Gerd Moellmann <gerd@gnu.org> 12000-09-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (lookup_image): Build mask before applying an algorithm.
4 Recognize algorithm `disabled'.
5 (cross_disabled_images): New variable.
6 (COLOR_INTENSITY): New macro.
7 (x_detect_edges): Use COLOR_INTENSITY.
8 (x_disable_image): New function.
9 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
10
11 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
12 disabled state, don't apply an image transformation algorithm if
13 the user specified an image for the disabled state. Use
14 `:algorthm disabled' for creating a disabled item's image if the
15 user hasn't specified an image.
16
3 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color 17 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
4 allocation functions with the XPM lib. 18 allocation functions with the XPM lib.
5 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure. 19 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.