Mercurial > emacs
comparison src/ChangeLog @ 44706:e697e304aa68
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 19 Apr 2002 18:38:16 +0000 |
parents | 8c00cd35d3d7 |
children | e673f42e092e |
comparison
equal
deleted
inserted
replaced
44705:413dd322c77d | 44706:e697e304aa68 |
---|---|
1 2002-04-19 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * xfaces.c (clear_font_table): Don't free the default font of | |
4 a frame even if it's on another display. | |
5 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something | |
6 that could be Qt. | |
7 | |
1 2002-04-19 Juanma Barranquero <lektu@terra.es> | 8 2002-04-19 Juanma Barranquero <lektu@terra.es> |
2 | 9 |
3 * indent.c (Fmove_to_column): Remove unused local variable | 10 * indent.c (Fmove_to_column): Remove unused local variable |
4 `next_boundary_byte'. | 11 `next_boundary_byte'. |
5 (current_column_1): Likewise. | 12 (current_column_1): Likewise. |
6 | 13 |
7 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> | 14 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il> |
8 | 15 |
9 * msdos.c (Qhbar): New variable. | 16 * msdos.c (Qhbar): New variable. |
10 (syms_of_msdos): intern and staticpro it. | 17 (syms_of_msdos): Intern and staticpro it. |
11 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar' | 18 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar' |
12 cursor type. | 19 cursor type. |
13 | 20 |
14 2002-04-19 Dave Lambert <dlambert@acm.org> | 21 2002-04-19 Dave Lambert <dlambert@acm.org> |
15 | 22 |
20 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed. | 27 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed. |
21 Handle the `hbar' cursor type. | 28 Handle the `hbar' cursor type. |
22 (x_display_and_set_cursor): Handle the HBAR_CURSOR case. | 29 (x_display_and_set_cursor): Handle the HBAR_CURSOR case. |
23 | 30 |
24 * xfns.c (Qhbar): New variable. | 31 * xfns.c (Qhbar): New variable. |
25 (syms_of_xfns): intern and staticpro it. | 32 (syms_of_xfns): Intern and staticpro it. |
26 (x_specified_cursor_type): Handle `hbar' cursor. | 33 (x_specified_cursor_type): Handle `hbar' cursor. |
27 | 34 |
28 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is | 35 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is |
29 not defined. | 36 not defined. |
30 | 37 |
42 | 49 |
43 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined. | 50 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined. |
44 | 51 |
45 2002-04-17 Juanma Barranquero <lektu@terra.es> | 52 2002-04-17 Juanma Barranquero <lektu@terra.es> |
46 | 53 |
47 * indent.c (Fmove_to_column): Remove unused local variable | 54 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'. |
48 `end_byte'. | |
49 | 55 |
50 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il> | 56 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il> |
51 | 57 |
52 * window.c (coordinates_in_window): Don't report on margin area | 58 * window.c (coordinates_in_window): Don't report on margin area |
53 if its width is zero. | 59 if its width is zero. |
55 2002-04-16 Jason Rumney <jasonr@gnu.org> | 61 2002-04-16 Jason Rumney <jasonr@gnu.org> |
56 | 62 |
57 * w32fns.c (Fx_file_dialog): Decode file name before using. | 63 * w32fns.c (Fx_file_dialog): Decode file name before using. |
58 | 64 |
59 * w32term.c (construct_drag_n_drop): Likewise. | 65 * w32term.c (construct_drag_n_drop): Likewise. |
60 | 66 |
61 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> | 67 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> |
62 | 68 |
63 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now | 69 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now |
64 store load-history in pure space. | 70 store load-history in pure space. |
65 | 71 |