diff options
| author | Miles Bader | 2007-11-11 00:56:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-11-11 00:56:44 +0000 |
| commit | f23d76bdefbd4c06e14d69e99e50d35ce91c8226 (patch) | |
| tree | ded28d1da6df2d0135514bac83074f4ca1c9099a /lib-src | |
| parent | e2d092da5980a7d05a5428074f8eb4925fa801e8 (diff) | |
| parent | a457417ee5ba797ab1c91d35ee957bb7a7f8d4b6 (diff) | |
| download | emacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.tar.gz emacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 8 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 14b668d2d24..2c178ba8da9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Remove sunfns.o. | ||
| 4 | |||
| 5 | 2007-10-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 6 | |||
| 7 | * makefile.w32-in (obj): Remove abbrev.o. | ||
| 8 | |||
| 1 | 2007-10-26 Juanma Barranquero <lekktu@gmail.com> | 9 | 2007-10-26 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * emacsclient.c: Add a wrapper for getenv so it also checks the | 11 | * emacsclient.c: Add a wrapper for getenv so it also checks the |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 99e0dc3ce3d..acc322d638a 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -298,8 +298,6 @@ get_current_dir_name () | |||
| 298 | } | 298 | } |
| 299 | #endif | 299 | #endif |
| 300 | 300 | ||
| 301 | /* Message functions. */ | ||
| 302 | |||
| 303 | #ifdef WINDOWSNT | 301 | #ifdef WINDOWSNT |
| 304 | 302 | ||
| 305 | #define REG_ROOT "SOFTWARE\\GNU\\Emacs" | 303 | #define REG_ROOT "SOFTWARE\\GNU\\Emacs" |
| @@ -440,6 +438,8 @@ w32_execvp (path, argv) | |||
| 440 | 438 | ||
| 441 | #endif /* WINDOWSNT */ | 439 | #endif /* WINDOWSNT */ |
| 442 | 440 | ||
| 441 | /* Display a normal or error message. | ||
| 442 | On Windows, use a message box if compiled as a Windows app. */ | ||
| 443 | void | 443 | void |
| 444 | message (int is_error, char *message, ...) | 444 | message (int is_error, char *message, ...) |
| 445 | { | 445 | { |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 190a293984c..8e01c9dfeaf 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -142,7 +142,7 @@ $(BLD)/ctags.$(O): ctags.c | |||
| 142 | # make-docfile blindly replaces .o with .c anyway. Keep .o in this list | 142 | # make-docfile blindly replaces .o with .c anyway. Keep .o in this list |
| 143 | # as it is required by code in doc.c. | 143 | # as it is required by code in doc.c. |
| 144 | # | 144 | # |
| 145 | obj = sunfns.o dosfns.o msdos.o \ | 145 | obj = dosfns.o msdos.o \ |
| 146 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ | 146 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ |
| 147 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \ | 147 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \ |
| 148 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ | 148 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ |
| @@ -157,7 +157,7 @@ obj = sunfns.o dosfns.o msdos.o \ | |||
| 157 | cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \ | 157 | cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \ |
| 158 | alloc.o data.o doc.o editfns.o callint.o \ | 158 | alloc.o data.o doc.o editfns.o callint.o \ |
| 159 | eval.o floatfns.o fns.o print.o lread.o \ | 159 | eval.o floatfns.o fns.o print.o lread.o \ |
| 160 | abbrev.o syntax.o bytecode.o \ | 160 | syntax.o bytecode.o \ |
| 161 | process.o callproc.o \ | 161 | process.o callproc.o \ |
| 162 | region-cache.o sound.o atimer.o \ | 162 | region-cache.o sound.o atimer.o \ |
| 163 | doprnt.o strftime.o intervals.o textprop.o composite.o md5.o | 163 | doprnt.o strftime.o intervals.o textprop.o composite.o md5.o |