diff options
| author | Karoly Lorentey | 2004-07-27 07:43:21 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-07-27 07:43:21 +0000 |
| commit | e1775c3e8209d76d22151282bc5343ed948b948c (patch) | |
| tree | fb6614369baa846adfcc553eda24cc73b3f67961 /src/ChangeLog | |
| parent | 15dabcb48a89496d128b7159fbb8d498b7cfbda6 (diff) | |
| parent | 38357a23f4887991726185607297a98a82680ea8 (diff) | |
| download | emacs-e1775c3e8209d76d22151282bc5343ed948b948c.tar.gz emacs-e1775c3e8209d76d22151282bc5343ed948b948c.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-468
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-469
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-222
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8d9d72de9d2..3e6094bbca0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,40 @@ | |||
| 1 | 2004-07-26 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe | ||
| 4 | is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV | ||
| 5 | if target position is at end of display line but char is not a newline. | ||
| 6 | |||
| 7 | 2004-07-25 Richard M. Stallman <rms@gnu.org> | ||
| 8 | |||
| 9 | * window.c (coordinates_in_window): Return ON_SCROLL_BAR | ||
| 10 | instead of ON_VERTICAL_BORDER, when on scroll bar. | ||
| 11 | (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil. | ||
| 12 | |||
| 13 | * dispextern.h (enum window_part): Add ON_SCROLL_BAR. | ||
| 14 | |||
| 15 | * window.c (Fcoordinates_in_window_p): | ||
| 16 | Take account of FRAME_INTERNAL_BORDER_WIDTH. | ||
| 17 | |||
| 18 | * alloc.c (check_cons_list): New function (contents commented out). | ||
| 19 | |||
| 20 | 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> | ||
| 21 | |||
| 22 | * xfaces.c (Fcolor_supported_p): Doc fix. | ||
| 23 | |||
| 24 | * frame.c (Fselect_frame, Fset_frame_selected_window) | ||
| 25 | (Fframe_visible_p, Fraise_frame): Doc fixes. | ||
| 26 | |||
| 1 | 2004-07-24 Richard M. Stallman <rms@gnu.org> | 27 | 2004-07-24 Richard M. Stallman <rms@gnu.org> |
| 2 | 28 | ||
| 29 | * keyboard.h (not_single_kboard_state): Declared. | ||
| 30 | |||
| 31 | * fileio.c (Fwrite_region): Doc fix. | ||
| 32 | |||
| 33 | * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH. | ||
| 34 | |||
| 35 | * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook | ||
| 36 | only when a real abbrev is present. | ||
| 37 | |||
| 3 | * xfns.c (x_icon_verify): New function. | 38 | * xfns.c (x_icon_verify): New function. |
| 4 | (Fx_create_frame): Use it. | 39 | (Fx_create_frame): Use it. |
| 5 | 40 | ||