Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4975:c5cb3cb79110
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Feb 2010 04:27:45 -0600 |
parents | fe0d3106cc36 3bf1b0f0c391 |
children | f48bf636045f |
comparison
equal
deleted
inserted
replaced
4974:fe0d3106cc36 | 4975:c5cb3cb79110 |
---|---|
2 | 2 |
3 * bytecode.c (bytecode_assert): | 3 * bytecode.c (bytecode_assert): |
4 Use 0 instead of x in disabled_assert calls to avoid errors due | 4 Use 0 instead of x in disabled_assert calls to avoid errors due |
5 to using undefined vars/params (they are defined only when | 5 to using undefined vars/params (they are defined only when |
6 ERROR_CHECK_BYTE_CODE, which also turns on/off the asserts). | 6 ERROR_CHECK_BYTE_CODE, which also turns on/off the asserts). |
7 | |
8 2010-02-04 Ben Wing <ben@xemacs.org> | |
9 | |
10 * emacs.c (SHEBANG_EXE_PROGNAME_LENGTH): | |
11 * emacs.c (main_1): | |
12 Restore old definition of SHEBANG_EXE_PROGNAME_LENGTH; not possible | |
13 to ANSI-concatenate wide and narrow strings. | |
14 * print.c (write_msg_istring): | |
15 * print.c (write_msg_cistring): | |
16 * print.c (write_msg_ascstring): | |
17 Can't return a value in a void-declared function. | |
18 | |
19 2010-02-04 Ben Wing <ben@xemacs.org> | |
20 | |
21 * filelock.c: | |
22 * filelock.c (fill_in_lock_file_name): | |
23 Name the lock symlink file .#FN# instead of .#FN for file FN, so | |
24 that the link file doesn't have a .c or .el or whatever extension, | |
25 which confuses programs/functions that search by extension (e.g. | |
26 etags, byte-recompile-directory, etc.). | |
27 | |
28 2010-02-04 Ben Wing <ben@xemacs.org> | |
29 | |
30 * symbols.c (defsymbol_massage_name_1): | |
31 * symbols.c (defsymbol_nodump): | |
32 * symbols.c (defsymbol): | |
33 * symbols.c (defkeyword): | |
34 * symeval.h (DEFVAR_SYMVAL_FWD_OBJECT): | |
35 Put this back again: | |
36 | |
37 Make the various calls to staticpro() instead call staticpro_1(), | |
38 passing in the name of the C var being staticpro'ed, so that it | |
39 shows up in staticpro_names. Otherwise staticpro_names just has | |
40 1000+ copies of the word `location'. | |
7 | 41 |
8 2010-02-04 Ben Wing <ben@xemacs.org> | 42 2010-02-04 Ben Wing <ben@xemacs.org> |
9 | 43 |
10 * bytecode.c (assert_failed_with_remembered_ops): | 44 * bytecode.c (assert_failed_with_remembered_ops): |
11 * bytecode.c (init_opcode_table_multi_op): | 45 * bytecode.c (init_opcode_table_multi_op): |