From: Richard M. Stallman Date: Sat, 17 Jul 2004 15:00:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3751eb00d78a352422c67fc2285eb38ee5c56b92;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9f3fcc13371..4764871fa54 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-07-17 Richard M. Stallman + + * emacsclient.c (quote_file_name): Pass COPY thru %s to output it. + 2004-06-01 Juanma Barranquero * makefile.w32-in (obj): Add image.c. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c45bd6987b9..2b249918d7f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2004-07-17 Richard M. Stallman + + * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer. + + * mail/footnote.el (footnote-section-tag): Use defcustom. + + * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords): + Compile font-lock-keywords, not KEYWORDS. + (lisp-font-lock-keywords-2): Add multiple-value-prog1, go. + Add warn, check-type. Handle cerror like error. + 2004-07-14 Daniel Pfeiffer * progmodes/which-func.el (which-func-keymap): New var. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a8c9c295a83..3e8fc5df417 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,11 @@ +2004-07-17 Richard M. Stallman + + * display.texi (Overlay Properties): Adding `evaporate' prop + deletes empty overlay immediately. + + * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook, + fix example. + 2004-07-16 Jim Blandy * searching.texi (Regexp Backslash): Document new \_< and \_> diff --git a/src/ChangeLog b/src/ChangeLog index 1dfaa3f9ce4..253b3ce806f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2004-07-17 Richard M. Stallman + + * window.c (coordinates_in_window): Inside the window but outside + its box to the L or R, return ON_VERTICAL_BORDER. + (window_list_1): Rotate the list to start with WINDOW. + + * print.c (print_preprocess): Test for print_depth at limit + before entering in being_printed. + + * keyboard.c (not_single_kboard_state): New function. + (stuff_buffered_input): Now no-op only if no SIGTSTP. + + * frame.c (Fdelete_frame): If we're in single_bboard_state on + this kboard, and we delete its last frame, go to any_kboard_state. + + * buffer.c (syms_of_buffer) : Doc fix. + 2004-07-15 KOBAYASHI Yasuhiro (tiny change) * w32fns.c (Fx_file_dialog): Encode strings in system coding