emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog.6,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.6,v
Date: Fri, 02 Feb 2007 18:53:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/02/02 18:53:42

Index: ChangeLog.6
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog.6,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- ChangeLog.6 14 Jan 2007 03:24:38 -0000      1.8
+++ ChangeLog.6 2 Feb 2007 18:53:42 -0000       1.9
@@ -707,10 +707,10 @@
        immediately if new parameter load_now is false.  Check that
        WSAStartup supports the winsock version we requested.
 
-       (set_errno, check_errno, sys_socket, sys_bind, sys_connect,
-       sys_htons, sys_ntohs, sys_inet_addr, sys_gethostname,
-       sys_gethostbyname, sys_getservbyname, sys_close, sys_read,
-       sys_write) [HAVE_SOCKETS]: Check winsock_lib instead of
+       (set_errno, check_errno, sys_socket, sys_bind, sys_connect)
+       (sys_htons, sys_ntohs, sys_inet_addr, sys_gethostname)
+       (sys_gethostbyname, sys_getservbyname, sys_close, sys_read)
+       (sys_write) [HAVE_SOCKETS]: Check winsock_lib instead of
        have_winsock to determine if winsock support is available.
 
        (sys_socket, sys_close) [HAVE_SOCKETS]: Count sockets in use.
@@ -718,8 +718,8 @@
        (init_ntproc) [HAVE_SOCKETS]: Only load winsock library on startup
        if PRELOAD_WINSOCK is set in environment (or registry).
 
