diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79cc893eaae..735b6e4789e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-01-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix X11 compilation failure. | ||
| 4 | * globals.h (struct emacs_globals): Document f_Vselection_alist. | ||
| 5 | * xselect.c (Vselection_alist): Remove declaration, moving its | ||
| 6 | documentation to globals.h. This fixes a compilation failure | ||
| 7 | induced by the earlier change to globals.h today. | ||
| 8 | |||
| 1 | 2011-01-19 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2011-01-19 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * unexmacosx.c: Include config.h before unistd.h (Bug#7859). | 11 | * unexmacosx.c: Include config.h before unistd.h (Bug#7859). |