*** empty log message ***
This commit is contained in:
parent
ceb1287747
commit
4ee87dbb3d
3 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-12-06 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.w32-in (buildlisppath): Set to an absolute directory,
|
||||
relative to $(CURDIR).
|
||||
(INSTALLDIR): Use forward slash.
|
||||
|
||||
2000-11-24 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* makefile.w32-in (.SUFFIXES): New target, include .elc .el.
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
2000-12-06 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* nmake.defs (CURDIR): New define.
|
||||
(INSTALL_DIR): Use it.
|
||||
|
||||
* gmake.defs (NEW_CYGWIN): New define.
|
||||
(DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
|
||||
so we need to adjust how we escape embedded quotes.
|
||||
(SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
|
||||
relative to $(CURDIR).
|
||||
|
||||
2000-11-25 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2000-12-06 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* w32term.h (CP_INVALID): Rename to CP_UNKNOWN.
|
||||
|
||||
* w32fns.c (xlfd_charset_of_font): Don't overwrite fontname
|
||||
argument.
|
||||
(w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
|
||||
(w32_list_fonts): Don't choke if pattern doesn't specify a
|
||||
codepage.
|
||||
|
||||
2000-12-06 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
|
||||
|
|
Loading…
Add table
Reference in a new issue