From f387c1eec4f27596564357c3dfbfc6494606bcdb Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 27 Oct 2007 13:38:28 +0000 Subject: Comment change. --- lib-src/emacsclient.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib-src') 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 () } #endif -/* Message functions. */ - #ifdef WINDOWSNT #define REG_ROOT "SOFTWARE\\GNU\\Emacs" @@ -440,6 +438,8 @@ w32_execvp (path, argv) #endif /* WINDOWSNT */ +/* Display a normal or error message. + On Windows, use a message box if compiled as a Windows app. */ void message (int is_error, char *message, ...) { -- cgit v1.2.1 From a2666217c25ef4715e91e90376c6fed6151d3aae Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 28 Oct 2007 14:37:51 +0000 Subject: (obj): Remove abbrev.o. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lib-src') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 14b668d2d24..ec7ae3272ea 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2007-10-28 Juanma Barranquero + + * makefile.w32-in (obj): Remove abbrev.o. + 2007-10-26 Juanma Barranquero * emacsclient.c: Add a wrapper for getenv so it also checks the diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 07be340c2bd..9aa9aeea27a 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -156,7 +156,7 @@ obj= sunfns.o dosfns.o msdos.o \ cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \ alloc.o data.o doc.o editfns.o callint.o \ eval.o floatfns.o fns.o print.o lread.o \ - abbrev.o syntax.o bytecode.o \ + syntax.o bytecode.o \ process.o callproc.o \ region-cache.o sound.o atimer.o \ doprnt.o strftime.o intervals.o textprop.o composite.o md5.o -- cgit v1.2.1 From 04a697fefe9b64173b39d07d9b5bb857e16d6c40 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 1 Nov 2007 07:16:11 +0000 Subject: * makefile.w32-in (obj): Remove sunfns.o. * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lib-src') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ec7ae3272ea..2c178ba8da9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2007-11-01 Dan Nicolaescu + + * makefile.w32-in (obj): Remove sunfns.o. + 2007-10-28 Juanma Barranquero * makefile.w32-in (obj): Remove abbrev.o. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 9aa9aeea27a..9a611b8e3f9 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -142,7 +142,7 @@ $(BLD)/ctags.$(O): ctags.c # make-docfile blindly replaces .o with .c anyway. Keep .o in this list # as it is required by code in doc.c. # -obj= sunfns.o dosfns.o msdos.o \ +obj= dosfns.o msdos.o \ xterm.o xfns.o xmenu.o xselect.o xrdb.o fringe.o image.o \ mac.o macterm.o macfns.o macmenu.o fontset.o \ w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ -- cgit v1.2.1