diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 424f3db53a1..249dfa44fa4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -779,7 +779,7 @@ | |||
| 779 | 779 | ||
| 780 | 2008-02-01 Jason Rumney <jasonr@gnu.org> | 780 | 2008-02-01 Jason Rumney <jasonr@gnu.org> |
| 781 | 781 | ||
| 782 | * makefile.w32-in (obj): Sync with src/Makefile.in | 782 | * makefile.w32-in (obj): Sync with src/Makefile.in. |
| 783 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. | 783 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. |
| 784 | (WINNT_SUPPORT): Add term/w32-win.elc. | 784 | (WINNT_SUPPORT): Add term/w32-win.elc. |
| 785 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. | 785 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. |
| @@ -2475,7 +2475,7 @@ | |||
| 2475 | 2475 | ||
| 2476 | * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to | 2476 | * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to |
| 2477 | using .elc files. | 2477 | using .elc files. |
| 2478 | (lisp): Sync with list in src/Makefile.in | 2478 | (lisp): Sync with list in src/Makefile.in. |
| 2479 | (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. | 2479 | (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. |
| 2480 | 2480 | ||
| 2481 | 2002-02-10 Paul Eggert <eggert@twinsun.com> | 2481 | 2002-02-10 Paul Eggert <eggert@twinsun.com> |
| @@ -6317,7 +6317,7 @@ | |||
| 6317 | (TOKEN): Member linestart removed. | 6317 | (TOKEN): Member linestart removed. |
| 6318 | (linepos, prev_linepos, lb1): Deleted. | 6318 | (linepos, prev_linepos, lb1): Deleted. |
| 6319 | (main): Call initbuffer on lbs array instead of lb1. | 6319 | (main): Call initbuffer on lbs array instead of lb1. |
| 6320 | (init): Removed the initialisation of the logical _gd array; | 6320 | (init): Removed the initialisation of the logical _gd array. |
| 6321 | (find_entries): A .sa suffix means assembler file. | 6321 | (find_entries): A .sa suffix means assembler file. |
| 6322 | (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. | 6322 | (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. |
| 6323 | All C state machines rewritten. | 6323 | All C state machines rewritten. |
| @@ -7181,7 +7181,7 @@ | |||
| 7181 | * etags.c: Changes for VMS. | 7181 | * etags.c: Changes for VMS. |
| 7182 | Always define ETAGS on VMS. | 7182 | Always define ETAGS on VMS. |
| 7183 | Define macros GOOD and BAD for success and failure exit codes. | 7183 | Define macros GOOD and BAD for success and failure exit codes. |
| 7184 | (begtk, intk): Allow `$' in identifiers | 7184 | (begtk, intk): Allow `$' in identifiers. |
| 7185 | (main): Don't support -B, -F or -u on VMS. | 7185 | (main): Don't support -B, -F or -u on VMS. |
| 7186 | Alternate loop for scanning filename arguments. | 7186 | Alternate loop for scanning filename arguments. |
| 7187 | (system): Delete definition of this function. | 7187 | (system): Delete definition of this function. |