Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3d3c491
Commit
f3d3c491
authored
Oct 21, 2000
by
Andrew Innes
Browse files
*** empty log message ***
parent
78229cf1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
97 additions
and
0 deletions
+97
-0
leim/ChangeLog
leim/ChangeLog
+22
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+70
-0
No files found.
leim/ChangeLog
View file @
f3d3c491
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`
...
...
lisp/ChangeLog
View file @
f3d3c491
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.
...
...
src/ChangeLog
View file @
f3d3c491
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment