OSDN Git Service

Be case agnostic when matching shortcut targets.
[mingw/mingw-get.git] / ChangeLog
index 084da0d..d8cfc0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2012-09-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Be case agnostic when matching shortcut targets.
+
+       * scripts/libexec/unlink.js [ref.TargetPath == chklink]: Apply
+       toLowerCase() on both sides of the comparison.
+
+2012-09-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Note relocation of m4 when packaging source distribution.
+
+       * Makefile.in (SRCDIST_SUBDIRS): Refer to build-aux/m4, not m4.
+
+2012-09-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Move guimain.cpp out of the way.
+
+       * src/guimain.cpp: Rename file as...
+       * src/guistub.cpp: ...this; we want to keep current features for now,
+       but to use the guimain.cpp name for main GUI application development.
+       * Makefile.in: Adjust references accordingly.
+
+2012-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Fix typo, and update licensing terms for embedded getopt.c
+
+       * src/getopt.c: Incorporate MIT/X style licence; update copyright
+       notice, to reflect chronology of publication; correct degenerate RCS
+       keyword usage in EOF marker comment.
+
+2012-09-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct omission from copyright notice.
+
+       * src/pkgkeys.c: Add year 2012, to reflect 2012-09-02 update.
+
+2012-09-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Redefine paragraph_key with project global scope.
+
+       * src/pkgkeys.h (paragraph_key): Declare it.
+       * src/pkgkeys.c (paragraph_key): Define it.
+
+       * src/pkgshow.cpp (pkgDirectoryViewer::EmitDescription): Delete
+       function local definition; use global definition instead.
+
+2012-09-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Correct defect introduced by 2012-08-03 commit.
+
+       * src/approot.c (AppPathNameW): Add omitted 'else', so that tail
+       pointer isn't moved after the APPROOT prefix is truncated.
+
 2012-09-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Remap Mercurial subrepository reference via local hg-git clone.
@@ -6,6 +59,8 @@
        hosted hg clone of the git origin repository, and it must pre-exist as
        a sibling of any created hg clone of the mingw-get repository.
 
+       * .hgsubstate: New file, automatically generated by Mercurial.
+
 2012-08-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Add Mercurial subrepository reference for build-aux.