emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 22 Nov 2004 18:32:46 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4049 emacs/src/ChangeLog:1.4050
*** emacs/src/ChangeLog:1.4049  Mon Nov 22 14:20:25 2004
--- emacs/src/ChangeLog Mon Nov 22 23:25:11 2004
***************
*** 1,3 ****
--- 1,27 ----
+ 2004-11-23  Kim F. Storm  <address@hidden>
+ 
+       * xfaces.c (lookup_named_face): Add signal_p arg.  Return -1 if
+       signal_p is zero and face name is unknown.
+       (Fx_list_fonts): Don't signal error in lookup_named_face.
+       (Fface_font): Signal error in lookup_named_face.
+       (ascii_face_of_lisp_face): Likewise.
+ 
+       * dispextern.h (lookup_named_face): Fix prototype.
+ 
+       * xdisp.c (handle_single_display_prop): Don't signal error in
+       lookup_named_face for unknown fringe face name.
+       (highlight_trailing_whitespace): Don't signal error in
+       lookup_named_face if trailing-whitespace face unknown.
+       (calc_line_height_property): Don't signal error in
+       lookup_named_face if specified face name is unknown.
+ 
+       * fringe.c (update_window_fringes): Show top row indicator if
+       window has header-line.  Don't show arrow at bob and eob
+       if the boundary indicators are not used.
+       (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
+ 
+       * window.c (set_window_buffer): Clear display_error_modiff.
+ 
  2004-11-22  Kim F. Storm  <address@hidden>
  
        * fringe.c (update_window_fringes): Provide sensible fall-back




reply via email to

[Prev in Thread] Current Thread [Next in Thread]