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: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 06 Sep 2005 04:08:10 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4572 emacs/src/ChangeLog:1.4573
*** emacs/src/ChangeLog:1.4572  Mon Sep  5 15:39:44 2005
--- emacs/src/ChangeLog Tue Sep  6 08:08:08 2005
***************
*** 1,3 ****
--- 1,19 ----
+ 2005-09-06  YAMAMOTO Mitsuharu  <address@hidden>
+ 
+       * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
+       (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
+       (xlfdpat_block_match_1, xlfdpat_match): New functions.
+       (xlfdpat_block_match): New macro.
+       (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
+       (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
+       (add_font_name_table_entry): Increase font_name_table_size more
+       rapidly.
+       (mac_c_string_match): Remove function.
+       (mac_do_list_fonts): Use XLFD pattern match instead of regular
+       expression match.
+ 
+       * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
+ 
  2005-09-03  Richard M. Stallman  <address@hidden>
  
        * xdisp.c (redisplay_internal): Make UPDATED as long as needed.




reply via email to

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