diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7c0dfdb8fa..170838bef49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2005-04-09 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * lread.c (readevalloop): Add args START and END as region in | ||
| 4 | current buffer to read. Callers changed. | ||
| 5 | When specified, narrow to this region only when reading, | ||
| 6 | not during eval. Track next point to read from during eval. | ||
| 7 | Also restore point to "real" buffer position before eval. | ||
| 8 | (Feval_region): Don't save excursion and restriction here, and | ||
| 9 | don't narrow to region. Just pass region to readevalloop. | ||
| 10 | Note: Point is now preserved even when PRINTFLAG is nil. | ||
| 11 | |||
| 12 | 2005-04-08 Kim F. Storm <storm@cua.dk> | ||
| 13 | |||
| 14 | * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>". | ||
| 15 | |||
| 16 | 2005-04-06 Kim F. Storm <storm@cua.dk> | ||
| 17 | |||
| 18 | * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones. | ||
| 19 | |||
| 20 | 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 21 | |||
| 22 | * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'. | ||
| 23 | (Fmac_get_preference): Doc fix. | ||
| 24 | |||
| 25 | * macfns.c (Fx_create_frame, x_create_tip_frame): Add | ||
| 26 | "fontset-mac" to fallback font/fontsets. | ||
| 27 | |||
| 28 | 2005-04-04 Kim F. Storm <storm@cua.dk> | ||
| 29 | |||
| 30 | * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc. | ||
| 31 | |||
| 32 | * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry. | ||
| 33 | Call it again after autoload. | ||
| 34 | |||
| 1 | 2005-04-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 35 | 2005-04-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 36 | ||
| 3 | * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling | 37 | * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling |
| @@ -2853,7 +2887,7 @@ | |||
| 2853 | 2887 | ||
| 2854 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. | 2888 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. |
| 2855 | 2889 | ||
| 2856 | 2004-10-21 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> | 2890 | 2004-10-21 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> |
| 2857 | 2891 | ||
| 2858 | * xterm.h (x_output): New member `xic_base_fontname'. | 2892 | * xterm.h (x_output): New member `xic_base_fontname'. |
| 2859 | (FRAME_XIC_BASE_FONTNAME): New macro. | 2893 | (FRAME_XIC_BASE_FONTNAME): New macro. |
| @@ -4134,7 +4168,7 @@ | |||
| 4134 | * keyboard.c (cmd_error): Don't call any_kboard_state | 4168 | * keyboard.c (cmd_error): Don't call any_kboard_state |
| 4135 | if inside a recursive edit level. | 4169 | if inside a recursive edit level. |
| 4136 | 4170 | ||
| 4137 | 2004-06-13 Lorentey K,Aa(Broly <lorentey@elte.hu> | 4171 | 2004-06-13 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> |
| 4138 | 4172 | ||
| 4139 | * keyboard.c (command_loop): Call any_kboard_state before | 4173 | * keyboard.c (command_loop): Call any_kboard_state before |
| 4140 | command_loop_2 when at top level. | 4174 | command_loop_2 when at top level. |