]> git.mdlowis.com Git - projs/tide.git/commitdiff
rename charset.c to filetype.c
authorMichael D. Lowis <mike@mdlowis.com>
Mon, 2 Jan 2017 03:17:18 +0000 (22:17 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Mon, 2 Jan 2017 03:17:18 +0000 (22:17 -0500)
Makefile
TODO.md
libedit/filetype.c [moved from libedit/charset.c with 100% similarity]

index 629cc9114f32e6b39545fde3122bc7f184092ff5..277e5e9c421e2e6d72d5e95036cfd4523ad812ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ INCS = -Iinc/
 
 LIBEDIT_OBJS =         \
        libedit/buf.o      \
-       libedit/charset.o  \
+       libedit/filetype.o \
        libedit/utf8.o     \
        libedit/utils.o    \
        libedit/exec.o     \
@@ -17,7 +17,6 @@ TEST_OBJS =      \
        tests/utf8.o \
        tests/xedit.o
 
-
 include config.mk
 
 all: xedit xpick
diff --git a/TODO.md b/TODO.md
index 06b3278ea93e9878f7d1e4bce7f06e9eac2f8aa9..5c163cc1e90969ac15e9562bc8f8321835542353 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -12,7 +12,6 @@ Up Next:
 
 The Rest: 
 
-* Auto-save on focus change or quit
 * Implement X Selection protocol for handling clipboard and primary selections
 * add a distinct state for pointer move versus drag
 * Add a SaveAs tag that takes an argument for the filename to save as
@@ -25,6 +24,7 @@ The Rest:
 * backspace should delete indent if preceded by whitespace
 * Add a ctrl+space shortcut to autocomplete ctag
 * off by one error on scrolling up with wrapped lines
+* Auto-save on focus change or quit
 
 # Auxillary Programs
 
similarity index 100%
rename from libedit/charset.c
rename to libedit/filetype.c