1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00

*** empty log message ***

This commit is contained in:
Juanma Barranquero 2006-11-13 11:08:25 +00:00
parent ba2d39682b
commit 1bbea9fca7
2 changed files with 19 additions and 4 deletions

View 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> 2006-11-13 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS. * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.

View 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> 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el (org-metaleft): Call `org-outdent-item' on * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
bullets.
(org-metaright): Call `org-indent-item' on bullets. (org-metaright): Call `org-indent-item' on bullets.
(org-timestamp-change): Set `org-last-changed-timestamp'. (org-timestamp-change): Set `org-last-changed-timestamp'.
(org-current-line): Make sure (bolp) returns correct result. (org-current-line): Make sure (bolp) returns correct result.
(org-agenda-change-all-lines): Make sure highlighting TODO always (org-agenda-change-all-lines): Make sure highlighting TODO always works.
works.
2006-11-12 Richard Stallman <rms@gnu.org> 2006-11-12 Richard Stallman <rms@gnu.org>