Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7f8f1edc
Commit
7f8f1edc
authored
Sep 15, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
14819cb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+14
-0
No files found.
lisp/ChangeLog
View file @
7f8f1edc
2000-09-15 Gerd Moellmann <gerd@gnu.org>
* toolbar/toolbar.el (toolbar-add-item): Use the same image
specification if or if not tool-bar item contains an `:enabled'
property.
* menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
current buffer has no file name.
...
...
src/ChangeLog
View file @
7f8f1edc
2000-09-15 Gerd Moellmann <gerd@gnu.org>
* xfns.c (lookup_image): Build mask before applying an algorithm.
Recognize algorithm `disabled'.
(cross_disabled_images): New variable.
(COLOR_INTENSITY): New macro.
(x_detect_edges): Use COLOR_INTENSITY.
(x_disable_image): New function.
(syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
* xdisp.c (build_desired_tool_bar_string): For a toolbar item in
disabled state, don't apply an image transformation algorithm if
the user specified an image for the disabled state. Use
`:algorthm disabled' for creating a disabled item's image if the
user hasn't specified an image.
* xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
allocation functions with the XPM lib.
(struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment