aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-07-17 15:00:22 +0000
committerRichard M. Stallman2004-07-17 15:00:22 +0000
commit3751eb00d78a352422c67fc2285eb38ee5c56b92 (patch)
tree128692dc0ac58db457b4ff1ab4f0b96f34fba3f8
parent403de3b40ec8402fd2c24dc73b8ff4596921cd64 (diff)
downloademacs-3751eb00d78a352422c67fc2285eb38ee5c56b92.tar.gz
emacs-3751eb00d78a352422c67fc2285eb38ee5c56b92.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lispref/ChangeLog8
-rw-r--r--src/ChangeLog17
4 files changed, 40 insertions, 0 deletions
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 @@
12004-07-17 Richard M. Stallman <rms@gnu.org>
2
3 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
4
12004-06-01 Juanma Barranquero <lektu@terra.es> 52004-06-01 Juanma Barranquero <lektu@terra.es>
2 6
3 * makefile.w32-in (obj): Add image.c. 7 * 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 @@
12004-07-17 Richard M. Stallman <rms@gnu.org>
2
3 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
4
5 * mail/footnote.el (footnote-section-tag): Use defcustom.
6
7 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
8 Compile font-lock-keywords, not KEYWORDS.
9 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
10 Add warn, check-type. Handle cerror like error.
11
12004-07-14 Daniel Pfeiffer <occitan@esperanto.org> 122004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2 13
3 * progmodes/which-func.el (which-func-keymap): New var. 14 * 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 @@
12004-07-17 Richard M. Stallman <rms@gnu.org>
2
3 * display.texi (Overlay Properties): Adding `evaporate' prop
4 deletes empty overlay immediately.
5
6 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7 fix example.
8
12004-07-16 Jim Blandy <jimb@redhat.com> 92004-07-16 Jim Blandy <jimb@redhat.com>
2 10
3 * searching.texi (Regexp Backslash): Document new \_< and \_> 11 * 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 @@
12004-07-17 Richard M. Stallman <rms@gnu.org>
2
3 * window.c (coordinates_in_window): Inside the window but outside
4 its box to the L or R, return ON_VERTICAL_BORDER.
5 (window_list_1): Rotate the list to start with WINDOW.
6
7 * print.c (print_preprocess): Test for print_depth at limit
8 before entering in being_printed.
9
10 * keyboard.c (not_single_kboard_state): New function.
11 (stuff_buffered_input): Now no-op only if no SIGTSTP.
12
13 * frame.c (Fdelete_frame): If we're in single_bboard_state on
14 this kboard, and we delete its last frame, go to any_kboard_state.
15
16 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
17
12004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) 182004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
2 19
3 * w32fns.c (Fx_file_dialog): Encode strings in system coding 20 * w32fns.c (Fx_file_dialog): Encode strings in system coding