diff options
| -rw-r--r-- | lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 61ce98089a0..f21000561b3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-02-12 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * display.texi (Fringes): Use consistent wording. | ||
| 4 | Note that window-fringe's window arg is optional. | ||
| 5 | (Scroll Bars): Use consistent wording. | ||
| 6 | |||
| 1 | 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> | 7 | 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 8 | ||
| 3 | * tips.texi (Comment Tips): Document the new conventions for | 9 | * tips.texi (Comment Tips): Document the new conventions for |
diff --git a/src/ChangeLog b/src/ChangeLog index 497570a9527..564e5a34160 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-02-12 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * window.c (Fwindow_fringes): Doc fix. | ||
| 4 | |||
| 1 | 2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 5 | 2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * xselect.c (x_get_foreign_selection): Add new optional parameter | 7 | * xselect.c (x_get_foreign_selection): Add new optional parameter |