diff options
| author | Miles Bader | 2007-04-26 04:38:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-04-26 04:38:27 +0000 |
| commit | c71cdfc123dda2dea83d28c0e32d7c61fcb16c3b (patch) | |
| tree | 65e6d8364cc73706b3c5ac9630ed6030aaba518d /lib-src | |
| parent | 52c3f57f0ecb1535fd482ba9de7f014a8b1ecd21 (diff) | |
| parent | 0701603152f1f0c1961e589a6cf0c84bfa367f8c (diff) | |
| download | emacs-c71cdfc123dda2dea83d28c0e32d7c61fcb16c3b.tar.gz emacs-c71cdfc123dda2dea83d28c0e32d7c61fcb16c3b.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 711-712)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-199
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 04657225ab0..e91b99e98af 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (VERSION): Increase to 22.1.50. | ||
| 4 | |||
| 1 | 2007-02-26 Francesco Potort,Al(B <pot@gnu.org> | 5 | 2007-02-26 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs". | 7 | * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs". |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 356e70b3102..d5e147557aa 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -24,7 +24,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs | |||
| 24 | 24 | ||
| 25 | .PHONY: $(ALL) | 25 | .PHONY: $(ALL) |
| 26 | 26 | ||
| 27 | VERSION = 22.0.98 | 27 | VERSION = 22.1.50 |
| 28 | 28 | ||
| 29 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ | 29 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ |
| 30 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ | 30 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |