# HG changeset patch # User Richard M. Stallman # Date 1063328983 0 # Node ID c784ff21a4648bae1bf2b835c24a33f12bca408f # Parent 7fc901c75a7d6534982b9f9d4bf1965650e7c2a2 *** empty log message *** diff -r 7fc901c75a7d -r c784ff21a464 etc/ChangeLog --- a/etc/ChangeLog Fri Sep 12 01:06:43 2003 +0000 +++ b/etc/ChangeLog Fri Sep 12 01:09:43 2003 +0000 @@ -2,6 +2,10 @@ * TODO: Add invisible text kill/yank issue. +2003-08-29 Wim Nieuwenhuizen + + * TUTORIAL.nl: Many changes. + 2003-08-20 Stephen Eglen * MORE.STUFF: Update URLs for several projects. diff -r 7fc901c75a7d -r c784ff21a464 lib-src/ChangeLog --- a/lib-src/ChangeLog Fri Sep 12 01:06:43 2003 +0000 +++ b/lib-src/ChangeLog Fri Sep 12 01:09:43 2003 +0000 @@ -1,3 +1,13 @@ +2003-09-10 Richard M. Stallman + + * emacsclient.c (main): Use socket_name. + +2003-09-10 Andreas_B,A|(Bsching (tiny change) + + * emacsclient.c (socket_name): New variable. + (longopts, decode_options, print_help_and_exit): + Handle --socket-name argument. + 2003-08-25 Takaaki Ota (tiny change) * etags.c (consider_token): check C++ `operator' only when the diff -r 7fc901c75a7d -r c784ff21a464 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 12 01:06:43 2003 +0000 +++ b/lisp/ChangeLog Fri Sep 12 01:09:43 2003 +0000 @@ -1,3 +1,13 @@ +2003-09-11 Richard M. Stallman + + * dired.el (dired-mode-map): Bind M-g to dired-goto-file. + +2003-09-11 Paul Pogonyshev (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 * 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 +2003-08-29 Paul Pogonyshev (tiny change) * info.el (Info-mode-map): Bind S-tab and to `Info-prev-reference', instead of M-tab. diff -r 7fc901c75a7d -r c784ff21a464 lispref/ChangeLog --- a/lispref/ChangeLog Fri Sep 12 01:06:43 2003 +0000 +++ b/lispref/ChangeLog Fri Sep 12 01:09:43 2003 +0000 @@ -1,3 +1,14 @@ +2003-09-11 Richard M. Stallman + + * 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 * modes.texi (%-Constructs): Document new `%i' and `%I'