diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-01-27 19:04:53 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-01-27 19:04:53 +0000 |
commit | a134cd5ee35a32f731cd53263a73f5f8847f9af6 (patch) | |
tree | 452ef718d9571073dcb05d03cfec83532e79857c | |
parent | bd410bb07bb6794ff487543aae76530c74fa01a1 (diff) | |
download | emacs-a134cd5ee35a32f731cd53263a73f5f8847f9af6.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/ChangeLog | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 0c5e0742192..e06094d34b1 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2007-01-27 Kevin Rodgers <kevin.d.rodgers@gmail.com> + + * PROBLEMS: More details about disabling features that hamper + performance with slow X connections. + 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> * ps-prin1.ps (printBackground): Fix background height. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 613bd9e6bcd..c7a776857c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-01-27 Eli Zaretskii <eliz@gnu.org> + + * server.el (server-start): Mention LEAVE-DEAD arg in the doc string. + +2007-01-27 Ben North <ben@redfrontdoor.org> + + * outline.el (outline-promote, outline-demote): Doc fix. Rename + the arg CHILDREN -> WHICH. + 2007-01-27 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set |