-       * ntproc.c (Fwin32_has_winsock,
-       Fwin32_unload_winsock) [HAVE_SOCKETS]: New functions.
+       * ntproc.c (Fwin32_has_winsock, Fwin32_unload_winsock)
+       [HAVE_SOCKETS]: New functions.
        (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them.
 
        * process.c (Fopen_network_stream) [WINDOWSNT]: Ensure Windows
@@ -775,7 +775,7 @@
 
 1996-06-05  Paul Eggert  <address@hidden>
 
-       * editfns.c: (set_time_zone_rule):
+       * editfns.c (set_time_zone_rule):
        Work around localtime cache bug in SunOS 4.1.3_U1 and SunOS 4.1.4.
 
 1996-06-04  Geoff Voelker  <address@hidden>
@@ -839,7 +839,7 @@
 
 1996-05-24  Andrew Innes  <address@hidden>
 
-       * w32fns.c: (Vwin32_mouse_move_interval): New lisp variable.
+       * w32fns.c (Vwin32_mouse_move_interval): New lisp variable.
        (syms_of_win32fns): Add Vwin32_mouse_move_interval to syms.
        (saved_mouse_msg): Renamed to saved_mouse_button_msg.
        (timer_id): Renamed to mouse_button_timer.
@@ -1088,8 +1088,8 @@
        * nt.c (nt_ctime): Function renamed to sys_ctime.
 
        Undefine macros for shadowed CRT functions.
-       (nt_stat, get_unassigned_drive_letter, is_toplevel_share_name,
-       stat_toplevel_share): Functions deleted.
+       (nt_stat, get_unassigned_drive_letter, is_toplevel_share_name)
+       (stat_toplevel_share): Functions deleted.
 
        Include sys/socket.h and
        undefine macros for shadowed socket functions.
@@ -1131,8 +1131,8 @@
 
        (init_environment): Call init_user_info.
 
-       (get_inode_and_device_vals, pipe_with_inherited_out,
-       pipe_with_inherited_in): Functions deleted.
+       (get_inode_and_device_vals, pipe_with_inherited_out)
+       (pipe_with_inherited_in): Functions deleted.
 
        (prepare_standard_handles, reset_standard_handles): Moved to
        ntproc.c and simplified to match other changes (all handles are
@@ -1147,12 +1147,12 @@
        (utc_base_ft, utc_base, init): New internal variables used for
        implementing stat.
 
-       (get_volume_info, is_fat_volume, map_win32_filename, convert_time,
-       convert_from_time_t, hashval, generate_inode_val): New
+       (get_volume_info, is_fat_volume, map_win32_filename, convert_time)
+       (convert_from_time_t, hashval, generate_inode_val): New
        internal support functions for shadowed C library functions.
 
-       (sys_access, sys_chdir, sys_chmod, sys_link, sys_mkdir,
-       sys_mktemp, sys_rmdir, sys_unlink): Call map_win32_filename
+       (sys_access, sys_chdir, sys_chmod, sys_link, sys_mkdir)
+       (sys_mktemp, sys_rmdir, sys_unlink): Call map_win32_filename
        before calling shadowed C library function.
 
        (sys_fopen, sys_open): Map file names, and ensure file handle is
@@ -1167,9 +1167,9 @@
        associated variables) required to support dynamic linking to
        Windows socket library.
 
-       (sys_socket, sys_bind, sys_connect, sys_htons, sys_ntohs,
-       sys_inet_addr, sys_gethostname, sys_gethostbyname,
-       sys_getservbyname) [HAVE_SOCKETS]: New functions to provide
+       (sys_socket, sys_bind, sys_connect, sys_htons, sys_ntohs)
+       (sys_inet_addr, sys_gethostname, sys_gethostbyname)
+       (sys_getservbyname) [HAVE_SOCKETS]: New functions to provide
        dynamically loaded interface to Windows socket library.
 
        (sys_close, sys_dup, sys_dup2, sys_read, sys_write): New wrappers
@@ -1246,8 +1246,8 @@
        (syms_of_win32fns): Set up new lisp variables.
 
        (Fwin32_rgb): Dead procedure removed.
-       (Fwin32_define_rgb_color, Fwin32_load_color_file, win32_map_color,
-       win32_regenerate_palette, win32_unmap_color): New functions.
+       (Fwin32_define_rgb_color, Fwin32_load_color_file, win32_map_color)
+       (win32_regenerate_palette, win32_unmap_color): New functions.
        (syms_of_w32fns): Set up new lisp functions.
        (define_color): Use palettes.  Simulate use of PALETTE_RGB to
        use closest color instead of dithering.
@@ -1272,8 +1272,8 @@
        (x_to_win32_font): Use x_to_win32_charset.  Support Win32 font names
        in addition to X font names.
 
-       (win32_load_font, Fx_list_fonts, Fx_display_color_cells,
-       Fx_display_mm_height, Fx_display_mm_width: Use GetDC directly.
+       (win32_load_font, Fx_list_fonts, Fx_display_color_cells)
+       (Fx_display_mm_height, Fx_display_mm_width): Use GetDC directly.
 
        (Fx_open_connection): Support external color mapping files.
 
@@ -1336,18 +1336,18 @@
        (HAVE_SOCKETS, MAIL_USE_POP, MAIL_USE_SYSTEM_LOCK): Macros defined.
        (DIRECTORY_SEP): Use Vdirectory_sep_char.
        (EXEC_SUFFIXES): Add .cmd to list of suffixes.
-       (HAVE_SYS_TIMEB_H, HAVE_SYS_TIME_H, HAVE_UNISTD_H, STDC_HEADERS,
-       TIME_WITH_SYS_TIME, HAVE_GETTIMEOFDAY, HAVE_CLOSEDIR,
-       HAVE_LONG_FILE_NAMES, HAVE_BCOPY, HAVE_BCMP, HAVE_LOGB, HAVE_FREXP,
-       HAVE_FMOD, HAVE_FTIME, HAVE_MKTIME, HAVE_H_ERRNO): New macros.
-       (access, chdir, chmod, close, creat, ctime, dup, dup2, fopen,
-       link, mkdir, mktemp, open, pipe, read, rename, rmdir, select,
-       sleep, unlink, write, spawnve, wait, kill, signal):
+       (HAVE_SYS_TIMEB_H, HAVE_SYS_TIME_H, HAVE_UNISTD_H, STDC_HEADERS)
+       (TIME_WITH_SYS_TIME, HAVE_GETTIMEOFDAY, HAVE_CLOSEDIR)
+       (HAVE_LONG_FILE_NAMES, HAVE_BCOPY, HAVE_BCMP, HAVE_LOGB, HAVE_FREXP)
+       (HAVE_FMOD, HAVE_FTIME, HAVE_MKTIME, HAVE_H_ERRNO): New macros.
+       (access, chdir, chmod, close, creat, ctime, dup, dup2, fopen)
+       (link, mkdir, mktemp, open, pipe, read, rename, rmdir, select)
+       (sleep, unlink, write, spawnve, wait, kill, signal):
        Macros redefined from win32_* to sys_*.
        [__STDC__]: Define when including direct.h, io.h, stdio.h.
        (struct nt_stat): Definition removed.
-       (stat, st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid,
-       st_rdev, st_size, st_atime, st_mtime, st_ctime): Macros undefined.
+       (stat, st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid)
+       (st_rdev, st_size, st_atime, st_mtime, st_ctime): Macros undefined.
 
        * s/windows95.h: File removed.
 
@@ -1856,8 +1856,8 @@
        * unexnt.c (WinMain): Allocate a console for stdout
        and stderr if necessary.
 
-       * w32fns.c (Vwin32_pass_alt_to_system,
-       Vwin32_pass_optional_keys_to_system): New variables.
+       * w32fns.c (Vwin32_pass_alt_to_system)
+       (Vwin32_pass_optional_keys_to_system): New variables.
        (reset_modifiers, map_keypad_keys): New functions.
        (win32_wnd_proc): Fixup keypad function keys.
        Handle the three new keys on Windows keyboards.
@@ -1906,7 +1906,7 @@
        * m/ibmrs6000.h (LD_SWITCH_MACHINE): Undo previous change--
        define this unconditionally.
        (LD_SWITCH_SITE): New conditional definition.
-       For gcc 2.7.x, use /bin/ld instead of collect2,
+       For gcc 2.7.x, use /bin/ld instead of collect2.
 
 1996-03-07  Richard Stallman  <address@hidden>
 
@@ -1914,7 +1914,7 @@
 
 1996-03-07  Bill Mann  <address@hidden>
 
-       * unexaix.c (write_segment,copy_sym): Increase blocking from
+       * unexaix.c (write_segment, copy_sym): Increase blocking from
        128 to 4k bytes.
        (adjust_lnnoptrs): Handle include file names, mostly for dbx.
        (unrelocate_symbols): Remove some unnecessary tests.
@@ -2303,12 +2303,11 @@
 
        * w32xfns.c (prepend_msg): New function.
 
-       * w32fns.c (modifiers, modifier_key_support_tested,
-       modifiers_recorded): New variables.
-       (EMACS_LCONTROL, EMACS_RCONTROL, EMACS_LMENU,
-       EMACS_RMENU): New macros.
-       (test_modifier_support, record_keydown, record_keyup,
-       modifier_set, construct_modifiers): New functions.
+       * w32fns.c (modifiers, modifier_key_support_tested, modifiers_recorded):
+       New variables.
+       (EMACS_LCONTROL, EMACS_RCONTROL, EMACS_LMENU, EMACS_RMENU): New macros.
+       (test_modifier_support, record_keydown, record_keyup, modifier_set)
+       (construct_modifiers): New functions.
        (win32_wnd_proc): Monitor modifier keyup and keydown messages.
        Map window modifiers into console modifiers to unify input.
 
@@ -2320,8 +2319,8 @@
        Use console input routines to unify keyboard support.
        (x_make_frame_visible): Make frame foreground window.
 
-       * ntinevt.c (win32_kbd_mods_to_emacs, win32_kbd_patch_key,
-       key_event): Convert from static to global functions.
+       * ntinevt.c (win32_kbd_mods_to_emacs, win32_kbd_patch_key, key_event):
+       Convert from static to global functions.
        (win32_kbd_patch_key): Set modifiers when AltGr is pressed.
        (key_event): Don't modify key code on window input.
 
@@ -2491,7 +2490,7 @@
        * msdos.c (dos_set_window_size): New function; switches the screen
        to the size as close as possible to requested frame dimensions.
 
-       * msdos.h: (dos_set_window_size): Prototype for a new function.
+       * msdos.h (dos_set_window_size): Prototype for a new function.
 
        * dispnew.c (change_frame_size_1) [MSDOS]: Support frame size
        changing as best as possible.
@@ -2563,8 +2562,8 @@
        Use CRIT_MSG critical section.
 
        * w32term.h (win32_palette_entry): New structure.
-       (has_palette, p_colors_in_use, n_colors_in_use, h_palette,
-       regen_palette): Declare variables.
+       (has_palette, p_colors_in_use, n_colors_in_use, h_palette)
+       (regen_palette): Declare variables.
        (struct win32_output): New field.
        (my_get_dc): Macro removed.
        (GetFrameDC, ReleaseFrameDC): Declare functions.
@@ -2593,11 +2592,11 @@
        New variables.
        (syms_of_win32fns): Set up new lisp variables.
 
-       (x_set_frame_parameters, x_real_positions, win32_load_font,
-       win32_abort): Conform to coding style.
+       (x_set_frame_parameters, x_real_positions, win32_load_font)
+       (win32_abort): Conform to coding style.
 
-       (Fwin32_define_rgb_color, Fwin32_load_color_file, Fwin32_map_color,
-       Fwin32_unmap_color, Fwin32_regenerate_palette): New functions.
+       (Fwin32_define_rgb_color, Fwin32_load_color_file, Fwin32_map_color)
+       (Fwin32_unmap_color, Fwin32_regenerate_palette): New functions.
        (syms_of_win32fns): Set up new lisp subroutines.
        (defined_color): Use palettes.
        (map_mode): Function removed.
@@ -2628,12 +2627,12 @@
        (win32_number_shift_map): Array undefined.
        (win32_kbd_patch_key): Properly handle virtual keys for
        arbitrary keyboards.
-       (map_virt_key, key_event, win32_mouse_position, do_mouse_event,
-       win32_read_socket): Support for MULE.
+       (map_virt_key, key_event, win32_mouse_position, do_mouse_event)
+       (win32_read_socket): Support for MULE.
 
        * nt.c (nt_stat): Use alloca instead of xmalloc.
-       (get_unassigned_drive_letter, is_toplevel_share_name,
-       stat_toplevel_share): New functions for stat on remote shares.
+       (get_unassigned_drive_letter, is_toplevel_share_name)
+       (stat_toplevel_share): New functions for stat on remote shares.
        (readdir): Use IS_ANY_SEP.
 
        * makefile.nt (keyboard.obj, dispnew.obj): Depend upon w32term.h.
@@ -2784,14 +2783,14 @@
 
 1996-01-08  Erik Naggum  <address@hidden>
 
-       * abbrev.c (Fdefine_global_abbrev, Fdefine_mode_abbrev,
-       Fabbrev_symbol, Finsert_abbrev_table_description,
-       Fdefine_abbrev_table): Harmonize arguments with documentation.
+       * abbrev.c (Fdefine_global_abbrev, Fdefine_mode_abbrev)
+       (Fabbrev_symbol, Finsert_abbrev_table_description)
+       (Fdefine_abbrev_table): Harmonize arguments with documentation.
 
        * alloc.c (Fmake_symbol): Harmonize arguments with documentation.
 
-       * buffer.c (Fmake_indirect_buffer, Fset_buffer_major_mode,
-       Fpop_to_buffer, Fbury_buffer, Foverlay_get): Harmonize arguments
+       * buffer.c (Fmake_indirect_buffer, Fset_buffer_major_mode)
+       (Fpop_to_buffer, Fbury_buffer, Foverlay_get): Harmonize arguments
        with documentation.
 
        * bytecode.c (Fbyte_code): Harmonize arguments with documentation.
@@ -2799,46 +2798,42 @@
        * callint.c (Fcall_interactively, Fprefix_numeric_value): Harmonize
        arguments with documentation.
 
-       * casefiddle.c (Fupcase_region, Fdowncase_region,
-       Fcapitalize_region, Fupcase_initials_region): Harmonize arguments
-       with documentation.
+       * casefiddle.c (Fupcase_region, Fdowncase_region, Fcapitalize_region)
+       (Fupcase_initials_region): Harmonize arguments with documentation.
 
-       * casetab.c (Fcase_table_p): Harmonize arguments with
-       documentation.
+       * casetab.c (Fcase_table_p): Harmonize arguments with documentation.
 
-       * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line,
-       Fdelete_char, Fdelete_backward_char): Harmonize arguments with
+       * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line)
+       (Fdelete_char, Fdelete_backward_char): Harmonize arguments with
        documentation.
 
