diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab6f98e8bd9..3c1a543d3ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,78 @@ | |||
| 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Remove extern declarations from .c files, and them to .h files. | ||
| 4 | * keyboard.h (Qhelp_echo, waiting_for_input) | ||
| 5 | (input_available_clear_time, ignore_mouse_drag_p) | ||
| 6 | (Vdouble_click_time, real_this_command, Vthis_original_command): | ||
| 7 | * keymap.h (Qremap, Qmenu_item, Voverriding_local_map) | ||
| 8 | (Voverriding_local_map_menu_flag): | ||
| 9 | * lisp.h (Qinteractive_form, use_file_dialog) | ||
| 10 | (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount) | ||
| 11 | (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask) | ||
| 12 | (QCindex, QCmatrix, QCcolor_adjustment, QCmask) | ||
| 13 | (Qrisky_local_variable, map_char_table_for_charset, Vprint_level) | ||
| 14 | (Qfunction, debug_on_next_call, Qfield) | ||
| 15 | (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument) | ||
| 16 | (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string) | ||
| 17 | (Qfile_directory_p, Qinsert_file_contents) | ||
| 18 | (Qcompletion_ignore_case, Qcompletion_ignore_case) | ||
| 19 | (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case) | ||
| 20 | (history_delete_duplicates, minibuffer_auto_raise, Qonly) | ||
| 21 | (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky) | ||
| 22 | (Qminibuffer_prompt) | ||
| 23 | (Vtemporary_file_directory,char_ins_del_vector, Qface): | ||
| 24 | * xterm.h (gray_bitmap_width, gray_bitmap_height) | ||
| 25 | (gray_bitmap_bits, xic_create_fontsetname): | ||
| 26 | * coding.h (Vtranslation_table_for_input): Add extern declarations. | ||
| 27 | |||
| 28 | * xsmfns.c (Vuser_login_name): | ||
| 29 | * xrdb.c (Vdouble_click_time): | ||
| 30 | * xfaces.c (xic_create_fontsetname): | ||
| 31 | * w32select.c (waiting_for_input): | ||
| 32 | * print.c (minibuffer_auto_raise): | ||
| 33 | * msdos.c (Qhelp_echo): | ||
| 34 | * macros.c (real_this_command): | ||
| 35 | * keymap.c (Voverriding_local_map): | ||
| 36 | * xterm.c (poll_for_input_1, gray_bitmap_width) | ||
| 37 | (gray_bitmap_height, gray_bitmap_bits; | ||
| 38 | * xmenu.c ( Voverriding_local_map) | ||
| 39 | (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box) | ||
| 40 | (use_file_dialog, Xt_app_con): | ||
| 41 | * xdisp.c (minibuffer_auto_raise, Voverriding_local_map) | ||
| 42 | (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible) | ||
| 43 | (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines) | ||
| 44 | (Qtool_bar_lines, ignore_mouse_drag_p): | ||
| 45 | * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky) | ||
| 46 | (Qrear_nonsticky, nconc2): | ||
| 47 | * keyboard.c (current_global_map, minibuf_level, Qmenu_item) | ||
| 48 | (Vhistory_length, Vtranslation_table_for_input, Qcomposition) | ||
| 49 | (Qdisplay, Qafter_string, Qbefore_string, Qundefined): | ||
| 50 | * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name) | ||
| 51 | (minibuf_level, minibuffer_auto_raise, lisp_time_argument): | ||
| 52 | * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction) | ||
| 53 | (gc_in_progress): | ||
| 54 | * doc.c (Voverriding_local_map, Qremap): | ||
| 55 | * dired.c (completion_ignore_case, Qcompletion_ignore_case) | ||
| 56 | (Vcompletion_regexp_list): | ||
| 57 | * coding.c (Qmac, Qinsert_file_contents, Qwrite_region) | ||
| 58 | (Qcompletion_ignore_case): | ||
| 59 | * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly) | ||
| 60 | (Vhistory_length, Vthis_original_command, real_this_command) | ||
| 61 | (Qface, Qminibuffer_prompt, history_delete_duplicates): | ||
| 62 | * image.c (Qrisky_local_variable): | ||
| 63 | * fontset.c (QCname): | ||
| 64 | * fns.c (minibuffer_auto_raise, QCname): | ||
| 65 | * dispnew.c (char_ins_del_cost): | ||
| 66 | * composite.c (font_fill_lglyph_metrics): | ||
| 67 | * cmds.c (Qface, Vtranslation_table_for_input): | ||
| 68 | * charset.c (map_char_table_for_charset, Qfile_name_handler_alist): | ||
| 69 | * ccl.c (charset_unicode): | ||
| 70 | * callproc.c (Vtemporary_file_directory): | ||
| 71 | * buffer.c (emacs_strerror): Remove extern declarations. | ||
| 72 | |||
| 73 | * data.c (Qwindow): Make non-static, used from other files too. | ||
| 74 | * frame.c (validate_x_resource_name): Remove shadow definition for i. | ||
| 75 | |||
| 3 | * unexec.c (make_hdr): Remove references to NO_REMAP, COFF, | 76 | * unexec.c (make_hdr): Remove references to NO_REMAP, COFF, |
| 4 | SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER. | 77 | SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER. |
| 5 | * s/usg5-4.h (COFF): | 78 | * s/usg5-4.h (COFF): |