qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs TODO.org qeconfig.h search.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs TODO.org qeconfig.h search.c
Date: Mon, 2 Jan 2017 06:39:07 -0500 (EST)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        17/01/02 06:39:07

Modified files:
        .              : TODO.org qeconfig.h search.c 

Log message:
        search: sundries

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/TODO.org?cvsroot=qemacs&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/qemacs/qeconfig.h?cvsroot=qemacs&r1=1.63&r2=1.64
http://cvs.savannah.gnu.org/viewcvs/qemacs/search.c?cvsroot=qemacs&r1=1.11&r2=1.12

Patches:
Index: TODO.org
===================================================================
RCS file: /sources/qemacs/qemacs/TODO.org,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- TODO.org    2 Jan 2017 11:30:09 -0000       1.21
+++ TODO.org    2 Jan 2017 11:39:07 -0000       1.22
@@ -1,7 +1,7 @@
 ; TODO list for qemacs
 ;
 ; Author: Charles Gordon
-; Updated: 2016-12-31
+; Updated: 2017-01-02
 
 * Needed for release version 5
 
@@ -79,10 +79,14 @@
 ** minibuf: minibuffer-electric-yank in minibuffer to fix pathname
 ** minibuf: minibuffer input ~ should not kill http: prefix
 ** screen: check coordinate system to 1000 based with optional sidebars
+** search: improve speed finally
+** search: add low-level accelerator function
+** search: use do_isearch or similar to input string and options 
+   for other search commands: do_search_string, do_query_replace, 
+   count-matches, delete-matching-lines (might need recursive edit)
 ** search: add regex support
 ** search: hex-mode search strings should mix hex ut8 strings and ASCII 
control char names
 ** search: make isearch bindings for minibuffer
-** search: query replace word/case/hex toggles
 ** session: register session store functions
 ** session: save previous answers, ...
 ** session: save preview mode, buffer modes and properties
@@ -147,12 +151,8 @@
 ** modes: major and minor modes
 ** modes: split modes into colorizers, interaction, io, charset, eoltype
 ** script: expression evaluator
-** search: add low-level accelerator function
-** search: use do_isearch to input string for do_search_string
-** search: use do_isearch to input string for do_query_replace (might need 
recursive edit)
 ** search: count-words, wc
 ** search: stats command for word count and mode specific stats
-** search: improve speed finally
 ** undo: limit size of undo buffers
 ** undo: add undo records for styles, modes...
 ** undo: disable undo for archive parse and uncompress phases
@@ -256,7 +256,7 @@
 
 * Search / Replace
 
-** search: regex search/replace (use glibc 2.1 regex.c file)
+** search: regex search/replace
 ** search: query replace across multiple files
 ** search: query replace options: u -> undo last change
 

Index: qeconfig.h
===================================================================
RCS file: /sources/qemacs/qemacs/qeconfig.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- qeconfig.h  2 Jan 2017 11:30:09 -0000       1.63
+++ qeconfig.h  2 Jan 2017 11:39:07 -0000       1.64
@@ -2,7 +2,7 @@
  * QEmacs, tiny but powerful multimode editor
  *
  * Copyright (c) 2000-2001 Fabrice Bellard.
- * Copyright (c) 2000-2016 Charlie Gordon.
+ * Copyright (c) 2000-2017 Charlie Gordon.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Index: search.c
===================================================================
RCS file: /sources/qemacs/qemacs/search.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- search.c    2 Jan 2017 11:30:09 -0000       1.11
+++ search.c    2 Jan 2017 11:39:07 -0000       1.12
@@ -2,7 +2,7 @@
  * QEmacs, tiny but powerful multimode editor
  *
  * Copyright (c) 2000-2002 Fabrice Bellard.
- * Copyright (c) 2000-2016 Charlie Gordon.
+ * Copyright (c) 2000-2017 Charlie Gordon.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public



reply via email to

[Prev in Thread] Current Thread [Next in Thread]