diff options
| author | Miles Bader | 2006-05-17 07:46:49 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-05-17 07:46:49 +0000 |
| commit | 4ed925c6687e25373e8d75e68b9072f1170d571a (patch) | |
| tree | 257bac5e35e00b7f5a23768e04121bb29534dfe2 /lib-src | |
| parent | 89acbd040797742d97dbbe562a495574da88326c (diff) | |
| parent | 8d1bec8de1c570475c1332d1305bea21ffda44f1 (diff) | |
| download | emacs-4ed925c6687e25373e8d75e68b9072f1170d571a.tar.gz emacs-4ed925c6687e25373e8d75e68b9072f1170d571a.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 274-284)
- Update from CVS
- Update etc/MORE.STUFF.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 101)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2e8581a6f57..16c4e538939 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-05-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp1): Add fringe.elc. | ||
| 4 | |||
| 1 | 2006-05-02 Francesco Potort,Al(B <pot@gnu.org> | 5 | 2006-05-02 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 6 | ||
| 3 | * etags.c (Perl_functions): Free space allocated for var package. | 7 | * etags.c (Perl_functions): Free space allocated for var package. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 10b7c07f5c2..c145e47f197 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -192,6 +192,7 @@ lisp1= \ | |||
| 192 | $(lispsource)international/mule-conf.el \ | 192 | $(lispsource)international/mule-conf.el \ |
| 193 | $(lispsource)international/mule-cmds.elc \ | 193 | $(lispsource)international/mule-cmds.elc \ |
| 194 | $(lispsource)international/characters.elc \ | 194 | $(lispsource)international/characters.elc \ |
| 195 | $(lispsource)fringe.elc \ | ||
| 195 | $(lispsource)image.elc \ | 196 | $(lispsource)image.elc \ |
| 196 | $(lispsource)international/fontset.elc \ | 197 | $(lispsource)international/fontset.elc \ |
| 197 | $(lispsource)dnd.elc \ | 198 | $(lispsource)dnd.elc \ |