diff options
| author | Tom Tromey | 2012-07-03 12:24:42 -0600 |
|---|---|---|
| committer | Tom Tromey | 2012-07-03 12:24:42 -0600 |
| commit | 404dbd373a91c0b994005e88fe703d9144873b27 (patch) | |
| tree | 758143095cab84ccd7962166584b94787df03267 /src/ChangeLog | |
| parent | 8e4fd1e172f5fc3daf8219965a588bf0125ba311 (diff) | |
| download | emacs-404dbd373a91c0b994005e88fe703d9144873b27.tar.gz emacs-404dbd373a91c0b994005e88fe703d9144873b27.zip | |
Auto-generate EXFUN using make-docfile
src
* window.c (Fset_window_margins, Fset_window_fringes)
(Fset_window_scroll_bars, Fset_window_vscroll): No longer static.
* textprop.c (Fprevious_property_change): No longer static.
* syntax.c (Fsyntax_table_p): No longer static.
* process.c (Fget_process, Fprocess_datagram_address): No longer
static.
* keymap.c (Flookup_key, Fcopy_keymap): No longer static.
* keyboard.c (Fcommand_execute): No longer static.
Remove EXFUN.
* insdel.c (Fcombine_after_change_execute): No longer static.
* image.c (Finit_image_library): No longer static.
* fileio.c (Fmake_symbolic_link): No longer static.
* eval.c (Ffetch_bytecode): No longer static.
* editfns.c (Fuser_full_name): No longer static.
* doc.c: (Fdocumentation_property, Fsnarf_documentation): No
longer static.
* buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
static.
* dired.c (Ffile_attributes): No longer static.
* composite.c (Fcomposition_get_gstring): No longer static.
* callproc.c (Fgetenv_internal): No longer static.
* ccl.h: Remove EXFUNs.
* buffer.h: Remove EXFUNs.
* dispextern.h: Remove EXFUNs.
* intervals.h: Remove EXFUNs.
* fontset.h: Remove EXFUN.
* font.h: Remove EXFUNs.
* dosfns.c (system_process_attributes): Remove EXFUN.
* keymap.h: Remove EXFUNs.
* lisp.h: Remove EXFUNs.
* w32term.h: Remove EXFUNs.
* window.h: Remove EXFUNs.
* xsettings.h: Remove EXFUN.
* xterm.h: Remove EXFUN.
lib-src
* make-docfile.c (enum global_type) <FUNCTION>: New constant.
(struct global) <value>: New field.
(add_global): Add 'value' argument.
(compare_globals): Sort functions at the end.
(close_emacs_globals): New function.
(write_globals): Handle functions.
(scan_c_file): Call add_global for DEFUN.
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. |