diff options
| author | Gerd Moellmann | 2000-04-01 12:25:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-01 12:25:00 +0000 |
| commit | 610d841ea4d397f151a86d4bfc1e0a8b9b1a646b (patch) | |
| tree | c414df2bc1df231aaccc469585ad13aba2145965 | |
| parent | 17e8204bae924692b3aa899e8af295cbc49fedc1 (diff) | |
| download | emacs-610d841ea4d397f151a86d4bfc1e0a8b9b1a646b.tar.gz emacs-610d841ea4d397f151a86d4bfc1e0a8b9b1a646b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c76db79963..d254f82f494 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-03-31 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * vc.el (vc-backend-diff): Return the correct status if we had to | ||
| 4 | retry the rcsdiff command without the --brief option. | ||
| 5 | |||
| 1 | 2000-03-31 Dave Love <fx@gnu.org> | 6 | 2000-03-31 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * help.el (help-manyarg-func-alist): Correct several omissions. | 8 | * help.el (help-manyarg-func-alist): Correct several omissions. |
diff --git a/src/ChangeLog b/src/ChangeLog index ca8cb293e78..d199fb6321e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-04-01 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (realize_basic_faces): Block input while realizing | ||
| 4 | the faces. | ||
| 5 | |||
| 3 | * keyboard.c (lispy_mouse_names): Add additional mouse names. | 6 | * keyboard.c (lispy_mouse_names): Add additional mouse names. |
| 4 | 7 | ||
| 5 | * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15. | 8 | * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15. |
| @@ -7,7 +10,7 @@ | |||
| 7 | 2000-03-31 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
| 8 | 11 | ||
| 9 | * xterm.c (x_produce_glyphs): When displaying unibyte text | 12 | * xterm.c (x_produce_glyphs): When displaying unibyte text |
| 10 | or ASCII, handle case that per-char metric is NULL. | 13 | or ASCII, handle case that per-char metric is null. |
| 11 | 14 | ||
| 12 | 2000-03-30 Ken Raeburn <raeburn@gnu.org> | 15 | 2000-03-30 Ken Raeburn <raeburn@gnu.org> |
| 13 | 16 | ||