diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1b6a16dd524..d0ab1087aa9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacsclient.c (getcwd): Fix previous change: make getcwd | ||
| 4 | conditional on HAVE_GETCWD and declare with the correct POSIX | ||
| 5 | profile (for some reason MinGW headers define its 2nd arg as int, | ||
| 6 | not size_t; but getcwd is not used on Windows nonetheless). | ||
| 7 | |||
| 8 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 9 | |||
| 10 | * emacsclient.c (getcwd, w32_getenv): | ||
| 11 | * ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes. | ||
| 12 | |||
| 13 | 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 14 | |||
| 15 | * update-game-score.c (usage): Add NO_RETURN specifier. | ||
| 16 | * movemail.c (fatal, pfatal_with_name, pfatal_and_delete): | ||
| 17 | * make-docfile.c (fatal): | ||
| 18 | * hexl.c (usage): | ||
| 19 | * fakemail.c (fatal): | ||
| 20 | * etags.c (fatal, suggest_asking_for_help, pfatal): | ||
| 21 | * emacsclient.c (fatal): | ||
| 22 | * b2m.c (fatal): Likewise. | ||
| 23 | |||
| 24 | 2010-07-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 25 | |||
| 26 | * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt". | ||
| 27 | |||
| 1 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> | 28 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 29 | ||
| 3 | * emacsclient.c (get_current_dir_name, w32_get_resource) | 30 | * emacsclient.c (get_current_dir_name, w32_get_resource) |
| @@ -775,7 +802,7 @@ | |||
| 775 | 802 | ||
| 776 | 2008-02-01 Jason Rumney <jasonr@gnu.org> | 803 | 2008-02-01 Jason Rumney <jasonr@gnu.org> |
| 777 | 804 | ||
| 778 | * makefile.w32-in (obj): Sync with src/Makefile.in | 805 | * makefile.w32-in (obj): Sync with src/Makefile.in. |
| 779 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. | 806 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. |
| 780 | (WINNT_SUPPORT): Add term/w32-win.elc. | 807 | (WINNT_SUPPORT): Add term/w32-win.elc. |
| 781 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. | 808 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. |
| @@ -2471,7 +2498,7 @@ | |||
| 2471 | 2498 | ||
| 2472 | * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to | 2499 | * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to |
| 2473 | using .elc files. | 2500 | using .elc files. |
| 2474 | (lisp): Sync with list in src/Makefile.in | 2501 | (lisp): Sync with list in src/Makefile.in. |
| 2475 | (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. | 2502 | (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. |
| 2476 | 2503 | ||
| 2477 | 2002-02-10 Paul Eggert <eggert@twinsun.com> | 2504 | 2002-02-10 Paul Eggert <eggert@twinsun.com> |
| @@ -6313,7 +6340,7 @@ | |||
| 6313 | (TOKEN): Member linestart removed. | 6340 | (TOKEN): Member linestart removed. |
| 6314 | (linepos, prev_linepos, lb1): Deleted. | 6341 | (linepos, prev_linepos, lb1): Deleted. |
| 6315 | (main): Call initbuffer on lbs array instead of lb1. | 6342 | (main): Call initbuffer on lbs array instead of lb1. |
| 6316 | (init): Removed the initialisation of the logical _gd array; | 6343 | (init): Removed the initialisation of the logical _gd array. |
| 6317 | (find_entries): A .sa suffix means assembler file. | 6344 | (find_entries): A .sa suffix means assembler file. |
| 6318 | (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. | 6345 | (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. |
| 6319 | All C state machines rewritten. | 6346 | All C state machines rewritten. |
| @@ -7177,7 +7204,7 @@ | |||
| 7177 | * etags.c: Changes for VMS. | 7204 | * etags.c: Changes for VMS. |
| 7178 | Always define ETAGS on VMS. | 7205 | Always define ETAGS on VMS. |
| 7179 | Define macros GOOD and BAD for success and failure exit codes. | 7206 | Define macros GOOD and BAD for success and failure exit codes. |
| 7180 | (begtk, intk): Allow `$' in identifiers | 7207 | (begtk, intk): Allow `$' in identifiers. |
| 7181 | (main): Don't support -B, -F or -u on VMS. | 7208 | (main): Don't support -B, -F or -u on VMS. |
| 7182 | Alternate loop for scanning filename arguments. | 7209 | Alternate loop for scanning filename arguments. |
| 7183 | (system): Delete definition of this function. | 7210 | (system): Delete definition of this function. |