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


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 02 Jun 2002 21:58:20 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2685 emacs/src/ChangeLog:1.2686
*** emacs/src/ChangeLog:1.2685  Fri May 31 13:43:45 2002
--- emacs/src/ChangeLog Sun Jun  2 21:58:20 2002
***************
*** 1,3 ****
--- 1,27 ----
+ 2002-06-02  Thien-Thi Nguyen  <address@hidden>
+ 
+       * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
+       * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
+       * keymap.c (describe_command): Likewise.
+       * minibuf.c (read_minibuf): Likewise.
+ 
+       * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
+       Cast `current_column' return value to int.
+       (back_to_previous_visible_line_start,
+       reseat_at_next_visible_line_start, next_element_from_buffer):
+       Cast `indented_beyond_p' 3rd arg to float.
+ 
+       * indent.c (last_known_column): Now a float.
+       (current_column_1, position_indentation, current_column,
+       string_display_width): Return float.
+       (Fcurrent_column): Cast `current_column' return value to int.
+       (Fcurrent_indentation): Cast `position_indentation' retval to int.
+       (indented_beyond_p): Third arg now a float.
+       (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
+ 
+       * lisp.h (current_column): Now returns float.
+       (indented_beyond_p): 3rd arg now a float.
+ 
  2002-05-31  Eli Zaretskii  <address@hidden>
  
        * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
***************
*** 57,63 ****
        (substitute_object_recurse, substitute_object_in_subtree)
        (substitute_in_interval): Prototype.
        (read_multibyte): Return c if it's less than zero.
!       
  2002-05-28  Kim F. Storm  <address@hidden>
  
        * fileio.c (Fread_file_name_internal): Added brute-force
--- 81,87 ----
        (substitute_object_recurse, substitute_object_in_subtree)
        (substitute_in_interval): Prototype.
        (read_multibyte): Return c if it's less than zero.
! 
  2002-05-28  Kim F. Storm  <address@hidden>
  
        * fileio.c (Fread_file_name_internal): Added brute-force
***************
*** 77,83 ****
        Call Vread_file_name_function to read the file name if non-nil.
  
        * lisp.h (Fread_file_name): Now has 6 args.
!       
        * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
        predicate for Fread_file_name when reading directory name.
        Supply Qnil for predicate in other calls to Fread_file_name.
--- 101,107 ----
        Call Vread_file_name_function to read the file name if non-nil.
  
        * lisp.h (Fread_file_name): Now has 6 args.
! 
        * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
        predicate for Fread_file_name when reading directory name.
        Supply Qnil for predicate in other calls to Fread_file_name.
***************
*** 1036,1043 ****
        * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
        (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
        (four_corners_best, x_clear_image_1, x_clear_image)
!       (x_alloc_image_color, postprocess_image) 
!       (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image) 
        (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
        (init_xfns, syms_of_w32fns): Initialize image functions and constants.
  
--- 1060,1067 ----
        * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
        (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
        (four_corners_best, x_clear_image_1, x_clear_image)
!       (x_alloc_image_color, postprocess_image)
!       (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
        (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
        (init_xfns, syms_of_w32fns): Initialize image functions and constants.
  
***************
*** 1052,1058 ****
        socket functions.
        (socket_to_fd): New function.
        (sys_socket): Use it.
!       (sys_setsockopt, sys_listen, sys_getsockname, sys_accept) 
        (sys_recvfrom, sys_sendto): New wrapper functions.
  
        * process.c (QCfamily, QCfilter): Remove duplicate declaration
--- 1076,1082 ----
        socket functions.
        (socket_to_fd): New function.
        (sys_socket): Use it.
!       (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
        (sys_recvfrom, sys_sendto): New wrapper functions.
  
        * process.c (QCfamily, QCfilter): Remove duplicate declaration
***************
*** 1182,1188 ****
  
  2002-03-16  Richard M. Stallman  <address@hidden>
  
!       * xdisp.c (redisplay_internal, redisplay_windows): 
        Use list_of_error to call internal_condition_case_1.
        (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
        so as to catch all errors with no possibility of debugger redisplay.
--- 1206,1212 ----
  
  2002-03-16  Richard M. Stallman  <address@hidden>
  
!       * xdisp.c (redisplay_internal, redisplay_windows):
        Use list_of_error to call internal_condition_case_1.
        (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
        so as to catch all errors with no possibility of debugger redisplay.



reply via email to

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