diff options
| author | Paul Eggert | 2013-07-01 17:35:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-01 17:35:28 -0700 |
| commit | 37afa042f9f56e3b3f22511ff222b49d728558d9 (patch) | |
| tree | 76775e59b582080f1b6564e92a5cb3a272f9d309 /ChangeLog | |
| parent | 164b1ba3f311a3c333df8bcbd4ad65ad4ec864b5 (diff) | |
| download | emacs-37afa042f9f56e3b3f22511ff222b49d728558d9.tar.gz emacs-37afa042f9f56e3b3f22511ff222b49d728558d9.zip | |
Fix ChangeLog dates.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,9 +1,11 @@ | |||
| 1 | 2013-06-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-07-01 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Merge from gnulib, incorporating: | 3 | Merge from gnulib, incorporating: |
| 4 | 2013-06-23 ignore-value: port to gcc -pedantic | 4 | 2013-06-23 ignore-value: port to gcc -pedantic |
| 5 | 2013-06-21 extern-inline: port to gcc -std=c89 | 5 | 2013-06-21 extern-inline: port to gcc -std=c89 |
| 6 | 6 | ||
| 7 | 2013-06-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 7 | Do not use GTK 3 if it exists but cannot be compiled. | 9 | Do not use GTK 3 if it exists but cannot be compiled. |
| 8 | * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3 | 10 | * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3 |
| 9 | exists but cannot be compiled. | 11 | exists but cannot be compiled. |