diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1f570e15a07..cc87d69e070 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,20 @@ | |||
| 1 | 2006-08-25 Nick Roberts <nickrob@snap.net.nz> | 1 | 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com> |
| 2 | |||
| 3 | * xdisp.c (overline_margin): New variable. | ||
| 4 | (x_produce_glyphs): Use it. | ||
| 5 | (syms_of_xdisp): DEFVAR_INT it. | ||
| 6 | |||
| 7 | * xterm.c (x_underline_at_descent_line): New variable. | ||
| 8 | (syms_of_xterm): DEFVAR_BOOL it. | ||
| 9 | (x_draw_glyph_string): Use it. | ||
| 10 | Draw underline and overline up to the end of line if the face | ||
| 11 | extends to the end of line. | ||
| 12 | |||
| 13 | * macterm.c: Likewise. | ||
| 14 | |||
| 15 | * w32term.c: Likewise. | ||
| 16 | |||
| 17 | 2006-08-24 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | 18 | ||
| 3 | * buffer.c (Fswitch_to_buffer): Move buffer to front of | 19 | * buffer.c (Fswitch_to_buffer): Move buffer to front of |
| 4 | buffer-alist if necessary. | 20 | buffer-alist if necessary. |