aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--lib-src/ChangeLog10
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lispref/ChangeLog11
4 files changed, 36 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index a1c61563c0..0d2ede0a20 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -2,6 +2,10 @@
* TODO: Add invisible text kill/yank issue.
+2003-08-29 Wim Nieuwenhuizen <[email protected]>
+
+ * TUTORIAL.nl: Many changes.
+
2003-08-20 Stephen Eglen <[email protected]>
* MORE.STUFF: Update URLs for several projects.
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 8ffc797a68..4e8da57491 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,13 @@
+2003-09-10 Richard M. Stallman <[email protected]>
+
+ * emacsclient.c (main): Use socket_name.
+
+2003-09-10 Andreas_B,A|(Bsching <[email protected]> (tiny change)
+
+ * emacsclient.c (socket_name): New variable.
+ (longopts, decode_options, print_help_and_exit):
+ Handle --socket-name argument.
+
2003-08-25 Takaaki Ota <[email protected]> (tiny change)
* etags.c (consider_token): check C++ `operator' only when the
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a40ccc7594..1fc7ef4ecf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2003-09-11 Richard M. Stallman <[email protected]>
+
+ * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
+
+2003-09-11 Paul Pogonyshev <[email protected]> (tiny change)
+
+ * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
+ the function is less noisy. Now only `kill-buffer' can ask
+ questions.
+
2003-09-10 Mario Lang <[email protected]>
* battery.el: Update Commentary and Copyright.
@@ -151,7 +161,7 @@
(dired-view-command-alist): Use %s to substitute file name.
Handle .ps_pages, .eps, .jpg, .gif, .png.
-2003-08-29 Paul Pogonyshev <[email protected]>
+2003-08-29 Paul Pogonyshev <[email protected]> (tiny change)
* info.el (Info-mode-map): Bind S-tab and <backtab> to
`Info-prev-reference', instead of M-tab.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index aae3e864bc..2f337e0bcf 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-11 Richard M. Stallman <[email protected]>
+
+ * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
+ changes variables that record input events.
+ (Minibuffer Misc): Add minibuffer-selected-window.
+
+ * lists.texi (Building Lists): Add copy-tree.
+
+ * display.texi (Fontsets): Add char-displayable-p.
+ (Scroll Bars): New node.
+
2003-09-08 Lute Kamstra <[email protected]>
* modes.texi (%-Constructs): Document new `%i' and `%I'