-       * data.c (Fboundp, Ffboundp, Fmakunbound, Ffmakunbound,
-       Fsymbol_plist, Fsymbol_name, Ffset, Fdefalias, Fdefine_function,
-       Fsetplist, store_symval_forwarding, swap_in_symval_forwarding,
-       find_symbol_value, Fsymbol_value, Fset, default_value,
-       Fdefault_boundp, Fdefault_value, Fset_default, Fsetq_default,
-       Fmake_variable_buffer_local, Fmake_local_variable,
-       Fkill_local_variable, Flocal_variable_p, Flocal_variable_if_set_p,
-       Faref, Faset, Fzerop, Fnumber_to_string, Fstring_to_number, Frem,
-       Fmod, Fadd1, Fsub1, Flognot): Harmonize arguments with
-       documentation.
+       * data.c (Fboundp, Ffboundp, Fmakunbound, Ffmakunbound)
+       (Fsymbol_plist, Fsymbol_name, Ffset, Fdefalias, Fdefine_function)
+       (Fsetplist, store_symval_forwarding, swap_in_symval_forwarding)
+       (find_symbol_value, Fsymbol_value, Fset, default_value)
+       (Fdefault_boundp, Fdefault_value, Fset_default, Fsetq_default)
+       (Fmake_variable_buffer_local, Fmake_local_variable)
+       (Fkill_local_variable, Flocal_variable_p, Flocal_variable_if_set_p)
+       (Faref, Faset, Fzerop, Fnumber_to_string, Fstring_to_number, Frem)
+       (Fmod, Fadd1, Fsub1, Flognot): Harmonize arguments with documentation.
 
