diff options
| author | Juanma Barranquero | 2008-02-26 12:04:36 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-26 12:04:36 +0000 |
| commit | b6f866f09c80584faf03ea6024029cfe6a53cb8b (patch) | |
| tree | e5c6fdedaf1cda0e0e46cb33e56b81a8b5adb936 | |
| parent | 2f7dc12d9b21b12241e5451210f70792a0b9f67d (diff) | |
| download | emacs-b6f866f09c80584faf03ea6024029cfe6a53cb8b.tar.gz emacs-b6f866f09c80584faf03ea6024029cfe6a53cb8b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a797deacda5..74d7c3d9368 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2008-02-26 Juanma Barranquero <lekktu@gmail.com> | 1 | 2008-02-26 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * net/net-utils.el (ftp-program): Fix typo in docstring. | ||
| 4 | (ifconfig-program-options, netstat-program-options) | ||
| 5 | (arp-program-options, route-program-options, nslookup-program-options) | ||
| 6 | (ftp-program-options, smbclient-program-options) | ||
| 7 | (dns-lookup-program-options, arp, route): Doc fixes. | ||
| 8 | |||
| 3 | * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list) | 9 | * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list) |
| 4 | (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create) | 10 | (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create) |
| 5 | (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log): | 11 | (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log): |