diff options
| author | Stefan Monnier | 2010-08-11 07:42:48 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-08-11 07:42:48 +0200 |
| commit | c566235d981eba73c88bbff00b6a1d88360b6e9f (patch) | |
| tree | f8d653add3570fe750a83d1123ed35022e0bf4ef /lib-src/ChangeLog | |
| parent | 0bfdb86f425a88fe43ebc88851c6f9a6418e1862 (diff) | |
| parent | 490b89acab3e759426ede25c31c94268df55e925 (diff) | |
| download | emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.tar.gz emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.zip | |
Merge from trunk
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 52 |
1 files changed, 48 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1b6a16dd524..6ac9bf19a24 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 1 | 2010-08-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ebrowse.c (usage, version, mark_virtual): | ||
| 4 | Remove duplicate declarations. | ||
| 5 | |||
| 6 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 7 | |||
| 8 | * emacsclient.c: Move socket related #includes together with the | ||
| 9 | rest of the #includes. Move a WINDOWSNT includes closer together. | ||
| 10 | (HAVE_CONFIG_H): Remove. | ||
| 11 | (NO_RETURN): Remove, defined in config.h. | ||
| 12 | (main): Convert definition to standard C. | ||
| 13 | |||
| 14 | 2010-07-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 15 | |||
| 16 | * make-docfile.c (write_c_args): Warn for old-style empty arglist (). | ||
| 17 | |||
| 18 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 19 | |||
| 20 | * emacsclient.c (getcwd): Fix previous change: make getcwd | ||
| 21 | conditional on HAVE_GETCWD and declare with the correct POSIX | ||
| 22 | profile (for some reason MinGW headers define its 2nd arg as int, | ||
| 23 | not size_t; but getcwd is not used on Windows nonetheless). | ||
| 24 | |||
| 25 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 26 | |||
| 27 | * emacsclient.c (getcwd, w32_getenv): | ||
| 28 | * ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes. | ||
| 29 | |||
| 30 | 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 31 | |||
| 32 | * update-game-score.c (usage): Add NO_RETURN specifier. | ||
| 33 | * movemail.c (fatal, pfatal_with_name, pfatal_and_delete): | ||
| 34 | * make-docfile.c (fatal): | ||
| 35 | * hexl.c (usage): | ||
| 36 | * fakemail.c (fatal): | ||
| 37 | * etags.c (fatal, suggest_asking_for_help, pfatal): | ||
| 38 | * emacsclient.c (fatal): | ||
| 39 | * b2m.c (fatal): Likewise. | ||
| 40 | |||
| 41 | 2010-07-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 42 | |||
| 43 | * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt". | ||
| 44 | |||
| 1 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> | 45 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 46 | ||
| 3 | * emacsclient.c (get_current_dir_name, w32_get_resource) | 47 | * emacsclient.c (get_current_dir_name, w32_get_resource) |
| @@ -775,7 +819,7 @@ | |||
| 775 | 819 | ||
| 776 | 2008-02-01 Jason Rumney <jasonr@gnu.org> | 820 | 2008-02-01 Jason Rumney <jasonr@gnu.org> |
| 777 | 821 | ||
| 778 | * makefile.w32-in (obj): Sync with src/Makefile.in | 822 | * makefile.w32-in (obj): Sync with src/Makefile.in. |
| 779 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. | 823 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. |
| 780 | (WINNT_SUPPORT): Add term/w32-win.elc. | 824 | (WINNT_SUPPORT): Add term/w32-win.elc. |
| 781 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. | 825 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. |
| @@ -2471,7 +2515,7 @@ | |||
| 2471 | 2515 | ||
| 2472 | * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to | 2516 | * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to |
| 2473 | using .elc files. | 2517 | using .elc files. |
| 2474 | (lisp): Sync with list in src/Makefile.in | 2518 | (lisp): Sync with list in src/Makefile.in. |
| 2475 | (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. | 2519 | (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. |
| 2476 | 2520 | ||
| 2477 | 2002-02-10 Paul Eggert <eggert@twinsun.com> | 2521 | 2002-02-10 Paul Eggert <eggert@twinsun.com> |
| @@ -6313,7 +6357,7 @@ | |||
| 6313 | (TOKEN): Member linestart removed. | 6357 | (TOKEN): Member linestart removed. |
| 6314 | (linepos, prev_linepos, lb1): Deleted. | 6358 | (linepos, prev_linepos, lb1): Deleted. |
| 6315 | (main): Call initbuffer on lbs array instead of lb1. | 6359 | (main): Call initbuffer on lbs array instead of lb1. |
| 6316 | (init): Removed the initialisation of the logical _gd array; | 6360 | (init): Removed the initialisation of the logical _gd array. |
| 6317 | (find_entries): A .sa suffix means assembler file. | 6361 | (find_entries): A .sa suffix means assembler file. |
| 6318 | (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. | 6362 | (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. |
| 6319 | All C state machines rewritten. | 6363 | All C state machines rewritten. |
| @@ -7177,7 +7221,7 @@ | |||
| 7177 | * etags.c: Changes for VMS. | 7221 | * etags.c: Changes for VMS. |
| 7178 | Always define ETAGS on VMS. | 7222 | Always define ETAGS on VMS. |
| 7179 | Define macros GOOD and BAD for success and failure exit codes. | 7223 | Define macros GOOD and BAD for success and failure exit codes. |
| 7180 | (begtk, intk): Allow `$' in identifiers | 7224 | (begtk, intk): Allow `$' in identifiers. |
| 7181 | (main): Don't support -B, -F or -u on VMS. | 7225 | (main): Don't support -B, -F or -u on VMS. |
| 7182 | Alternate loop for scanning filename arguments. | 7226 | Alternate loop for scanning filename arguments. |
| 7183 | (system): Delete definition of this function. | 7227 | (system): Delete definition of this function. |