diff options
| author | Dan Nicolaescu | 2010-11-18 08:57:00 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-18 08:57:00 -0800 |
| commit | 50c7742814aafd5a540f521d9662648ea2ac8f54 (patch) | |
| tree | 376bb95b9f4bb72719cd20f61f8faf55d5b0a1c6 /src/ChangeLog | |
| parent | 654ef137a33c238befb60a27e0df1d3855fb025e (diff) | |
| download | emacs-50c7742814aafd5a540f521d9662648ea2ac8f54.tar.gz emacs-50c7742814aafd5a540f521d9662648ea2ac8f54.zip | |
Move declarations from .c files to .h files.
* src/process.c (timers_run):
* src/minibuf.c (quit_char):
* src/lread.c (read_emacs_mule_char):
* src/keyboard.c (minibuf_level, message_enable_multibyte)
(pending_malloc_warning):
* src/insdel.c (Vselect_active_regions, Vsaved_region_selection)
(Qonly): Remove declarations.
* src/lisp.h (pending_malloc_warning, Vsaved_region_selection)
(Vselect_active_regions):
* src/keyboard.h (timers_run): Add declarations.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8753246c92b..304176a40eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-11-18 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Move declarations from .c files to .h files. | ||
| 4 | * process.c (timers_run): | ||
| 5 | * minibuf.c (quit_char): | ||
| 6 | * lread.c (read_emacs_mule_char): | ||
| 7 | * keyboard.c (minibuf_level, message_enable_multibyte) | ||
| 8 | (pending_malloc_warning): | ||
| 9 | * insdel.c (Vselect_active_regions, Vsaved_region_selection) | ||
| 10 | (Qonly): Remove declarations. | ||
| 11 | * lisp.h (pending_malloc_warning, Vsaved_region_selection) | ||
| 12 | (Vselect_active_regions): | ||
| 13 | * keyboard.h (timers_run): Add declarations. | ||
| 14 | |||
| 3 | * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r) | 15 | * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r) |
| 4 | (tm_diff): Convert definitions to standard C. | 16 | (tm_diff): Convert definitions to standard C. |
| 5 | (extra_args_spec_iso): Remove, unused. | 17 | (extra_args_spec_iso): Remove, unused. |