aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-07-18 21:34:41 +0000
committerStefan Monnier2005-07-18 21:34:41 +0000
commitbcd983312cd9a5f9f5aec48821110aa7688b29b5 (patch)
tree33d46ee74c3cbc42c8e698154621dea3232d2d07 /src/ChangeLog
parenta61fed91f727fac3a5c295b2e70ffe845275b02c (diff)
downloademacs-bcd983312cd9a5f9f5aec48821110aa7688b29b5.tar.gz
emacs-bcd983312cd9a5f9f5aec48821110aa7688b29b5.zip
(Fgenerate_new_buffer_name): Declare (for use in coding.c).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog44
1 files changed, 23 insertions, 21 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4a030a01667..55486bba6a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
4
12005-07-18 Kim F. Storm <storm@cua.dk> 52005-07-18 Kim F. Storm <storm@cua.dk>
2 6
3 * frame.h (struct frame): New member already_hscrolled_p. 7 * frame.h (struct frame): New member already_hscrolled_p.
@@ -18,25 +22,23 @@
18 22
192005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 232005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20 24
21 * macfns.c (x_set_cursor_color): Use XSetBackground and 25 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
22 XSetForeground.
23 26
24 * macgui.h (struct _XGC): New struct. 27 * macgui.h (struct _XGC): New struct.
25 (GC): Use it. 28 (GC): Use it.
26 (GCForeground, GCBackground, GCFont): Use X11 mask values. 29 (GCForeground, GCBackground, GCFont): Use X11 mask values.
27 (XCreateGC, XParseGeometry): Move externs to macterm.h. 30 (XCreateGC, XParseGeometry): Move externs to macterm.h.
28 31
29 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove 32 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
30 declarations.
31 (XSetFont): Add declaration. 33 (XSetFont): Add declaration.
32 (mac_set_forecolor, mac_set_backcolor, mac_set_colors): Remove 34 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
33 functions. 35 Remove functions.
34 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC): New 36 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
35 defines. 37 New defines.
36 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow) 38 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
37 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle) 39 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
38 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area): Use 40 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
39 them. 41 Use them.
40 (mac_erase_rectangle): New function. 42 (mac_erase_rectangle): New function.
41 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect) 43 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
42 (x_draw_stretch_glyph_string): Use it. 44 (x_draw_stretch_glyph_string): Use it.
@@ -62,8 +64,8 @@
62 64
632005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 652005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
64 66
65 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Use 67 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
66 Fstring_as_unibyte instead of string_make_unibyte. 68 Use Fstring_as_unibyte instead of string_make_unibyte.
67 69
682005-07-15 Richard M. Stallman <rms@gnu.org> 702005-07-15 Richard M. Stallman <rms@gnu.org>
69 71
@@ -101,10 +103,10 @@
1012005-07-14 Kenichi Handa <handa@m17n.org> 1032005-07-14 Kenichi Handa <handa@m17n.org>
102 104
103 * coding.c (code_convert_region_unwind): ARG is changed to a cons. 105 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
104 (code_convert_region): Adjusted for the above change. 106 (code_convert_region): Adjust for the above change.
105 (set_conversion_work_buffer): If the work buffer is already in 107 (set_conversion_work_buffer): If the work buffer is already in
106 use, generate a new buffer and return it. Otherwise return Qnil. 108 use, generate a new buffer and return it. Otherwise return Qnil.
107 (run_pre_post_conversion_on_str): Adjusted for the above change. 109 (run_pre_post_conversion_on_str): Adjust for the above change.
108 (run_pre_write_conversin_on_c_str): Likewise. 110 (run_pre_write_conversin_on_c_str): Likewise.
109 111
1102005-07-13 Kim F. Storm <storm@cua.dk> 1122005-07-13 Kim F. Storm <storm@cua.dk>
@@ -118,7 +120,7 @@
118 count rows moved over when moving to start of current row in case 120 count rows moved over when moving to start of current row in case
119 row starts in middle of a string or image. Also move further 121 row starts in middle of a string or image. Also move further
120 backward if we end up in a string or image. 122 backward if we end up in a string or image.
121 (try_cursor_movement): if overlay string spans multiple lines, 123 (try_cursor_movement): If overlay string spans multiple lines,
122 move backward to set cursor on start of an overlay string. 124 move backward to set cursor on start of an overlay string.
123 (cursor_row_p): Row is ok if cursor is at newline from string, but 125 (cursor_row_p): Row is ok if cursor is at newline from string, but
124 string starts on this line (so we always position cursor at start 126 string starts on this line (so we always position cursor at start
@@ -147,22 +149,22 @@
147 (disable_mouse_highlight): Remove unused variable. 149 (disable_mouse_highlight): Remove unused variable.
148 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click) 150 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
149 (x_scroll_bar_handle_press, x_scroll_bar_handle_release) 151 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
150 (x_scroll_bar_handle_drag): Remove argument `timestamp'. All 152 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
151 callers changed. 153 All callers changed.
152 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set 154 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
153 timestamp. 155 timestamp.
154 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise. 156 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
155 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar 157 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
156 only when its width is less than the height. 158 only when its width is less than the height.
157 (XTredeem_scroll_bar): Sync with xterm.c. 159 (XTredeem_scroll_bar): Sync with xterm.c.
158 (font_name_table, font_name_table_size, font_name_count): Make 160 (font_name_table, font_name_table_size, font_name_count):
159 static. 161 Make static.
160 (drag_and_drop_file_list): Remove variable. Previous use is now 162 (drag_and_drop_file_list): Remove variable. Previous use is now
161 local to function. 163 local to function.
162 (do_ae_open_documents): Move DRAG_N_DROP event construction part 164 (do_ae_open_documents): Move DRAG_N_DROP event construction part
163 from XTread_socket. 165 from XTread_socket.
164 (XTread_socket): Consolidate setting of event timestamp. Move 166 (XTread_socket): Consolidate setting of event timestamp.
165 DRAG_N_DROP event construction part to do_ae_open_documents. 167 Move DRAG_N_DROP event construction part to do_ae_open_documents.
166 Support extra_keyboard_modifiers. 168 Support extra_keyboard_modifiers.
167 169
168 * xfaces.c (try_font_list) [MAC_OS]: Try font family name 170 * xfaces.c (try_font_list) [MAC_OS]: Try font family name