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
36a3b076
Commit
36a3b076
authored
Jun 21, 2005
by
Juri Linkov
Browse files
*** empty log message ***
parent
33d537f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
0 deletions
+26
-0
lisp/ChangeLog
lisp/ChangeLog
+11
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+11
-0
No files found.
lisp/ChangeLog
View file @
36a3b076
2005-06-21 Juri Linkov <juri@jurta.org>
* faces.el (face-user-default-spec): Try getting `customized-face'
prior to `saved-face'.
(frame-background-mode): Refill docstring.
* emacs-lisp/lisp-mode.el (eval-defun-1):
* emacs-lisp/edebug.el (edebug-eval-defun):
Set `saved-face' temporarily to nil before calling form.
Set `customized-face' to the new spec after that.
2005-06-21 Juanma Barranquero <lekktu@gmail.com>
* subr.el (1value, lambda, key-substitution-in-progress):
...
...
lispref/ChangeLog
View file @
36a3b076
2005-06-21 Juri Linkov <juri@jurta.org>
* display.texi (Defining Faces): Add `customized-face'.
2005-06-20 Kim F. Storm <storm@cua.dk>
* variables.texi (Setting Variables): Any type of element can be
...
...
src/ChangeLog
View file @
36a3b076
2005-06-21 Juri Linkov <juri@jurta.org>
* dispextern.h: Add extern Qframe_set_background_mode.
* xfaces.c: Rename obsolete function Qframe_update_face_colors to
Qframe_set_background_mode.
* frame.c (Fmodify_frame_parameters):
Call frame-set-background-mode after changing the background color
on non-window non-dos branch.
2005-06-21 Juanma Barranquero <lekktu@gmail.com>
* fns.c (Fchar_table_range):
...
...
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