]> git.wh0rd.org Git - nano.git/commitdiff
2011-03-03 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Thu, 3 Mar 2011 16:23:27 +0000 (16:23 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 3 Mar 2011 16:23:27 +0000 (16:23 +0000)
        * color.c (color_update): Remove unneeded debugging message from
          libmagic commit.  Fixed extra messages going to stderr reported by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4539 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/color.c

index 309242575e41a444e67221f13a8fc859a56d5873..93919d61784a73abae6764c84612b40ee4db467e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-03 Chris Allegretta <chrisa@asty.org>
+       * color.c (color_update): Remove unneeded debugging message from
+         libmagic commit.  Fixed extra messages going to stderr reported by Mike Frysinger.
+
+GNU nano 2.3.0 - 2011.02.26
 2011-02-26 Chris Allegretta <chrisa@asty.org>
        * Change RAW in function_type enum to RAWINPUT, to fix compilation on AIX, 
          reported by Richard G  Daniel <skunk@iskunk.org>.
index f98ad068d76477726b87079d5c60e47d6b749568..61936213b7f0ff2a6cdd13df62f030b6c44cd493 100644 (file)
@@ -244,7 +244,6 @@ void color_update(void)
 #endif /* DEBUG */
 
                    if (magicstring && regexec(e->ext, magicstring, 0, NULL, 0) == 0) {
-                       fprintf(stderr,"We matched!\n");
                        openfile->syntax = tmpsyntax;
                        openfile->colorstrings = tmpsyntax->color;
                        break;