comparison src/ChangeLog @ 294:4b85ae5eabfb r21-0b45

Import from CVS: tag r21-0b45
author cvs
date Mon, 13 Aug 2007 10:38:01 +0200
parents 6cb5e14cd98e
children 5a79be0ef6a8
comparison
equal deleted inserted replaced
293:403535bfea94 294:4b85ae5eabfb
1 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
2
3 * redisplay-msw.c: new function mswindows_apply_face_effects.
4 This is called by output_string and output_cursor to display
5 underline and strikeout on faces.
6
7 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
8
9 * console-msw.h: added a list of fonts to device data.
10
11 * device-msw.c: enumerate list of available fonts in
12 mswindows_init_device. Free list in mswindows_delete_device.
13
14 * objects-msw.c: Added helper function match_font used by
15 mswindows_initialize_font_instance and mswindows_list_fonts.
16 Allow a charset to be specified in a font string, even if
17 previous fields havn't been specified.
18
19 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
20
21 * objects-msw.c:
22 Removed compilation warnings from mswindows_string_to_color.
23 mswindows_list_fonts returns a more general bogus font.
24 New lisp-visible function mswindows-color-list.
25
26 1998-06-19 David Bush <david.bush@adn.alcatel.com>
27
28 * editfns.c (Fuser_login_name): Modify to user new function
29 user_login_name.
30 (user_login_name): C only function to avoid Lisp object overhead
31 Returns "unknown" instead of nil in Cygwin environment
32
33 * fileio.c (Fexpand_file_name): Treat "~" and "~user" as
34 equivalent for current user in Cygwin environment. Use new
35 function user_login_name to get username.
36
37 * lisp.h: Declare user_login_name
38
39 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
40
41 * unexaix.c (make_hdr): Fixed bias computations so debugging info
42 works again.
43 Some other insignificant nitpicks.
44
45 1998-06-18 Andy Piper <andyp@parallax.co.uk>
46
47 * toolbar-msw.c (mswindows_output_toolbar): specify ILC_MASK when
48 creating the image list and make sure he bk color is transparent.
49
50 1998-06-18 Jan Vroonhof <vroonhof@math.ethz.ch>
51
52 * event-Xt.c (emacs_Xt_remove_timeout): Also remove timeout from
53 completed_timeouts. The timer could have expired.
54
55 1998-06-17 Andy Piper <andyp@parallax.co.uk>
56
57 * console-msw.h: move XEMACS_RECT_WH inside frame
58 parameters. define macors to access it.
59
60 * frame-msw.c (mswindows_init_frame_1): use new target_rect
61 parameter to intialise desired sizing. (mswindows_init_frame_2):
62 enable and size the frame to something sensible when we get
63 here. (mswindows_set_frame_properites): use new
64 mswindows_size_frame_internal function and size frame if frame
65 parameters not just if init is finished - WM_SIZE happens too
66 early for some specs. (mswindows_size_frame_internal): new
67 function abstracted from mswindows_set_frame_properties.
68 (Vmswindows_use_system_frame_size_defaults):
69 new variable controls whether to allow the system to pick frame
70 size defaults, defaults to nil.
71
72 * event-msw.c: in WM_SIZE use mswindows_size_frame_internal rather
73 than duplicated code.
74
75 1998-06-15 Colin Rafferty <colin@xemacs.org>
76
77 * Makefile.in.in: Made EXTW_LINK expand properly.
78
79 1998-06-12 Martin Buchholz <martin@xemacs.org>
80
81 * redisplay.c (vars_of_redisplay): default value of
82 column-number-start-at-one should be NIL!
83
1 1998-06-11 Martin Buchholz <martin@xemacs.org> 84 1998-06-11 Martin Buchholz <martin@xemacs.org>
2 85
3 * casefiddle.c: 86 * casefiddle.c:
4 (upcase-initials "fooBar") ==> "FooBar" instead of "Foobar" 87 (upcase-initials "fooBar") ==> "FooBar" instead of "Foobar"
5 88