aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog90
1 files changed, 89 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 166222ae33c..8c1fffe9911 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,90 @@
12006-02-11 Eli Zaretskii <eliz@gnu.org>
2
3 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
4 (syms_of_keyboard): DEVFAR_LISP and initialize it.
5 (parse_tool_bar_item, parse_menu_item): If that variable is
6 non-nil, don't disable menu items and tool-bar buttons.
7
82006-02-11 Juanma Barranquero <lekktu@gmail.com>
9
10 * doc.c (Fsubstitute_command_keys): Doc fix.
11
122006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
13
14 * data.c (Findirect_function): Rewrite docstring.
15 Fix omission bug: Declare new arg NOERROR.
16
172006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18
19 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
20 if window_desc is not set yet.
21 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
22 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
23 parameter `visibility' is `icon'.
24 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
25 instead of "fontset-mac".
26 (Fx_focus_frame): New defun.
27 (syms_of_macfns): Defsubr it.
28
29 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
30 for unfocused frame.
31 (x_raise_frame): Call BringToFront instead of SelectWindow.
32 (x_lower_frame): Use NULL instead of nil.
33 (x_make_frame_visible): Don't call SelectWindow.
34 (XTread_socket): Increment handling_signal at the start, decrement
35 it at the end.
36 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
37 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
38
392006-02-10 Kim F. Storm <storm@cua.dk>
40
41 * data.c (Findirect_function): Add NOERROR arg. All callers changed
42 to pass Qnil for NOERROR.
43
44 * keymap.c (current_minor_maps_error): Remove.
45 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
46 instead of using internal_condition_case_1+current_minor_maps_error.
47
482006-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
49
50 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
51 frames for GTK, in that case it is the tool bar. This is so that
52 highlighted text get reset properly.
53
542006-02-09 Juanma Barranquero <lekktu@gmail.com>
55
56 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
57
582006-02-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
59
60 * window.c (adjust_window_trailing_edge): Check that shrinking
61 does not set a window to size zero or less.
62
632006-02-08 Miles Bader <miles@gnu.org>
64
65 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
66 of Fget_text_property (other field functions work with overlays as
67 well as text-properties).
68
692006-02-07 Kenichi Handa <handa@m17n.org>
70
71 * dispextern.h (unibyte_display_via_language_environment): Extern it.
72
73 * xterm.h (unibyte_display_via_language_environment):
74 * w32term.h (unibyte_display_via_language_environment):
75 * macterm.h (unibyte_display_via_language_environment): Delete extern.
76
772006-02-07 Kenichi Handa <handa@m17n.org>
78
79 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
80 (produce_glyphs): Set the character to print in
81 it->char_to_display. Handle unibyte-display-via-language-environment.
82 (produce_stretch_glyph): Set character to print in it->char_to_display.
83
842006-02-06 Kenichi Handa <handa@m17n.org>
85
86 * lread.c (openp): Initialize encoded_fn before GCPRO it.
87
12006-02-05 Ken Raeburn <raeburn@raeburn.org> 882006-02-05 Ken Raeburn <raeburn@raeburn.org>
2 89
3 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup. 90 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
@@ -22409,7 +22496,8 @@ See ChangeLog.9 for earlier changes.
22409;; coding: iso-2022-7bit 22496;; coding: iso-2022-7bit
22410;; End: 22497;; End:
22411 22498
22412 Copyright (C) 2001, 2002 Free Software Foundation, Inc. 22499 Copyright (C) 2001, 2002, 2003, 2004, 2005,
22500 2006 Free Software Foundation, Inc.
22413 Copying and distribution of this file, with or without modification, 22501 Copying and distribution of this file, with or without modification,
22414 are permitted provided the copyright notice and this notice are preserved. 22502 are permitted provided the copyright notice and this notice are preserved.
22415 22503