diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1f8d7cf346..63ec5cb7d50 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * term/pc-win.el (x-select-enable-clipboard): Customize (as per | ||
| 4 | the Emacs Lisp manual). | ||
| 5 | |||
| 1 | 2000-12-02 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-12-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * simple.el (next-line-add-newlines): Change default to nil. | 8 | * simple.el (next-line-add-newlines): Change default to nil. |
diff --git a/src/ChangeLog b/src/ChangeLog index 085d44f8ce7..b0199fae236 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is | ||
| 4 | NULL. | ||
| 5 | |||
| 1 | 2000-12-01 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-12-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * xterm.c (x_calc_absolute_position): Don't subtract menubar's | 8 | * xterm.c (x_calc_absolute_position): Don't subtract menubar's |