aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2001-05-01 13:49:59 +0000
committerStefan Monnier2001-05-01 13:49:59 +0000
commita9d2fd1d6ba612cfe078a06600e7ee111e364aff (patch)
treeb9c8d8af45416ccb5ba6eddc6e3336c7e83e17ab /src
parent423e705d9c36a723ca3fcc70db2417af4d200042 (diff)
downloademacs-a9d2fd1d6ba612cfe078a06600e7ee111e364aff.tar.gz
emacs-a9d2fd1d6ba612cfe078a06600e7ee111e364aff.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog32
1 files changed, 17 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1964e4f754c..e74d00b4880 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,10 +1,15 @@
12001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (update_syntax_table): Check that oldi has the same
4 properties as old_prop before deciding not to invalidate.
5
12001-04-30 Gerd Moellmann <gerd@gnu.org> 62001-04-30 Gerd Moellmann <gerd@gnu.org>
2 7
3 * undo.c (Fprimitive_undo): In a writable buffer, enable undoing 8 * undo.c (Fprimitive_undo): In a writable buffer, enable undoing
4 read-only text that is so because of text properties. 9 read-only text that is so because of text properties.
5 10
6 * xterm.c (x_window_to_menu_bar) [USE_LUCID]: New function. 11 * xterm.c (x_window_to_menu_bar) [USE_LUCID]: New function.
7 (XTread_socket) <Expose> [USE_LUCID]: Handle events for 12 (XTread_socket) <Expose> [USE_LUCID]: Handle events for
8 windows that are components of a Lucid menu bar. 13 windows that are components of a Lucid menu bar.
9 14
102001-04-27 Gerd Moellmann <gerd@gnu.org> 152001-04-27 Gerd Moellmann <gerd@gnu.org>
@@ -22,9 +27,8 @@
22 * term.c (toggle_highlight): New function. 27 * term.c (toggle_highlight): New function.
23 (turn_on_face): Change handling of reverse video. 28 (turn_on_face): Change handling of reverse video.
24 29
25 * process.c (wait_reading_process_input): Call 30 * process.c (wait_reading_process_input):
26 record_asynch_buffer_change only if a timer really changed 31 Call record_asynch_buffer_change only if a timer really changed buffers.
27 buffers.
28 32
29 * buffer.c (mouse_face_overlay_overlaps): Fix the computation 33 * buffer.c (mouse_face_overlay_overlaps): Fix the computation
30 of the number of overlays to check. 34 of the number of overlays to check.
@@ -41,33 +45,31 @@
41 45
422001-04-21 Eli Zaretskii <eliz@is.elta.co.il> 462001-04-21 Eli Zaretskii <eliz@is.elta.co.il>
43 47
44 * process.c (wait_reading_process_input) [!subprocesses]: Don't 48 * process.c (wait_reading_process_input) [!subprocesses]:
45 reference waiting_for_user_input_p, it's not defined in the branch 49 Don't reference waiting_for_user_input_p, it's not defined in the
46 without async subprocesses support. 50 branch without async subprocesses support.
47 51
482001-04-19 Gerd Moellmann <gerd@gnu.org> 522001-04-19 Gerd Moellmann <gerd@gnu.org>
49 53
50 * keyboard.c (delete_kboard): Prevent a dangling reference 54 * keyboard.c (delete_kboard): Prevent a dangling reference
51 from current_kboard to KB, which is freed. 55 from current_kboard to KB, which is freed.
52 56
53 * process.c (wait_reading_process_input): Call 57 * process.c (wait_reading_process_input):
54 record_asynch_buffer_change after running timers, to make 58 Call record_asynch_buffer_change after running timers, to make
55 read_key_sequence aware of buffer changes from under it. 59 read_key_sequence aware of buffer changes from under it.
56 60
572001-04-18 Gerd Moellmann <gerd@gnu.org> 612001-04-18 Gerd Moellmann <gerd@gnu.org>
58 62
59 * xfaces.c (Qscalable_fonts_allowed): New variable. 63 * xfaces.c (Qscalable_fonts_allowed): New variable.
60 (realizing_basic_faces_p): Removed. 64 (realizing_basic_faces_p): Removed.
61 (x_face_list_fonts): Special handling for realizing_basic_faces_p 65 (x_face_list_fonts): Special handling for realizing_basic_faces_p removed.
62 removed.
63 (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. 66 (realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
64 (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change 67 (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default
65 default for scalable-fonts-allowed to t. 68 for scalable-fonts-allowed to t.
66 69
67 * fileio.c (Finsert_file_contents): If the file size returned from 70 * fileio.c (Finsert_file_contents): If the file size returned from
68 stat is zero, set END to READ_BUF_SIZE. This makes sure we can 71 stat is zero, set END to READ_BUF_SIZE. This makes sure we can
69 read from files on a procfs whose contents are generated 72 read from files on a procfs whose contents are generated dynamically.
70 dynamically.
71 73
722001-04-18 Eli Zaretskii <eliz@is.elta.co.il> 742001-04-18 Eli Zaretskii <eliz@is.elta.co.il>
73 75