diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 59 |
1 files changed, 57 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e2b8c7d9143..b8b3d2a1a9c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,62 @@ | |||
| 1 | 2011-06-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | Move DEFSYM to lisp.h and use everywhere. | ||
| 4 | |||
| 5 | * character.h (DEFSYM): Move declaration... | ||
| 6 | * lisp.h (DEFSYM): ...here. | ||
| 7 | |||
| 8 | * gnutls.c: | ||
| 9 | * minibuf.c: | ||
| 10 | * w32menu.c: | ||
| 11 | * w32proc.c: | ||
| 12 | * w32select.c: Don't include character.h. | ||
| 13 | |||
| 14 | * alloc.c (syms_of_alloc): | ||
| 15 | * buffer.c (syms_of_buffer): | ||
| 16 | * bytecode.c (syms_of_bytecode): | ||
| 17 | * callint.c (syms_of_callint): | ||
| 18 | * casefiddle.c (syms_of_casefiddle): | ||
| 19 | * casetab.c (init_casetab_once): | ||
| 20 | * category.c (init_category_once, syms_of_category): | ||
| 21 | * ccl.c (syms_of_ccl): | ||
| 22 | * cmds.c (syms_of_cmds): | ||
| 23 | * composite.c (syms_of_composite): | ||
| 24 | * dbusbind.c (syms_of_dbusbind): | ||
| 25 | * dired.c (syms_of_dired): | ||
| 26 | * dispnew.c (syms_of_display): | ||
| 27 | * doc.c (syms_of_doc): | ||
| 28 | * editfns.c (syms_of_editfns): | ||
| 29 | * emacs.c (syms_of_emacs): | ||
| 30 | * eval.c (syms_of_eval): | ||
| 31 | * fileio.c (syms_of_fileio): | ||
| 32 | * fns.c (syms_of_fns): | ||
| 33 | * frame.c (syms_of_frame): | ||
| 34 | * fringe.c (syms_of_fringe): | ||
| 35 | * insdel.c (syms_of_insdel): | ||
| 36 | * keymap.c (syms_of_keymap): | ||
| 37 | * lread.c (init_obarray, syms_of_lread): | ||
| 38 | * macros.c (syms_of_macros): | ||
| 39 | * msdos.c (syms_of_msdos): | ||
| 40 | * print.c (syms_of_print): | ||
| 41 | * process.c (syms_of_process): | ||
| 42 | * search.c (syms_of_search): | ||
| 43 | * sound.c (syms_of_sound): | ||
| 44 | * syntax.c (init_syntax_once, syms_of_syntax): | ||
| 45 | * terminal.c (syms_of_terminal): | ||
| 46 | * textprop.c (syms_of_textprop): | ||
| 47 | * undo.c (syms_of_undo): | ||
| 48 | * w32.c (globals_of_w32): | ||
| 49 | * window.c (syms_of_window): | ||
| 50 | * xdisp.c (syms_of_xdisp): | ||
| 51 | * xfaces.c (syms_of_xfaces): | ||
| 52 | * xfns.c (syms_of_xfns): | ||
| 53 | * xmenu.c (syms_of_xmenu): | ||
| 54 | * xsettings.c (syms_of_xsettings): | ||
| 55 | * xterm.c (syms_of_xterm): Use DEFSYM. | ||
| 56 | |||
| 1 | 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com> | 57 | 2011-06-24 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 58 | ||
| 3 | * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from | 59 | * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h. |
| 4 | character.h. | ||
| 5 | 60 | ||
| 6 | 2011-06-23 Paul Eggert <eggert@cs.ucla.edu> | 61 | 2011-06-23 Paul Eggert <eggert@cs.ucla.edu> |
| 7 | 62 | ||