aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-02 12:11:32 +0000
committerGerd Moellmann2001-01-02 12:11:32 +0000
commita13be20798a4fc282b9955c9684916be88c3196e (patch)
tree8c328e476d3bc8e95b5215c58c698e96e53b3195 /src/ChangeLog
parent1a8a9daf94dd28aa40ed80085f7f1eff0d8375bb (diff)
downloademacs-a13be20798a4fc282b9955c9684916be88c3196e.tar.gz
emacs-a13be20798a4fc282b9955c9684916be88c3196e.zip
(pos_visible_p): Take into account that CHARPOS maybe
in or at the start of invisible text.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 638c1c0fdbe..c435a921af5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-01-02 Gerd Moellmann <gerd@gnu.org> 12001-01-02 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe
4 in or at the start of invisible text.
5
3 * dispnew.c (update_window): Don't check_current_matrix_flags. 6 * dispnew.c (update_window): Don't check_current_matrix_flags.
4 7
52001-01-01 Jason Rumney <jasonr@gnu.org> 82001-01-01 Jason Rumney <jasonr@gnu.org>