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
83033a3a
Commit
83033a3a
authored
Jan 16, 2006
by
Juri Linkov
Browse files
(display-time-mail-face): Replace :group `faces' with `mode-line-faces'.
parent
8eafa165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
lisp/ChangeLog
lisp/ChangeLog
+26
-0
lisp/time.el
lisp/time.el
+1
-1
No files found.
lisp/ChangeLog
View file @
83033a3a
2006-01-17 Juri Linkov <juri@jurta.org>
* faces.el (mode-line-faces): New defgroup.
(mode-line-highlight): Move definition after new defgroup.
(mode-line, mode-line-inactive, mode-line-highlight):
Replace :group `modeline' with `mode-line-faces'.
(mode-line-buffer-id): New face.
(modeline-buffer-id): New face alias.
(vertical-border): Remove :group `modeline'.
* bindings.el (propertized-buffer-identification): Use face
`mode-line-buffer-id' instead of `Buffer-menu-buffer'.
(mode-line-next-buffer, mode-line-previous-buffer): New functions.
(mode-line-buffer-identification-keymap): For mouse-1 replace
`mode-line-unbury-buffer' with `mode-line-previous-buffer'.
Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
mouse-3.
* info.el (Info-mode-line-node-keymap): New defvar.
(Info-set-mode-line): Use `stringp' to check Info-current-file.
Propertize Info-current-node with `mode-line-buffer-id' and
`mode-line-highlight' faces and `Info-mode-line-node-keymap'.
* time.el (display-time-mail-face): Replace :group `faces' with
`mode-line-faces'.
2006-01-16 Kenichi Handa <handa@m17n.org>
* international/code-pages.el: Add autoload cookies for
...
...
lisp/time.el
View file @
83033a3a
...
...
@@ -129,7 +129,7 @@ This runs the normal hook `display-time-hook' after each update."
If
`
display-time-use-mail-icon
'
is
non-nil,
the
image
's
background
color
is
the
background
of
this
face.
Set
this
to
make
the
mail
indicator
stand
out
on
a
color
display.
"
:group 'faces
:group '
mode-line-
faces
:group 'display-time
:version "
22.1
"
:type '(choice (const :tag "
None
" nil) face))
...
...
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