Mercurial > emacs
changeset 56457:75852f9fc8d7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Jul 2004 15:00:22 +0000 |
parents | 7f86a9a89685 |
children | 71315b2afe5b |
files | lib-src/ChangeLog lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 40 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Sat Jul 17 14:59:02 2004 +0000 +++ b/lib-src/ChangeLog Sat Jul 17 15:00:22 2004 +0000 @@ -1,3 +1,7 @@ +2004-07-17 Richard M. Stallman <rms@gnu.org> + + * emacsclient.c (quote_file_name): Pass COPY thru %s to output it. + 2004-06-01 Juanma Barranquero <lektu@terra.es> * makefile.w32-in (obj): Add image.c.
--- a/lisp/ChangeLog Sat Jul 17 14:59:02 2004 +0000 +++ b/lisp/ChangeLog Sat Jul 17 15:00:22 2004 +0000 @@ -1,3 +1,14 @@ +2004-07-17 Richard M. Stallman <rms@gnu.org> + + * 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 <occitan@esperanto.org> * progmodes/which-func.el (which-func-keymap): New var.
--- a/lispref/ChangeLog Sat Jul 17 14:59:02 2004 +0000 +++ b/lispref/ChangeLog Sat Jul 17 15:00:22 2004 +0000 @@ -1,3 +1,11 @@ +2004-07-17 Richard M. Stallman <rms@gnu.org> + + * 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 <jimb@redhat.com> * searching.texi (Regexp Backslash): Document new \_< and \_>
--- a/src/ChangeLog Sat Jul 17 14:59:02 2004 +0000 +++ b/src/ChangeLog Sat Jul 17 15:00:22 2004 +0000 @@ -1,3 +1,20 @@ +2004-07-17 Richard M. Stallman <rms@gnu.org> + + * 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) <transient-mark-mode>: Doc fix. + 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) * w32fns.c (Fx_file_dialog): Encode strings in system coding