comparison lisp/ChangeLog @ 73021:23ae8f38f090

(find-buffer-visiting): Don't get fooled by a nil inode.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 20 Sep 2006 17:35:01 +0000
parents 7f83cbc52b4e
children 575850f5bd53
comparison
equal deleted inserted replaced
73020:6ee678242fc3 73021:23ae8f38f090
1 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4
1 2006-09-20 Kim F. Storm <storm@cua.dk> 5 2006-09-20 Kim F. Storm <storm@cua.dk>
2 6
3 * simple.el (line-move-partial): Call pos-visible-in-window-p with 7 * simple.el (line-move-partial): Call pos-visible-in-window-p with
4 position t instead of trying both window-end and window-end - 1. 8 position t instead of trying both window-end and window-end - 1.
5 9
11 2006-09-20 David Kastrup <dak@gnu.org> 15 2006-09-20 David Kastrup <dak@gnu.org>
12 16
13 * mouse.el (mouse-posn-property): Improve doc string. 17 * mouse.el (mouse-posn-property): Improve doc string.
14 (mouse-on-link-p): Change buffers for function calls on links. 18 (mouse-on-link-p): Change buffers for function calls on links.
15 19
16 * menu-bar.el (clipboard-yank): bomb out in interactive use if 20 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
17 buffer is read-only. 21 buffer is read-only.
18 22
19 2006-09-18 Ken Manheimer <ken.manheimer@gmail.com> 23 2006-09-18 Ken Manheimer <ken.manheimer@gmail.com>
20 24
21 * allout.el (allout-unprotected): Let inhibit-read-only only when 25 * allout.el (allout-unprotected): Let inhibit-read-only only when
25 advances, even when the span extends beyond the deletion region. 29 advances, even when the span extends beyond the deletion region.
26 (allout-toggle-subtree-encryption): Use allout-structure-added-hook 30 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
27 rather than allout-exposure-changed-hook, as a stronger assertion. 31 rather than allout-exposure-changed-hook, as a stronger assertion.
28 (allout-keybindings-list): Add bindings for 32 (allout-keybindings-list): Add bindings for
29 allout-copy-line-as-kill and allout-copy-topic-as-kill. 33 allout-copy-line-as-kill and allout-copy-topic-as-kill.
30 (allout-copy-line-as-kill, allout-copy-topic-as-kill): copy 34 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
31 wrappers for allout-kill-line and allout-kill-topic. 35 Copy wrappers for allout-kill-line and allout-kill-topic.
32 (allout-listify-exposed): Position correctly to accumulate lines. 36 (allout-listify-exposed): Position correctly to accumulate lines.
33 37
34 2006-09-19 Chong Yidong <cyd@stupidchicken.com> 38 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
35 39
36 * simple.el (line-move-1): Escape field boundaries occurring 40 * simple.el (line-move-1): Escape field boundaries occurring
37 exactly at point. Update goal column if constrained to a field. 41 exactly at point. Update goal column if constrained to a field.
38 (line-move-finish): Escape field boundaries occurring exactly at 42 (line-move-finish): Escape field boundaries occurring exactly at point.
39 point.
40 43
41 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca> 44 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
42 45
43 * mouse.el (mouse-on-link-p): Tentatively fix last change. 46 * mouse.el (mouse-on-link-p): Tentatively fix last change.
44 (mouse-drag-vertical-line): Remove unused var `wconfig'. 47 (mouse-drag-vertical-line): Remove unused var `wconfig'.