Mercurial > emacs
comparison src/ChangeLog @ 58901:40bfa1ceae4a
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 11 Dec 2004 22:06:17 +0000 |
parents | c21a6318ec07 |
children | c32711499ab8 |
comparison
equal
deleted
inserted
replaced
58900:96433f173a6e | 58901:40bfa1ceae4a |
---|---|
1 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * syntax.c (Fforward_word): Avoid non-idempotent side-effects | |
4 in macro arguments. | |
5 | |
6 * minibuf.c (Ftry_completion, Fall_completions): Don't use | |
7 XFASTINT blindly. | |
8 | |
9 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT. | |
10 | |
1 2004-12-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 11 2004-12-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 12 |
3 * w32term.c (x_calc_absolute_position): Remove calculation of | 13 * w32term.c (x_calc_absolute_position): Remove calculation of |
4 difference between inner and outer window. Don't subtract difference | 14 difference between inner and outer window. Don't subtract difference |
5 for left and top calculations. | 15 for left and top calculations. |
26 2004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 36 2004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
27 | 37 |
28 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around | 38 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around |
29 reset_malloc_hooks. | 39 reset_malloc_hooks. |
30 | 40 |
31 * keyboard.c (handle_async_input, input_available_signal): Add | 41 * keyboard.c (handle_async_input, input_available_signal): |
32 ! defined (SYSTEM_MALLOC) around thread code. | 42 Add ! defined (SYSTEM_MALLOC) around thread code. |
33 | 43 |
34 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC. | 44 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC. |
35 | 45 |
36 2004-12-07 Stefan <monnier@iro.umontreal.ca> | 46 2004-12-07 Stefan <monnier@iro.umontreal.ca> |
37 | 47 |
65 * lisp.h: Declare reset_malloc_hooks. | 75 * lisp.h: Declare reset_malloc_hooks. |
66 | 76 |
67 * emacs.c (Fdump_emacs): Call reset_malloc_hooks. | 77 * emacs.c (Fdump_emacs): Call reset_malloc_hooks. |
68 | 78 |
69 * keyboard.c: Conditionally include pthread.h | 79 * keyboard.c: Conditionally include pthread.h |
70 (handle_async_inpu, input_available_signalt): If not in the main | 80 (handle_async_input, input_available_signalt): If not in the main |
71 thread, block signal, send signal to main thread and return. | 81 thread, block signal, send signal to main thread and return. |
72 | 82 |
73 * gtkutil.c (xg_get_file_with_chooser): Handle local files only. | 83 * gtkutil.c (xg_get_file_with_chooser): Handle local files only. |
74 Set current folder in file chooser if default_filename is a | 84 Set current folder in file chooser if default_filename is a directory. |
75 directory. | |
76 | 85 |
77 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | 86 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca> |
78 | 87 |
79 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end. | 88 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end. |
80 Remove redundant correctness checks. | 89 Remove redundant correctness checks. |