** Iso Accents mode now supports Latin-3 as an alternative.
+** The commadn next-error now opens blocks hidden by hideshow.
+
** The function using-unix-filesystems has been replaced by the
functions add-untranslated-filesystem and remove-untranslated-filesystem.
Each of these functions takes the name of a drive letter or directory
+2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
+
+ * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
+ at comment end, and re-insert them after filling.
+
2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
* progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
+2000-01-03 Gerd Moellmann <gerd@gnu.org>
+
+ * xdisp.c (reseat_at_next_visible_line_start): Position before
+ newline only if ending up on a newline.
+ (next_element_from_ellipsis): Return success. Handle case of
+ displaying no ellipsis. Fix case of ellipsis defined in display
+ table.
+ (next_element_from_buffer): Return 0 if next_element_from_ellipsis
+ returns 0.
+
2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
* xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.