diff options
| author | Jason Rumney | 2000-10-19 19:54:58 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-10-19 19:54:58 +0000 |
| commit | e64c3a754aa4aeb9e6b9aaf93f0b4c229b15766c (patch) | |
| tree | a9b697a3357f75b8d1e1bb0c24156e045c479aec | |
| parent | 783e8230866622b5469c8dd320bfab59e78079d7 (diff) | |
| download | emacs-e64c3a754aa4aeb9e6b9aaf93f0b4c229b15766c.tar.gz emacs-e64c3a754aa4aeb9e6b9aaf93f0b4c229b15766c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c91adf52d3..9c83f1f0eb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-10-19 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-insert-directory): Do not let errors signalled by | ||
| 4 | attempt to run dired-free-space-program prevent dired from working. | ||
| 5 | |||
| 1 | 2000-10-19 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2000-10-19 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * diff-mode.el (diff-find-file-name): Fix regex subgroup number. | 8 | * diff-mode.el (diff-find-file-name): Fix regex subgroup number. |
| @@ -10867,5 +10872,5 @@ | |||
| 10867 | See ChangeLog.8 for earlier changes. | 10872 | See ChangeLog.8 for earlier changes. |
| 10868 | 10873 | ||
| 10869 | ;; Local Variables: | 10874 | ;; Local Variables: |
| 10870 | ;; coding: iso-2022-7bit-unix | 10875 | ;; coding: iso-2022-7bit |
| 10871 | ;; End: | 10876 | ;; End: |
diff --git a/src/ChangeLog b/src/ChangeLog index 69651dc5ce9..c8f3fdf0be6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2000-10-19 Jason Rumney <jasonr@altavista.net> | ||
| 2 | |||
| 3 | * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before | ||
| 4 | including dispextern.h, as it stops faces from working. | ||
| 5 | |||
| 6 | * w32fns.c (Fx_create_frame): Don't bother calling | ||
| 7 | face-set-after-frame-default since the caller does it for us | ||
| 8 | anyway. Clean up calls to x_get_arg to be consistent with X. | ||
| 9 | |||
| 10 | * w32term.c (x_produce_glyphs): Handle | ||
| 11 | unibyte_display_via_language_environment correctly. | ||
| 12 | (w32_draw_box_rect): Fix the calculation of width and height. | ||
| 13 | |||
| 14 | * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles, | ||
| 15 | as it has stopped working. | ||
| 16 | (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like | ||
| 17 | menu-bar. | ||
| 18 | |||
| 1 | 2000-10-19 Gerd Moellmann <gerd@gnu.org> | 19 | 2000-10-19 Gerd Moellmann <gerd@gnu.org> |
| 2 | 20 | ||
| 3 | * eval.c (skip_debugger): Prevent a compiler warning. | 21 | * eval.c (skip_debugger): Prevent a compiler warning. |