comparison src/ChangeLog.9 @ 109569:62aece7dd5af

Fix typos in ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 29 Jul 2010 04:42:53 +0200
parents e6408c088fbc
children d1c6f23c3e92
comparison
equal deleted inserted replaced
109568:7af1a36b6b28 109569:62aece7dd5af
317 317
318 2001-10-14 Pavel Janík <Pavel@Janik.cz> 318 2001-10-14 Pavel Janík <Pavel@Janik.cz>
319 319
320 * lisp.h (Ftop_level): Add prototype. 320 * lisp.h (Ftop_level): Add prototype.
321 321
322 * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes. 322 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
323 (XTread_socket): Improve style of comments to follow other 323 (XTread_socket): Improve style of comments to follow other
324 comments. 324 comments.
325 325
326 * keyboard.c (Fcommand_execute): Remove unnecessary prototype (it 326 * keyboard.c (Fcommand_execute): Remove unnecessary prototype (it
327 is already prototyped in included lisp.h). 327 is already prototyped in included lisp.h).
1494 2001-07-17 Ken Raeburn <raeburn@gnu.org> 1494 2001-07-17 Ken Raeburn <raeburn@gnu.org>
1495 1495
1496 * coding.c (setup_coding_system): Don't do any designation based 1496 * coding.c (setup_coding_system): Don't do any designation based
1497 on reg_bits if charset is not yet defined. 1497 on reg_bits if charset is not yet defined.
1498 1498
1499 * lisp.h (XVECTOR): Verify correct object type before returning a 1499 * lisp.h (XVECTOR): Verify correct object type before returning a
1500 pointer, using eassert. 1500 pointer, using eassert.
1501 1501
1502 2001-07-17 Gerd Moellmann <gerd@gnu.org> 1502 2001-07-17 Gerd Moellmann <gerd@gnu.org>
1503 1503
1504 * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: 1504 * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]:
1750 * fileio.c (Fdo_auto_save): Don't try to create the directory of 1750 * fileio.c (Fdo_auto_save): Don't try to create the directory of
1751 auto-save-list-file-name when shutting down Emacs, because 1751 auto-save-list-file-name when shutting down Emacs, because
1752 creating the directory might signal an error, and leaves 1752 creating the directory might signal an error, and leaves
1753 Emacs in a strange state. 1753 Emacs in a strange state.
1754 1754
1755 * term.c: (tty_cursor_hidden): New variable. 1755 * term.c (tty_cursor_hidden): New variable.
1756 (update_begin): Don't call tty_hide_cursor. Clean up. 1756 (update_begin): Don't call tty_hide_cursor. Clean up.
1757 (update_end, set_terminal_window, set_scroll_region): Clean up. 1757 (update_end, set_terminal_window, set_scroll_region): Clean up.
1758 (ring_bell, reset_terminal_modes): Clean up. 1758 (ring_bell, reset_terminal_modes): Clean up.
1759 (tty_hide_cursor, tty_show_cursor): Hide/show cursor depending 1759 (tty_hide_cursor, tty_show_cursor): Hide/show cursor depending
1760 on tty_cursor_hidden. 1760 on tty_cursor_hidden.
3107 3107
3108 2001-02-09 Jason Rumney <jasonr@gnu.org> 3108 2001-02-09 Jason Rumney <jasonr@gnu.org>
3109 3109
3110 * w32term.c (w32_encode_char): Treat eight bit graphic and control 3110 * w32term.c (w32_encode_char): Treat eight bit graphic and control
3111 characters the same as ASCII and latin-1. 3111 characters the same as ASCII and latin-1.
3112 (x_display_and_set_cursor): Check for the focus frame's selected 3112 (x_display_and_set_cursor): Check for the focus frame's selected
3113 window instead of selected_window. 3113 window instead of selected_window.
3114 (x_after_update_window_line): Don't clear if frame's internal 3114 (x_after_update_window_line): Don't clear if frame's internal
3115 border width is zero. 3115 border width is zero.
3116 (x_new_font): Don't change a tooltip's size. 3116 (x_new_font): Don't change a tooltip's size.
3117 (w32_initialize): Set char_ins_del_ok to 1. 3117 (w32_initialize): Set char_ins_del_ok to 1.
3894 3894
3895 * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil. 3895 * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil.
3896 3896
3897 2001-01-07 Dave Love <fx@gnu.org> 3897 2001-01-07 Dave Love <fx@gnu.org>
3898 3898
3899 * keyboard.c (Fread_key_sequence_vector): Avoid newline in 3899 * keyboard.c (Fread_key_sequence_vector): Avoid newline in
3900 arglist, for documentation's sake. 3900 arglist, for documentation's sake.
3901 3901
3902 2001-01-06 Andrew Innes <andrewi@gnu.org> 3902 2001-01-06 Andrew Innes <andrewi@gnu.org>
3903 3903
3904 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead 3904 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
4178 (update_window) [GLYPH_DEBUG]: Call it. 4178 (update_window) [GLYPH_DEBUG]: Call it.
4179 (scrolling_window): Prevent including current rows which are below 4179 (scrolling_window): Prevent including current rows which are below
4180 what's displayed in the window. 4180 what's displayed in the window.
4181 4181
4182 * xdisp.c (try_window_reusing_current_matrix) 4182 * xdisp.c (try_window_reusing_current_matrix)
4183 <new start <= old start>: Disable rows in the current matrix 4183 <new start <= old start>: Disable rows in the current matrix
4184 which are below the window after scrolling. 4184 which are below the window after scrolling.
4185 4185
4186 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P 4186 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
4187 is zero. It's not worth the complexity. 4187 is zero. It's not worth the complexity.
4188 (invisible_text_between_p): Put in #if 0 because unused. 4188 (invisible_text_between_p): Put in #if 0 because unused.
5002 correctly for single byte character case. 5002 correctly for single byte character case.
5003 (w32_per_char_metric): Do not try to make any assumptions about 5003 (w32_per_char_metric): Do not try to make any assumptions about
5004 the metrics of BDF fonts. 5004 the metrics of BDF fonts.
5005 (x_estimate_mode_line_height): If `mode-line' face 5005 (x_estimate_mode_line_height): If `mode-line' face
5006 hasn't a font, use that of the frame, as drawing glyphs does. 5006 hasn't a font, use that of the frame, as drawing glyphs does.
5007 (note_mouse_highlight): Change the cursor shape on the vertical 5007 (note_mouse_highlight): Change the cursor shape on the vertical
5008 border between windows [not enabled]. 5008 border between windows [not enabled].
5009 5009
5010 * w32term.h (struct w32_output): Add member horizontal_drag_cursor. 5010 * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
5011 5011
5012 * w32fns.c (Fx_create_frame): Reintroduce the call to 5012 * w32fns.c (Fx_create_frame): Reintroduce the call to
5478 and use exact mode line heights if it is set. 5478 and use exact mode line heights if it is set.
5479 5479
5480 * lisp.h (pos_visible_p): Change prototype. 5480 * lisp.h (pos_visible_p): Change prototype.
5481 5481
5482 * dispextern.h (CURRENT_MODE_LINE_HEIGHT) 5482 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
5483 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height 5483 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
5484 and current_header_line_height first. 5484 and current_header_line_height first.
5485 (current_mode_line_height, current_header_line_height): 5485 (current_mode_line_height, current_header_line_height):
5486 Declare extern. 5486 Declare extern.
5487 5487
5488 2000-11-14 Miles Bader <miles@lsi.nec.co.jp> 5488 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6681 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read. 6681 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
6682 (get_bitmap_with_cache): Use new cache implementation. 6682 (get_bitmap_with_cache): Use new cache implementation.
6683 (create_offscreen_bitmap): New function. 6683 (create_offscreen_bitmap): New function.
6684 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. 6684 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
6685 6685
6686 * w32term.c (x_produce_glyphs): If the distance from the current 6686 * w32term.c (x_produce_glyphs): If the distance from the current
6687 position to the next tab stop is less than a canonical character 6687 position to the next tab stop is less than a canonical character
6688 width, use the tab stop after that. 6688 width, use the tab stop after that.
6689 (x_draw_glyphs): Handle case START and END are out of bounds more 6689 (x_draw_glyphs): Handle case START and END are out of bounds more
6690 carefully. 6690 carefully.
6691 (x_clear_mouse_face): Block/unblock input. 6691 (x_clear_mouse_face): Block/unblock input.
7534 (merge_face_inheritance): New function. 7534 (merge_face_inheritance): New function.
7535 (merge_face_vectors): Merge inherited faces too. Add F and 7535 (merge_face_vectors): Merge inherited faces too. Add F and
7536 CYCLE_CHECK arguments. 7536 CYCLE_CHECK arguments.
7537 (merge_face_vector_with_property, Finternal_merge_in_global_face) 7537 (merge_face_vector_with_property, Finternal_merge_in_global_face)
7538 (lookup_named_face, lookup_derived_face, realize_named_face) 7538 (lookup_named_face, lookup_derived_face, realize_named_face)
7539 (face_at_string_position, face_at_buffer_position): Supply 7539 (face_at_string_position, face_at_buffer_position): Supply
7540 new F and CYCLE_CHECK arguments to merge_face_vectors. 7540 new F and CYCLE_CHECK arguments to merge_face_vectors.
7541 (merge_face_heights): New function. 7541 (merge_face_heights): New function.
7542 (merge_face_vectors, merge_face_vector_with_property) 7542 (merge_face_vectors, merge_face_vector_with_property)
7543 (Finternal_set_lisp_face_attribute): Call merge_face_heights to 7543 (Finternal_set_lisp_face_attribute): Call merge_face_heights to
7544 handle relative face heights. 7544 handle relative face heights.
7824 (note_mode_line_highlight): Set it. 7824 (note_mode_line_highlight): Set it.
7825 (XTextExtents16): Removed as there is no equivalent on W32. 7825 (XTextExtents16): Removed as there is no equivalent on W32.
7826 (x_compute_glyph_string_overhangs): Incomplete body removed, as 7826 (x_compute_glyph_string_overhangs): Incomplete body removed, as
7827 the X way of doing this will not work for W32. 7827 the X way of doing this will not work for W32.
7828 (w32_intersect_rectangles): Removed. Use IntersectRect API call. 7828 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
7829 (x_draw_image_foreground): Avoid drawing outside of the clip area 7829 (x_draw_image_foreground): Avoid drawing outside of the clip area
7830 when image doesn't have a mask. 7830 when image doesn't have a mask.
7831 (note_mouse_highlight): Process overlays in the right order of 7831 (note_mouse_highlight): Process overlays in the right order of
7832 priority. Set help_echo_window. 7832 priority. Set help_echo_window.
7833 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor 7833 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
7834 because that's more visible for large images. 7834 because that's more visible for large images.
10154 (decode_coding_string): Give correct args to 10154 (decode_coding_string): Give correct args to
10155 run_pre_post_conversion_on_str. 10155 run_pre_post_conversion_on_str.
10156 (encode_coding_string): Likewise. 10156 (encode_coding_string): Likewise.
10157 10157
10158 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> 10158 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
10159 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and 10159 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
10160 eight-bit-graphic correctly. 10160 eight-bit-graphic correctly.
10161 10161
10162 2000-05-24 Kenichi HANDA <handa@etl.go.jp> 10162 2000-05-24 Kenichi HANDA <handa@etl.go.jp>
10163 10163
10164 * fileio.c (Finsert_file_contents): Even if a file is not found, 10164 * fileio.c (Finsert_file_contents): Even if a file is not found,
12810 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area. 12810 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
12811 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset. 12811 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
12812 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback) 12812 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
12813 (xim_initialize, xim_close) 12813 (xim_initialize, xim_close)
12814 [HAVE_X_I18N && HAVE_X11R6]: New functions. 12814 [HAVE_X_I18N && HAVE_X11R6]: New functions.
12815 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame. 12815 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
12816 (x_term_init) [HAVE_X_I18N]: Call xim_initialize. 12816 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
12817 (x_delete_display) [HAVE_X_I18N]: Call xim_close. 12817 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
12818 12818
12819 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim' 12819 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
12820 and `xim_styles'. 12820 and `xim_styles'.
13027 * data.c (set_internal): Fix the criteria for whether 13027 * data.c (set_internal): Fix the criteria for whether
13028 to swap out the old cached binding. 13028 to swap out the old cached binding.
13029 13029
13030 2000-01-19 Dave Love <fx@gnu.org> 13030 2000-01-19 Dave Love <fx@gnu.org>
13031 13031
13032 * lread.c: (syms_of_lread) [user-init-file]: Doc change. 13032 * lread.c (syms_of_lread) [user-init-file]: Doc change.
13033 13033
13034 2000-01-18 Kenichi Handa <handa@etl.go.jp> 13034 2000-01-18 Kenichi Handa <handa@etl.go.jp>
13035 13035
13036 * regex.c (re_compile_fastmap): While checking a range table for 13036 * regex.c (re_compile_fastmap): While checking a range table for
13037 `charset', skip flag bits for a character class correctly. 13037 `charset', skip flag bits for a character class correctly.