diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 805b189ae83..4f06b3d3509 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2012-07-03 Tom Tromey <tromey@redhat.com> | ||
| 2 | |||
| 3 | * window.c (Fset_window_margins, Fset_window_fringes) | ||
| 4 | (Fset_window_scroll_bars, Fset_window_vscroll): No longer static. | ||
| 5 | * textprop.c (Fprevious_property_change): No longer static. | ||
| 6 | * syntax.c (Fsyntax_table_p): No longer static. | ||
| 7 | * process.c (Fget_process, Fprocess_datagram_address): No longer | ||
| 8 | static. | ||
| 9 | * keymap.c (Flookup_key, Fcopy_keymap): No longer static. | ||
| 10 | * keyboard.c (Fcommand_execute): No longer static. | ||
| 11 | Remove EXFUN. | ||
| 12 | * insdel.c (Fcombine_after_change_execute): No longer static. | ||
| 13 | * image.c (Finit_image_library): No longer static. | ||
| 14 | * fileio.c (Fmake_symbolic_link): No longer static. | ||
| 15 | * eval.c (Ffetch_bytecode): No longer static. | ||
| 16 | * editfns.c (Fuser_full_name): No longer static. | ||
| 17 | * doc.c: (Fdocumentation_property, Fsnarf_documentation): No | ||
| 18 | longer static. | ||
| 19 | * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer | ||
| 20 | static. | ||
| 21 | * dired.c (Ffile_attributes): No longer static. | ||
| 22 | * composite.c (Fcomposition_get_gstring): No longer static. | ||
| 23 | * callproc.c (Fgetenv_internal): No longer static. | ||
| 24 | |||
| 25 | * ccl.h: Remove EXFUNs. | ||
| 26 | * buffer.h: Remove EXFUNs. | ||
| 27 | * dispextern.h: Remove EXFUNs. | ||
| 28 | * intervals.h: Remove EXFUNs. | ||
| 29 | * fontset.h: Remove EXFUN. | ||
| 30 | * font.h: Remove EXFUNs. | ||
| 31 | * dosfns.c (system_process_attributes): Remove EXFUN. | ||
| 32 | * keymap.h: Remove EXFUNs. | ||
| 33 | * lisp.h: Remove EXFUNs. | ||
| 34 | * w32term.h: Remove EXFUNs. | ||
| 35 | * window.h: Remove EXFUNs. | ||
| 36 | * xsettings.h: Remove EXFUN. | ||
| 37 | * xterm.h: Remove EXFUN. | ||
| 38 | |||
| 1 | 2012-07-03 Glenn Morris <rgm@gnu.org> | 39 | 2012-07-03 Glenn Morris <rgm@gnu.org> |
| 2 | 40 | ||
| 3 | * lisp.h (Frandom): Make it visible to C. | 41 | * lisp.h (Frandom): Make it visible to C. |