diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4434b1d45e1..791ea6dcaa5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,17 @@ | |||
| 1 | 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files. | ||
| 4 | (bootstrap-clean): New target that keeps TAGS around. | ||
| 5 | (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets. | ||
| 6 | (bootstrap-emacs${EXEEXT}): Depend on subdirs.el. | ||
| 7 | |||
| 1 | 2008-06-20 Jason Rumney <jasonr@gnu.org> | 8 | 2008-06-20 Jason Rumney <jasonr@gnu.org> |
| 2 | 9 | ||
| 3 | * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]: Remove | 10 | * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]: |
| 4 | obsolete font code. | 11 | Remove obsolete font code. |
| 5 | 12 | ||
| 6 | * w32font.c (font_matches_spec): Use csb bitfield from font signature | 13 | * w32font.c (font_matches_spec): Use csb bitfield from font signature |
| 7 | to determine language support. | 14 | to determine language support. |
| 8 | 15 | ||
| 9 | 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 10 | 17 | ||