diff options
| author | Karoly Lorentey | 2004-06-03 16:45:20 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-06-03 16:45:20 +0000 |
| commit | bf2d7b586bf6add7527739fcbdc007e921259397 (patch) | |
| tree | acf06ea1cb8dd626d6a1e746f0306e315838a068 /lib-src | |
| parent | 190a56d6e02f134591a9d8861b8c4aa55bbec79b (diff) | |
| parent | 52deb19f2472448f319e96b627bc8d84d86134fe (diff) | |
| download | emacs-bf2d7b586bf6add7527739fcbdc007e921259397.tar.gz emacs-bf2d7b586bf6add7527739fcbdc007e921259397.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-357
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-358
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-359
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-360
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
Support " [...]" style defaults in minibuffer-electric-default-mode
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
(read-number): Use canonical format for default in prompt.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-365
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-184
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 11 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ac789eb3181..9f3fcc13371 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | 2004-06-01 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Add image.c. | ||
| 4 | |||
| 1 | 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> | 5 | 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 6 | ||
| 3 | * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. | 7 | * test-distrib.c (main): For failing cases, exit with |
| 8 | `EXIT_FAILURE'. | ||
| 4 | 9 | ||
| 5 | 2004-05-08 Jason Rumney <jasonr@gnu.org> | 10 | 2004-05-08 Jason Rumney <jasonr@gnu.org> |
| 6 | 11 | ||
| @@ -14,8 +19,8 @@ | |||
| 14 | (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | 19 | (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. |
| 15 | 20 | ||
| 16 | * ebrowse.c, emacsclient.c, fakemail.c, hexl.c, | 21 | * ebrowse.c, emacsclient.c, fakemail.c, hexl.c, |
| 17 | make-docfile.c, movemail.c, profile.c, sorted-doc.c, | 22 | * make-docfile.c, movemail.c, profile.c, sorted-doc.c, |
| 18 | test-distrib.c, update-game-score.c, yow.c: Likewise. | 23 | * test-distrib.c, update-game-score.c, yow.c: Likewise. |
| 19 | 24 | ||
| 20 | 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> | 25 | 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> |
| 21 | 26 | ||
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index a997d324a5b..3b53a29889b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -126,7 +126,7 @@ $(BLD)/ctags.$(O): ctags.c | |||
| 126 | # | 126 | # |
| 127 | # From ..\src\makefile.nt. | 127 | # From ..\src\makefile.nt. |
| 128 | # | 128 | # |
| 129 | obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c casetab.c category.c ccl.c charset.c cm.c cmds.c coding.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c floatfns.c fns.c fontset.c frame.c fringe.c gmalloc.c indent.c insdel.c intervals.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c print.c process.c ralloc.c regex.c region-cache.c scroll.c search.c sound.c strftime.c syntax.c sysdep.c term.c termcap.c textprop.c tparam.c undo.c unexw32.c vm-limit.c w32.c w32console.c w32fns.c w32heap.c w32inevt.c w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c window.c xdisp.c xfaces.c xfaces.c | 129 | obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c casetab.c category.c ccl.c charset.c cm.c cmds.c coding.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c floatfns.c fns.c fontset.c frame.c fringe.c gmalloc.c image.c indent.c insdel.c intervals.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c print.c process.c ralloc.c regex.c region-cache.c scroll.c search.c sound.c strftime.c syntax.c sysdep.c term.c termcap.c textprop.c tparam.c undo.c unexw32.c vm-limit.c w32.c w32console.c w32fns.c w32heap.c w32inevt.c w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c window.c xdisp.c xfaces.c xfaces.c |
| 130 | # | 130 | # |
| 131 | # These are the lisp files that are loaded up in loadup.el | 131 | # These are the lisp files that are loaded up in loadup.el |
| 132 | # | 132 | # |