diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e51cdf554ce..d06be958790 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,49 @@ | |||
| 1 | 2004-07-27 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after | ||
| 4 | we have ensured that the glyph fits on the current line (or returned | ||
| 5 | MOVE_LINE_CONTINUED otherwise). | ||
| 6 | |||
| 7 | 2004-07-26 Kim F. Storm <storm@cua.dk> | ||
| 8 | |||
| 9 | * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe | ||
| 10 | is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV | ||
| 11 | if target position is at end of display line but char is not a newline. | ||
| 12 | |||
| 13 | 2004-07-25 Richard M. Stallman <rms@gnu.org> | ||
| 14 | |||
| 15 | * window.c (coordinates_in_window): Return ON_SCROLL_BAR | ||
| 16 | instead of ON_VERTICAL_BORDER, when on scroll bar. | ||
| 17 | (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil. | ||
| 18 | |||
| 19 | * dispextern.h (enum window_part): Add ON_SCROLL_BAR. | ||
| 20 | |||
| 21 | * window.c (Fcoordinates_in_window_p): | ||
| 22 | Take account of FRAME_INTERNAL_BORDER_WIDTH. | ||
| 23 | |||
| 24 | * alloc.c (check_cons_list): New function (contents commented out). | ||
| 25 | |||
| 26 | 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> | ||
| 27 | |||
| 28 | * xfaces.c (Fcolor_supported_p): Doc fix. | ||
| 29 | |||
| 30 | * frame.c (Fselect_frame, Fset_frame_selected_window) | ||
| 31 | (Fframe_visible_p, Fraise_frame): Doc fixes. | ||
| 32 | |||
| 33 | 2004-07-24 Richard M. Stallman <rms@gnu.org> | ||
| 34 | |||
| 35 | * keyboard.h (not_single_kboard_state): Declared. | ||
| 36 | |||
| 37 | * fileio.c (Fwrite_region): Doc fix. | ||
| 38 | |||
| 39 | * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH. | ||
| 40 | |||
| 41 | * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook | ||
| 42 | only when a real abbrev is present. | ||
| 43 | |||
| 44 | * xfns.c (x_icon_verify): New function. | ||
| 45 | (Fx_create_frame): Use it. | ||
| 46 | |||
| 1 | 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change) | 47 | 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change) |
| 2 | 48 | ||
| 3 | * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined. | 49 | * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined. |