aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2001-11-16 14:59:44 +0000
committerStefan Monnier2001-11-16 14:59:44 +0000
commitfa336b9179ab9bf09e14062949c18fad2bef811c (patch)
tree5f0a3400956aece50bbaf20cf026e32709926725 /src
parent7c82a4a9226d8e3c26e23170f1b81072335163c1 (diff)
downloademacs-fa336b9179ab9bf09e14062949c18fad2bef811c.tar.gz
emacs-fa336b9179ab9bf09e14062949c18fad2bef811c.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog58
1 files changed, 35 insertions, 23 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 989525dc051..5e81c61eb11 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * fileio.c (choose_write_coding_system): New fun, extracted
4 from Fwrite_region.
5 (Fwrite_region): Use it.
6
7 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
8 (funcall_lambda, run_hook_with_args): Make static and add prototype.
9 (ml_apply, find_handler_clause): Add prototype.
10
12001-11-16 Eli Zaretskii <eliz@gnu.org> 112001-11-16 Eli Zaretskii <eliz@gnu.org>
2 12
3 * config.in: Add #undef HAVE_COFF_H. 13 * config.in: Add #undef HAVE_COFF_H.
@@ -20,43 +30,45 @@
20 30
21 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID. 31 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
22 Comments fixed. Use renamed symbols. 32 Comments fixed. Use renamed symbols.
23 33
24 * dispnew.c: Comment fix. Use renamed symbols. 34 * dispnew.c: Comment fix. Use renamed symbols.
25 35
26 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS. 36 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
27 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH. 37 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
28 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH. 38 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
29 39
30 * msdos.c: Comment fix. 40 * msdos.c: Comment fix.
31 41
32 * w32fns.c: Use renamed symbols. 42 * w32fns.c: Use renamed symbols.
33 43
34 * w32term.c: Comment fixes. Use renamed symbols. 44 * w32term.c: Comment fixes. Use renamed symbols.
35 (fringe_bitmap_type): Renamed from bitmap_type. 45 (fringe_bitmap_type): Renamed from bitmap_type.
36 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. 46 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
37 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap. 47 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
38 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps. 48 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
39 49
40 * w32term.h: Comment fixes. Use renamed symbols. 50 * w32term.h: Comment fixes. Use renamed symbols.
41 (fringes_extra): Renamed from flags_areas_extra. 51 (fringes_extra): Renamed from flags_areas_extra.
42 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH. 52 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
43 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT. 53 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
44 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS. 54 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
45 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. 55 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
46 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH. 56 (FRAME_X_LEFT_FRINGE_WIDTH):
47 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH. 57 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
48 58 (FRAME_X_RIGHT_FRINGE_WIDTH):
59 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
60
49 * widget.c: Use renamed symbols. 61 * widget.c: Use renamed symbols.
50 62
51 * window.c: Comment fixes. Use renamed symbols. 63 * window.c: Comment fixes. Use renamed symbols.
52 (coordinates-in-window-p): Doc fix. 64 (coordinates-in-window-p): Doc fix.
53 65
54 * xdisp.c: Comment fixes. Use renamed symbols. 66 * xdisp.c: Comment fixes. Use renamed symbols.
55 67
56 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID. 68 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
57 69
58 * xfns.c: Use renamed symbols. 70 * xfns.c: Use renamed symbols.
59 71
60 * xterm.c: Comment fixes. Use renamed symbols. 72 * xterm.c: Comment fixes. Use renamed symbols.
61 (fringe_bitmap_type): Renamed from bitmap_type. 73 (fringe_bitmap_type): Renamed from bitmap_type.
62 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. 74 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
@@ -69,8 +81,10 @@
69 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT. 81 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
70 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS. 82 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
71 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. 83 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
72 (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH. 84 (FRAME_X_LEFT_FRINGE_WIDTH):
73 (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH. 85 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
86 (FRAME_X_RIGHT_FRINGE_WIDTH):
87 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
74 88
752001-11-15 Jason Rumney <jasonr@gnu.org> 892001-11-15 Jason Rumney <jasonr@gnu.org>
76 90
@@ -90,7 +104,7 @@
90 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief. 104 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
91 105
92 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief. 106 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
93 107
94 * xterm.c (x_draw_bar_cursor): If the background color of the 108 * xterm.c (x_draw_bar_cursor): If the background color of the
95 glyph under the cursor equals the frame's cursor color, use 109 glyph under the cursor equals the frame's cursor color, use
96 the glyph's foreground color for drawing the bar cursor. 110 the glyph's foreground color for drawing the bar cursor.
@@ -174,14 +188,13 @@
174 * xmenu.c (x-popup-menu): Reindent. 188 * xmenu.c (x-popup-menu): Reindent.
175 (x-popup-dialog): Likewise. 189 (x-popup-dialog): Likewise.
176 190
177 * xfaces.c (Finternal_set_alternative_font_family_alist): 191 * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent.
178 Reindent.
179 192
180 * xdisp.c (Fdump_tool_bar_row): Reindent. 193 * xdisp.c (Fdump_tool_bar_row): Reindent.
181 194
182 * minibuf.c (Fminibuffer_complete_word): Reindent. 195 * minibuf.c (Fminibuffer_complete_word): Reindent.
183 (Fminibuffer_complete_and_exit): Likewise. 196 (Fminibuffer_complete_and_exit): Likewise.
184 (Fminibuffer_completion_help): Likewise. 197 (Fminibuffer_completion_help): Likewise.
185 (Fminibuffer_message): Likewise. 198 (Fminibuffer_message): Likewise.
186 199
187 * fns.c (Freverse): Reindent. 200 * fns.c (Freverse): Reindent.
@@ -249,12 +262,11 @@
249 262
250 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect 263 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
251 vertical fonts. Allow them if face name is explicitly specified. 264 vertical fonts. Allow them if face name is explicitly specified.
252 Do not give up if we find a font that cannot be converted to an 265 Do not give up if we find a font that cannot be converted to an xlfd.
253 xlfd.
254 266
2552001-11-10 Gerd Moellmann <gerd@gnu.org> 2672001-11-10 Gerd Moellmann <gerd@gnu.org>
256 268
257 * unexelf.c (unexec): Use mmap/munmap to allocate buffers 269 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
258 instead of malloc/free. 270 instead of malloc/free.
259 271
2602001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2722001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>