comparison src/ChangeLog @ 62958:a8aa893e7e77

Spacing and formatting fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 01 Jun 2005 23:49:36 +0000
parents c9728e8d054c
children 2945f8ec464e
comparison
equal deleted inserted replaced
62957:e8139030a8a9 62958:a8aa893e7e77
2030 * keyboard.c (syms_of_keyboard): Doc fix. 2030 * keyboard.c (syms_of_keyboard): Doc fix.
2031 2031
2032 2005-01-13 Kim F. Storm <storm@cua.dk> 2032 2005-01-13 Kim F. Storm <storm@cua.dk>
2033 2033
2034 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg 2034 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
2035 (specify 0 for FACE instead). Reorder arg list. Doc fix. 2035 (specify 0 for FACE instead). Reorder arg list. Doc fix.
2036 2036
2037 2005-01-12 Richard M. Stallman <rms@gnu.org> 2037 2005-01-12 Richard M. Stallman <rms@gnu.org>
2038 2038
2039 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default 2039 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
2040 face property for characters that don't specify one. 2040 face property for characters that don't specify one.
2181 2181
2182 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and 2182 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
2183 fontp->space_width to FONT_WIDTH so they are valid. 2183 fontp->space_width to FONT_WIDTH so they are valid.
2184 2184
2185 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not 2185 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
2186 average width. Set fontp->average_width and fontp->space_width to 2186 average width. Set fontp->average_width and fontp->space_width to
2187 their appropriate values. 2187 their appropriate values.
2188 2188
2189 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to 2189 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
2190 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to 2190 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
2191 fontp->space_width. 2191 fontp->space_width.
2208 2004-12-31 Richard M. Stallman <rms@gnu.org> 2208 2004-12-31 Richard M. Stallman <rms@gnu.org>
2209 2209
2210 * xdisp.c (setup_for_ellipsis, get_next_display_element): 2210 * xdisp.c (setup_for_ellipsis, get_next_display_element):
2211 Set it->ellipsis_p to 1 or 0. 2211 Set it->ellipsis_p to 1 or 0.
2212 (display_line): Record whether row ends in mid-ellipsis. 2212 (display_line): Record whether row ends in mid-ellipsis.
2213 (set_cursor_from_row): If ends in ellipsis. find start of it. 2213 (set_cursor_from_row): If ends in ellipsis, find start of it.
2214 (cursor_row_p): If PT's at the end of the ellipsis the row 2214 (cursor_row_p): If PT's at the end of the ellipsis the row
2215 ends within, don't display cursor on this row. 2215 ends within, don't display cursor on this row.
2216 2216
2217 * dispextern.h (struct it): New element ellipsis_p. 2217 * dispextern.h (struct it): New element ellipsis_p.
2218 (struct glyph_row): New element ends_in_ellipsis_p. 2218 (struct glyph_row): New element ends_in_ellipsis_p.
2911 2004-11-26 Kim F. Storm <storm@cua.dk> 2911 2004-11-26 Kim F. Storm <storm@cua.dk>
2912 2912
2913 * fringe.c (update_window_fringes): Prefer truncation bitmaps over 2913 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
2914 angle bitmaps at top/bottom line. 2914 angle bitmaps at top/bottom line.
2915 2915
2916 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead, 2916 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
2917 set it when it->method is set to next_element_from_display_vector. 2917 set it when it->method is set to next_element_from_display_vector.
2918 (setup_for_ellipsis): Add LEN argument. Callers changed. 2918 (setup_for_ellipsis): Add LEN argument. Callers changed.
2919 Set it->saved_face_id. 2919 Set it->saved_face_id.
2920 (get_next_display_element): Use loop instead of recursion. 2920 (get_next_display_element): Use loop instead of recursion.
2921 Set it->saved_face_id. Combine duplicate code for ctr chars. 2921 Set it->saved_face_id. Combine duplicate code for ctr chars.
3107 (x_menu_set_in_use): Also set popup_activated_flag. 3107 (x_menu_set_in_use): Also set popup_activated_flag.
3108 3108
3109 * xfns.c (Fx_file_dialog): Call popup_activated instead of 3109 * xfns.c (Fx_file_dialog): Call popup_activated instead of
3110 x_menu_in_use. Call x_menu_set_in_use in Motif version also. 3110 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
3111 3111
3112 * xterm.h: (x_menu_in_use): Remove. 3112 * xterm.h (x_menu_in_use): Remove.
3113 3113
3114 2004-11-16 Richard M. Stallman <rms@gnu.org> 3114 2004-11-16 Richard M. Stallman <rms@gnu.org>
3115 3115
3116 * keymap.c (Fmap_keymap): New arg SORT-FIRST. 3116 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
3117 Use map-keymap-internal to implement that. 3117 Use map-keymap-internal to implement that.
3241 (struct it): New member max_extra_line_spacing. 3241 (struct it): New member max_extra_line_spacing.
3242 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP) 3242 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
3243 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros. 3243 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
3244 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible 3244 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
3245 part of last line is only extra line spacing (so the text on the 3245 part of last line is only extra line spacing (so the text on the
3246 line is fully visible). Use helper macros. 3246 line is fully visible). Use helper macros.
3247 Add W arg (to use them). All callers changed. 3247 Add W arg (to use them). All callers changed.
3248 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P) 3248 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
3249 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros. 3249 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
3250 3250
3251 * window.c (window_scroll_pixel_based, Frecenter): 3251 * window.c (window_scroll_pixel_based, Frecenter):
3927 3927
3928 2004-10-10 Kim F. Storm <storm@cua.dk> 3928 2004-10-10 Kim F. Storm <storm@cua.dk>
3929 3929
3930 * keyboard.c (timer_resume_idle): New function to resume idle 3930 * keyboard.c (timer_resume_idle): New function to resume idle
3931 timer without resetting timers on the idle list. 3931 timer without resetting timers on the idle list.
3932 (read_char): Use timer_resume_idle. Remove local var last_idle_start. 3932 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
3933 (timer_start_idle, timer_stop_idle): Declare static. 3933 (timer_start_idle, timer_stop_idle): Declare static.
3934 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle. 3934 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
3935 3935
3936 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes. 3936 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
3937 3937
6001 (describe_map): Rename arg `keys' to `prefix'. Remove local 6001 (describe_map): Rename arg `keys' to `prefix'. Remove local
6002 `elt_prefix' var. Use Fkey_description with prefix instead of 6002 `elt_prefix' var. Use Fkey_description with prefix instead of
6003 elt_prefix combined with Fsingle_key_description. 6003 elt_prefix combined with Fsingle_key_description.
6004 (describe_vector): Declare static. Replace arg `elt_prefix' with 6004 (describe_vector): Declare static. Replace arg `elt_prefix' with
6005 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it 6005 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
6006 if !KEYMAP_P. Use Fkey_description with prefix instead of 6006 if !KEYMAP_P. Use Fkey_description with prefix instead of
6007 Fsingle_key_description. 6007 Fsingle_key_description.
6008 6008
6009 * keymap.h (Fkey_description): Fix prototype. 6009 * keymap.h (Fkey_description): Fix prototype.
6010 (describe_vector): Remove prototype. 6010 (describe_vector): Remove prototype.
6011 6011
6216 (handle_single_display_prop): Allow space display property on all 6216 (handle_single_display_prop): Allow space display property on all
6217 platforms. 6217 platforms.
6218 (display_mode_line): Set mode_line_p before displaying line. 6218 (display_mode_line): Set mode_line_p before displaying line.
6219 (calc_pixel_width_or_height): Declare extern. Add separate :align-to 6219 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
6220 handling. Remove complex cases for fringes and scroll-bars. 6220 handling. Remove complex cases for fringes and scroll-bars.
6221 Add left, right, and center alignment positions. Add text (area) 6221 Add left, right, and center alignment positions. Add text (area)
6222 width/height. Return width or height for image specs. 6222 width/height. Return width or height for image specs.
6223 (produce_stretch_glyph): Improve handling of :align-to. Is now 6223 (produce_stretch_glyph): Improve handling of :align-to. Is now
6224 relative to left of text area by default, but other base offsets 6224 relative to left of text area by default, but other base offsets
6225 can be specified -- also for text lines. 6225 can be specified -- also for text lines.
6226 6226
10524 If an interval consists of just its children, delete one of them. 10524 If an interval consists of just its children, delete one of them.
10525 10525
10526 * intervals.h (CHECK_TOTAL_LENGTH): New macro. 10526 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
10527 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH. 10527 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
10528 10528
10529 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted. 10529 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
10530 All calls deleted. 10530 All calls deleted.
10531 (lisp_malloc): Do the work here directly. 10531 (lisp_malloc): Do the work here directly.
10532 10532
10533 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change) 10533 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
10534 10534
10683 toolbar and setup size_hint_flags. 10683 toolbar and setup size_hint_flags.
10684 (w32_frame_parm_handlers): New table for redisplay_interface. 10684 (w32_frame_parm_handlers): New table for redisplay_interface.
10685 (syms_of_w32fns): Don't intern/staticpro removed vars. 10685 (syms_of_w32fns): Don't intern/staticpro removed vars.
10686 10686
10687 * w32term.c: Remove unnecessary extern declarations. 10687 * w32term.c: Remove unnecessary extern declarations.
10688 (x_fullscreen_adjust): Remove. Use generic instead. 10688 (x_fullscreen_adjust): Remove. Use generic instead.
10689 (x_redisplay_interface): Add w32_frame_parm_handlers member. 10689 (x_redisplay_interface): Add w32_frame_parm_handlers member.
10690 10690
10691 * w32reg.c (x_get_string_resource): Use XrmDatabase. 10691 * w32reg.c (x_get_string_resource): Use XrmDatabase.
10692 10692
10693 * macgui.h (XrmDatabase): New (dummy) typedef. 10693 * macgui.h (XrmDatabase): New (dummy) typedef.
11909 (x-create-frame): Setup Cursor types. 11909 (x-create-frame): Setup Cursor types.
11910 11910
11911 2003-01-21 David Ponce <david@dponce.com> 11911 2003-01-21 David Ponce <david@dponce.com>
11912 11912
11913 * w32term.c (w32_encode_char): For DIM=1 charset, set 11913 * w32term.c (w32_encode_char): For DIM=1 charset, set
11914 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c 11914 ccl->reg[2] to -1 before calling ccl_driver.
11915 x_encode_char change by Kenichi Handa <handa@m17n.org> on 11915 (Sync. with xterm.c x_encode_char change by Kenichi Handa
11916 2002-09-30.) 11916 <handa@m17n.org> on 2002-09-30.)
11917 (w32_draw_relief_rect): Declare all args. 11917 (w32_draw_relief_rect): Declare all args.
11918 (w32_define_cursor): New. 11918 (w32_define_cursor): New.
11919 11919
11920 * w32fns.c (w32_load_cursor): New function. 11920 * w32fns.c (w32_load_cursor): New function.
11921 (w32_init_class): Use it. 11921 (w32_init_class): Use it.
14594 14594
14595 * lisp.h: Remove duplicate declaration of code_convert_string_norecord. 14595 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
14596 14596
14597 2002-06-27 Kim F. Storm <storm@cua.dk> 14597 2002-06-27 Kim F. Storm <storm@cua.dk>
14598 14598
14599 * xdisp.c: (mode_line_string_list, mode_line_string_face) 14599 * xdisp.c (mode_line_string_list, mode_line_string_face)
14600 (mode_line_string_face_prop): New variables. 14600 (mode_line_string_face_prop): New variables.
14601 (store_mode_line_string): New function. 14601 (store_mode_line_string): New function.
14602 (display_mode_element): Use store_mode_line_string to 14602 (display_mode_element): Use store_mode_line_string to
14603 add mode-line string elements to mode_line_string_list 14603 add mode-line string elements to mode_line_string_list
14604 when mode_line_string_list is non-nil. 14604 when mode_line_string_list is non-nil.
14637 * callint.c (Fcall_interactively): When checking to see if doprnt hit 14637 * callint.c (Fcall_interactively): When checking to see if doprnt hit
14638 the end of callint_message, allow for a terminating '\0'. 14638 the end of callint_message, allow for a terminating '\0'.
14639 14639
14640 2002-06-24 Juanma Barranquero <lektu@terra.es> 14640 2002-06-24 Juanma Barranquero <lektu@terra.es>
14641 14641
14642 * w32select.c: Include composite.h 14642 * w32select.c: Include composite.h.
14643 14643
14644 * w16select.c: Likewise. 14644 * w16select.c: Likewise.
14645 14645
14646 2002-06-24 Kenichi Handa <handa@etl.go.jp> 14646 2002-06-24 Kenichi Handa <handa@etl.go.jp>
14647 14647
15628 15628
15629 2002-04-10 Colin Walters <walters@verbum.org> 15629 2002-04-10 Colin Walters <walters@verbum.org>
15630 15630
15631 * config.in: Add HAVE_SHARED_GAME_DIR. 15631 * config.in: Add HAVE_SHARED_GAME_DIR.
15632 15632
15633 * callproc.c: (Vgame_score_directory): New variable. 15633 * callproc.c (Vgame_score_directory): New variable.
15634 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP. 15634 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
15635 15635
15636 2002-04-10 Richard M. Stallman <rms@gnu.org> 15636 2002-04-10 Richard M. Stallman <rms@gnu.org>
15637 15637
15638 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess. 15638 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
16176 16176
16177 2002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 16177 2002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
16178 16178
16179 * xterm.h (x_session_check_input, x_session_initialize): Declare. 16179 * xterm.h (x_session_check_input, x_session_initialize): Declare.
16180 16180
16181 * xterm.c: (XTread_socket): Add call to x_session_check_input and 16181 * xterm.c (XTread_socket): Add call to x_session_check_input and
16182 x_session_have_connection. 16182 x_session_have_connection.
16183 (x_initialize): Add call to x_session_initialize. 16183 (x_initialize): Add call to x_session_initialize.
16184 16184
16185 * termhooks.h (enum event_kind): Add save_session_event. 16185 * termhooks.h (enum event_kind): Add save_session_event.
16186 16186
16593 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff. 16593 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
16594 (x-fullscreen-adjust): New prototype. 16594 (x-fullscreen-adjust): New prototype.
16595 16595
16596 2002-02-17 Kim F. Storm <storm@cua.dk> 16596 2002-02-17 Kim F. Storm <storm@cua.dk>
16597 16597
16598 * frame.c: (Vmouse_highlight): New variable. 16598 * frame.c (Vmouse_highlight): New variable.
16599 (syms_of_frame): DEFVAR_LISP it. 16599 (syms_of_frame): DEFVAR_LISP it.
16600 16600
16601 * frame.h: (Vmouse_highlight): Declare extern. 16601 * frame.h (Vmouse_highlight): Declare extern.
16602 16602
16603 * xterm.h (struct x_display_info): Add mouse_face_hidden. 16603 * xterm.h (struct x_display_info): Add mouse_face_hidden.
16604 16604
16605 * xterm.c (disable_mouse_highlight): Removed variable. 16605 * xterm.c (disable_mouse_highlight): Removed variable.
16606 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil. 16606 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
18121 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined. 18121 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
18122 Required for ISC 4.1. 18122 Required for ISC 4.1.
18123 18123
18124 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> 18124 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
18125 18125
18126 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by 18126 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
18127 Andrew Wiseman <a.wiseman@btclick.com>. 18127 Andrew Wiseman <a.wiseman@btclick.com>.
18128 18128
18129 2001-11-16 Kim F. Storm <storm@cua.dk> 18129 2001-11-16 Kim F. Storm <storm@cua.dk>
18130 18130
18131 The following changes are made to clean up the various internal 18131 The following changes are made to clean up the various internal
18809 Change doc-string comments to `new style' [w/`doc:' keyword]. 18809 Change doc-string comments to `new style' [w/`doc:' keyword].
18810 (USAGE2): Fix typos in usage string. 18810 (USAGE2): Fix typos in usage string.
18811 18811
18812 * xterm.c: Fix typo in a comment. 18812 * xterm.c: Fix typo in a comment.
18813 18813
18814 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in 18814 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
18815 emacs.c. 18815 emacs.c.
18816 18816
18817 2001-10-27 Gerd Moellmann <gerd@gnu.org> 18817 2001-10-27 Gerd Moellmann <gerd@gnu.org>
18818 18818
18819 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height 18819 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
18933 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: 18933 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
18934 Fix clearing of area not covered by scroll bar. 18934 Fix clearing of area not covered by scroll bar.
18935 18935
18936 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 18936 2001-10-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
18937 18937
18938 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end' 18938 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
18939 and `real_start'. 18939 and `real_start'.
18940 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'. 18940 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
18941 (glyph_rect): Remove unused variable `area'. 18941 (glyph_rect): Remove unused variable `area'.
18942 18942
18943 2001-10-24 Gerd Moellmann <gerd@gnu.org> 18943 2001-10-24 Gerd Moellmann <gerd@gnu.org>
18965 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of 18965 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
18966 gnuemacs). 18966 gnuemacs).
18967 (HAVE_BOXES): Fix typo in comment. 18967 (HAVE_BOXES): Fix typo in comment.
18968 (push_menu_pane): Fix typo in comment. 18968 (push_menu_pane): Fix typo in comment.
18969 18969
18970 * xdisp.c: (display_prop_string_p): Remove unused local declaration 18970 * xdisp.c (display_prop_string_p): Remove unused local declaration
18971 of `Qwhen'. 18971 of `Qwhen'.
18972 (single_display_prop_string_p): Remove unused local declarations 18972 (single_display_prop_string_p): Remove unused local declarations
18973 of `Qwhen' and `Qmargin'. 18973 of `Qwhen' and `Qmargin'.
18974 (string_buffer_position): Remove unused variable `around'. 18974 (string_buffer_position): Remove unused variable `around'.
18975 (store_frame_title): Remove unused variable `width'. 18975 (store_frame_title): Remove unused variable `width'.