Mercurial > emacs
comparison src/ChangeLog @ 90140:02f1dbc4a199
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 228-240)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 53-58)
- Merge from emacs--cvs-trunk--0
- Update from CVS
- Collapse feature addition/removal within single ChangeLog entry
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 09 Apr 2005 02:16:29 +0000 |
parents | 7a3341d65a12 b2be03118df9 |
children | 146c086df160 |
comparison
equal
deleted
inserted
replaced
90139:e0d294b9b23e | 90140:02f1dbc4a199 |
---|---|
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 |
4 mallopt. | 38 mallopt. |
5 | 39 |
2851 | 2885 |
2852 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 2886 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
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. |
2860 (xic_free_xfontset): Declare. | 2894 (xic_free_xfontset): Declare. |
2861 | 2895 |
4132 Doc fix. | 4166 Doc fix. |
4133 | 4167 |
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. |
4141 | 4175 |
4142 2004-06-13 Andreas Schwab <schwab@suse.de> | 4176 2004-06-13 Andreas Schwab <schwab@suse.de> |