/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4419 by kfstorm, Wed Jun 1 11:42:00 2005 UTC revision 1.4420 by lektu, Wed Jun 1 23:49:36 2005 UTC
# Line 2032  Line 2032 
2032  2005-01-13  Kim F. Storm  <storm@cua.dk>  2005-01-13  Kim F. Storm  <storm@cua.dk>
2033    
2034          * xdisp.c (Fformat_mode_line): Fix last change.  Remove NO_PROPS arg          * xdisp.c (Fformat_mode_line): Fix last change.  Remove NO_PROPS arg
2035          (specify 0 for FACE instead). Reorder arg list.  Doc fix.          (specify 0 for FACE instead).  Reorder arg list.  Doc fix.
2036    
2037  2005-01-12  Richard M. Stallman  <rms@gnu.org>  2005-01-12  Richard M. Stallman  <rms@gnu.org>
2038    
# Line 2183  Line 2183 
2183          fontp->space_width to FONT_WIDTH so they are valid.          fontp->space_width to FONT_WIDTH so they are valid.
2184    
2185          * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not          * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
2186          average width. Set fontp->average_width and fontp->space_width to          average width.  Set fontp->average_width and fontp->space_width to
2187          their appropriate values.          their appropriate values.
2188    
2189          * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to          * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
# Line 2210  Line 2210 
2210          * xdisp.c (setup_for_ellipsis, get_next_display_element):          * xdisp.c (setup_for_ellipsis, get_next_display_element):
2211          Set it->ellipsis_p to 1 or 0.          Set it->ellipsis_p to 1 or 0.
2212          (display_line): Record whether row ends in mid-ellipsis.          (display_line): Record whether row ends in mid-ellipsis.
2213          (set_cursor_from_row): If ends in ellipsis. find start of it.          (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          (cursor_row_p): If PT's at the end of the ellipsis the row
2215          ends within, don't display cursor on this row.          ends within, don't display cursor on this row.
2216    
# Line 2913  Line 2913 
2913          * fringe.c (update_window_fringes): Prefer truncation bitmaps over          * fringe.c (update_window_fringes): Prefer truncation bitmaps over
2914          angle bitmaps at top/bottom line.          angle bitmaps at top/bottom line.
2915    
2916          * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,          * 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.          set it when it->method is set to next_element_from_display_vector.
2918          (setup_for_ellipsis): Add LEN argument.  Callers changed.          (setup_for_ellipsis): Add LEN argument.  Callers changed.
2919          Set it->saved_face_id.          Set it->saved_face_id.
# Line 3109  Line 3109 
3109          * xfns.c (Fx_file_dialog): Call popup_activated instead of          * 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.          x_menu_in_use.  Call x_menu_set_in_use in Motif version also.
3111    
3112          * xterm.h: (x_menu_in_use): Remove.          * xterm.h (x_menu_in_use): Remove.
3113    
3114  2004-11-16  Richard M. Stallman  <rms@gnu.org>  2004-11-16  Richard M. Stallman  <rms@gnu.org>
3115    
# Line 3243  Line 3243 
3243          (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.          (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
3244          (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible          (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          part of last line is only extra line spacing (so the text on the
3246          line is fully visible). Use helper macros.          line is fully visible).  Use helper macros.
3247          Add W arg (to use them).  All callers changed.          Add W arg (to use them).  All callers changed.
3248          (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)          (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
3249          (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.          (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
# Line 3929  Line 3929 
3929    
3930          * keyboard.c (timer_resume_idle): New function to resume idle          * keyboard.c (timer_resume_idle): New function to resume idle
3931          timer without resetting timers on the idle list.          timer without resetting timers on the idle list.
3932          (read_char): Use timer_resume_idle. Remove local var last_idle_start.          (read_char): Use timer_resume_idle.  Remove local var last_idle_start.
3933          (timer_start_idle, timer_stop_idle): Declare static.          (timer_start_idle, timer_stop_idle): Declare static.
3934          (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.          (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
3935    
# Line 6003  Line 6003 
6003          elt_prefix combined with Fsingle_key_description.          elt_prefix combined with Fsingle_key_description.
6004          (describe_vector): Declare static.  Replace arg `elt_prefix' with          (describe_vector): Declare static.  Replace arg `elt_prefix' with
6005          `prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it          `prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
6006          if !KEYMAP_P. Use Fkey_description with prefix instead of          if !KEYMAP_P.  Use Fkey_description with prefix instead of
6007          Fsingle_key_description.          Fsingle_key_description.
6008    
6009          * keymap.h (Fkey_description): Fix prototype.          * keymap.h (Fkey_description): Fix prototype.
# Line 6218  Line 6218 
6218          (display_mode_line): Set mode_line_p before displaying line.          (display_mode_line): Set mode_line_p before displaying line.
6219          (calc_pixel_width_or_height): Declare extern.  Add separate :align-to          (calc_pixel_width_or_height): Declare extern.  Add separate :align-to
6220          handling.  Remove complex cases for fringes and scroll-bars.          handling.  Remove complex cases for fringes and scroll-bars.
6221          Add left, right, and center alignment positions. Add text (area)          Add left, right, and center alignment positions.  Add text (area)
6222          width/height.  Return width or height for image specs.          width/height.  Return width or height for image specs.
6223          (produce_stretch_glyph): Improve handling of :align-to.  Is now          (produce_stretch_glyph): Improve handling of :align-to.  Is now
6224          relative to left of text area by default, but other base offsets          relative to left of text area by default, but other base offsets
# Line 10526  Line 10526 
10526          * intervals.h (CHECK_TOTAL_LENGTH): New macro.          * intervals.h (CHECK_TOTAL_LENGTH): New macro.
10527          * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.          * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
10528    
10529          * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.          * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
10530          All calls deleted.          All calls deleted.
10531          (lisp_malloc): Do the work here directly.          (lisp_malloc): Do the work here directly.
10532    
# Line 10685  Line 10685 
10685          (syms_of_w32fns): Don't intern/staticpro removed vars.          (syms_of_w32fns): Don't intern/staticpro removed vars.
10686    
10687          * w32term.c: Remove unnecessary extern declarations.          * w32term.c: Remove unnecessary extern declarations.
10688          (x_fullscreen_adjust): Remove. Use generic instead.          (x_fullscreen_adjust): Remove.  Use generic instead.
10689          (x_redisplay_interface): Add w32_frame_parm_handlers member.          (x_redisplay_interface): Add w32_frame_parm_handlers member.
10690    
10691          * w32reg.c (x_get_string_resource): Use XrmDatabase.          * w32reg.c (x_get_string_resource): Use XrmDatabase.
# Line 11911  Line 11911 
11911  2003-01-21  David Ponce  <david@dponce.com>  2003-01-21  David Ponce  <david@dponce.com>
11912    
11913          * w32term.c (w32_encode_char): For DIM=1 charset, set          * w32term.c (w32_encode_char): For DIM=1 charset, set
11914          ccl->reg[2] to -1 before calling ccl_driver.  (Sync. with xterm.c          ccl->reg[2] to -1 before calling ccl_driver.
11915          x_encode_char change by Kenichi Handa <handa@m17n.org> on          (Sync. with xterm.c x_encode_char change by Kenichi Handa
11916          2002-09-30.)          <handa@m17n.org> on 2002-09-30.)
11917          (w32_draw_relief_rect): Declare all args.          (w32_draw_relief_rect): Declare all args.
11918          (w32_define_cursor): New.          (w32_define_cursor): New.
11919    
# Line 14596  Line 14596 
14596    
14597  2002-06-27  Kim F. Storm  <storm@cua.dk>  2002-06-27  Kim F. Storm  <storm@cua.dk>
14598    
14599          * xdisp.c: (mode_line_string_list, mode_line_string_face)          * xdisp.c (mode_line_string_list, mode_line_string_face)
14600          (mode_line_string_face_prop): New variables.          (mode_line_string_face_prop): New variables.
14601          (store_mode_line_string): New function.          (store_mode_line_string): New function.
14602          (display_mode_element): Use store_mode_line_string to          (display_mode_element): Use store_mode_line_string to
# Line 14639  Line 14639 
14639    
14640  2002-06-24  Juanma Barranquero  <lektu@terra.es>  2002-06-24  Juanma Barranquero  <lektu@terra.es>
14641    
14642          * w32select.c: Include composite.h          * w32select.c: Include composite.h.
14643    
14644          * w16select.c: Likewise.          * w16select.c: Likewise.
14645    
# Line 15630  Line 15630 
15630    
15631          * config.in: Add HAVE_SHARED_GAME_DIR.          * config.in: Add HAVE_SHARED_GAME_DIR.
15632    
15633          * callproc.c: (Vgame_score_directory): New variable.          * callproc.c (Vgame_score_directory): New variable.
15634          (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.          (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
15635    
15636  2002-04-10  Richard M. Stallman  <rms@gnu.org>  2002-04-10  Richard M. Stallman  <rms@gnu.org>
# Line 16178  Line 16178 
16178    
16179          * xterm.h (x_session_check_input, x_session_initialize): Declare.          * xterm.h (x_session_check_input, x_session_initialize): Declare.
16180    
16181          * xterm.c: (XTread_socket): Add call to x_session_check_input and          * xterm.c (XTread_socket): Add call to x_session_check_input and
16182          x_session_have_connection.          x_session_have_connection.
16183          (x_initialize): Add call to x_session_initialize.          (x_initialize): Add call to x_session_initialize.
16184    
# Line 16595  Line 16595 
16595    
16596  2002-02-17  Kim F. Storm  <storm@cua.dk>  2002-02-17  Kim F. Storm  <storm@cua.dk>
16597    
16598          * frame.c: (Vmouse_highlight): New variable.          * frame.c (Vmouse_highlight): New variable.
16599          (syms_of_frame): DEFVAR_LISP it.          (syms_of_frame): DEFVAR_LISP it.
16600    
16601          * frame.h: (Vmouse_highlight): Declare extern.          * frame.h (Vmouse_highlight): Declare extern.
16602    
16603          * xterm.h (struct x_display_info): Add mouse_face_hidden.          * xterm.h (struct x_display_info): Add mouse_face_hidden.
16604    
# Line 18123  Line 18123 
18123    
18124  2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>  2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
18125    
18126          * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by          * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
18127          Andrew Wiseman <a.wiseman@btclick.com>.          Andrew Wiseman <a.wiseman@btclick.com>.
18128    
18129  2001-11-16  Kim F. Storm  <storm@cua.dk>  2001-11-16  Kim F. Storm  <storm@cua.dk>
# Line 18811  Line 18811 
18811    
18812          * xterm.c: Fix typo in a comment.          * xterm.c: Fix typo in a comment.
18813    
18814          * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in          * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
18815          emacs.c.          emacs.c.
18816    
18817  2001-10-27  Gerd Moellmann  <gerd@gnu.org>  2001-10-27  Gerd Moellmann  <gerd@gnu.org>
# Line 18935  Line 18935 
18935    
18936  2001-10-24  Pavel Jan,Am(Bk  <Pavel@Janik.cz>  2001-10-24  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
18937    
18938          * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'          * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
18939          and `real_start'.          and `real_start'.
18940          (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.          (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
18941          (glyph_rect): Remove unused variable `area'.          (glyph_rect): Remove unused variable `area'.
# Line 18967  Line 18967 
18967          (HAVE_BOXES): Fix typo in comment.          (HAVE_BOXES): Fix typo in comment.
18968          (push_menu_pane): Fix typo in comment.          (push_menu_pane): Fix typo in comment.
18969    
18970          * xdisp.c: (display_prop_string_p): Remove unused local declaration          * xdisp.c (display_prop_string_p): Remove unused local declaration
18971          of `Qwhen'.          of `Qwhen'.
18972          (single_display_prop_string_p): Remove unused local declarations          (single_display_prop_string_p): Remove unused local declarations
18973          of `Qwhen' and `Qmargin'.          of `Qwhen' and `Qmargin'.

Legend:
Removed from v.1.4419  
changed lines
  Added in v.1.4420

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26