comparison src/README @ 5125:b5df3737028a ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Wed, 24 Feb 2010 01:58:04 -0600
parents 304aebb79cd3
children 56144c8593a8
comparison
equal deleted inserted replaced
5124:623d57b7fbe8 5125:b5df3737028a
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