1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-07-10 20:38:23 +00:00
parent 7960d0bd65
commit 4b92c49a81
4 changed files with 279 additions and 236 deletions

View File

@ -1,3 +1,8 @@
2000-07-10 Gerd Moellmann <gerd@gnu.org>
* configure.in (HAVE_XPM): Undo previous change. Check for
preprocessor define XpmReturnAllocPixels.
2000-07-06 Gerd Moellmann <gerd@gnu.org>
* configure.in (HAVE_XPM): Check for XpmReturnAllocPixels

493
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
2000-07-10 Gerd Moellmann <gerd@gnu.org>
* ebrowse.c (yylex): Accept string literals with newlines in them.
(process_pp_line): Handle case of string literal with newline
in it in replacement text, which counts as continuing the
replacement text in GNU C.
2000-07-02 Gerd Moellmann <gerd@gnu.org>
* ebrowse.c (token_string): Add missing tokens.

View File

@ -1,5 +1,15 @@
2000-07-10 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (try_window_id): If changes are all below what is
displayed in the window, and point is in the window, we still
might have to find point on the display.
* xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
glyphs instead of a single one.
(BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
with new argument list.
(x_set_glyph_string_gc): Make sure the face's GC is valid.
* keymap.c (get_keymap_1): Add comment that this function can GC.
(where_is_internal_2, where_is_internal_1): Add GCPROs, add
comment that functions can GC.