From 9ed1cc23d757159546076200a4bf8acf01c2e54a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 10:05:15 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++---- lisp/gnus/ChangeLog | 4 ++++ src/ChangeLog | 43 +++++++++++++++++++++++++++++++------------ 3 files changed, 40 insertions(+), 16 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d85a164adbd..6bb3110154c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -40,17 +40,18 @@ * ps-mule.el (ps-multibyte-buffer): Likewise. - * speedbar.el (speedbar-mode): Likewise. - * textmodes/fill.el (fill-nonuniform-paragraphs) (fill-individual-paragraphs): Likewise. * textmodes/reftex.el (reftex-TeX-master-file): Likewise. - * textmodes/reftex-vars.el (reftex-multiref-punctuation): Likewise. - * vcursor.el (vcursor-toggle-vcursor-map): Likewise. + * speedbar.el (speedbar-mode): Fix spacing. Fix typos. + + * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo. + (reftex-multiref-punctuation): Fix spacing. + 2002-09-05 Richard M. Stallman * international/ucs-tables.el (non-885 char sets handling): Don't call diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e470ccc00e1..b5934cbe9e4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2002-09-06 Juanma Barranquero + + * gnus-int.el (gnus-status-message): Fix spacing. + 2002-08-30 Juanma Barranquero * imap.el (imap-stream-alist, imap-authenticator-alist): Fix typos. diff --git a/src/ChangeLog b/src/ChangeLog index 717e0e81002..41b6c9a4952 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2002-09-06 Juanma Barranquero + + * coding.c (syms_of_coding): Fix spacing. + + * data.c (Flsh): Likewise. + + * fns.c (Fchar_table_subtype, Fdefine_hash_table_test): Likewise. + + * fontset.c (Fset_fontset_font): Likewise. + + * w16select.c (syms_of_win16select): Likewise. + + * w32select.c (syms_of_w32select): Likewise. + + * xselect.c (syms_of_xselect): Likewise. + + * composite.c (Fcompose_region_internal) + (Fcompose_string_internal): Fix typo and spacing. + 2001-09-02 Richard M. Stallman * indent.c (current_column_1, Fmove_to_column): Separate the code @@ -717,7 +736,7 @@ 2001-11-10 Gerd Moellmann - * unexelf.c (unexec): Use mmap/munmap to allocate buffers + * unexelf.c (unexec): Use mmap/munmap to allocate buffers instead of malloc/free. 2001-11-05 Richard M. Stallman @@ -810,7 +829,7 @@ * lread.c (to_multibyte): Ensure read_buffer is at least twice as large as the number of bytes to convert. - + * lread.c (to_multibyte): New function. (read1): Use it. @@ -835,7 +854,7 @@ * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for the slant attribute if FRAME is t. - + 2001-10-29 Eli Zaretskii * emacs.c (Finvocation_directory): Doc fix. @@ -848,7 +867,7 @@ * xterm.c (x_after_update_window_line): Clear internal border in different circumstances. - + * xterm.c (XTread_socket) : Don't use STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa . @@ -856,14 +875,14 @@ 2001-10-28 Gerd Moellmann * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color. - + * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing a loop counter. 2001-10-27 Gerd Moellmann * xdisp.c (move_it_vertically_backward): Use 2/3 line_height - instead of 1/2 line_height in the heuristic for skipping + instead of 1/2 line_height in the heuristic for skipping farther backward when target_y was not reached. * sound.c (sound_perror): Unblock SIGIO, turn on atimers. @@ -883,7 +902,7 @@ * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: Fix clearing in the case of scroll bars on the right. - + * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison. @@ -1010,11 +1029,11 @@ * xdisp.c (try_window_id): Undo last change. Give up if window ends in strings. - + * xdisp.c (try_window_id): Don't display lines after the window end if the rest of the window after the window end was already blank. - + * xdisp.c (display_line): Don't indicate empty lines in mini-windows. @@ -1050,7 +1069,7 @@ 2001-10-08 Gerd Moellmann - * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: + * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: Clear ICRNL and INLCR. From Daiki Ueno . 2001-10-04 Andrew Innes @@ -1291,7 +1310,7 @@ 2001-09-11 Gerd Moellmann * minibuf.c (read_minibuf_unwind): Bind inhibit-modification-hooks. - + * minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t, in addition to read-only. @@ -1349,7 +1368,7 @@ * xdisp.c (string_buffer_position): Use *single_char_property* functions instead of the *single_property* functions. - + 2001-09-04 Andrew Innes * w32term.c (w32_read_socket): Add more information to debugging -- 2.39.2