]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 13 Nov 2006 11:08:25 +0000 (11:08 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 13 Nov 2006 11:08:25 +0000 (11:08 +0000)
lib-src/ChangeLog
lisp/ChangeLog

index 5a728595dc197f03aa5f984b46d405e72fe7d2fb..149f23ff91d96e1cbe085b6a5d8947079766869c 100644 (file)
@@ -1,3 +1,13 @@
+2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <jasonr@gnu.org>
 
        * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
index ff2da0b32e9c0049fbf758fd675f77a58eb64e8b..a21302af20922dc03227f6e49c91893c1b762329 100644 (file)
@@ -1,12 +1,17 @@
+2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <dominik@science.uva.nl>
 
-       * 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  <rms@gnu.org>