diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 351dbcf1e39..d57a739d45a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (make_lispy_event): If point has moved between down and up | ||
| 4 | event, make it a drag, not a click, to mirror what | ||
| 5 | mouse-drag-region expects. | ||
| 6 | |||
| 1 | 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | * lisp.h (fatal): Undo previous change. | 9 | * lisp.h (fatal): Undo previous change. |
| @@ -17,8 +23,8 @@ | |||
| 17 | 23 | ||
| 18 | * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. | 24 | * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. |
| 19 | (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code. | 25 | (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code. |
| 20 | (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: Try | 26 | (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: |
| 21 | ATSUI-compatible 12pt Monaco font first. | 27 | Try ATSUI-compatible 12pt Monaco font first. |
| 22 | 28 | ||
| 23 | * macgui.h (struct _XCharStruct): New member valid_p. | 29 | * macgui.h (struct _XCharStruct): New member valid_p. |
| 24 | (STORE_XCHARSTRUCT): Set valid_p. | 30 | (STORE_XCHARSTRUCT): Set valid_p. |
| @@ -41,8 +47,7 @@ | |||
| 41 | 47 | ||
| 42 | 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu> | 48 | 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu> |
| 43 | 49 | ||
| 44 | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | 50 | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type. |
| 45 | type. | ||
| 46 | * xterm.c (handle_one_xevent, handle_one_xevent): Likewise. | 51 | * xterm.c (handle_one_xevent, handle_one_xevent): Likewise. |
| 47 | 52 | ||
| 48 | * unexelf.c (fatal): Fix prototype. | 53 | * unexelf.c (fatal): Fix prototype. |
| @@ -51,8 +56,7 @@ | |||
| 51 | 56 | ||
| 52 | * regex.c (re_char): Move typedef ... | 57 | * regex.c (re_char): Move typedef ... |
| 53 | * regex.h (re_char): ... here. | 58 | * regex.h (re_char): ... here. |
| 54 | (re_iswctype, re_wctype, re_set_whitespace_regexp): New | 59 | (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes. |
| 55 | prototypes. | ||
| 56 | 60 | ||
| 57 | * emacs.c (malloc_set_state): Fix return type. | 61 | * emacs.c (malloc_set_state): Fix return type. |
| 58 | (endif): Fix type. | 62 | (endif): Fix type. |
| @@ -74,8 +78,7 @@ | |||
| 74 | (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes. | 78 | (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes. |
| 75 | (emacs_blocked_free): Change definition to match __free_hook. | 79 | (emacs_blocked_free): Change definition to match __free_hook. |
| 76 | (emacs_blocked_malloc): Change definition to match __malloc_hook. | 80 | (emacs_blocked_malloc): Change definition to match __malloc_hook. |
| 77 | (emacs_blocked_realloc): Change definition to match | 81 | (emacs_blocked_realloc): Change definition to match __realloc_hook. |
| 78 | __realloc_hook. | ||
| 79 | 82 | ||
| 80 | 2005-09-30 Romain Francoise <romain@orebokech.com> | 83 | 2005-09-30 Romain Francoise <romain@orebokech.com> |
| 81 | 84 | ||
| @@ -132,8 +135,8 @@ | |||
| 132 | 135 | ||
| 133 | 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu> | 136 | 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 134 | 137 | ||
| 135 | * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define | 138 | * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): |
| 136 | BROKEN_GET_CURRENT_DIR_NAME. | 139 | Define BROKEN_GET_CURRENT_DIR_NAME. |
| 137 | 140 | ||
| 138 | * sysdep.c (get_current_dir_name): Also define if | 141 | * sysdep.c (get_current_dir_name): Also define if |
| 139 | BROKEN_GET_CURRENT_DIR_NAME. | 142 | BROKEN_GET_CURRENT_DIR_NAME. |