From c1d61a7dfaceeb3959af0987ce4942aa0c91aa06 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 16 Jul 2001 16:00:02 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 8 ++++++++ src/ChangeLog | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed9707fde6c..bd3cb4fb3be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2001-07-16 Gerd Moellmann + + * calendar/cal-islam.el (calendar-goto-islamic-date): Remove + autoload cookie. + + * calendar/calendar.el (calendar-goto-islamic-date): Add + call to autoload. + 2001-07-16 Stefan Monnier * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks. diff --git a/src/ChangeLog b/src/ChangeLog index dba6aa15821..a36953c5729 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2001-07-16 Gerd Moellmann + * fileio.c (unwind_read): Function removed. + (read_non_regular, read_non_regular_quit): New functions. + (Finsert_file_contents): When reading from non-regular files, + arrange to catch a `quit' and terminate the loop. Rearrange + code so that a `quit' when reading from a regular file doesn't + insert text in the buffer. + * xfaces.c (clear_face_cache): Clear fonts on a display basis. Clear faces afterwards. (clear_font_table): Take a x_display_info parameter. Don't free -- 2.39.5