diff options
| author | Dan Nicolaescu | 2011-05-31 07:57:53 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2011-05-31 07:57:53 -0700 |
| commit | 2ad0baf4e6309b2987379ae714c22cd018f30d74 (patch) | |
| tree | ee259ee33f1da286594da6604e5722ad40b162d8 /src/ChangeLog | |
| parent | 4fcc2638bf7978aed4705df9b6902a7f7e3fd498 (diff) | |
| download | emacs-2ad0baf4e6309b2987379ae714c22cd018f30d74.tar.gz emacs-2ad0baf4e6309b2987379ae714c22cd018f30d74.zip | |
* src/data.c (init_data): Remove code for UTS, this system is not
supported anymore.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 263ac124553..23e3d0b6c3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * data.c (init_data): Remove code for UTS, this system is not | ||
| 4 | supported anymore. | ||
| 5 | |||
| 6 | 2011-05-31 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 7 | |||
| 3 | Don't force ./temacs to start in terminal mode. | 8 | Don't force ./temacs to start in terminal mode. |
| 4 | 9 | ||
| 5 | * frame.c (make_initial_frame): Initialize faces in all cases, not | 10 | * frame.c (make_initial_frame): Initialize faces in all cases, not |