comparison src/README @ 4990:8f0cf4fd3d2c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:01:46 -0600
parents 304aebb79cd3
children 56144c8593a8
comparison
equal deleted inserted replaced
4989:d2ec55325515 4990:8f0cf4fd3d2c
59 message snarfing, most calls to Fsignal() have been replaced by 59 message snarfing, most calls to Fsignal() have been replaced by
60 calls to signal_error(), signal_simple_error(), etc. Look at 60 calls to signal_error(), signal_simple_error(), etc. Look at
61 eval.c for a classification of various error functions. 61 eval.c for a classification of various error functions.
62 62
63 -- Constant strings occurring in source files need to get wrapped 63 -- Constant strings occurring in source files need to get wrapped
64 in a call to GETTEXT (or if inside of a call to `build_string', 64 in a call to GETTEXT (or if inside of a call to `build_ascstring',
65 change that function to `build_translated_string') if they don't 65 change that function to `build_translated_string') if they don't
66 occur in certain places where the I18N3 message snarfer will see 66 occur in certain places where the I18N3 message snarfer will see
67 them. For a complete discussion of this, see the file 67 them. For a complete discussion of this, see the file
68 lib-src/make-msgfile.lex. 68 lib-src/make-msgfile.lex.
69 69