From 1bbea9fca7c02b835c2b484a86563c67bc07de5a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 13 Nov 2006 11:08:25 +0000 Subject: [PATCH] *** empty log message *** --- lib-src/ChangeLog | 10 ++++++++++ lisp/ChangeLog | 13 +++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5a728595dc1..149f23ff91d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,13 @@ +2006-11-13 Juanma Barranquero + + * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe. + ($(BLD)/emacsclientw.exe): New target. + (install): Install emacsclientw.exe. + ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets. + (ECLIENT_CFLAGS): Remove redundant flags. + + * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H. + 2006-11-13 Jason Rumney * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff2da0b32e9..a21302af209 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,17 @@ +2006-11-13 Juanma Barranquero + + * ediff.el (ediff-revision): + * files.el (set-visited-file-name): + * mail/rmailout.el (rmail-output-body-to-file): + Use `format', not `message', in `y-or-n-p' call. + 2006-11-13 Carsten Dominik - * textmodes/org.el (org-metaleft): Call `org-outdent-item' on - bullets. + * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets. (org-metaright): Call `org-indent-item' on bullets. (org-timestamp-change): Set `org-last-changed-timestamp'. (org-current-line): Make sure (bolp) returns correct result. - (org-agenda-change-all-lines): Make sure highlighting TODO always - works. + (org-agenda-change-all-lines): Make sure highlighting TODO always works. 2006-11-12 Richard Stallman -- 2.39.5