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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Wed, 29 Aug 2007 13:25:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/08/29 13:25:37

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5808
retrieving revision 1.5809
diff -u -b -r1.5808 -r1.5809
--- ChangeLog   29 Aug 2007 06:06:51 -0000      1.5808
+++ ChangeLog   29 Aug 2007 13:25:36 -0000      1.5809
@@ -167,7 +167,7 @@
        * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
        Remove redundant definition.
 
-       * macfns.c (x_set_mouse_color,x_make_gc): Use
+       * macfns.c (x_set_mouse_color, x_make_gc): Use
        FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
 
        * w32term.c (x_free_frame_resources): Use
@@ -178,15 +178,15 @@
        Use the accessor macros for terminal characteristics.
        * msdos.c (internal_terminal_init): Use the accessor macros for
        terminal characteristics.
-       (ScreenVisualBell,internal_terminal_init): Use
+       (ScreenVisualBell, internal_terminal_init): Use
        FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
 
        * termopts.h (no_redraw_on_reenter): Declare.
 
        * alloc.c (emacs_blocked_malloc): Disable mallopt call.
-       (mark_terminals,mark_ttys): Declare.
+       (mark_terminals, mark_ttys): Declare.
        (Fgarbage_collect): Call them.
-       (mark_object): Mark buried_buffer_list;
+       (mark_object): Mark buried_buffer_list.
 
        * prefix-args.c: Include stdlib.h for exit.
 
@@ -225,7 +225,7 @@
 
        * xsmfns.c (x_session_close): New function.
 
-       * coding.h (terminal_coding,safe_terminal_coding,keyboard_coding):
+       * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
        Delete declarations.
 
        * xterm.h: Remove declaration for x_fully_uncatch_errors.
@@ -247,19 +247,19 @@
 
        * lisp.h (set_process_environment): Rename to
        `set_global_environment'.
-       (Fframe_with_environment,Fset_input_meta_mode)
+       (Fframe_with_environment, Fset_input_meta_mode)
        (Fset_quit_char): EXFUN.
-       (x_create_device,tty_output,terminal,tty_display_info): Declare.
+       (x_create_device, tty_output, terminal, tty_display_info): Declare.
        (init_sys_modes, reset_sys_modes): Update prototypes.
        (init_all_sys_modes, reset_all_sys_modes): New prototypes.
 
        * keyboard.h (struct kboard): Add new fields:
        Vlocal_function_key_map, Vlocal_key_translation_map,
        Vkeyboard_translate_table.
-       (Vfunction_key_map,Vkeyboard_translate_table,single_kboard_state):
+       (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
        Delete declarations.
-       (Vfunction_key_map,Vkey_translation_map,push_kboard,pop_kboard)
-       (temporarily_switch_to_single_kboard,tty_read_avail_input):
+       (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
+       (temporarily_switch_to_single_kboard, tty_read_avail_input):
        New declarations.
 
        * emacs.c (main): Don't call init_sys_modes(), the new term_init()
@@ -270,12 +270,9 @@
        reset_sys_modes().
 
        * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
-       (internal_resolve_face_name, resolve_face_name_error): New
-       functions.
-       (resolve_face_name): Protect against loops and errors thrown by
-       Fget.
-       (realize_default_face): Don't use FRAME_FONT unless frame is an X
-       frame.
+       (internal_resolve_face_name, resolve_face_name_error): New functions.
+       (resolve_face_name): Protect against loops and errors thrown by Fget.
+       (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
        (Ftty_supports_face_attributes_p): Update tty_capable_p call.
 
        * scroll.c: Replace CURTTY() with local variables throughout the
@@ -326,22 +323,22 @@
        (x_handle_selection_clear): Deal with MULTI_KBOARD.
 
        * coding.c: Include frame.h and termhooks.h.
-       (terminal_coding,keyboard_coding): Delete.
+       (terminal_coding, keyboard_coding): Delete.
        (Fset_terminal_coding_system_internal):
        (Fset_keyboard_coding_system_internal):
        (Fkeyboard_coding_system):
-       (Fterminal_coding_system): Add a terminal parameter. Get
-       terminal_coding from the terminal.
+       (Fterminal_coding_system): Add a terminal parameter.
+       Get terminal_coding from the terminal.
        (init_coding_once): Don't call setup_coding_system here.
 
        * dispextern.h (set_scroll_region, turn_off_insert)
        (turn_off_highlight, background_highlight, clear_end_of_line_raw)
        (tty_clear_end_of_line, tty_setup_colors)
-       (delete_tty,updating_frame)
+       (delete_tty, updating_frame)
        (produce_special_glyphs, produce_glyphs, write_glyphs)
        (insert_glyphs): Remove.
        (raw_cursor_to, clear_to_end, tty_turn_off_insert)
-       (tty_turn_off_highlight,get_tty_size): Add declaration.
+       (tty_turn_off_highlight, get_tty_size): Add declaration.
        (tabs_safe_p, init_baud_rate, get_tty_terminal): Update
        prototypes.
 
@@ -497,8 +494,7 @@
        * sysdep.c (reset_sys_modes): Update for renames.
 
        * keyboard.c (tty_read_avail_input): New function.
-       (Fset_input_interrupt_mode,Fset_output_flow_control): New
-       functions.
+       (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
        (syms_of_keyboard): Defsubr them.
        (Fset_input_meta_mode, Fset_quit_char): New functions.
        (Fset_input_mode): Split to above functions.




reply via email to

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