diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1a9fd720167..105a03a2b8c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2005-11-21 Ken Raeburn <raeburn@mit.edu> | ||
| 2 | |||
| 3 | * keymap.c (shadow_lookup): Use make_number to pass a number to | ||
| 4 | Fsubstring. | ||
| 5 | |||
| 6 | 2005-11-21 Juri Linkov <juri@jurta.org> | ||
| 7 | |||
| 8 | * puresize.h (BASE_PURESIZE): Increment to 1180000. | ||
| 9 | |||
| 10 | 2005-11-20 Chong Yidong <cyd@stupidchicken.com> | ||
| 11 | |||
| 12 | * xfaces.c (Finternal_set_lisp_face_attribute): Use | ||
| 13 | :ignore-defface for new frame defaults when `unspecified' is | ||
| 14 | supplied. | ||
| 15 | (Finternal_get_lisp_face_attribute): Hide :ignore-defface. | ||
| 16 | (merge_face_vectors): Don't do :ignore-defface overwriting here. | ||
| 17 | (Finternal_merge_in_global_face): Do it here. | ||
| 18 | |||
| 19 | 2005-11-20 Juri Linkov <juri@jurta.org> | ||
| 20 | |||
| 21 | * charset.c (invalid_character): Use Lisp-readable syntax | ||
| 22 | for octal and hex. Reorder decimal, octal and hex values. | ||
| 23 | |||
| 24 | 2005-11-20 Nick Roberts <nickrob@snap.net.nz> | ||
| 25 | |||
| 26 | * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that | ||
| 27 | this type is recognised when debugging. | ||
| 28 | |||
| 29 | 2005-11-19 Andreas Schwab <schwab@suse.de> | ||
| 30 | |||
| 31 | * .gdbinit (nextcons, xcdr, xfloat): Update for changes in | ||
| 32 | Lisp_Cons and Lisp_Float. | ||
| 33 | |||
| 34 | 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 35 | |||
| 36 | * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold): | ||
| 37 | New variable. | ||
| 38 | [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New | ||
| 39 | function. | ||
| 40 | (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it. | ||
| 41 | [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if | ||
| 42 | font size is smaller than or equal to cg_text_anti_aliasing_threshold. | ||
| 43 | |||
| 1 | 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | 44 | 2005-11-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 45 | ||
| 3 | * image.c (x_create_bitmap_from_xpm_data): Free attributes on | 46 | * image.c (x_create_bitmap_from_xpm_data): Free attributes on |