diff options
| author | Gerd Moellmann | 2000-07-26 13:10:16 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-26 13:10:16 +0000 |
| commit | a95cb10ae3db276bc22c55cb53727637e030b474 (patch) | |
| tree | a758cf4f02a20205d528220b3846b6d7a07ed74d | |
| parent | 9cd504341460f9f10226617b55290fdb00fd6570 (diff) | |
| download | emacs-a95cb10ae3db276bc22c55cb53727637e030b474.tar.gz emacs-a95cb10ae3db276bc22c55cb53727637e030b474.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62d3b0cadd7..77dca753f0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -14,8 +14,8 @@ | |||
| 14 | 14 | ||
| 15 | * net/ange-ftp.el: Get modtime over the net. | 15 | * net/ange-ftp.el: Get modtime over the net. |
| 16 | (ange-ftp-file-modtime): New function. | 16 | (ange-ftp-file-modtime): New function. |
| 17 | (ange-ftp-write-region, ange-ftp-insert-file-contents, | 17 | (ange-ftp-write-region, ange-ftp-insert-file-contents) |
| 18 | ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | 18 | (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): |
| 19 | Use it. | 19 | Use it. |
| 20 | (ange-ftp-dot-to-slash): New function. | 20 | (ange-ftp-dot-to-slash): New function. |
| 21 | (ange-ftp-fix-name-for-vms): Use it. | 21 | (ange-ftp-fix-name-for-vms): Use it. |
diff --git a/src/ChangeLog b/src/ChangeLog index 0cb23187cc8..7ff394cff58 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-07-26 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xmenu.c (menu_highlight_callback): Call show_help_echo directly | ||
| 4 | if called for a popup menu. | ||
| 5 | (xmenu_show): Store help string in widget values. | ||
| 6 | |||
| 1 | 2000-07-26 Dave Love <fx@gnu.org> | 7 | 2000-07-26 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * syswait.h: Move some definitions. | 9 | * syswait.h: Move some definitions. |