diff options
| author | Juanma Barranquero | 2006-11-13 11:08:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-13 11:08:25 +0000 |
| commit | 1bbea9fca7c02b835c2b484a86563c67bc07de5a (patch) | |
| tree | 68113caad9ae4b549ff9a350af5a4dd0fbf34947 | |
| parent | ba2d39682b2ee1e2b199e2af734591b21c671c9d (diff) | |
| download | emacs-1bbea9fca7c02b835c2b484a86563c67bc07de5a.tar.gz emacs-1bbea9fca7c02b835c2b484a86563c67bc07de5a.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 10 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2006-11-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe. | ||
| 4 | ($(BLD)/emacsclientw.exe): New target. | ||
| 5 | (install): Install emacsclientw.exe. | ||
| 6 | ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets. | ||
| 7 | (ECLIENT_CFLAGS): Remove redundant flags. | ||
| 8 | |||
| 9 | * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H. | ||
| 10 | |||
| 1 | 2006-11-13 Jason Rumney <jasonr@gnu.org> | 11 | 2006-11-13 Jason Rumney <jasonr@gnu.org> |
| 2 | 12 | ||
| 3 | * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS. | 13 | * 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 @@ | |||
| 1 | 2006-11-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ediff.el (ediff-revision): | ||
| 4 | * files.el (set-visited-file-name): | ||
| 5 | * mail/rmailout.el (rmail-output-body-to-file): | ||
| 6 | Use `format', not `message', in `y-or-n-p' call. | ||
| 7 | |||
| 1 | 2006-11-13 Carsten Dominik <dominik@science.uva.nl> | 8 | 2006-11-13 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 9 | ||
| 3 | * textmodes/org.el (org-metaleft): Call `org-outdent-item' on | 10 | * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets. |
| 4 | bullets. | ||
| 5 | (org-metaright): Call `org-indent-item' on bullets. | 11 | (org-metaright): Call `org-indent-item' on bullets. |
| 6 | (org-timestamp-change): Set `org-last-changed-timestamp'. | 12 | (org-timestamp-change): Set `org-last-changed-timestamp'. |
| 7 | (org-current-line): Make sure (bolp) returns correct result. | 13 | (org-current-line): Make sure (bolp) returns correct result. |
| 8 | (org-agenda-change-all-lines): Make sure highlighting TODO always | 14 | (org-agenda-change-all-lines): Make sure highlighting TODO always works. |
| 9 | works. | ||
| 10 | 15 | ||
| 11 | 2006-11-12 Richard Stallman <rms@gnu.org> | 16 | 2006-11-12 Richard Stallman <rms@gnu.org> |
| 12 | 17 | ||