-       * dired.c (Fdirectory_files, Ffile_name_completion,
-       Ffile_name_all_completions, Ffile_name_all_versions): Harmonize
+       * dired.c (Fdirectory_files, Ffile_name_completion)
+       (Ffile_name_all_completions, Ffile_name_all_versions): Harmonize
        arguments with documentation.
 
        * dispnew.c (Fsend_string_to_terminal, Fsit_for): Harmonize
        arguments with documentation.
 
-       * doc.c (Fdocumentation, Fdocumentation_property,
-       Fsubstitute_command_keys): Harmonize arguments with documentation.
+       * doc.c (Fdocumentation, Fdocumentation_property)
+       (Fsubstitute_command_keys): Harmonize arguments with documentation.
 
        * dosfns.c (Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard):
        Harmonize arguments with documentation.
 
-       * editfns.c (Fchar_to_string, Fstring_to_char, Fgoto_char,
-       Fencode_time, Finsert_char, Fbuffer_substring,
-       Fbuffer_substring_no_properties, Finsert_buffer_substring,
-       Fdelete_region, Fnarrow_to_region): Harmonize arguments with
-       documentation.
+       * editfns.c (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time,
+       (Finsert_char, Fbuffer_substring, Fbuffer_substring_no_properties)
+       (Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region):
+       Harmonize arguments with documentation.
        (Fformat_time_string): Allow TIME to default to current time.
 
        * emacs.c (Fdump_emacs_data, Fdump_emacs): Harmonize arguments with
@@ -2847,13 +2842,13 @@
        * eval.c (Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize
        arguments with documentation.
 
-       * fileio.c (Ffile_name_directory, Ffile_name_nondirectory,
-       Ffile_name_as_directory, Fdirectory_file_name, Fexpand_file_name,
-       Fsubstitute_in_file_name, Fcopy_file, Fmake_directory_internal,
-       Fdelete_directory, Fdelete_file, Frename_file, Fadd_name_to_file,
-       Fdefine_logical_name, Ffile_modes, Fset_file_modes,
-       Fset_default_file_modes, Fdo_auto_save, Fread_file_name): Harmonize
-       arguments with documentation.
+       * fileio.c (Ffile_name_directory, Ffile_name_nondirectory)
+       (Ffile_name_as_directory, Fdirectory_file_name, Fexpand_file_name)
+       (Fsubstitute_in_file_name, Fcopy_file, Fmake_directory_internal)
+       (Fdelete_directory, Fdelete_file, Frename_file, Fadd_name_to_file)
+       (Fdefine_logical_name, Ffile_modes, Fset_file_modes)
+       (Fset_default_file_modes, Fdo_auto_save, Fread_file_name):
+       Harmonize arguments with documentation.
 
        * filelock.c (Flock_buffer, Ffile_locked_p): Harmonize arguments
        with documentation.
@@ -2861,10 +2856,10 @@
        * floatfns.c (Fbessel_jn, Fbessel_yn): Harmonize arguments with
        documentation.
 
-       * fns.c (Frandom, Flength, Felt, Fsort, Fchar_table_subtype,
-       Fchar_table_parent, Fset_char_table_parent, Fchar_table_extra_slot,
-       Fset_char_table_extra_slot, Fchar_table_range,
-       Fset_char_table_range, Fmap_char_table, Fmapconcat, Fmapcar):
+       * fns.c (Frandom, Flength, Felt, Fsort, Fchar_table_subtype)
+       (Fchar_table_parent, Fset_char_table_parent, Fchar_table_extra_slot)
+       (Fset_char_table_extra_slot, Fchar_table_range)
+       (Fset_char_table_range, Fmap_char_table, Fmapconcat, Fmapcar):
        Harmonize arguments with documentation.
 
        * frame.c (Fhandle_switch_frame, Fset_frame_height): Harmonize
@@ -2875,8 +2870,8 @@
        * keyboard.c (Fevent_convert_list, Fcommand_execute): Harmonize
        arguments with documentation.
 
-       * keymap.c (Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps,
-       Ftext_char_description, Fapropos_internal): Harmonize arguments
+       * keymap.c (Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps)
+       (Ftext_char_description, Fapropos_internal): Harmonize arguments
        with documentation.
 
        * lread.c (Feval_buffer, Feval_region, Fintern, Fintern_soft):
@@ -2893,32 +2888,32 @@
        * print.c (Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint):
        Harmonize arguments with documentation.
 
-       * process.c (Fprocessp, Fget_buffer_process, Fdelete_process,
-       Fprocess_status, Fprocess_exit_status, Fprocess_id, Fprocess_name,
-       Fprocess_command, Fprocess_tty_name, Fset_process_buffer,
-       Fprocess_buffer, Fprocess_mark, Fset_process_filter,
-       Fprocess_filter, Fset_process_sentinel, Fprocess_sentinel,
-       Fset_process_window_size, Fprocess_kill_without_query,
-       Faccept_process_output): Harmonize arguments with documentation.
+       * process.c (Fprocessp, Fget_buffer_process, Fdelete_process)
+       (Fprocess_status, Fprocess_exit_status, Fprocess_id, Fprocess_name)
+       (Fprocess_command, Fprocess_tty_name, Fset_process_buffer)
+       (Fprocess_buffer, Fprocess_mark, Fset_process_filter)
+       (Fprocess_filter, Fset_process_sentinel, Fprocess_sentinel)
+       (Fset_process_window_size, Fprocess_kill_without_query)
+       (Faccept_process_output): Harmonize arguments with documentation.
 
        * search.c (Fmatch_end, Fregexp_quote): Harmonize arguments with
        documentation.
 
-       * syntax.c (Fsyntax_table_p, Fchar_syntax, Fmatching_paren,
-       Fmodify_syntax_entry): Harmonize arguments with documentation.
+       * syntax.c (Fsyntax_table_p, Fchar_syntax, Fmatching_paren)
+       (Fmodify_syntax_entry): Harmonize arguments with documentation.
 
-       * textprop.c (Ftext_properties_at, Fget_text_property,
-       Fget_char_property, Fnext_property_change,
-       Fnext_single_property_change, Fprevious_property_change,
-       Fprevious_single_property_change, Fadd_text_properties,
-       Fput_text_property, Fset_text_properties, Fremove_text_properties,
-       Ftext_property_any, Ftext_property_not_all): Harmonize arguments
+       * textprop.c (Ftext_properties_at, Fget_text_property)
+       (Fget_char_property, Fnext_property_change)
+       (Fnext_single_property_change, Fprevious_property_change)
+       (Fprevious_single_property_change, Fadd_text_properties)
+       (Fput_text_property, Fset_text_properties, Fremove_text_properties)
+       (Ftext_property_any, Ftext_property_not_all): Harmonize arguments
        with documentation.
 
-       * window.c (Fwindowp, Fwindow_live_p, Fother_window,
-       Fenlarge_window, Fshrink_window, Fscroll_up, Fscroll_down,
-       Fscroll_other_window, Fscroll_left, Fscroll_right, Frecenter,
-       Fwindow_configuration_p): Harmonize arguments with documentation.
+       * window.c (Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window)
+       (Fshrink_window, Fscroll_up, Fscroll_down, Fscroll_other_window)
+       (Fscroll_left, Fscroll_right, Frecenter, Fwindow_configuration_p):
+       Harmonize arguments with documentation.
 
        * xfaces.c (Fpixmap_spec_p): Harmonize arguments with
        documentation.
@@ -2935,7 +2930,7 @@
        * unexelf.c (unexec) [SOLARIS2]: Undo relocations performed by the
        runtime linker.
 
-       * config.in: (LOCALTIME_CACHE): Add #undef.
+       * config.in (LOCALTIME_CACHE): Add #undef.
 
 1996-01-08  Richard Stallman  <address@hidden>
 
@@ -3017,7 +3012,7 @@
 
 1996-01-03  Ulrich Leodolter  <address@hidden>
 
-       * ntproc.c (win32_wait): fixed bad synch_process_retcode
+       * ntproc.c (win32_wait): Fixed bad synch_process_retcode
        and initialized synch_process_death if signaled.
 
 1996-01-02  Richard Stallman  <address@hidden>
@@ -3682,15 +3677,15 @@
 
        * dispnew.c [HAVE_NTGUI]: Include w32term.h.
        Include dispextern.h before cm.h since dispextern.h includes windows.h.
-       [HAVE_NTGUI] (make_frame_glyphs, free_frame_glyphs, scroll_frame_lines,
-       update_frame, update_line): Test for WIN32 frame.
+       [HAVE_NTGUI] (make_frame_glyphs, free_frame_glyphs, scroll_frame_lines)
+       (update_frame, update_line): Test for WIN32 frame.
        [HAVE_NTGUI] (init_display): Initialize WIN32 window system.
 
        * dispextern.h [HAVE_NTGUI]: Include win32.h.
        [HAVE_NTGUI] (struct frame_glyphs): Include pixel fields.
 
        * w32term.c, w32xfns.c, w32fns.c, w32faces.c, w32select.c,
-       w32menu.c, w32reg.c, win32.h: New files.
+       * w32menu.c, w32reg.c, win32.h: New files.
 
        * s/windowsnt.h [HAVE_NTGUI] (abort): New macro.
        [HAVE_NTGUI] (HAVE_FACES): Defined.
@@ -3714,8 +3709,8 @@
        Don't duplicate or restore standard handles.
 
        * makefile.nt (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.
-       (w32term.obj, w32xfns.obj, w32fns.obj w32faces.obj, w32select.obj,
-       w32menu.obj, w32reg.obj): Defined.
+       (w32term.obj, w32xfns.obj, w32fns.obj w32faces.obj, w32select.obj)
+       (w32menu.obj, w32reg.obj): Defined.
        (LINK_FLAGS): Use SUBSYSTEM.
        (OBJ1): Remove lastfile.obj.
        (LIBS, TEMACS): Use TLASTLIB.
@@ -3755,7 +3750,7 @@
 
        * msdos.h (struct x_output): Rename from struct x_display.
        * msdos.c (the_only_x_display): Type is now struct x_output.
-       (internal_terminal_init): frame member is now named output_data.
+       (internal_terminal_init): Frame member is now named output_data.
        (init_environment): Fix timezone rules.
        * emacs.c (main): [MSDOS] Call init_gettimeofday.
        * frame.c [!MULTI_FRAME] (Fmodify_frame_parameters): Add missing
@@ -3995,7 +3990,7 @@
        * editfns.c (Fchar_equal): Handle char-table as case table.
 
        * fns.c (Fchar_table_subtype): New function.
-       (syms_of_fns): defsube it.
+       (syms_of_fns): defsubr it.
 
        * fns.c (map_char_table): When possible, use a number
        to describe the range.
@@ -4070,13 +4065,13 @@
        * dosfns.c (insert-startup-screen): New function.
        (msdos-memget, msdos-memput): New functions.
        (msdos-set-keyboard, insert-startup-screen): New functions.
-       (dos-timezone-offset, dos-display-scancodes, dos-menubar-clock,
-       dos-hyper-key, dos-super-key, dos-keypad-mode, dos-keyboard-layout,
-       dos-decimal-point): New variables.
-
-       * dosfns.h (dos_timezone_offset, dos_display_scancodes,
-       dos_menubar_clock, dos_hyper_key, dos_super_key, dos_keypad_mode,
-       dos_keyboard_layout, dos_decimal_point): New variables.
+       (dos-timezone-offset, dos-display-scancodes, dos-menubar-clock)
+       (dos-hyper-key, dos-super-key, dos-keypad-mode, dos-keyboard-layout)
+       (dos-decimal-point): New variables.
+
+       * dosfns.h (dos_timezone_offset, dos_display_scancodes)
+       (dos_menubar_clock, dos_hyper_key, dos_super_key, dos_keypad_mode)
+       (dos_keyboard_layout, dos_decimal_point): New variables.
 
        * msdos.c: [!HAVE_X_WINDOWS]:
        Reworked display code to perform immediate screen output.
@@ -4087,13 +4082,14 @@
        Corrected M-return & M-kp-enter.
        Added support for hyper and super keys.
        Reworked mouse code to avoid mouse flicker.
-       Saves and restores DOS-screen prior to emacs startup.
+       Saves and restores DOS-screen prior to Emacs startup.
        (sys_select): Would abort if rfds = NULL.
        (dos_direct_output): New function.
        (dos_dump_scancodes): New variable.
 
-       * msdos.h (internal_flush): Removed
-       (mouse_init1, mouse_check_moved, mouse_pressed, mouse_released): 
Removed.
+       * msdos.h (internal_flush): Removed.
+       (mouse_init1, mouse_check_moved, mouse_pressed, mouse_released):
+       Removed.
        (dos_get_saved_screen, dos_set_keyboard): New functions.
 
        * s/msdos.h: Check that DJGPP v. 1 is used.
@@ -4101,11 +4097,10 @@
        Simplified INTERNAL_TERMINAL termcap definition.
        Removed #define fflush internal_flush.
 
-       * sysdep.c: (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]:
+       * sysdep.c (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]:
        Always call set_terminal_modes.
        (reset_sys_modes) [MSDOS]: Do not look at EMACSCOLORS.
 
-
 1995-10-11  Richard Stallman  <address@hidden>
 
        * buffer.c (Fkill_buffer): Don't kill auto save file if not recent.
@@ -4430,10 +4425,10 @@
        * configure.in (LOCALTIME_CACHE): Define if tzset exists and
        if localtime caches TZ.  Check for tzset.
 
-       * emacs.c (main): Call tzset only if LOCALTIME_CACHE is defined;
+       * emacs.c (main): Call tzset only if LOCALTIME_CACHE isdefined;
        not all Suns have this bug.
        * m/pmax.h, s/386bsd.h, s/bsd386.h, s/freebsd.h, s/gnu.h,
-       s/netbsd.h (LOCALTIME_CACHE): Remove; now configured automatically.
+       * s/netbsd.h (LOCALTIME_CACHE): Remove; now configured automatically.
 
 1995-09-06  Erik Naggum  <address@hidden>
 
@@ -4523,7 +4518,6 @@
        (sleep_or_kbd_hit): Handle 60 seconds time wrap.
        (mouse_get_pos): Return event_timestamp.
 
-
 1995-08-29  Richard Stallman  <address@hidden>
 
        * msdos.c (struct IT_menu_state): Refer to it as struct, not typedef.
@@ -4773,14 +4767,12 @@
        * eval.c (run_hook_with_args): Renamed from Frun_hook_with_args.
        Take extra arg CONDITION, and return appropriately based on hook
        function value if CONDITION is until_success or until_failure.
-       (Frun_hooks, Frun_hook_with_args,
-       Frun_hook_with_args_until_success,
-       Frun_hook_with_args_until_failure): New functions, use it.
+       (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success)
+       (Frun_hook_with_args_until_failure): New functions, use it.
        (syms_of_eval): defsubr them.
 
-       * lisp.h (Frun_hook_with_args,
-       Frun_hook_with_args_until_success,
-       Frun_hook_with_args_until_failure): Declare them.
+       * lisp.h (Frun_hook_with_args, Frun_hook_with_args_until_success)
+       (Frun_hook_with_args_until_failure): Declare them.
 
 1995-07-31  Richard Stallman  <address@hidden>
 
@@ -4829,7 +4821,7 @@
 
        * eval.c (syms_of_eval): Add missing defsubr.
 
-       * buffer.c: (struct sortstrlist): New type.
+       * buffer.c (struct sortstrlist): New type.
        (overlay_heads, overlay_tails): Change to struct sortstrlist.
        (overlay_heads_len, overlay_tails_len): Deleted; now part of struct.
        (record_overlay_string): New function.
@@ -5218,8 +5210,8 @@
 1995-06-30  Geoff Voelker  (address@hidden)
 
        * nt.c (PASSWD_FIELD_SIZE): Defined.
-       (the_passwd_name, the_passwd_passwd, the_passwd_gecos,
-       the_passwd_dir, the_passwd_shell, getpwuid): Use PASSWD_FIELD_SIZE.
+       (the_passwd_name, the_passwd_passwd, the_passwd_gecos)
+       (the_passwd_dir, the_passwd_shell, getpwuid): Use PASSWD_FIELD_SIZE.
        (get_emacs_configuration): Check if processor macros are defined.
 
        * ntheap.c: Include config.h.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]