diff options
| author | Juanma Barranquero | 2002-07-15 15:39:02 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-15 15:39:02 +0000 |
| commit | d907a3bffcc8890b120f8d18090573d02993323e (patch) | |
| tree | 92e3bf76686e1ee187e95a6b84532155a560899e | |
| parent | 50a2c5f9e9925374318c37001e98bdd4bae770a2 (diff) | |
| download | emacs-d907a3bffcc8890b120f8d18090573d02993323e.tar.gz emacs-d907a3bffcc8890b120f8d18090573d02993323e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e8f9e11a719..16a0ced76e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-07-15 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * help-fns.el (describe-variable): Show documentation for aliased | ||
| 4 | variable if alias does not have its own. | ||
| 5 | |||
| 1 | 2002-07-15 Mike Williams <mdub@bigfoot.com> | 6 | 2002-07-15 Mike Williams <mdub@bigfoot.com> |
| 2 | 7 | ||
| 3 | * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram | 8 | * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram |
| @@ -45,7 +50,7 @@ | |||
| 45 | * calendar/timeclock.el (timeclock-in): Handle the case where no | 50 | * calendar/timeclock.el (timeclock-in): Handle the case where no |
| 46 | log file exists (ie the very first call). | 51 | log file exists (ie the very first call). |
| 47 | 52 | ||
| 48 | 2002-07-13 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 53 | 2002-07-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 49 | 54 | ||
| 50 | * net/ange-ftp.el: Do not hook into file-name-handler-alist, this | 55 | * net/ange-ftp.el: Do not hook into file-name-handler-alist, this |
| 51 | is done by Tramp. | 56 | is done by Tramp. |
diff --git a/src/ChangeLog b/src/ChangeLog index 4fb88d75810..407989ea63b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-07-15 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * eval.c (Fdefvaralias): Add docstring argument. | ||
| 4 | |||
| 1 | 2002-07-15 Ken Raeburn <raeburn@gnu.org> | 5 | 2002-07-15 Ken Raeburn <raeburn@gnu.org> |
| 2 | 6 | ||
| 3 | * lisp.h (STRING_INTERVALS): Produce rvalue. | 7 | * lisp.h (STRING_INTERVALS): Produce rvalue. |