Mercurial > emacs
comparison lisp/ChangeLog @ 67553:10707dfc70f3
(vc-svn-registered): Use it to avoid popping up a spurious
frame in case of errors.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 13 Dec 2005 22:25:24 +0000 |
parents | 7c0bd57ed595 |
children | c3e344df91dd |
comparison
equal
deleted
inserted
replaced
67552:91dadacfc1d5 | 67553:10707dfc70f3 |
---|---|
1 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * vc.el (vc-do-command): Add a new value t for okstatus. | |
4 | |
5 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious | |
6 frame in case of errors. | |
7 | |
1 2005-12-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 8 2005-12-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 9 |
3 * menu-bar.el (menu-bar-showhide-fringe-menu): Moved "On the Right" | 10 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right" |
4 so it comes after "On the Left" in the menu. | 11 so it comes after "On the Left" in the menu. |
5 | 12 |
6 2005-12-12 Luc Teirlinck <teirllm@auburn.edu> | 13 2005-12-12 Luc Teirlinck <teirllm@auburn.edu> |
7 | 14 |
8 * cus-edit.el (customize-apropos, customize-apropos-options) | 15 * cus-edit.el (customize-apropos, customize-apropos-options) |
10 | 17 |
11 2005-12-12 Bill Wohler <wohler@newt.com> | 18 2005-12-12 Bill Wohler <wohler@newt.com> |
12 | 19 |
13 * vc-svn.el (vc-svn-registered): Fix problem of visiting | 20 * vc-svn.el (vc-svn-registered): Fix problem of visiting |
14 non-writable Subversion-controlled files by saving window | 21 non-writable Subversion-controlled files by saving window |
15 configuration before calling vc-do-command. vc-do-command calls | 22 configuration before calling vc-do-command. vc-do-command calls |
16 pop-to-buffer on error which is unexpected during registration. | 23 pop-to-buffer on error which is unexpected during registration. |
17 | 24 |
18 2005-12-12 Jay Belanger <belanger@truman.edu> | 25 2005-12-12 Jay Belanger <belanger@truman.edu> |
19 | 26 |
20 * calc/README: Update the summary of changes. | 27 * calc/README: Update the summary of changes. |
39 (org-log-done): New function. | 46 (org-log-done): New function. |
40 (org-log-done, org-closed-string): New options. | 47 (org-log-done, org-closed-string): New options. |
41 | 48 |
42 2005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 49 2005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
43 | 50 |
44 * tooltip.el (tooltip-y-offset): Changed default to 20. | 51 * tooltip.el (tooltip-y-offset): Change default to 20. |
45 | 52 |
46 2005-12-12 Richard M. Stallman <rms@gnu.org> | 53 2005-12-12 Richard M. Stallman <rms@gnu.org> |
47 | 54 |
48 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge. | 55 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge. |
49 | 56 |