]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Jul 2004 15:00:22 +0000 (15:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Jul 2004 15:00:22 +0000 (15:00 +0000)
lib-src/ChangeLog
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 9f3fcc13371e22236740121adb931c9e33d00a44..4764871fa541086f9b1c8452993f18ccf2e06c4a 100644 (file)
@@ -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.
index c45bd6987b9167e4e94d5c4a31f1c7596363ab59..2b249918d7f5920f53ca50b2e3b7115c3b91f1ee 100644 (file)
@@ -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.
index a8c9c295a83c167febc1b272dc36050babcc13ac..3e8fc5df417949ff5b71350e163a6a7fa67010ff 100644 (file)
@@ -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 \_>
index 1dfaa3f9ce4868876357a1e772bca5dc8b462851..253b3ce806f770564a47e03f901dd2ba05d895ba 100644 (file)
@@ -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