diff options
| author | Dan Nicolaescu | 2010-08-05 21:09:54 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-05 21:09:54 -0700 |
| commit | 0613f5d515c2f7fe7930ad5f7d3e177e1fd3b44c (patch) | |
| tree | 5855e17cab880b13c6c6158266e50c6a4194a83f /lib-src/ChangeLog | |
| parent | b3d42406f854852f3ca4a45112c8cd182279a23b (diff) | |
| download | emacs-0613f5d515c2f7fe7930ad5f7d3e177e1fd3b44c.tar.gz emacs-0613f5d515c2f7fe7930ad5f7d3e177e1fd3b44c.zip | |
emacsclient.c cleanups.
* lib-src/emacsclient.c: Move socket related #includes together with the
rest of the #includes. Move a WINDOWSNT includes closer together.
(HAVE_CONFIG_H): Remove.
(NO_RETURN): Remove, defined in config.h.
(main): Convert definition to standard C.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 34e0c7ee388..bcd4b1a5169 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * emacsclient.c: Move socket related #includes together with the | ||
| 4 | rest of the #includes. Move a WINDOWSNT includes closer together. | ||
| 5 | (HAVE_CONFIG_H): Remove. | ||
| 6 | (NO_RETURN): Remove, defined in config.h. | ||
| 7 | (main): Convert definition to standard C. | ||
| 8 | |||
| 1 | 2010-07-29 Juanma Barranquero <lekktu@gmail.com> | 9 | 2010-07-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * make-docfile.c (write_c_args): Warn for old-style empty arglist (). | 11 | * make-docfile.c (write_c_args): Warn for old-style empty arglist (). |