Revision history for helm-ag.el

Revision 0.58 2017/02/10 syohex
   - Better input UX
   - Fix default directory of save buffer issue
   - Set own history variables
   - Better support multiple search programs

Revision 0.57 2016/10/10 syohex
   - Add customize variable of ignore buffer(#270)
   - Drop Emacs 24.3 support
   - Improve helm header format(#262)
   - Use shorter name for buffer searching commands(#258)
   - Set key mapping attribute at runtime(#253)
   - Fix missing key binding setting(#250)

Revision 0.56 2016/06/15 syohex
   - Kill non-opened buffers after editing mode finished(#248)
   - De-activate mark when using region as input query
   - Fix changing position in sentinel function issue(#242)

Revision 0.55 2016/05/15 syohex
   - Fix keymap setting for calling commands from helm-resume(#240)
   - Set default input of helm-do-ag same as helm-ag(#237)

Revision 0.54 2016/05/06 syohex
   - Implement column jump feature(#234)
   - Add customize variable for updating mode-line(#233)

Revision 0.53 2016/04/06 syohex
   - Show process finished information in mode-line as well as
     helm-do-grep command(#231)
   - Fix incorrect mode-line issue about helm-cand-num(#230)
   - Improve restoring window in edit mode(#227)
   - Remove carriage return output by ag on Windows(#225, #228)
   - Set helm-ag-map to helm-ag-this-file command
   - Support edit mode with column option(#223)

Revision 0.52 2016/03/16 syohex
   - Fix edit mode for search-this-file commands
   - Use helm-ag-ignore-patterns for helm-do-ag too(Thanks David Zuber)

Revision 0.51 2016/01/27 syohex
    - Better saving buffer at edit mode(#215)
    - Support context option(-A, -B, -C) output(#214)
    - Fix pt mode issue at this file commands(#211)
    - Add enabling follow-mode by default option(#210)
    - Refactoring code

Revision 0.50 2016/01/10 syohex
    - Fix helm-ag-this-file, and helm-do-ag-this-file actions(#202)

Revision 0.49 2016/01/09 syohex
    - Refactoring code
    - Support converting elisp -> PCRE in helm-do-ag
    - Implement moving between files command
    Many thanks, Danny McClanahan

Revision 0.48 2015/12/10 syohex
    - Improve document
    - Improve using invert match pattern in helm-do-ag(#189)
    - Use own buffer name for saving result command(#192)

Revision 0.47 2015/10/30 syohex
    - Fix byte-compile warning(#183)
    - Fix for issue when path contains ':'(#182)
    - Implement deleting line feature(#178)

Revision 0.46 2015/10/05 syohex
    - Fix ag option for Windows platform(#176)
    - Fix for older Emacs(#177)

Revision 0.45 2015/09/20 syohex
    - Fix helm-ag-this-file issue(#170)
    - Improve helm-do-ag arguments(#169)

Revision 0.44 2015/09/19 syohex
    - Fix prefix argument issue of helm-do-ag(#165 Thanks syl20bnr)
    - Accept command line option in helm-do-ag(#167)

Revision 0.43 2015/09/10 syohex
    - Improve for using helm-ag as source(#160)
    - Improve handling pattern contains space(#163)

Revision 0.42 2015/08/19 syohex
    - Support not opening file in persistent action(#156)
    - Remove "'file-line" type feature(#154)
      helm removed it and we can use it
    - set candidates limit. I mistook to remove it. (#153)

Revision 0.41 2015/08/04 syohex
    - Fix for Windows(#151)
    - Fix for tramp(#149)
    - Improve for helm-resume(#146, #148)
    - Fix current-prefix-arg handling for helm-projectile-ag(#145)
    - Better highlighting(#140, #141, #142)
    - Fix document(#138 Joe Hillenbrand)

Revision 0.40 2015/06/30 syohex
    - Improve for using the platinum searcher
    - Better converting PCRE to Emacs Lisp Regexp(#133)
    - Fix case when pattern contains '-'(#132)
    - Constructing better regexp for helm-do-ag(#130, #135)
    - Select multiple searched directories feature(#127)
    - Support '-g' option when ag displays only file names(#126)
    - Implement helm-do-ag-this-file(#123)
    - Better English(#120 Kevin Liu)

Revision 0.39 2015/06/10 syohex
    - Fix for Windows(#112, #114)
    - Implement search buffers command with ag(#106)
    - Implement simple convert PCRE <=> Emacs Lisp(#97)
    - Fix default-directory in edit buffer issue(#93, #94)
    - Support next-error, previous-error in edit buffer(#90)

Revision 0.38 2015/03/28 syohex
    - Add commands for searching from project root directory
    - Fix zero width matching case(caution of infinite loop)
    - Improve performance
      - remove redundant validation
    - Improve highlighting
      - implement simple converter which convert from PCRE to Emacs Lisp regexp
    - Fix persistent action issue(#86)

Revision 0.37 2015/03/19 syohex
    - Fix case when search pattern has spaces

Revision 0.36 2015/03/16 syohex
    - Add save results into buffer feature like 'helm-grep-run-save-buffer

Revision 0.35 2015/03/05 syohex
    - Add ignore pattern parameter for 3rd party such as helm-projectile

Revision 0.34 2015/02/23 syohex
    - Improve helm header name
    - Error occurs when input string is empty
    - Add open other window command
    - Implement editing search result feature
    - Improve displaying message
    - Implement help command

Revision 0.33 2015/02/01 syohex
    - Fix persistent action of helm-do-ag(Reported by duerrp)

Revision 0.32 2015/01/29 syohex
    - helm-do-ag works like helm-do-grep
    - 'C--' prefix for setting ag option
    - Support fuzzy matching
    - Add flag for using ignore pattern emacs grep
    - Implement searhing parent directory by 'C-l'

Revision 0.31 2014/11/11 syohex
    - Improve for remote execution such as tramp

Revision 0.30 2014/10/22 syohex
    - Fix directory select issue of 'helm-ag'
    - Support change directory feature for 'helm-do-ag'
      Thanks mariusk

Revision 0.29 2014/10/16 syohex
    - Use customizable variables instead of string literal for helm-do-ag
      Thanks mash

Revision 0.28 2014/10/09 syohex
    - Fix case that using only helm-ag source
      Thanks manateelazycat

Revision 0.27 2014/09/14 syohex
    - Support tramp

Revision 0.26 2014/08/20 syohex
    - Improve error check for newer ag
    - Fix highlighting query which is quoted

Revision 0.25 2014/07/31 syohex
    - Fix setting default-directory for helm-do-ag(Thanks nkpart)

Revision 0.24 2014/07/25 syohex
    - Improve helm-do-ag(Thanks arejensen)

Revision 0.23 2014/06/15 syohex
    - Implement helm-do-ag

Revision 0.22 2014/06/11 syohex
    - Strip thing at cursor
    - Refactoring for helm actions

Revision 0.21 2014/05/27 syohex
    - Fix 'Args out of range' issue

Revision 0.20 2014/05/26 syohex
    - Fix input issue

Revision 0.19 2014/05/03 syohex
    - Improve popup context stack
      Show error message if the buffer is already killed

Revision 0.18 2014/05/03 syohex
    - Improve helm-ag
      We can use it as function now
    - Improve popup context stack

Revision 0.17 2014/05/02 syohex
    - Fix for helm error
      My code was not good with newer helm.

Revision 0.16 2014/03/28 syohex
    - Improve highlighting candidate

Revision 0.15 2014/03/08 syohex
    - Enable lexical binding

Revision 0.14 2014/02/27 syohex
    - Fix byte-compile warnings

Revision 0.13 2014/02/26 syohex
    - Fix invalid highlighting issue.
      Invalid highlighting is occurred if line has colons

Revision 0.12 2014/02/26 syohex
    - Support highlighting candidate(file and line number)

Revision 0.11 2014/02/25 syohex
    - Use cl-lib.el

Revision 0.10 2013/11/26 syohex
    - Add highlight line feature at persistent action

Revision 0.09 2013/10/27 syohex
    - Add highlight line feature at persistent action

Revision 0.08 2013/10/15 syohex
    - Add style "file-line"

Revision 0.07 2013/07/31 syohex
    - fix encoding problem

Revision 0.06 2013/05/16 syohex
    - remove extra spaces

Revision 0.05 2013/04/18 syohex
    [IMCOMPATIBLE CHANGE]
    - remove eshell dendency
      - https://github.com/ggreer/the_silver_searcher/pull/166

    Please update lasted The silver searcher

Revision 0.04 2013/04/01 syohex
    - Fix bug that helm-ag does not work with helm-resume.
    - remove needless import

Revision 0.03 2013/03/21 syohex
    - Fix for insert-at-point

Revision 0.02 2013/03/16 syohex
    - Implement inserting search pattern at cursor

Revision 0.01 2013/03/06 syohex
    - Initial Release
