diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 72 |
1 files changed, 66 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6bc622c8bff..4db9b8cb4d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,64 @@ | |||
| 1 | 2004-04-27 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (x_produce_glyphs): Fix last change; handle newline in | ||
| 4 | header line strings. | ||
| 5 | |||
| 6 | * dispextern.h (struct it): New member use_default_face. | ||
| 7 | |||
| 8 | * xdisp.c (Qline_height): New variable. | ||
| 9 | (syms_of_xdisp): Intern and staticpro it. | ||
| 10 | (append_space_for_newline): Partially undo 2004-04-25 change; | ||
| 11 | add default_face_p arg, and restore callers. | ||
| 12 | Clear it->use_default_face after use. | ||
| 13 | (x_produce_glyphs): Set default font for ascii char if | ||
| 14 | it->use_default_font is set. Change line-spacing property to set | ||
| 15 | just extra line spacing. Handle new line-height property. | ||
| 16 | |||
| 17 | 2004-04-26 Andreas Schwab <schwab@suse.de> | ||
| 18 | |||
| 19 | * print.c (print_object): Print non-ascii characters in bool | ||
| 20 | vector representation as octal escapes. | ||
| 21 | |||
| 22 | * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define. | ||
| 23 | * print.c (print_object): Use it instead of BITS_PER_CHAR for | ||
| 24 | bool vectors. | ||
| 25 | * lread.c (read1): Likewise. | ||
| 26 | * alloc.c (Fmake_bool_vector): Likewise. | ||
| 27 | * data.c (Faref, Faset): Likewise. | ||
| 28 | * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray) | ||
| 29 | (mapcar1): Likewise. | ||
| 30 | |||
| 31 | 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local> | ||
| 32 | |||
| 33 | * lread.c (init_lread): Fixing typo HAVE_CARBON test logic | ||
| 34 | |||
| 35 | 2004-04-26 Miles Bader <miles@gnu.org> | ||
| 36 | |||
| 37 | * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c. | ||
| 38 | |||
| 39 | 2004-04-26 Juanma Barranquero <lektu@terra.es> | ||
| 40 | |||
| 41 | * buffer.c (Fpop_to_buffer): Fix docstring. | ||
| 42 | |||
| 43 | 2004-04-26 Steven Tamm <steventamm@mac.com> | ||
| 44 | |||
| 45 | * lread.c (init_lread): Don't display missing lisp directory | ||
| 46 | warnings with Carbon Emacs because self-contained bundled Emacs | ||
| 47 | may be built without correct installation path. | ||
| 48 | |||
| 49 | 2004-04-25 Kim F. Storm <storm@cua.dk> | ||
| 50 | |||
| 51 | * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines. | ||
| 52 | |||
| 53 | * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines. | ||
| 54 | |||
| 55 | * xdisp.c (append_space_for_newline): Rename from append_space. | ||
| 56 | Remove DEFAULT_FACE_P arg; always use current face. Callers changed. | ||
| 57 | (x_produce_glyphs): Handle line-spacing property on newline char. | ||
| 58 | If value is t, adjust ascent and descent to fit current row height. | ||
| 59 | If value is an integer or float, set extra_line_spacing to integer | ||
| 60 | value, or to float value x current line height. | ||
| 61 | |||
| 1 | 2004-04-23 Kenichi Handa <handa@m17n.org> | 62 | 2004-04-23 Kenichi Handa <handa@m17n.org> |
| 2 | 63 | ||
| 3 | * fontset.c (Finternal_char_font): If POSITION is nil, return | 64 | * fontset.c (Finternal_char_font): If POSITION is nil, return |
| @@ -37,7 +98,7 @@ | |||
| 37 | 98 | ||
| 38 | * lisp.h (pos_visible_p): Fix prototype. | 99 | * lisp.h (pos_visible_p): Fix prototype. |
| 39 | 100 | ||
| 40 | * macterm.c (x_draw_relief_rect): Add top_p and bot_p args. | 101 | * macterm.c (x_draw_relief_rect): Add top_p and bot_p args. |
| 41 | (x_draw_glyph_string_box): Fix call to x_draw_relief_rect. | 102 | (x_draw_glyph_string_box): Fix call to x_draw_relief_rect. |
| 42 | (x_draw_image_foreground, x_draw_image_relief) | 103 | (x_draw_image_foreground, x_draw_image_relief) |
| 43 | (x_draw_image_foreground_1, x_draw_image_glyph_string): | 104 | (x_draw_image_foreground_1, x_draw_image_glyph_string): |
| @@ -8334,12 +8395,11 @@ | |||
| 8334 | 8395 | ||
| 8335 | 2002-07-19 Juanma Barranquero <lektu@terra.es> | 8396 | 2002-07-19 Juanma Barranquero <lektu@terra.es> |
| 8336 | 8397 | ||
| 8337 | * fileio.c (Ffile_name_as_directory): Fix argument name in docstring. | ||
| 8338 | (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP. | ||
| 8339 | |||
| 8340 | * xdisp.c (syms_of_xdisp): Remove redundant deprecation info. | 8398 | * xdisp.c (syms_of_xdisp): Remove redundant deprecation info. |
| 8341 | 8399 | ||
| 8342 | * fileio.c (syms_of_fileio): Likewise. | 8400 | * fileio.c (syms_of_fileio): Likewise. |
| 8401 | (Ffile_name_as_directory): Fix argument name in docstring. | ||
| 8402 | (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP. | ||
| 8343 | 8403 | ||
| 8344 | 2002-07-18 Richard M. Stallman <rms@gnu.org> | 8404 | 2002-07-18 Richard M. Stallman <rms@gnu.org> |
| 8345 | 8405 | ||
| @@ -11989,9 +12049,9 @@ | |||
| 11989 | 12049 | ||
| 11990 | * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. | 12050 | * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. |
| 11991 | 12051 | ||
| 11992 | * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks. | 12052 | * buffer.c (Fkill_buffer): Likewise. |
| 11993 | 12053 | ||
| 11994 | * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks. | 12054 | * print.c (temp_output_buffer_setup): Likewise. |
| 11995 | 12055 | ||
| 11996 | 2001-11-25 Stefan Monnier <monnier@cs.yale.edu> | 12056 | 2001-11-25 Stefan Monnier <monnier@cs.yale.edu> |
| 11997 | 12057 | ||