]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAndrew Innes <andrewi@gnu.org>
Sat, 21 Oct 2000 13:33:35 +0000 (13:33 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sat, 21 Oct 2000 13:33:35 +0000 (13:33 +0000)
leim/ChangeLog
lisp/ChangeLog
src/ChangeLog

index 9052ce9d91b88cec74dfa86fd062c62f5cb20cd1..742ab4089b5602c94d79e5d26e0a558a201bf724 100644 (file)
@@ -1,3 +1,25 @@
+2000-10-21  Andrew Innes  <andrewi@gnu.org>
+
+       * 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  <eliz@is.elta.co.il>
 
        * Makefile.in (${TIT}, clean): Don't use shell `command`
index 0d2620d77c34bd67d0e51644714a41626421d524..31c9e18b494fb7ab5528caa597bc016f8f5aadaf 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-21  Andrew Innes  <andrewi@gnu.org>
+
+       * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
+       remote (ange-ftp) file names.
+
 2000-10-21  Miles Bader  <miles@gnu.org>
 
        * window.el (fit-window-to-buffer): New function.
index 7e14785177bdaf40ad8e277ed8fc76da2fbf1a28..f35022bb34068db72b3a61ad0bd63540bcfa5e0c 100644 (file)
@@ -1,3 +1,73 @@
+2000-10-21  Andrew Innes  <andrewi@gnu.org>
+
+       * 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  <eliz@is.elta.co.il>
 
        * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p