aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-03 16:19:51 +0000
committerGerd Moellmann2001-05-03 16:19:51 +0000
commit2fa2f461f06f072402dfa764480c4a368bf582f5 (patch)
treee1341f78f30cd32d3b1e98f6862966d7c0318312 /src
parent80a00b6a8fce3850a444a7e892012bda7849fbba (diff)
downloademacs-2fa2f461f06f072402dfa764480c4a368bf582f5.tar.gz
emacs-2fa2f461f06f072402dfa764480c4a368bf582f5.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 15 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9171a4eb3f9..d49c9417118 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12001-05-03 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (try_window_id): Cases of changes all in front of
4 the window start or all below the window end mostly rewritten.
5 (redisplay_window): Move the tests if try_window_id is
6 applicable to try_window_id.
7 (GIVE_UP): New macro.
8
12001-05-02 Gerd Moellmann <gerd@gnu.org> 92001-05-02 Gerd Moellmann <gerd@gnu.org>
2 10
3 * xterm.c (expose_window): Return int. If W is the window 11 * xterm.c (expose_window): Return int. If W is the window
@@ -37,8 +45,9 @@
37 * term.c (toggle_highlight): New function. 45 * term.c (toggle_highlight): New function.
38 (turn_on_face): Change handling of reverse video. 46 (turn_on_face): Change handling of reverse video.
39 47
40 * process.c (wait_reading_process_input): 48 * process.c (wait_reading_process_input): Call
41 Call record_asynch_buffer_change only if a timer really changed buffers. 49 record_asynch_buffer_change only if a timer really changed
50 buffers.
42 51
43 * buffer.c (mouse_face_overlay_overlaps): Fix the computation 52 * buffer.c (mouse_face_overlay_overlaps): Fix the computation
44 of the number of overlays to check. 53 of the number of overlays to check.
@@ -72,10 +81,11 @@
72 81
73 * xfaces.c (Qscalable_fonts_allowed): New variable. 82 * xfaces.c (Qscalable_fonts_allowed): New variable.
74 (realizing_basic_faces_p): Removed. 83 (realizing_basic_faces_p): Removed.
75 (x_face_list_fonts): Special handling for realizing_basic_faces_p removed. 84 (x_face_list_fonts): Special handling for realizing_basic_faces_p
85 removed.
76 (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. 86 (realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
77 (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default 87 (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change
78 for scalable-fonts-allowed to t. 88 default for scalable-fonts-allowed to t.
79 89
80 * fileio.c (Finsert_file_contents): If the file size returned from 90 * fileio.c (Finsert_file_contents): If the file size returned from
81 stat is zero, set END to READ_BUF_SIZE. This makes sure we can 91 stat is zero, set END to READ_BUF_SIZE. This makes sure we can