]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
Add NO_RETURN specifiers to functions in lib-src.
[gnu-emacs] / lib-src / ChangeLog
index 1b6a16dd52484907963a8c4edd117947fad7930b..50184ee58ad6b920286bc207a3a890ba0a5979e2 100644 (file)
@@ -1,3 +1,18 @@
+2010-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * update-game-score.c (usage):  Add NO_RETURN specifier.
+       * movemail.c (fatal, pfatal_with_name, pfatal_and_delete):
+       * make-docfile.c (fatal):
+       * hexl.c (usage):
+       * fakemail.c (fatal):
+       * etags.c (fatal, suggest_asking_for_help, pfatal):
+       * emacsclient.c (fatal):
+       * b2m.c (fatal): Likewise.
+
+2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".
+
 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacsclient.c (get_current_dir_name, w32_get_resource)
 
 2008-02-01  Jason Rumney  <jasonr@gnu.org>
 
-       * makefile.w32-in (obj): Sync with src/Makefile.in
+       * makefile.w32-in (obj): Sync with src/Makefile.in.
        (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
        (WINNT_SUPPORT): Add term/w32-win.elc.
        (lisp1, lisp2): Sync with lisp in src/Makefile.in.
 
        * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
        using .elc files.
-       (lisp): Sync with list in src/Makefile.in
+       (lisp): Sync with list in src/Makefile.in.
        (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
 
 2002-02-10  Paul Eggert  <eggert@twinsun.com>
        (TOKEN): Member linestart removed.
        (linepos, prev_linepos, lb1): Deleted.
        (main): Call initbuffer on lbs array instead of lb1.
-       (init): Removed the initialisation of the logical _gd array;
+       (init): Removed the initialisation of the logical _gd array.
        (find_entries): A .sa suffix means assembler file.
        (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
        All C state machines rewritten.
        * etags.c: Changes for VMS.
        Always define ETAGS on VMS.
        Define macros GOOD and BAD for success and failure exit codes.
-       (begtk, intk): Allow `$' in identifiers
+       (begtk, intk): Allow `$' in identifiers.
        (main): Don't support -B, -F or -u on VMS.
        Alternate loop for scanning filename arguments.
        (system): Delete definition of this function.