diff options
| author | Jason Rumney | 2001-10-21 11:45:21 +0000 |
|---|---|---|
| committer | Jason Rumney | 2001-10-21 11:45:21 +0000 |
| commit | 3cf3436ebc2288e147aaeffbe7ba049b4bece990 (patch) | |
| tree | 513f0f5b2b7bd6fa28ce367ce9f8862f02ae3df7 /src/ChangeLog | |
| parent | 292508513c425257dadc19e72a8c13d433134a5e (diff) | |
| download | emacs-3cf3436ebc2288e147aaeffbe7ba049b4bece990.tar.gz emacs-3cf3436ebc2288e147aaeffbe7ba049b4bece990.zip | |
(Fx_file_dialog): Pass a filter to GetOpenFileName.
Sync with xfns.c:
(x_laplace_read_row, x_laplace_write_row): Removed.
(postprocess_image): New function.
(lookup_image): Call it for all image types except PostScript.
(x_kill_gs_process): Call postprocess_image.
(tiff_error_handler, tiff_warning_handler): New functions.
(tiff_load): Install them as handlers.
(x_kill_gs_process): Recognize if someone has cleared the image
cache under us.
(valid_image_p): Protect better against invalid image
specifications. Previous code could signal an error.
(Fx_hide_tip, Fshow_tip): Doc fix.
(Fv_max_tooltip_size): New variable.
(syns_of_xfns): DEFVAR_LISP it.
(Fx_show_tip): Add parameter TEXT. Set the tip frame's root
window buffer to *tip* right after creating the frame. Set frame's
window_width. Use a maximum tooltip size specified by
Vx_max_tooltip_size, if that has valid contents.
(compute_tip_xy): Add parameters WIDTH and HEIGHT.
Make sure the tooltip is completely visible.
(x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
(Fx_create_frame): Adjust the frame's height for presence
of the tool bar before calling x_figure_window_size.
(x_set_tool_bar_lines): Clear the tool bar window's current matrix
when the window gets smaller.
(x_set_foreground_color): Set frame's cursor_pixel.
(x_set_foreground_color, x_set_background_color): Cleaned up.
(x_set_font): Handle case of x_new_fontset returning the same name
as before, although there was a change in fontsets.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab5168940ad..1ab368efa0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,43 @@ | |||
| 1 | 2001-10-21 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName. | ||
| 4 | |||
| 5 | * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]: | ||
| 6 | Protect unibyte stings created by replacing their multibyte | ||
| 7 | equivalents in menu_items. | ||
| 8 | (w32_menu_show): Don't overwrite an item's name with its key | ||
| 9 | description in case the description is a multibyte string. | ||
| 10 | (single_submenu): Some cleanup. | ||
| 11 | |||
| 12 | * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed. | ||
| 13 | (postprocess_image): New function. | ||
| 14 | (lookup_image): Call it for all image types except PostScript. | ||
| 15 | (x_kill_gs_process): Call postprocess_image. | ||
| 16 | (tiff_error_handler, tiff_warning_handler): New functions. | ||
| 17 | (tiff_load): Install them as handlers. | ||
| 18 | (x_kill_gs_process): Recognize if someone has cleared the image | ||
| 19 | cache under us. | ||
| 20 | (valid_image_p): Protect better against invalid image | ||
| 21 | specifications. Previous code could signal an error. | ||
| 22 | (Fx_hide_tip, Fshow_tip): Doc fix. | ||
| 23 | (Fv_max_tooltip_size): New variable. | ||
| 24 | (syns_of_xfns): DEFVAR_LISP it. | ||
| 25 | (Fx_show_tip): Add parameter TEXT. Set the tip frame's root | ||
| 26 | window buffer to *tip* right after creating the frame. Set frame's | ||
| 27 | window_width. Use a maximum tooltip size specified by | ||
| 28 | Vx_max_tooltip_size, if that has valid contents. | ||
| 29 | (compute_tip_xy): Add parameters WIDTH and HEIGHT. | ||
| 30 | Make sure the tooltip is completely visible. | ||
| 31 | (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil. | ||
| 32 | (Fx_create_frame): Adjust the frame's height for presence | ||
| 33 | of the tool bar before calling x_figure_window_size. | ||
| 34 | (x_set_tool_bar_lines): Clear the tool bar window's current matrix | ||
| 35 | when the window gets smaller. | ||
| 36 | (x_set_foreground_color): Set frame's cursor_pixel. | ||
| 37 | (x_set_foreground_color, x_set_background_color): Cleaned up. | ||
| 38 | (x_set_font): Handle case of x_new_fontset returning the same name | ||
| 39 | as before, although there was a change in fontsets. | ||
| 40 | |||
| 1 | 2001-10-21 Miles Bader <miles@gnu.org> | 41 | 2001-10-21 Miles Bader <miles@gnu.org> |
| 2 | 42 | ||
| 3 | * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior) | 43 | * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior) |