diff options
| author | Miles Bader | 2006-11-21 08:56:38 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-11-21 08:56:38 +0000 |
| commit | eeb7eaa88482114822730380196f4e7a3c0870dd (patch) | |
| tree | e8c3861b628ad53c6b8f158b74d1be8bd8590aeb /lib-src/ChangeLog | |
| parent | b15d6f4265b10fbc413caca03246feff9c87d53e (diff) | |
| parent | a98d0b8e8948293de119c4cdd7a8c79318ad82fa (diff) | |
| download | emacs-eeb7eaa88482114822730380196f4e7a3c0870dd.tar.gz emacs-eeb7eaa88482114822730380196f4e7a3c0870dd.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 505-522)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: etc/TUTORIAL.cn: Updated.
- Merge from erc--emacs--22
* gnus--rel--5.10 (patch 164-167)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 39 |
1 files changed, 34 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c2319d6486b..70bd5bb6ed7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2006-11-13 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and | ||
| 4 | HAVE_INET_SOCKETS. | ||
| 5 | |||
| 6 | 2006-11-13 Juanma Barranquero <lekktu@gmail.com> | ||
| 7 | |||
| 8 | * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe. | ||
| 9 | ($(BLD)/emacsclientw.exe): New target. | ||
| 10 | (install): Install emacsclientw.exe. | ||
| 11 | ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets. | ||
| 12 | (ECLIENT_CFLAGS): Remove redundant flags. | ||
| 13 | |||
| 14 | * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H. | ||
| 15 | |||
| 16 | 2006-11-13 Jason Rumney <jasonr@gnu.org> | ||
| 17 | |||
| 18 | * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS. | ||
| 19 | |||
| 20 | 2006-11-10 David Reitter <david.reitter@gmail.com> | ||
| 21 | |||
| 22 | * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>. | ||
| 23 | |||
| 24 | 2006-11-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 25 | |||
| 26 | * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as | ||
| 27 | FARPROC to avoid a compiler warning. | ||
| 28 | |||
| 1 | 2006-11-07 Juanma Barranquero <lekktu@gmail.com> | 29 | 2006-11-07 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 30 | ||
| 3 | * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server | 31 | * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server |
| @@ -9,11 +37,11 @@ | |||
| 9 | 37 | ||
| 10 | 2006-11-06 Juanma Barranquero <lekktu@gmail.com> | 38 | 2006-11-06 Juanma Barranquero <lekktu@gmail.com> |
| 11 | 39 | ||
| 12 | * emacsclient.c (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show | 40 | * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show |
| 13 | option --socket-name. | 41 | option --socket-name. |
| 14 | (decode_options): Don't get EMACS_SERVER_FILE here, it could override | 42 | (decode_options): Don't get EMACS_SERVER_FILE here, it could override |
| 15 | command line options. | 43 | command line options. |
| 16 | (decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option. | 44 | (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option. |
| 17 | (fail): Don't check for missing arguments, it is now done in set_socket. | 45 | (fail): Don't check for missing arguments, it is now done in set_socket. |
| 18 | (file_name_absolute_p): New function (loosely based on the one in | 46 | (file_name_absolute_p): New function (loosely based on the one in |
| 19 | fileio.c). | 47 | fileio.c). |
| @@ -455,7 +483,7 @@ | |||
| 455 | 483 | ||
| 456 | 2004-09-08 Francesco Potort,Al(B <pot@gnu.org> | 484 | 2004-09-08 Francesco Potort,Al(B <pot@gnu.org> |
| 457 | 485 | ||
| 458 | * etags.c [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef) | 486 | * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef) |
| 459 | for ease of use. | 487 | for ease of use. |
| 460 | 488 | ||
| 461 | 2004-07-17 Richard M. Stallman <rms@gnu.org> | 489 | 2004-07-17 Richard M. Stallman <rms@gnu.org> |
| @@ -2665,7 +2693,7 @@ | |||
| 2665 | 2693 | ||
| 2666 | * movemail.c (rindex): Add declaration. | 2694 | * movemail.c (rindex): Add declaration. |
| 2667 | 2695 | ||
| 2668 | Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | 2696 | 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> |
| 2669 | 2697 | ||
| 2670 | * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define. | 2698 | * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define. |
| 2671 | (movemail.exe): Depend upon and link with getopt files. | 2699 | (movemail.exe): Depend upon and link with getopt files. |
| @@ -3914,7 +3942,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 3914 | * profile.c (TV1, TV2): Use EMACS_TIME as type. | 3942 | * profile.c (TV1, TV2): Use EMACS_TIME as type. |
| 3915 | (get_time): Use EMACS_SUB_TIME. | 3943 | (get_time): Use EMACS_SUB_TIME. |
| 3916 | 3944 | ||
| 3917 | 1994-10-30 voelker <voelker@cs.washington.edu> | 3945 | 1994-10-30 Geoff Voelker <voelker@cs.washington.edu> |
| 3918 | 3946 | ||
| 3919 | * ntlib.c: New file. | 3947 | * ntlib.c: New file. |
| 3920 | * makefile.nt: New file. | 3948 | * makefile.nt: New file. |
| @@ -6047,6 +6075,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 6047 | 6075 | ||
| 6048 | ;; Local Variables: | 6076 | ;; Local Variables: |
| 6049 | ;; coding: iso-2022-7bit | 6077 | ;; coding: iso-2022-7bit |
| 6078 | ;; add-log-time-zone-rule: t | ||
| 6050 | ;; End: | 6079 | ;; End: |
| 6051 | 6080 | ||
| 6052 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, | 6081 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |