diff options
| author | Gerd Moellmann | 2000-03-04 16:04:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-04 16:04:15 +0000 |
| commit | 64d739c445abf671e20cd6e9ab10da25deb83694 (patch) | |
| tree | cd78ce14fb92614499e26cda5ec3a49e1a8426d5 /src/ChangeLog | |
| parent | b0404f9ffc8e0f16d2131274e2b572955bfa921b (diff) | |
| download | emacs-64d739c445abf671e20cd6e9ab10da25deb83694.tar.gz emacs-64d739c445abf671e20cd6e9ab10da25deb83694.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 725a012544a..fdaba32a46f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,34 @@ | |||
| 1 | 2000-03-04 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color) | ||
| 4 | (lookup_pixel_color, x_laplace, x_build_heuristic_mask) | ||
| 5 | (png_load): Access colormap of frame using FRAME_X_COLORMAP. | ||
| 6 | (x_decode_color): Don't handle allocation of white and black | ||
| 7 | specially. | ||
| 8 | (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and | ||
| 9 | XtNcolormap resources. | ||
| 10 | (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow. | ||
| 11 | (Fx_create_frame): Initialize color members of x_output structure. | ||
| 12 | (xpm_load): Pass colormap to XPM lib. | ||
| 13 | |||
| 14 | * xfaces.c (x_free_colors): Access colormap of frame using | ||
| 15 | FRAME_X_COLORMAP. Be paranoid about freeing black and white | ||
| 16 | when default colormap is used. | ||
| 17 | |||
| 18 | * xterm.c (x_term_init): Set Colormap member of x_display_info | ||
| 19 | structure. Copy colormap if resource `privateColormap' is | ||
| 20 | specified (PseudoColor only). | ||
| 21 | (x_setup_relief_color): Access colormap of frame using | ||
| 22 | FRAME_X_COLORMAP. | ||
| 23 | |||
| 24 | * xterm.h (struct x_display_info): Add Colormap member `cmap'. | ||
| 25 | (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros. | ||
| 26 | |||
| 1 | 2000-03-04 Jason Rumney <jasonr@gnu.org> | 27 | 2000-03-04 Jason Rumney <jasonr@gnu.org> |
| 2 | 28 | ||
| 3 | * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or | 29 | * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or |
| 4 | other non-platform-specific equivalents. | 30 | other non-platform-specific equivalents. |
| 5 | [WINDOWSNT]: include w32term.h, fontset.h and define X | 31 | [WINDOWSNT]: Include w32term.h, fontset.h and define X |
| 6 | specific functions and macros as their w32 equivalents where | 32 | specific functions and macros as their w32 equivalents where |
| 7 | non-platform-specifics are not available. | 33 | non-platform-specifics are not available. |
| 8 | [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM. | 34 | [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM. |
| @@ -17,10 +43,10 @@ | |||
| 17 | WINDOWSNT. | 43 | WINDOWSNT. |
| 18 | (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as | 44 | (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as |
| 19 | scalable for backward compatibility. | 45 | scalable for backward compatibility. |
| 20 | (realize_tty_face) [MSDOS]: do the same for WINDOWSNT. | 46 | (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT. |
| 21 | (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default. | 47 | (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default. |
| 22 | 48 | ||
| 23 | * emacs.c (main) [HAVE_NTGUI]: call syms_of_xfaces instead of | 49 | * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of |
| 24 | syms_of_w32faces. | 50 | syms_of_w32faces. |
| 25 | 51 | ||
| 26 | * makefile.nt (w32faces.obj): Remove. | 52 | * makefile.nt (w32faces.obj): Remove. |
| @@ -43,8 +69,8 @@ | |||
| 43 | (x_per_char_metric): If font's default char is invalid, return | 69 | (x_per_char_metric): If font's default char is invalid, return |
| 44 | metrics of a suitably chosen usable default char. | 70 | metrics of a suitably chosen usable default char. |
| 45 | (x_draw_glyph_string_foreground): If font has an invalid default | 71 | (x_draw_glyph_string_foreground): If font has an invalid default |
| 46 | char, replace occurrences of that char with a suitably chosen | 72 | char, replace occurrences of unprintable chars with a suitably |
| 47 | usable default char. | 73 | chosen usable default char. |
| 48 | 74 | ||
| 49 | 2000-03-02 Gerd Moellmann <gerd@gnu.org> | 75 | 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 50 | 76 | ||