[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/ChangeLog
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/ChangeLog |
Date: |
Wed, 01 Jun 2005 19:49:37 -0400 |
Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4419 emacs/src/ChangeLog:1.4420
*** emacs/src/ChangeLog:1.4419 Wed Jun 1 11:42:00 2005
--- emacs/src/ChangeLog Wed Jun 1 23:49:36 2005
***************
*** 2032,2038 ****
2005-01-13 Kim F. Storm <address@hidden>
* xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
! (specify 0 for FACE instead). Reorder arg list. Doc fix.
2005-01-12 Richard M. Stallman <address@hidden>
--- 2032,2038 ----
2005-01-13 Kim F. Storm <address@hidden>
* xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
! (specify 0 for FACE instead). Reorder arg list. Doc fix.
2005-01-12 Richard M. Stallman <address@hidden>
***************
*** 2183,2189 ****
fontp->space_width to FONT_WIDTH so they are valid.
* w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
! average width. Set fontp->average_width and fontp->space_width to
their appropriate values.
* w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
--- 2183,2189 ----
fontp->space_width to FONT_WIDTH so they are valid.
* w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
! average width. Set fontp->average_width and fontp->space_width to
their appropriate values.
* w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
***************
*** 2210,2216 ****
* xdisp.c (setup_for_ellipsis, get_next_display_element):
Set it->ellipsis_p to 1 or 0.
(display_line): Record whether row ends in mid-ellipsis.
! (set_cursor_from_row): If ends in ellipsis. find start of it.
(cursor_row_p): If PT's at the end of the ellipsis the row
ends within, don't display cursor on this row.
--- 2210,2216 ----
* xdisp.c (setup_for_ellipsis, get_next_display_element):
Set it->ellipsis_p to 1 or 0.
(display_line): Record whether row ends in mid-ellipsis.
! (set_cursor_from_row): If ends in ellipsis, find start of it.
(cursor_row_p): If PT's at the end of the ellipsis the row
ends within, don't display cursor on this row.
***************
*** 2913,2919 ****
* fringe.c (update_window_fringes): Prefer truncation bitmaps over
angle bitmaps at top/bottom line.
! * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
set it when it->method is set to next_element_from_display_vector.
(setup_for_ellipsis): Add LEN argument. Callers changed.
Set it->saved_face_id.
--- 2913,2919 ----
* fringe.c (update_window_fringes): Prefer truncation bitmaps over
angle bitmaps at top/bottom line.
! * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
set it when it->method is set to next_element_from_display_vector.
(setup_for_ellipsis): Add LEN argument. Callers changed.
Set it->saved_face_id.
***************
*** 3109,3115 ****
* xfns.c (Fx_file_dialog): Call popup_activated instead of
x_menu_in_use. Call x_menu_set_in_use in Motif version also.
! * xterm.h: (x_menu_in_use): Remove.
2004-11-16 Richard M. Stallman <address@hidden>
--- 3109,3115 ----
* xfns.c (Fx_file_dialog): Call popup_activated instead of
x_menu_in_use. Call x_menu_set_in_use in Motif version also.
! * xterm.h (x_menu_in_use): Remove.
2004-11-16 Richard M. Stallman <address@hidden>
***************
*** 3243,3249 ****
(MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
(MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
part of last line is only extra line spacing (so the text on the
! line is fully visible). Use helper macros.
Add W arg (to use them). All callers changed.
(MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
(MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
--- 3243,3249 ----
(MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
(MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
part of last line is only extra line spacing (so the text on the
! line is fully visible). Use helper macros.
Add W arg (to use them). All callers changed.
(MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
(MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
***************
*** 3929,3935 ****
* keyboard.c (timer_resume_idle): New function to resume idle
timer without resetting timers on the idle list.
! (read_char): Use timer_resume_idle. Remove local var last_idle_start.
(timer_start_idle, timer_stop_idle): Declare static.
(read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
--- 3929,3935 ----
* keyboard.c (timer_resume_idle): New function to resume idle
timer without resetting timers on the idle list.
! (read_char): Use timer_resume_idle. Remove local var last_idle_start.
(timer_start_idle, timer_stop_idle): Declare static.
(read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
***************
*** 6003,6009 ****
elt_prefix combined with Fsingle_key_description.
(describe_vector): Declare static. Replace arg `elt_prefix' with
`prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
! if !KEYMAP_P. Use Fkey_description with prefix instead of
Fsingle_key_description.
* keymap.h (Fkey_description): Fix prototype.
--- 6003,6009 ----
elt_prefix combined with Fsingle_key_description.
(describe_vector): Declare static. Replace arg `elt_prefix' with
`prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
! if !KEYMAP_P. Use Fkey_description with prefix instead of
Fsingle_key_description.
* keymap.h (Fkey_description): Fix prototype.
***************
*** 6218,6224 ****
(display_mode_line): Set mode_line_p before displaying line.
(calc_pixel_width_or_height): Declare extern. Add separate :align-to
handling. Remove complex cases for fringes and scroll-bars.
! Add left, right, and center alignment positions. Add text (area)
width/height. Return width or height for image specs.
(produce_stretch_glyph): Improve handling of :align-to. Is now
relative to left of text area by default, but other base offsets
--- 6218,6224 ----
(display_mode_line): Set mode_line_p before displaying line.
(calc_pixel_width_or_height): Declare extern. Add separate :align-to
handling. Remove complex cases for fringes and scroll-bars.
! Add left, right, and center alignment positions. Add text (area)
width/height. Return width or height for image specs.
(produce_stretch_glyph): Improve handling of :align-to. Is now
relative to left of text area by default, but other base offsets
***************
*** 10526,10532 ****
* intervals.h (CHECK_TOTAL_LENGTH): New macro.
* intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
! * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
All calls deleted.
(lisp_malloc): Do the work here directly.
--- 10526,10532 ----
* intervals.h (CHECK_TOTAL_LENGTH): New macro.
* intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
! * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
All calls deleted.
(lisp_malloc): Do the work here directly.
***************
*** 10685,10691 ****
(syms_of_w32fns): Don't intern/staticpro removed vars.
* w32term.c: Remove unnecessary extern declarations.
! (x_fullscreen_adjust): Remove. Use generic instead.
(x_redisplay_interface): Add w32_frame_parm_handlers member.
* w32reg.c (x_get_string_resource): Use XrmDatabase.
--- 10685,10691 ----
(syms_of_w32fns): Don't intern/staticpro removed vars.
* w32term.c: Remove unnecessary extern declarations.
! (x_fullscreen_adjust): Remove. Use generic instead.
(x_redisplay_interface): Add w32_frame_parm_handlers member.
* w32reg.c (x_get_string_resource): Use XrmDatabase.
***************
*** 11911,11919 ****
2003-01-21 David Ponce <address@hidden>
* w32term.c (w32_encode_char): For DIM=1 charset, set
! ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
! x_encode_char change by Kenichi Handa <address@hidden> on
! 2002-09-30.)
(w32_draw_relief_rect): Declare all args.
(w32_define_cursor): New.
--- 11911,11919 ----
2003-01-21 David Ponce <address@hidden>
* w32term.c (w32_encode_char): For DIM=1 charset, set
! ccl->reg[2] to -1 before calling ccl_driver.
! (Sync. with xterm.c x_encode_char change by Kenichi Handa
! <address@hidden> on 2002-09-30.)
(w32_draw_relief_rect): Declare all args.
(w32_define_cursor): New.
***************
*** 14596,14602 ****
2002-06-27 Kim F. Storm <address@hidden>
! * xdisp.c: (mode_line_string_list, mode_line_string_face)
(mode_line_string_face_prop): New variables.
(store_mode_line_string): New function.
(display_mode_element): Use store_mode_line_string to
--- 14596,14602 ----
2002-06-27 Kim F. Storm <address@hidden>
! * xdisp.c (mode_line_string_list, mode_line_string_face)
(mode_line_string_face_prop): New variables.
(store_mode_line_string): New function.
(display_mode_element): Use store_mode_line_string to
***************
*** 14639,14645 ****
2002-06-24 Juanma Barranquero <address@hidden>
! * w32select.c: Include composite.h
* w16select.c: Likewise.
--- 14639,14645 ----
2002-06-24 Juanma Barranquero <address@hidden>
! * w32select.c: Include composite.h.
* w16select.c: Likewise.
***************
*** 15630,15636 ****
* config.in: Add HAVE_SHARED_GAME_DIR.
! * callproc.c: (Vgame_score_directory): New variable.
(syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
2002-04-10 Richard M. Stallman <address@hidden>
--- 15630,15636 ----
* config.in: Add HAVE_SHARED_GAME_DIR.
! * callproc.c (Vgame_score_directory): New variable.
(syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
2002-04-10 Richard M. Stallman <address@hidden>
***************
*** 16178,16184 ****
* xterm.h (x_session_check_input, x_session_initialize): Declare.
! * xterm.c: (XTread_socket): Add call to x_session_check_input and
x_session_have_connection.
(x_initialize): Add call to x_session_initialize.
--- 16178,16184 ----
* xterm.h (x_session_check_input, x_session_initialize): Declare.
! * xterm.c (XTread_socket): Add call to x_session_check_input and
x_session_have_connection.
(x_initialize): Add call to x_session_initialize.
***************
*** 16595,16604 ****
2002-02-17 Kim F. Storm <address@hidden>
! * frame.c: (Vmouse_highlight): New variable.
(syms_of_frame): DEFVAR_LISP it.
! * frame.h: (Vmouse_highlight): Declare extern.
* xterm.h (struct x_display_info): Add mouse_face_hidden.
--- 16595,16604 ----
2002-02-17 Kim F. Storm <address@hidden>
! * frame.c (Vmouse_highlight): New variable.
(syms_of_frame): DEFVAR_LISP it.
! * frame.h (Vmouse_highlight): Declare extern.
* xterm.h (struct x_display_info): Add mouse_face_hidden.
***************
*** 18123,18129 ****
2001-11-16 Eli Zaretskii <address@hidden>
! * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
Andrew Wiseman <address@hidden>.
2001-11-16 Kim F. Storm <address@hidden>
--- 18123,18129 ----
2001-11-16 Eli Zaretskii <address@hidden>
! * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
Andrew Wiseman <address@hidden>.
2001-11-16 Kim F. Storm <address@hidden>
***************
*** 18811,18817 ****
* xterm.c: Fix typo in a comment.
! * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
emacs.c.
2001-10-27 Gerd Moellmann <address@hidden>
--- 18811,18817 ----
* xterm.c: Fix typo in a comment.
! * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
emacs.c.
2001-10-27 Gerd Moellmann <address@hidden>
***************
*** 18935,18941 ****
2001-10-24 Pavel Jan,Am(Bk <address@hidden>
! * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
and `real_start'.
(x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
(glyph_rect): Remove unused variable `area'.
--- 18935,18941 ----
2001-10-24 Pavel Jan,Am(Bk <address@hidden>
! * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
and `real_start'.
(x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
(glyph_rect): Remove unused variable `area'.
***************
*** 18967,18973 ****
(HAVE_BOXES): Fix typo in comment.
(push_menu_pane): Fix typo in comment.
! * xdisp.c: (display_prop_string_p): Remove unused local declaration
of `Qwhen'.
(single_display_prop_string_p): Remove unused local declarations
of `Qwhen' and `Qmargin'.
--- 18967,18973 ----
(HAVE_BOXES): Fix typo in comment.
(push_menu_pane): Fix typo in comment.
! * xdisp.c (display_prop_string_p): Remove unused local declaration
of `Qwhen'.
(single_display_prop_string_p): Remove unused local declarations
of `Qwhen' and `Qmargin'.
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/06/01
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/06/01
- [Emacs-diffs] Changes to emacs/src/ChangeLog,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/06/02
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2005/06/03
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/06/03
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Jan Dj�rv, 2005/06/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/06/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2005/06/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2005/06/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2005/06/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2005/06/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/06/05