diff options
Diffstat (limited to 'lisp/ChangeLog.10')
| -rw-r--r-- | lisp/ChangeLog.10 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index cb1d1af577b..a1cfaee6eaf 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -1837,7 +1837,7 @@ | |||
| 1837 | 2003-05-31 Stefan Monnier <monnier@cs.yale.edu> | 1837 | 2003-05-31 Stefan Monnier <monnier@cs.yale.edu> |
| 1838 | 1838 | ||
| 1839 | * view.el (view-file, view-file-other-window, view-file-other-frame): | 1839 | * view.el (view-file, view-file-other-window, view-file-other-frame): |
| 1840 | Signal an error when trying to visit an inexistent file. | 1840 | Signal an error when trying to visit a nonexistent file. |
| 1841 | 1841 | ||
| 1842 | * vc-hooks.el (vc-call-backend): Give better error message | 1842 | * vc-hooks.el (vc-call-backend): Give better error message |
| 1843 | when a backend function is missing. | 1843 | when a backend function is missing. |
| @@ -5904,7 +5904,7 @@ | |||
| 5904 | (mis-)use tramp-current-user as indication, assuming it is set in | 5904 | (mis-)use tramp-current-user as indication, assuming it is set in |
| 5905 | `tramp-completion-handle-file-name-all-completions'. | 5905 | `tramp-completion-handle-file-name-all-completions'. |
| 5906 | (tramp-send-region): Handle the case `tramp-chunksize' is equal 0. | 5906 | (tramp-send-region): Handle the case `tramp-chunksize' is equal 0. |
| 5907 | I did it accidently. Infinite loop ... | 5907 | I did it accidentally. Infinite loop ... |
| 5908 | (tramp-get-device): `tramp-make-tramp-file-name' must not be | 5908 | (tramp-get-device): `tramp-make-tramp-file-name' must not be |
| 5909 | called with NIL path. It fails in case of multi-method. | 5909 | called with NIL path. It fails in case of multi-method. |
| 5910 | (tramp-file-name-for-operation): Apply `expand-file-name' for | 5910 | (tramp-file-name-for-operation): Apply `expand-file-name' for |
| @@ -8053,7 +8053,7 @@ | |||
| 8053 | (gdb-quit): Reset some variables including tool-bar-map. | 8053 | (gdb-quit): Reset some variables including tool-bar-map. |
| 8054 | 8054 | ||
| 8055 | * gud.el (gdb-running): New variable. | 8055 | * gud.el (gdb-running): New variable. |
| 8056 | (gud-menu-map): Use gdb-running to grey out toolbar buttons | 8056 | (gud-menu-map): Use gdb-running to gray out toolbar buttons |
| 8057 | with gdba in gdb-ui.el. | 8057 | with gdba in gdb-ui.el. |
| 8058 | (gud-tool-bar-map): Move to avoid byte compiler warning. | 8058 | (gud-tool-bar-map): Move to avoid byte compiler warning. |
| 8059 | 8059 | ||
| @@ -9746,8 +9746,8 @@ | |||
| 9746 | 9746 | ||
| 9747 | 2002-09-28 Simon Josefsson <jas@extundo.com> | 9747 | 2002-09-28 Simon Josefsson <jas@extundo.com> |
| 9748 | 9748 | ||
| 9749 | * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on | 9749 | * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate STARTTLS on |
| 9750 | streams that were opened using starttls. | 9750 | streams that were opened using STARTTLS. |
| 9751 | 9751 | ||
| 9752 | 2002-09-28 Paul Reilly <pmr@pajato.com> | 9752 | 2002-09-28 Paul Reilly <pmr@pajato.com> |
| 9753 | 9753 | ||
| @@ -22790,7 +22790,7 @@ | |||
| 22790 | 2001-11-04 Miles Bader <miles@gnu.org> | 22790 | 2001-11-04 Miles Bader <miles@gnu.org> |
| 22791 | 22791 | ||
| 22792 | * startup.el (fancy-splash-head): Reapply Gerd's hack to make the | 22792 | * startup.el (fancy-splash-head): Reapply Gerd's hack to make the |
| 22793 | shadow of the splash image grey on a dark background instead of black. | 22793 | shadow of the splash image gray on a dark background instead of black. |
| 22794 | 22794 | ||
| 22795 | 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> | 22795 | 2001-11-03 Stefan Monnier <monnier@cs.yale.edu> |
| 22796 | 22796 | ||