mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
*** empty log message ***
This commit is contained in:
parent
33d537f0fe
commit
36a3b076c6
3 changed files with 26 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
|||
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):
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,14 @@
|
|||
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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue