comparison src/ChangeLog @ 90203:187d6a1f84f7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents fbb2bea03df9 51c5f403fb81
children 890cc78a5a24
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
1 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
2
3 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
4
5 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
6 (Fccl_execute_on_string): Likewise; add usage info.
7
8 * composite.c (Fcompose_region_internal)
9 (Fcompose_string_internal):
10 Improve argument/docstring consistency.
11
12 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
13 Fix typos in docstrings.
14
15 * textprop.c (Fnext_char_property_change)
16 (Fprevious_char_property_change): Doc fixes.
17
18 * window.c (Fset_window_margins, Fset_window_fringes):
19 Improve argument/docstring consistency.
20
21 * xfaces.c (Finternal_lisp_face_p): Doc fix.
22
23 2005-07-21 Andreas Schwab <schwab@suse.de>
24
25 * eval.c (restore_stack_limits): Return a value.
26
27 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
28
29 * eval.c (Fdefvar): Doc fix.
30
31 2005-07-20 Kim F. Storm <storm@cua.dk>
32
33 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
34 Use make_save_value to unwind protect stream.
35
36 * lread.c (Fload, load_unwind):
37 Use make_save_value to unwind protect stream.
38
39 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
40
41 * eval.c (Fprog2, Fcalled_interactively_p),
42 (syms_of_eval) <debug-on-quit>: Doc fixes.
43 (syms_of_eval) <max-specpdl-size>:
44 (Finteractive_p): Fix typos in docstrings.
45
46 2005-07-19 Kim F. Storm <storm@cua.dk>
47
48 * w32fns.c (Vx_hand_shape): Variable removed.
49 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
50
51 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
54
55 2005-07-18 Kim F. Storm <storm@cua.dk>
56
57 * frame.h (struct frame): New member already_hscrolled_p.
58
59 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
60 to avoid redisplay looping hscrolling back and forth ad infinitum.
61
62 2005-07-18 Juri Linkov <juri@jurta.org>
63
64 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
65 * keymap.c (Fminor_mode_key_binding):
66 * macterm.c (mac-emulate-three-button-mouse):
67 Delete duplicate duplicate words.
68
69 2005-07-18 Ken Raeburn <raeburn@gnu.org>
70
71 * minibuf.c (Ftest_completion): Fix odd syntax in test.
72
73 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
74
75 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
76
77 * macgui.h (struct _XGC): New struct.
78 (GC): Use it.
79 (GCForeground, GCBackground, GCFont): Use X11 mask values.
80 (XCreateGC, XParseGeometry): Move externs to macterm.h.
81
82 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
83 (XSetFont): Add declaration.
84 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
85 Remove functions.
86 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
87 New defines.
88 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
89 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
90 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
91 Use them.
92 (mac_erase_rectangle): New function.
93 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
94 (x_draw_stretch_glyph_string): Use it.
95 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
96 (XSetBackground, XSetFont): Adjust for new GC implementation.
97 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
98 (XTset_vertical_scroll_bar): Clear area under scroll bar.
99
100 * macterm.h (struct mac_display_info): Change types of
101 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
102 (XCreateGC, XParseGeometry): Move externs from macgui.h.
103
104 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
105
106 2005-07-16 Richard M. Stallman <rms@gnu.org>
107
108 * buffer.c (Fmake_overlay): Doc fix.
109
110 2005-07-16 Eli Zaretskii <eliz@gnu.org>
111
112 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
113 Vw32_valid_locale_ids, and Vw32_valid_codepages.
114
115 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
116
117 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
118 Use Fstring_as_unibyte instead of string_make_unibyte.
119
120 2005-07-15 Richard M. Stallman <rms@gnu.org>
121
122 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
123
124 2005-07-15 Kim F. Storm <storm@cua.dk>
125
126 * xdisp.c: Fix redisplay loop in last change.
127 (IT_POS_VALID_AFTER_MOVE_P): New macro.
128 (move_it_vertically_backward, move_it_by_lines): Use it.
129
130 2005-07-14 Jason Rumney <jasonr@gnu.org>
131
132 * w32.c (init_environment): Default HOME directory to user's
133 appdata directory if possible.
134
135 2005-07-14 Kim F. Storm <storm@cua.dk>
136
137 * .gdbinit (pitx): Fix output format. Print string charpos.
138
139 * lread.c (syms_of_lread): Initialize seen_list.
140
141 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
142
143 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
144 Staticpro re_match_object.
145
146 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
147
148 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
149 dereference.
150
151 * macterm.c (mac_window_to_frame): Remove duplicate define.
152
153 2005-07-14 Kenichi Handa <handa@m17n.org>
154
155 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
156 (code_convert_region): Adjust for the above change.
157 (set_conversion_work_buffer): If the work buffer is already in
158 use, generate a new buffer and return it. Otherwise return Qnil.
159 (run_pre_post_conversion_on_str): Adjust for the above change.
160 (run_pre_write_conversin_on_c_str): Likewise.
161
1 2005-07-13 Kim F. Storm <storm@cua.dk> 162 2005-07-13 Kim F. Storm <storm@cua.dk>
2 163
3 * xdisp.c (start_display): Don't reseat to next visible line start 164 * xdisp.c (start_display): Don't reseat to next visible line start
4 if current start position is in a string or image. 165 if current start position is in a string or image.
5 (move_it_vertically_backward): Be sure to move out of strings and 166 (move_it_vertically_backward): Be sure to move out of strings and
7 (move_it_by_lines): When moving forward, move to next buffer 168 (move_it_by_lines): When moving forward, move to next buffer
8 position if we end up in a string or image. When moving backward, 169 position if we end up in a string or image. When moving backward,
9 count rows moved over when moving to start of current row in case 170 count rows moved over when moving to start of current row in case
10 row starts in middle of a string or image. Also move further 171 row starts in middle of a string or image. Also move further
11 backward if we end up in a string or image. 172 backward if we end up in a string or image.
12 (try_cursor_movement): if overlay string spans multiple lines, 173 (try_cursor_movement): If overlay string spans multiple lines,
13 move backward to set cursor on start of an overlay string. 174 move backward to set cursor on start of an overlay string.
14 (cursor_row_p): Row is ok if cursor is at newline from string, but 175 (cursor_row_p): Row is ok if cursor is at newline from string, but
15 string starts on this line (so we always position cursor at start 176 string starts on this line (so we always position cursor at start
16 of string). 177 of string).
17 178
36 (x_scroll_bar_report_motion): Add argument types to declaration. 197 (x_scroll_bar_report_motion): Add argument types to declaration.
37 (mac_compute_glyph_string_overhangs): Add declaration. 198 (mac_compute_glyph_string_overhangs): Add declaration.
38 (disable_mouse_highlight): Remove unused variable. 199 (disable_mouse_highlight): Remove unused variable.
39 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click) 200 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
40 (x_scroll_bar_handle_press, x_scroll_bar_handle_release) 201 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
41 (x_scroll_bar_handle_drag): Remove argument `timestamp'. All 202 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
42 callers changed. 203 All callers changed.
43 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set 204 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
44 timestamp. 205 timestamp.
45 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise. 206 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
46 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar 207 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
47 only when its width is less than the height. 208 only when its width is less than the height.
48 (XTredeem_scroll_bar): Sync with xterm.c. 209 (XTredeem_scroll_bar): Sync with xterm.c.
49 (font_name_table, font_name_table_size, font_name_count): Make 210 (font_name_table, font_name_table_size, font_name_count):
50 static. 211 Make static.
51 (drag_and_drop_file_list): Remove variable. Previous use is now 212 (drag_and_drop_file_list): Remove variable. Previous use is now
52 local to function. 213 local to function.
53 (do_ae_open_documents): Move DRAG_N_DROP event construction part 214 (do_ae_open_documents): Move DRAG_N_DROP event construction part
54 from XTread_socket. 215 from XTread_socket.
55 (XTread_socket): Consolidate setting of event timestamp. Move 216 (XTread_socket): Consolidate setting of event timestamp.
56 DRAG_N_DROP event construction part to do_ae_open_documents. 217 Move DRAG_N_DROP event construction part to do_ae_open_documents.
57 Support extra_keyboard_modifiers. 218 Support extra_keyboard_modifiers.
58 219
59 * xfaces.c (try_font_list) [MAC_OS]: Try font family name 220 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
60 beginning with that for ASCII. 221 beginning with that for ASCII.
61 222