aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-31 19:49:51 -0700
committerPaul Eggert2011-05-31 19:49:51 -0700
commit7e655d386397029b7ce6ac204fc41e5ddc92cf54 (patch)
tree75ffb3cd91672a517cfa643d6f45253c62526e41 /src/ChangeLog
parentccd9a01aa7b67dd3d71b49e3c30df04dd39b4cae (diff)
parent357e1c676cba36d5fa7b6819425a38cbad0c30cd (diff)
downloademacs-7e655d386397029b7ce6ac204fc41e5ddc92cf54.tar.gz
emacs-7e655d386397029b7ce6ac204fc41e5ddc92cf54.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4a9e651e4d1..6d1b740de9c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,6 +14,29 @@
14 (access_keymap): NATNUMP -> INTEGERP, since the integer must be 14 (access_keymap): NATNUMP -> INTEGERP, since the integer must be
15 nonnegative. 15 nonnegative.
16 16
172011-05-31 Juanma Barranquero <lekktu@gmail.com>
18
19 * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)):
20 Update dependencies.
21
222011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
23
24 * data.c (init_data): Remove code for UTS, this system is not
25 supported anymore.
26
272011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
28
29 Don't force ./temacs to start in terminal mode.
30
31 * frame.c (make_initial_frame): Initialize faces in all cases, not
32 only when CANNOT_DUMP is defined.
33 * dispnew.c (init_display): Remove CANNOT_DUMP condition.
34
352011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
36
37 * dispnew.c (add_window_display_history): Use const for the string
38 pointer. Remove declaration, not needed.
39
172011-05-31 Paul Eggert <eggert@cs.ucla.edu> 402011-05-31 Paul Eggert <eggert@cs.ucla.edu>
18 41
19 Use 'inline', not 'INLINE'. 42 Use 'inline', not 'INLINE'.