From f3d3c491d008c981e160e25b273a968937c44d19 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sat, 21 Oct 2000 13:33:35 +0000 Subject: [PATCH] *** empty log message *** --- leim/ChangeLog | 22 ++++++++++++++++ lisp/ChangeLog | 5 ++++ src/ChangeLog | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+) diff --git a/leim/ChangeLog b/leim/ChangeLog index 9052ce9d91b..742ab4089b5 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,25 @@ +2000-10-21 Andrew Innes + + * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead + of conditional invocation of make. + (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) + (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) + (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el + files to .elc. + ($(TIT)): Adjusted for the above change. + (clean mostlyclean): Likewise. + (.el.elc): New target. + + * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead + of conditional invocation of make. + (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) + (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) + (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el + files to .elc. + ($(TIT)): Adjusted for the above change. + (clean mostlyclean): Likewise. + (.el.elc): New target. + 2000-10-07 Eli Zaretskii * Makefile.in (${TIT}, clean): Don't use shell `command` diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d2620d77c3..31c9e18b494 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-10-21 Andrew Innes + + * w32-fns.el (make-auto-save-file-name): Don't apply conversion to + remote (ange-ftp) file names. + 2000-10-21 Miles Bader * window.el (fit-window-to-buffer): New function. diff --git a/src/ChangeLog b/src/ChangeLog index 7e14785177b..f35022bb340 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,73 @@ +2000-10-21 Andrew Innes + + * w32gui.h (w32_char_font_type): Move enum from w32term.c + + * w32term.h: Extern decl for w32_cache_char_metrics. + + * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics. + + * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics. + (w32_unload_font): Free per_char array if present. + + * w32term.c (w32_per_char_metric): Remove HDC argument. Use + cached information in emulated XFontStruct to handle common cases + quickly. Do not allocate XCharStruct for return. + (w32_native_per_char_metric): New function. + (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of + allocating one. + (x_produce_glyphs): Don't get an HDC. Change calls to + w32_per_char_metric to match arg change above. Remove calls to + free results. + (w32_get_glyph_overhangs): Ditto. + (w32_cache_char_metrics): New function. + + * makefile.w32-in: Change .obj to .$(O) in all dependencies. + ($(BLD)/casefiddle.$(O)): Remove compile command. + ($(BLD)/gmalloc.$(O)): Remove compile command. + ($(BLD)/dispnew.obj): + ($(BLD)/keyboard.obj): + ($(BLD)/w32inevt.obj): + ($(BLD)/w32bdf.obj): + ($(BLD)/alloc.obj): + ($(BLD)/buffer.obj): + ($(BLD)/editfns.obj): + ($(BLD)/emacs.obj): + ($(BLD)/fileio.obj): + ($(BLD)/fns.obj): + ($(BLD)/indent.obj): + ($(BLD)/insdel.obj): + ($(BLD)/intervals.obj): + ($(BLD)/minibuf.obj): + ($(BLD)/print.obj): + ($(BLD)/scroll.obj): + ($(BLD)/sysdep.obj): + ($(BLD)/textprop.obj): + ($(BLD)/widget.obj): + ($(BLD)/xdisp.obj): Add dependency on w32gui.h. + ($(BLD)/term.obj): Add dependency on dispextern.h. + + * makefile.nt ($(BLD)\dispnew.obj): + ($(BLD)\keyboard.obj): + ($(BLD)\w32inevt.obj): + ($(BLD)\w32bdf.obj): + ($(BLD)\alloc.obj): + ($(BLD)\buffer.obj): + ($(BLD)\editfns.obj): + ($(BLD)\emacs.obj): + ($(BLD)\fileio.obj): + ($(BLD)\fns.obj): + ($(BLD)\indent.obj): + ($(BLD)\insdel.obj): + ($(BLD)\intervals.obj): + ($(BLD)\minibuf.obj): + ($(BLD)\print.obj): + ($(BLD)\scroll.obj): + ($(BLD)\sysdep.obj): + ($(BLD)\textprop.obj): + ($(BLD)\widget.obj): + ($(BLD)\xdisp.obj): Add dependency on w32gui.h. + ($(BLD)\term.obj): Add dependency on dispextern.h + 2000-10-21 Eli Zaretskii * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p -- 2.39.2