Mercurial > emacs
comparison src/ChangeLog @ 89957:c08afac24467
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-26
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-466
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-470
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 28 Jul 2004 07:05:52 +0000 |
parents | b9eee0a7bef5 371bf470dbbf |
children | 0bdb5a16ae51 |
comparison
equal
deleted
inserted
replaced
89956:b9eee0a7bef5 | 89957:c08afac24467 |
---|---|
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. |
4 | 50 |
5 2004-07-21 Kim F. Storm <storm@cua.dk> | 51 2004-07-21 Kim F. Storm <storm@cua.dk> |