diff options
| author | Juanma Barranquero | 2006-12-16 00:47:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-16 00:47:30 +0000 |
| commit | 33202706c2917603a32bf11021bf2640210459d4 (patch) | |
| tree | 1fb27d3bdf2bdfc962a80c57cc9ec030b8e75c1b /src/ChangeLog | |
| parent | c3342e8eb3eaf4560210fd030383a940640648f2 (diff) | |
| download | emacs-33202706c2917603a32bf11021bf2640210459d4.tar.gz emacs-33202706c2917603a32bf11021bf2640210459d4.zip | |
(Ftry_completion): Use `check_obarray' if ALIST is a vector.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 785ba4318e1..9a263f5ee91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,15 @@ | |||
| 1 | 2006-12-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * minibuf.c (Ftry_completion): Use `check_obarray' if ALIST is a vector. | ||
| 4 | |||
| 1 | 2006-12-15 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-12-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs.c (USAGE3): Clarify documentation of --color. | 7 | * emacs.c (USAGE3): Clarify documentation of --color. |
| 4 | 8 | ||
| 5 | 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 | 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 6 | 10 | ||
| 7 | * mac.c (wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]: New | 11 | * mac.c (wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]: |
| 8 | variable. | 12 | New variable. |
| 9 | (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros. | 13 | (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros. |
| 10 | [!MAC_OSX] (select): Use them. | 14 | [!MAC_OSX] (select): Use them. |
| 11 | [MAC_OSX] (select_and_poll_event, sys_select): Likewise. | 15 | [MAC_OSX] (select_and_poll_event, sys_select): Likewise. |
| @@ -20,7 +24,7 @@ | |||
| 20 | 24 | ||
| 21 | * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call | 25 | * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call |
| 22 | ATSUGetGlyphBounds if not necessary. | 26 | ATSUGetGlyphBounds if not necessary. |
| 23 | (Vmac_atsu_font_table) [USE_ATSUI]: Remove Variable. | 27 | (Vmac_atsu_font_table) [USE_ATSUI]: Remove variable. |
| 24 | (syms_of_macterm) [USE_ATSUI]: Don't defvar it. | 28 | (syms_of_macterm) [USE_ATSUI]: Don't defvar it. |
| 25 | (fm_get_style_from_font, atsu_find_font_from_family_name) | 29 | (fm_get_style_from_font, atsu_find_font_from_family_name) |
| 26 | (atsu_find_font_family_name, mac_atsu_font_face_attributes) | 30 | (atsu_find_font_family_name, mac_atsu_font_face_attributes) |