aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2000-12-06 15:54:45 +0000
committerAndrew Innes2000-12-06 15:54:45 +0000
commit4ee87dbb3d032ae7e5fe51b14798e1b7fe377554 (patch)
tree1b508ebd20ffae82472ac524abb2e038d848d5c9
parentceb1287747df12542ea692dbedd116e6530284dc (diff)
downloademacs-4ee87dbb3d032ae7e5fe51b14798e1b7fe377554.tar.gz
emacs-4ee87dbb3d032ae7e5fe51b14798e1b7fe377554.zip
*** empty log message ***
-rw-r--r--leim/ChangeLog6
-rw-r--r--nt/ChangeLog5
-rw-r--r--src/ChangeLog10
3 files changed, 21 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index dff25ca58bd..0c82485b149 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,9 @@
12000-12-06 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.w32-in (buildlisppath): Set to an absolute directory,
4 relative to $(CURDIR).
5 (INSTALLDIR): Use forward slash.
6
12000-11-24 Andrew Innes <andrewi@gnu.org> 72000-11-24 Andrew Innes <andrewi@gnu.org>
2 8
3 * makefile.w32-in (.SUFFIXES): New target, include .elc .el. 9 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 557589b532f..242a2001956 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,8 +1,13 @@
12000-12-06 Andrew Innes <andrewi@gnu.org> 12000-12-06 Andrew Innes <andrewi@gnu.org>
2 2
3 * nmake.defs (CURDIR): New define.
4 (INSTALL_DIR): Use it.
5
3 * gmake.defs (NEW_CYGWIN): New define. 6 * gmake.defs (NEW_CYGWIN): New define.
4 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, 7 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
5 so we need to adjust how we escape embedded quotes. 8 so we need to adjust how we escape embedded quotes.
9 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
10 relative to $(CURDIR).
6 11
72000-11-25 Jason Rumney <jasonr@gnu.org> 122000-11-25 Jason Rumney <jasonr@gnu.org>
8 13
diff --git a/src/ChangeLog b/src/ChangeLog
index ad6d99a593d..eaab29fd0a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12000-12-06 Andrew Innes <andrewi@gnu.org>
2
3 * w32term.h (CP_INVALID): Rename to CP_UNKNOWN.
4
5 * w32fns.c (xlfd_charset_of_font): Don't overwrite fontname
6 argument.
7 (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
8 (w32_list_fonts): Don't choke if pattern doesn't specify a
9 codepage.
10
12000-12-06 Gerd Moellmann <gerd@gnu.org> 112000-12-06 Gerd Moellmann <gerd@gnu.org>
2 12
3 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current 13 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current