*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
index 50bfe17..3931c39 100644 (file)
@@ -1,3 +1,30 @@
+2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
+
+       * alloc.c: Reindent DEFUNs with doc: keywords.
+
+       * abbrev.c (Finsert_abbrev_table_description): Reindent.
+
+       * frame.c: Change doc-string comments to `new style' [w/`doc:'
+       keyword].
+
+2001-10-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * Version 21.1 released.
+
+2001-10-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes
+       removed.
+
+       * xdisp.c (invisible_text_between_p): Put prototype inside #if
+       0 because unused.
+
+       * bytecode.c, callint.c, callproc.c, casefiddle.c, casetab.c
+       * category.c, ccl.c, charset.c, process.c, syntax.c, window.c: Change
+       doc-string comments to `new style' [w/`doc:' keyword].
+
 2001-10-20  Miles Bader  <miles@gnu.org>
 
        The following changes remove the glyph_row `inverse_p' field,
        (clear_end_of_line_raw): Renamed to `clear_end_of_line'.
        (clear_to_end): Call `clear_end_of_line' instead of
        `clear_end_of_line_raw'.
+       (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Vars removed.
+       (term_init): Don't set them.
+       Turn off any standout/underline modes that require magic cookies.
+       (ins_del_lines, highlight_if_desired, background_highlight) 
+       (turn_on_highlight, turn_off_highlight, reset_terminal_modes):
+       Remove special processing for magic-cookie standout modes.
+       (turn_off_face, turn_on_face): Remove special processing for
+       underline magic-cookie glitch.
 
 2001-10-19  Richard M. Stallman  <rms@gnu.org>