aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0bbb8ce85c4..263ac124553 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12011-05-31 Dan Nicolaescu <dann@ics.uci.edu> 12011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Don't force ./temacs to start in terminal mode.
4
5 * frame.c (make_initial_frame): Initialize faces in all cases, not
6 only when CANNOT_DUMP is defined.
7 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
8
92011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
10
3 * dispnew.c (add_window_display_history): Use const for the string 11 * dispnew.c (add_window_display_history): Use const for the string
4 pointer. Remove declaration, not needed. 12 pointer. Remove declaration, not needed.
5 13