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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 04 Oct 2005 00:23:12 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4623 emacs/src/ChangeLog:1.4624
*** emacs/src/ChangeLog:1.4623  Sun Oct  2 18:35:05 2005
--- emacs/src/ChangeLog Tue Oct  4 04:23:12 2005
***************
*** 1,3 ****
--- 1,9 ----
+ 2005-10-04  Stefan Monnier  <address@hidden>
+ 
+       * keyboard.c (make_lispy_event): If point has moved between down and up
+       event, make it a drag, not a click, to mirror what
+       mouse-drag-region expects.
+ 
  2005-10-02  Dan Nicolaescu  <address@hidden>
  
        * lisp.h (fatal): Undo previous change.
***************
*** 17,24 ****
  
        * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
        (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code.
!       (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: Try
!       ATSUI-compatible 12pt Monaco font first.
  
        * macgui.h (struct _XCharStruct): New member valid_p.
        (STORE_XCHARSTRUCT): Set valid_p.
--- 23,30 ----
  
        * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
        (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code.
!       (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
!       Try ATSUI-compatible 12pt Monaco font first.
  
        * macgui.h (struct _XCharStruct): New member valid_p.
        (STORE_XCHARSTRUCT): Set valid_p.
***************
*** 41,48 ****
  
  2005-09-30  Dan Nicolaescu  <address@hidden>
  
!       * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
!       type.
        * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
  
        * unexelf.c (fatal): Fix prototype.
--- 47,53 ----
  
  2005-09-30  Dan Nicolaescu  <address@hidden>
  
!       * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
        * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
  
        * unexelf.c (fatal): Fix prototype.
***************
*** 51,58 ****
  
        * regex.c (re_char): Move typedef ...
        * regex.h (re_char): ... here.
!       (re_iswctype, re_wctype, re_set_whitespace_regexp): New
!       prototypes.
  
        * emacs.c (malloc_set_state): Fix return type.
        (endif): Fix type.
--- 56,62 ----
  
        * regex.c (re_char): Move typedef ...
        * regex.h (re_char): ... here.
!       (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
  
        * emacs.c (malloc_set_state): Fix return type.
        (endif): Fix type.
***************
*** 74,81 ****
        (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
        (emacs_blocked_free): Change definition to match __free_hook.
        (emacs_blocked_malloc): Change definition to match __malloc_hook.
!       (emacs_blocked_realloc): Change definition to match
!       __realloc_hook.
  
  2005-09-30  Romain Francoise  <address@hidden>
  
--- 78,84 ----
        (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
        (emacs_blocked_free): Change definition to match __free_hook.
        (emacs_blocked_malloc): Change definition to match __malloc_hook.
!       (emacs_blocked_realloc): Change definition to match __realloc_hook.
  
  2005-09-30  Romain Francoise  <address@hidden>
  
***************
*** 132,139 ****
  
  2005-09-23  Dan Nicolaescu  <address@hidden>
  
!       * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define
!       BROKEN_GET_CURRENT_DIR_NAME.
  
        * sysdep.c (get_current_dir_name): Also define if
        BROKEN_GET_CURRENT_DIR_NAME.
--- 135,142 ----
  
  2005-09-23  Dan Nicolaescu  <address@hidden>
  
!       * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
!       Define BROKEN_GET_CURRENT_DIR_NAME.
  
        * sysdep.c (get_current_dir_name): Also define if
        BROKEN_GET_CURRENT_DIR_NAME.




reply via email to

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