diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
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 | ||
| 17 | 2011-05-31 Juanma Barranquero <lekktu@gmail.com> | ||
| 18 | |||
| 19 | * makefile.w32-in ($(BLD)/data.$(O), $(BLD)/editfns.$(O)): | ||
| 20 | Update dependencies. | ||
| 21 | |||
| 22 | 2011-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 | |||
| 27 | 2011-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 | |||
| 35 | 2011-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 | |||
| 17 | 2011-05-31 Paul Eggert <eggert@cs.ucla.edu> | 40 | 2011-05-31 Paul Eggert <eggert@cs.ucla.edu> |
| 18 | 41 | ||
| 19 | Use 'inline', not 'INLINE'. | 42 | Use 'inline', not 'INLINE'. |