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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 29 Nov 2005 17:36:48 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4737 emacs/src/ChangeLog:1.4738
*** emacs/src/ChangeLog:1.4737  Sun Nov 27 19:16:42 2005
--- emacs/src/ChangeLog Tue Nov 29 22:36:47 2005
***************
*** 1,8 ****
  2005-11-27  Richard M. Stallman  <address@hidden>
  
        * window.c (adjust_window_trailing_edge): New function.
        (Fadjust_window_trailing_edge): New function.
!       (syms_of_window): defsubr it.
        (window_deletion_count): New variable.
        (delete_window): Update window_deletion_count.
  
--- 1,12 ----
+ 2005-11-29  Ari Roponen  <address@hidden>
+ 
+       * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
+ 
  2005-11-27  Richard M. Stallman  <address@hidden>
  
        * window.c (adjust_window_trailing_edge): New function.
        (Fadjust_window_trailing_edge): New function.
!       (syms_of_window): Defsubr it.
        (window_deletion_count): New variable.
        (delete_window): Update window_deletion_count.
  
***************
*** 13,19 ****
  
  2005-11-26  Henrik Enberg  <address@hidden>
  
!       * xfaces.c (Finternal_set_lisp_face_attribute_from_resource): 
        Handle :inherit property as a lisp expression.
  
  2005-11-24  YAMAMOTO Mitsuharu  <address@hidden>
--- 17,23 ----
  
  2005-11-26  Henrik Enberg  <address@hidden>
  
!       * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
        Handle :inherit property as a lisp expression.
  
  2005-11-24  YAMAMOTO Mitsuharu  <address@hidden>
***************
*** 52,59 ****
  
  2005-11-20  Chong Yidong  <address@hidden>
  
!       * xfaces.c (Finternal_set_lisp_face_attribute): Use
!       :ignore-defface for new frame defaults when `unspecified' is
        supplied.
        (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
        (merge_face_vectors): Don't do :ignore-defface overwriting here.
--- 56,63 ----
  
  2005-11-20  Chong Yidong  <address@hidden>
  
!       * xfaces.c (Finternal_set_lisp_face_attribute):
!       Use :ignore-defface for new frame defaults when `unspecified' is
        supplied.
        (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
        (merge_face_vectors): Don't do :ignore-defface overwriting here.
***************
*** 78,101 ****
  
        * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
        New variable.
!       [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New
!       function.
        (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
        [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
        font size is smaller than or equal to cg_text_anti_aliasing_threshold.
  
  2005-11-17  Chong Yidong  <address@hidden>
  
!       * image.c (x_create_bitmap_from_xpm_data): Free attributes on
!       fail.
  
        * xfaces.c (Qignore_defface): New variable.
        (syms_of_xfaces): Provide `:ignore-defface'.
        (IGNORE_DEFFACE_P): New macro.
        (check_lface_attrs, lface_fully_specified_p)
        (Finternal_set_lisp_face_attribute)
!       (Fface_attribute_relative_p, Fmerge_face_attribute): Handle
!       Qignore_defface as a possible value.
        (merge_face_vectors): The merged face is `unspecified' if the
        mergee specifies `:ignore-defface'.
  
--- 82,103 ----
  
        * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
        New variable.
!       [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
        (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
        [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
        font size is smaller than or equal to cg_text_anti_aliasing_threshold.
  
  2005-11-17  Chong Yidong  <address@hidden>
  
!       * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
  
        * xfaces.c (Qignore_defface): New variable.
        (syms_of_xfaces): Provide `:ignore-defface'.
        (IGNORE_DEFFACE_P): New macro.
        (check_lface_attrs, lface_fully_specified_p)
        (Finternal_set_lisp_face_attribute)
!       (Fface_attribute_relative_p, Fmerge_face_attribute):
!       Handle Qignore_defface as a possible value.
        (merge_face_vectors): The merged face is `unspecified' if the
        mergee specifies `:ignore-defface'.
  
***************
*** 636,643 ****
        * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
        get end of text rows.  Obtain header-line/mode-line rows directly.
  
!       * xterm.c, w32term.c, macterm.c (note_mouse_movement): Restore
!       help_echo_string if mouse is moved inside last_mouse_glyph.
  
  2005-10-12  Kim F. Storm  <address@hidden>
  
--- 638,645 ----
        * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
        get end of text rows.  Obtain header-line/mode-line rows directly.
  
!       * xterm.c, w32term.c, macterm.c (note_mouse_movement):
!       Restore help_echo_string if mouse is moved inside last_mouse_glyph.
  
  2005-10-12  Kim F. Storm  <address@hidden>
  
***************
*** 702,709 ****
        (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
        Don't use Fdowncase because family name is already lowered by
        decode_mac_font_name.
!       (init_font_name_table): Always call decode_mac_font_name.  Add
!       pair of family name and its reference to fm_font_family_alist.
        (mac_clear_font_name_table): Clear fm_font_family_alist.
        (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
        Lookup fm_font_family_alist to get font family reference.
--- 704,711 ----
        (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
        Don't use Fdowncase because family name is already lowered by
        decode_mac_font_name.
!       (init_font_name_table): Always call decode_mac_font_name.
!       Add pair of family name and its reference to fm_font_family_alist.
        (mac_clear_font_name_table): Clear fm_font_family_alist.
        (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
        Lookup fm_font_family_alist to get font family reference.
***************
*** 803,810 ****
        (x_fix_overlapping_area): Add new OVERLAPS arg.
        (get_glyph_string_clip_rects): Add extern.
  
!       * dispnew.c (redraw_overlapping_rows): Call
!       rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
  
        * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
        for_overlaps.
--- 805,812 ----
        (x_fix_overlapping_area): Add new OVERLAPS arg.
        (get_glyph_string_clip_rects): Add extern.
  
!       * dispnew.c (redraw_overlapping_rows):
!       Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
  
        * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
        for_overlaps.
***************
*** 1149,1156 ****
  
        * xsmfns.c: (get_current_dir_name): Remove prototype.
  
!       * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add
!       prototype.
  
        * sysdep.c [WINDOWSNT]: Add prototype for getwd.
        Don't #undef NULL after including blockinput.h.
--- 1151,1158 ----
  
        * xsmfns.c: (get_current_dir_name): Remove prototype.
  
!       * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
!       Add prototype.
  
        * sysdep.c [WINDOWSNT]: Add prototype for getwd.
        Don't #undef NULL after including blockinput.h.




reply via email to

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