emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] branch elpa/helm created (now 6d5abba6c6)


From: ELPA Syncer
Subject: [nongnu] branch elpa/helm created (now 6d5abba6c6)
Date: Sat, 29 Jan 2022 08:05:09 -0500 (EST)

elpasync pushed a change to branch elpa/helm.

        at  6d5abba6c6 Add `helm-ff-cleanup-image-dired-dir-and-cache`

This branch includes the following new commits:

       new  c80f78dc0a Initial import.  new file: anything-config.el
       new  ba9afc6a01 Added all sources I currently have and the type file.
       new  a2d21a5d06 Added actions for type file:
       new  766c330dc6 Added source for info files.
       new  dadb4dcd75 Removed some debug code...
       new  6e69fceade New source: MacOS X Spotlight
       new  a8afd28558 Add new actions for type file: "Open with Dired" and 
"Delete File" now asks to kill buffers associated with that file, too.
       new  dd42d25b3b Fix `anything-source-info-pages'.
       new  52865dff35 Add Vagn as contributor and fix a typo.
       new  7da21a4ac7 Fix info source, so that it doesn't use the help-echo 
property but uses Info-get-token to extract the target.
       new  74029f2499 New types: function and sexp. Make asynchronous sources 
delayed by default. Some doc fixes.
       new  359b325fcb Fix bug (missing parentheses). Thanks to Vagn Johansen 
for reporting
       new  36c2368072 Incompatibel change: add command type (ex-function) and 
function type to conform with emacs' language. Add a source for functions 
analog to anything-source-emacs-commands.
       new  c7cef4472e Docfix and replace backquotes with quotes where possible.
       new  a38729dd5d New Source: Bookmarks. Thanks to Mathias Dahl.
       new  41db875f39 Greatly simplyfied emms-source-info-pages. Removed 
dependency on text properties.
       new  c615b3a49c Increment version number
       new  8f19cc0dae Add new action: Go to function's/command's definition
       new  8522cd4d05 Converge buffer and file actions.
       new  d7cd1c5d44 The buffer source list the last recently used buffer 
first, like iswitchb or ido do, too.
       new  01842a2f41 Added action to call functions interactively if they are 
indeed a command.
       new  e1058b5c8f Added macro anything-add-to-actions. Thanks to Bill 
Clementson.
       new  2740fdd540 added newline
       new  02f17cc219 Added action transformers for file and function actions.
       new  f076167a17 Change single actions in man/complex-command/bookmark to 
use (DISPLAY . ACTION) style.
       new  75bc295feb Added source for picklist (Thanks to Stefan Kamphausen) 
and some docs.
       new  582a7f5c39 Extended `anything-add-to-actions' so that it works with 
sources as well as with type actions.
       new  e8cb8819e2 Added extensible framework and some examples for action 
transformers.
       new  4a2fb3fca3 defparameter --> defvar
       new  ffcf0b9ae7 A bit more docs
       new  4d9af15481 Added action transformer framework for commands and 
sexps, too
       new  105fb8f0df More docs and a bugfix.
       new  0574268fc2 Added action transformer for sexp type that adds an 
action to eval and put the sexp on top of command history if the sexp is a 
command invokation.
       new  6318a16193 Added Imenu source
       new  77ff31a0ea Locate source is configurable with db file.
       new  6f9b7f6afc Changed copyright to myself
       new  d9dd01a452 Fix imenu source. Thanks to Bill Clementson
       new  79dd091e13 Added file-cache source. Thanks to rubykitch.
       new  6b5055b500 Made locate source fully configurable
       new  97e4b45ac2 defparameter -> defvar
       new  4b1ef05d97 By default no options for locate on MacOS X
       new  e9c13ec2de Candidate transformers for files.
       new  eb930d9f5b Candidate transformers for all types.
       new  e848dc292f don't destroy sorting order in skip-boring-files 
transformer
       new  07738405e8 Added two match functions and added them to the 
appropriate sources
       new  ca9c855926 Option to use a standard keymap.
       new  909b09df21 Added C-n/C-p bindings.
       new  21a128b6a4 Add a working eval-after-load that loads anything after 
anything-config was provided.
       new  a30ef8bc32 INCOMPATIBEL CHANGE:   - Everything got prefixed 
"anything-c".   - Added a new source for emacs functions which allows matching  
   by giving an abbrev similar to my exec-abbrev-cmd.el.
       new  68591ad8a5 Adapt everything to the new framework that uses 
`anything-type-attributes' to specify actions and transformers.
       new  64fdefe2ae Added missing parens.
       new  6f5a931ed2 unified actions and fixed another paren bug. What's 
wrong with me?
       new  5174d1ba46 Merged anything-adaptive (which is now 
anything-c-adaptive).  The command type uses it as filtered candidate 
transformer by default.
       new  3c8eaa9414 Added a new source: The Big Brother DataBase.
       new  d257026a2d BBDB source doesn't store the whole bbdb now, but 
actions fetch the required record on their own.  That saves some memory and 
fixes an error which occured when reading the adaptive history file.  It seems 
you cannot simply `prin1' vectors.
       new  76a57709a2 defparameter -> defvar
       new  8533a0361a init-func -> init
       new  23cff6618b 2007-08-13  Tassilo Horn  <tassilo@member.fsf.org>
       new  07f5ed4d9d - Better anything-c-boring-file-regexp - Fix Bug: 
candidate-transformer wasn't run in default config   (anything-type-attributes, 
because of a wrong paren.
       new  9ab8542760 - Fix Bug: BBDB source errors when hitting RET on a 
person, because   `bbdb-current-record' is only applicable when in *BBDB* 
buffer.   Thanks to Bill Clementson for reporting this bug.
       new  9754d0e787 - Add ChangeLog entry
       new  5232d0b40c (anything-c-source-bbdb): If no contacts match the 
pattern, add a        "*Add to contacts*" entry that adds the current pattern 
as a new        contact.        (anything-c-bbdb-create-contact): Add a new 
contact whose name is       given by `anything-pattern'.
       new  d061481d3b Bugfix: filtered-candidate-transformer in bbdb source
       new  8ac2637965 2007-08-20  Tassilo Horn  <tassilo@member.fsf.org>
       new  8a520bc450 Fix link to exec-abbrev-expand.el homepage
       new  37d7a14791 - New source: Google Suggestions
       new  e5c31e27dc * anything-config.el (anything-c-source-man-pages): 
Added        condition-case for XEmacs which doesn't have `woman'.   Added 
(volatile) to all sources, that assemble the list of      candidates 
dynamically.
       new  a87f63789e - Calculate candidates only when source is used. (man 
and info)
       new  a512461e7b +2007-08-26  Tassilo Horn  <tassilo@member.fsf.org> + +  
* anything-config.el (anything-c-source-bookmarks): Require +   bookmark in 
init.
       new  f4e1ef601e +        Fix bug in info source that popped up another 
frame with +      pop-up-frames bound to t. + +   Unbound C-r in 
anything-[isearch-]map.
       new  43d8219bbb Other actions when pop-up-frames it t.
       new  08b0f3305d Info source fix.
       new  ca9f654d6a - fixed a typo in anything-c-locate-options.   Thanks to 
Michaël `Micha' Cadilhac for reporting it.
       new  00c6e4383d - New Source: Jabber.el Contacts   Thanks to Mathias Dahl
       new  9883bbab9d Shorten HOME path to ~ instead of $HOME.
       new  66a671d28c Remove ChangeLog.
       new  65e35a7a23 Initial revision
       new  54bc9d360f speed up by memoization
       new  e6e3d5aadd patch is not needed anymore.
       new  4f4c3d4869 changed match priority
       new  c081339018 Make bookmark an own type.
       new  ec907497a1 Add delete-bookmark action for this type.
       new  fe6b9c7e34 New candidate transformer: 
anything-c-mark-interactive-functions
       new  82e3a2a74a Initial revision
       new  e126a483f6 Update doc.
       new  7155e8aa28 Implemented persistent action.
       new  5c73fdd7df `anything-current-buffer': Store current buffer when 
`anything' is invoked. `anything-current-position': Restore position when 
keyboard-quitted.
       new  da833e3e51 `anything-select-2nd-action', 
`anything-select-3rd-action', `anything-select-4th-action': Select other than 
default action without pressing Tab.
       new  94f04f23ea *** empty log message ***
       new  ce692a90e6 `anything-scroll-other-window', 
`anything-scroll-other-window-down': Scroll other window (for persistent 
action).
       new  5e11e101b7 *** empty log message ***
       new  81bf5bafdc *** empty log message ***
       new  8474830f36 `anything-resume': resurrct previously invoked 
`anything'.
       new  253b461d40 `anything-resume' is usable with other (let-binded) 
`anything-sources'.
       new  234fc84593 `anything-sources' accepts symbols. (patched by Sugawara)
       new  c1d92827d0 *** empty log message ***
       new  a37794ac5a Refactored to testable code. Added many candidate tests 
with `anything-test-candidates'.
       new  b27c464d4a Fixed a small bug of `anything-test-candidates'.
       new  997277755d Extended `anything' optional arguments.
       new  4e68a21385 Extended `anything' optional arguments. 
`anything-completing-read': experimental implementation.
       new  81f473e897 `anything-candidates-in-buffer': extract candidates in a 
buffer for speed.
       new  e04837560b `anything-candidates-in-buffer': use 
`with-current-buffer' instead.
       new  223f2be489 `anything-current-buffer-is-modified': modify checker
       new  895792ab97 `anything-candidates-buffer': Return a buffer containing 
candidates of current source.
       new  b95fd440a5 `anything-candidates-buffer': new API
       new  bfe649a91a `anything-buffer-file-name': `buffer-file-name' when 
`anything' is invoked.
       new  50a9c21437 Wrote Tips and some docstrings. 
`anything-candidates-buffer': buffer-local by default
       new  5fd9c2ecb6 Changes for w32 support
       new  76e3afe211 `anything-completing-read': guard from non-string return 
value
       new  1e463409c7 `anything-completing-read': accept obarray
       new  628089c8e8 .hg dir and backup files are boring.  Also, on w32, 
normalize filenames.
       new  34081c6a38 update doc
       new  5ebd647de8 memoized `anything-get-sources'
       new  f047cc94e5 *** empty log message ***
       new  a4d02865bf Added anything-c-source-buffer-not-found (from Emacswiki)
       new  5e633c0348 New `anything-sources' attribute: candidates-in-buffer
       new  03d00b4aa7 `anything-candidates-buffer': candidates buffer 
registration
       new  f6305947d3 *** empty log message ***
       new  ef04133eb9 `anything-candidates-buffer': bugfix
       new  a3d95b3c6e New `anything-sources' attribute: search
       new  8d652a0cec add search attribute unit tests
       new  fb65eefb53 require migemo
       new  796a452e88 New `anything-sources' attribute: display-to-real
       new  2aa9bdbdb4 fixed test
       new  38bb147826 action test
       new  294fb384a5 `anything-read-file-name: experimental implementation.
       new  fd5c2c72ee Bug info
       new  485366ae7f `anything-move-selection': avoid infinite loop
       new  58095f2511 Initial revision
       new  524000a7d0 Add myself to contributors, bump version
       new  6f2916dd84 `anything': SOURCES: accept symbols
       new  cbe7345c7c ag-hijack-gtags-select-mode: cleanup
       new  ad75cbe091 New `anything-sources' attribute: cleanup
       new  f4d1d92fac update docs
       new  434ada5e0f `anything-read-string-mode': minor mode for `anything' 
version of read functions. (experimental)
       new  4b3ad527b3 *** empty log message ***
       new  8a9f3a8b42 adjust to argument change of 
`anything-candidates-in-buffer-1'
       new  f6f36c72e4 refactoring  `anything-aif': Anaphoric if.  
`anything-compile-source-functions': make `anything-get-sources' customizable.
       new  8a158369e8 *** empty log message ***
       new  af1ec710b3 silence byte compiler
       new  3bbdef0307 bugfix: cleanup
       new  09527c8c6a New function: `anything-action-list-is-shown'
       new  be22ff60b7 `anything-saved-sources': removed 
`anything-action-buffer': action selection buffer `anything-select-action': 
toggle actions <=> candidates
       new  5ae08dd266 (buffer-disable-undo) in anything-buffer
       new  51b6483840 `anything-test-candidates': accept a symbol for source 
New variable: `anything-input-idle-delay'
       new  7760c166be bind `anything-source-name' when executing action to 
enable to use `anything-candidates-buffer' in action.
       new  ddec0c6993 *** empty log message ***
       new  fc36d13a34 New variable: `anything-show-exact-match-first'
       new  3a895e929c Make `anything-input-idle-delay' ineffective when the 
action list is shown.
       new  c4d3c4acc0 save c source buffer's position silence byte compiler
       new  3600bc08be `anything-process-delayed-sources': delay = 
anything-idle-delay - anything-input-idle-delay
       new  e3c89bb64a `anything-get-current-source': This function can be used 
in  init/candidates/action/candidate-transformer/filtered-candidate-transformer 
function.
       new  d0f5ef303c arranged code added unit tests update doc
       new  ce068d6bbd New function: `anything-attr'
       new  9a9acee50f search attribute: multiple search functions
       new  b38f84ab4e Initial revision
       new  ad6e846a5a plug-in
       new  162a956d90 match attribute bug fix
       new  bf1b4f1df0 adjust to new `search' spec.
       new  a1e41782ea `anything-test-candidates': additional optonal argument
       new  6964e8b7ff candidates-in-buffer hack
       new  41ac616ebb Use hash table to speed uniquify candidates.
       new  3e03185802 `anything-compute-matches': short-cut when match == 
'(identity)
       new  c3e94509a9 *** empty log message ***
       new  cf744720ff exact match support
       new  1b115272da Removed `anything-show-exact-match-first' because it 
should be provided as a plug-in.
       new  83589c728a `anything-candidates-in-buffer-1': add code when pattern 
== ""
       new  08f55c609e *** empty log message ***
       new  7373cfb5ab Nested `anything' invocation support, ie. `anything' can 
be invoked by anything action.
       new  95c8460923 Extended `anything' optional arguments: preselect
       new  abc8915208 `anything-preselect' bug fix. refactoring.
       new  4da5d6d2ed preselect entry of current line of source code.
       new  949d9544ea *** empty log message ***
       new  da86e1be54 added many tests.
       new  8d155c37f1 New `anything-sources' attribute: candidate-number-limit
       new  a1c7123d22 accept multiple init/cleanup functions so that plug-ins 
can add new function.
       new  3d0473f740 New function `anything-mklist'
       new  aaee4d739b New variable: `anything-in-persistent-action'
       new  6e04a4ef0b New variable: `anything-version'
       new  ee2bfaea19 New function: `anything-set-sources'
       new  811cac37ea Implemented dummy sources as plug-in.
       new  0b2006ddc1 New hook: `anything-before-initialize-hook', 
`anything-after-initialize-hook'
       new  73356456ad reimplemented
       new  378245eda6 exact -> prefix -> mp-3 by default because of speed
       new  df0e46c158 exact, prefix match: faster
       new  b256c65b30 anything-candidates-in-buffer-1: Open a line at the BOB 
to make use of `search-forward' for faster exact/prefix match. Of course, 
restore the buffer contents after search.
       new  2065ebeeaa *** empty log message ***
       new  a667626733 `anything-attr': Return t in (attribute-name) case.
       new  7fdf4d3deb New `anything-sources' attribute: get-line
       new  c46ee6658a `anything-execute-persistent-action': display-to-real 
bug fix
       new  5c2a23ccc6 *** empty log message ***
       new  c44429bc93 inhibit-read-only = t in anything-buffer
       new  0984cab773 `anything-original-source-filter' is removed. Now use 
`anything-restored-variables' and `with-anything-restore-variables'.
       new  3b5fe53220 New hook: `anything-cleanup-hook'
       new  66dffa2e54 *** empty log message ***
       new  8f5f779cf6 match attribute
       new  495cecd1ee Rename `anything-candidates-buffer' -> 
`anything-candidate-buffer'
       new  ff59b3de6f *** empty log message ***
       new  b74bbb9371 Add commentary
       new  e934ccb99b *** empty log message ***
       new  af942f77a2 prevent the unit test from byte-compiled. macro bug fix.
       new  374f7d04c4 prevent the unit test from being byte-compiled.
       new  0f47e28cc5 silence byte compiler
       new  b6714e0707 rewrite `with-anything-restore-variables'
       new  e8792abf90 *** empty log message ***
       new  d2a9a78f61 `anything-migemo': anything-args
       new  2734f7b36a `anything': set `anything-input' and `anything-pattern' 
before `anything-update'
       new  68f44b04aa added some tests
       new  620bd11a1f fixed a bug of `anything-completing-read'
       new  bd75ada276 define `buffer-modified-tick' for older emacs.
       new  f45db652ab Make sure to display the other window when persistent 
action.
       new  3c0d77156d New `anything-sources' attribute: search-from-end
       new  9b6661b6a5 search functions for search-from-end
       new  915b8f130d bug fix of search-from-end
       new  c6e7f73df0 Initial revision
       new  62b29573b5 *** empty log message ***
       new  d2d45dbecf bug fix of search-from-end
       new  16b86fd45d anything-mp-3-*: MUCH MUCH FASTER   changed algorithm
       new  1995d5b307 anything-exact-*, anything-prefix-*: memoize
       new  fc78bfdb2b `anything-c-source-complete-shell-history': deleted 
requires-pattern
       new  dcf04291ee `anything': return nil when keybord-quitted
       new  4595ff79d9 Extended `anything' optional arguments: buffer
       new  3d998ba81c Use type plug-in instead.
       new  f80705b4af absorb anything-lisp-complete-symbol.el v1.13.
       new  d9fd9dc3f9 remove unneeded code.
       new  42e9a8d213 fixed a bug when `symbol-at-point' is nil.
       new  a10b0ba050 fixed a bug of `anything-read-file-name'.
       new  0a1f532c48 `anything': prefixed optional arguments
       new  598c13f2ae New hook: `anything-after-persistent-action-hook'
       new  5fd65fcdfe add commentary
       new  d9fc156ca9 New functions: moved from anything.el   
`anything-completing-read', `anything-read-file-name', `anything-read-buffer',  
 `anything-read-variable', `anything-read-command', `anything-read-string-mode'.
       new  d3166a57fb Moved `anything-read-string-mode' and read functions to 
anything-complete.el.
       new  f1b1474d5d `anything-completing-read' supports list collection only.
       new  bbdf0e6b97 reimplement `anything-current-buffer-is-modified' in the 
right way
       new  e7cbc5b3b0 *** empty log message ***
       new  228c3ad838 bugfix
       new  de891024c0 * Use `keyboard-quit' when anything-read-* is quit. * 
Change keybinding of `anything-read-file-name-follow-directory' to Tab * 
`anything-read-file-name-follow-directory': smarter behavior
       new  1be8f68e37 bugfix
       new  a5805c79e6 Classify candidates by file name using meta source. If 
`anything-gtags-classify' is non-nil, classification is enabled.
       new  4713392b7f Extended `anything-set-sources' optional arguments.
       new  8a8ff6739e New variable: `anything-mp-space-regexp'
       new  9bdbd8b613 Added mp-3p match: permutation with prefix match
       new  398fa8624a Append commentary. Multiple regexp match with regexp 
negation.
       new  f0a5cc3cb9 *** empty log message ***
       new  d1775ce172 changed default `anything-mp-space-regexp' to "[\\ ] "
       new  ed2ed743cb add (require 'shell-history)
       new  857c28b62c arfn-sources: paren bug fix
       new  63364d5339 arfn-sources: bug fix
       new  a382eb1952 New hook: `anything-after-action-hook'
       new  311f2e0dc7 New `anything-sources' attribute: header-name
       new  e2d49d8e49 anything: bug fix of `anything-buffer' New macro: 
`anything-test-update'
       new  84aac656e9 Use *anything complete* buffer instead
       new  913c866bd3 When resuming anything, reinitialize overlays.
       new  05aa819637 Complete functions using `anything' restore 
`anything-last-sources' and `anything-compiled-sources' now, because resuming 
`anything'-complete session is useless.
       new  562d8c1cee Fixed bug in anything-c-windows-pathname-transformer; 
renamed it
       new  83006d473a bugfix: volatile and match attribute / process and match 
attribute
       new  b059e3b847 set `anything-input-idle-delay'.
       new  2f1347ac7f *** empty log message ***
       new  e6f9018280 INCOMPATIBLE CHANGES: `anything-attr' New functions: 
`anything-attrset', `anything-attr-defined'
       new  b6a7c3ffa2 added linkd index. (no code change)
       new  bbae9db441 s/anything-attr/anything-attr-defined/ because of 
`anything-attr' change
       new  29131011d9 set `anything-input-idle-delay'.
       new  a264ddb73e *** empty log message ***
       new  25093bebac *** empty log message ***
       new  399859a417 New function: `anything-buffer-is-modified'
       new  f8ec4263f9 New `anything-sources' attribute: accept-empty dummy: 
include accept-empty
       new  f4e2c32e4e `anything-completing-read': handle empty input.
       new  73ece7b5e2 Initial revision
       new  f80190f690 many bug fix New command: `anything-grep-by-name'
       new  378a413323 silence byte compiler
       new  71344cd1d7 use ack-grep command to select files for search.
       new  aa702d502d Use original fontify code instead of font-lock. New 
variable: `agrep-find-file-function'
       new  3861e9da3d anything-read-file-name bug fix
       new  830df1a58c refactoring
       new  f7ca65b0b5 Use with anything-match-plugin.el
       new  349533c154 changed spec: `anything-grep-alist'
       new  dddce85428 `anything-candidate-buffer': return nil when the buffer 
is dead
       new  9e69a26bdd `anything-execute-persistent-action': optional arg
       new  e0a88f1094 `anything-grep-by-name': nil argument
       new  d04174612a New variable: `anything-grep-save-buffers-before-grep'
       new  cf79583bb6 `anything-grep-by-name': swapped query order
       new  07d9f7218d always set `anything-current-position'
       new  23d10d5164 `anything': do `anything-mark-current-line' when resuming
       new  bf8af64063 multiline patch by Tomohiro MATSUYAMA.
       new  0f4481785c Remove tick entry from `anything-tick-hash' when killing 
a buffer.
       new  4cefc57603 kill buffer-local candidate buffers when creating global 
candidate buffers.
       new  626662771b `anything-update': reversed order of delayed sources
       new  eef298f28b refactoring
       new  d7d5ee5283 `anything-quick-update': new user option
       new  dca13d9493 `anything-resume' per buffer. `anything-last-sources': 
obsolete
       new  a8603b41f8 use *anything grep* buffer instead.
       new  30d34a260f `anything-noresume': restore `anything-last-buffer'
       new  3c123eb960 `anything-insert-match': do not override 
'anything-realvalue property
       new  f0c23ef8ef use `ad-get-arg'
       new  4c1f3fd103 New command: `anything-delete-current-selection'
       new  c12ead9470 `anything-delete-current-selection' with multiline
       new  5014761c11 use linkd tag (no code change)
       new  dab2adeb66 New command: `anything-execute-extended-command'
       new  a6a0b0ce54 New variable: `anything-save-configuration-type'
       new  10a13a0ed7 New variable: `anything-save-configuration-functions' 
Delete variable: `anything-save-configuration-type'
       new  5039fe29cf arranged source, added more linkd tags (no code change)
       new  68d06a5a6d `anything-process-delayed-sources', 
`anything-check-minibuffer-input-1': quittable
       new  e782aa6097 `anything-execute-extended-command': fixed a bug
       new  725d09a811 `ac-new-input-source', `ac-default-source', 
`acr-sources', `arfn-sources', `arb-sources': changed args
       new  5115a48dda New command: `anything-find-file'
       new  4fb2eb0eab *** empty log message ***
       new  cc6ef3bfc5 `arfn-sources': use `file-name-history' instead
       new  fa0005eba1 `anything-execute-extended-command': fixed a bug
       new  89de841e6d Removed Stefan Kamphausens email address as requested by 
him, and added his homepage as source for contact infos.
       new  7b2094debe `anything-read-buffer': accept empty buffer name
       new  1ea01217a5 Patch provided by Scott Vokes <vokes.s@gmail.com>:
       new  bee9d19593 `anything-check-minibuffer-input-1': proper quit 
handling `anything-process-delayed-sources': ditto
       new  bdb23e6ab9 Fixed an error in Emacs23 by Andy Stewart. Thanks.
       new  9db70fffa6 Fixed an error when action attribute is a function 
symbol and press TAB,
       new  b17b8a4116 refactoring
       new  c9a0967f78 document
       new  60ec871d6a Rename variables:  `agrep-goto-hook' => 
`anything-grep-goto-hook'  `agrep-find-file-function' => 
`anything-grep-find-file-function'
       new  36ffd53ab2 `anything-execute-extended-command': show commands which 
are not collected.
       new  c7788b198d * Fixed invalid value of `anything-grep-alist'. * 
Implemented functionality to search all buffers with `buffer-file-name'.   See 
`anything-grep-alist'.
       new  52053e13d7 copyright
       new  00498051f3 Fixed a bug of anything action buffer. The action source 
should not be cached.
       new  f9b94cda61 `anything-completing-read': fixed a bug when COLLECTION 
is a non-nested list.
       new  7a35583b06 New variable: 
`anything-persistent-action-use-special-display'.
       new  98cfecd414 New variable: `anything-grep-filter-command'
       new  ba60a058ad * Push context when jumping with 
`anything-gtags-select'. * New variable: 
`anything-gtags-enable-initial-pattern'.
       new  f8e570fd3b add persistent-action for `anything-read-file-name' and 
`anything-read-buffer'.
       new  c1b0179aaf * fix docstring * New variable: `anything-selection-face'
       new  1cc39041fd `anything-persistent-action-display-buffer': bug fix
       new  6643051c03 New variable: `anything-execute-action-at-once-if-one'
       new  6c32e14682 fixed a typo
       new  b9ce4aa1cd New variable: `anything-quit-if-no-candidate'
       new  702d27c030 Update Tips
       new  57951d7f0b New `anything-sources' attribute: real-to-display
       new  6bf7e6627d Use `anything-quit-if-no-candidate' not to open 
*anything* buffer when no matches found.
       new  cea0b52bf5 multi-line support. New variable: 
`anything-grep-multiline'
       new  aedbc2e4ed fontify file name and line number. New variable: 
`anything-grep-fontify-file-name'
       new  79daec4a41 Fix a bug when 2nd argument of `anything-read-file-name' 
(DIR) is not a directory.
       new  a90a01b49b Initial revision
       new  61f118ba28 New variable: `anything-c-source-ipa-global' New 
command: `anything-ipa-global'
       new  e74b3839ba `anything-c-source-ipa': format change
       new  02667087b5 *** empty log message ***
       new  42f808e189 migemize
       new  f4f23e15e4 `real-to-display' attribute bug fix.
       new  d65a4aade5 Applied large patch of Andy Stewart.  He's a new 
maintainer now.
       new  56f1d68905 refactoring
       new  d825f55098 * update doc * use anything-kyr if any
       new  df32460adc `anything-header' face now inherits header-line (not a 
copy).
       new  5b035588d4 Cancel timer in `anything-cleanup'.
       new  de1e0563c8 `anything-map' is now Emacs-standard key bindings by 
default. After evaluating `anything-iswitchb-setup'. some key bindings are 
adjusted to iswitchb.
       new  acb938ed40 More key bindings.
       new  4a0a5c76c2 update doc
       new  2648ae64c7 Visible Mark
       new  ded2b49fa0 New command: `anything-at-point'
       new  46054ecebf New Variable: `anything-display-source-at-screen-top'
       new  fd000a2454 New function: `anything-document-attribute'
       new  b470186e84 suppress compile warnings.
       new  d7763bd7d7 * Check whether candidate is a string, otherwise ignore.
       new  18c7a13834 * Make sure to restore point after running 
`anything-update-hook'. * Make `anything-compute-matches' easy to find error.
       new  d41e77ca19 Fix bug of `anything-scroll-other-window' and 
`anything-scroll-other-window-down'.
       new  973ac4f6f9 Add many sources and documents
       new  b2c23bd30f Fix bug of anything-c-shorten-home-path and 
anything-c-source-emacs-source-defun
       new  65a77c3e3a Fix a read-only bug in `alcs-make-candidates'.
       new  8c5f195e38 Symbols are now acceptable as candidate.
       new  75f77de890 anything-iswitchb and anything-isearch are marked as 
unmaintained. (document change only)
       new  072581fea2 * Add myself as new maintainer. * Add 
`anything-c-sources-buffers+'. * Add action to buffers in 
`anything-type-attributes'. * Add `anything-c-source-files-in-current-dir+'. * 
Add multiline attribute to `anything-c-source-register'. * Add 
`anything-c-source-bookmarks-local'. * Add `anything-c-source-bookmarks-su'. * 
Add `anything-c-source-bookmarks-ssh'. * Add actions to bookmarks in 
`anything-type-attributes'. * Improve `anything-c-source-w3m-bookmarks'.
       new  05009de6ee Add action to `anything-c-source-calculation-result'
       new  736f43791d Add `anything-c-skip-current-file'. Sources such as 
`anything-c-source-recentf' won't display current file.
       new  1f8eef825b Use `ipa-annotation-face' for annotation text
       new  081ed16fd3 Rewrite `anything-test-sources' to modern fashion.
       new  e03e97b110 better error handling.
       new  a96b6c804e Add more docstrings.
       new  ef14d8041c Make sure to run `anything-update-hook' after processing 
delayed sources.
       new  abbb718e5d Highlight matches!
       new  733fcb50f3 New variable: `anything-mp-highlight-threshold'
       new  f771ffafa3 * Remove highlight.el dependency. * Very faster 
highlight.
       new  33d0b3c945 Set default `anything-input-idle-delay' to 0.1
       new  327d452221 Rename function `anything-c-registers' => 
`anything-c-register-candidates'
       new  83815ed6dd Refactoring
       new  863975da80 Improved `anything-c-source-register' to do the right 
thing.
       new  7e715be2a1 Add Command/Option list generated by auto-document.el
       new  88ac191dc2 Add `anything-show-kill-ring' command, drop-in 
replacement of `yank-pop'.
       new  0bd1e9e46e `anything-c-source-org-headline': Fixed regexps
       new  ddd11a500c Fix doc.
       new  ef0fdf4d1a Add new action to `anything-c-source-org-headline' / Fix 
a bug in headline plug-in
       new  4fb19d1e3c Fix doc
       new  b30091a6bb Add persistent-action to 
`anything-c-source-org-headline'.
       new  d025af9368 Replace long change log with a link.
       new  1221090714 Removed key definitions because anything.el defines 
them. `anything-c-use-standard-keys' is no effect.
       new  e0cfd27903 Added NOTICE section in document. (no code change)
       new  b90025f142 Fix a initialization bug in `anything-c-source-recentf'
       new  2ab8813012 anything-c-source-call-source: set 
anything-candidate-number-limit to 9999 like anything-select-source
       new  9356c885a7 Add command `anything-show-this-source-only'
       new  828d0c6f31 Bug workaround
       new  d54196bf30 Add new source 
`anything-c-source-commands-and-options-in-file'
       new  e38355ff9a Add two new sources for gentoo users.
       new  1cb19d6eae Highlight local use flags.
       new  ec96542867 If `recentf-max-saved-items' is too small, set it to 
500. The default value of it is too small for anything/recentf.
       new  729af6fca4 New command `anything-for-files'. It is quick and useful 
to open files.
       new  9945b1db56 New function `anything-info-at-point'.
       new  6aac4f1f15 Add browse homepage action to `anything-c-source-gentoo'.
       new  21705d2477 Fix doc
       new  c8a4e57169 Merged
       new  833b430d12 Set candidate-number-limit attribute for actions.
       new  2e37138af1 Match also package installed from overlay in gentoo 
sources.
       new  6121d9c1d1 New API: `anything-run-after-quit'
       new  ea4470a380 New command: `anything-quit-and-find-file'
       new  ac37a4dbdc Move `anything-show-kill-ring' to Preconfigured Anything
       new  06bd0d5ca8 `anything-c-source-emacs-lisp-toplevels' searches level 
4 comments too. Level 4 comments are comments started with `;;;;'.
       new  84f5ce7828 Add overlay function to match lines; Add overlay to 
semantic; fix imenu with semantic.
       new  674fa0ad37 New command `anything-minibuffer-history' / New souce 
`anything-c-source-minibuffer-history'
       new  6baa501fa5 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  331f252fff Update auto document
       new  f0e0eb8c0b `candidate-transformer', 
`filtered-candidate-transformer', `action-transformer' attributes: accept a 
list of functions
       new  ca36b99021 Update doc
       new  919c0e469b Remove Time-stamp header because it occurs conflict in 
merge. If there is setting to avoid conflict, I'll revive Time-stamp header.
       new  6001c40231 `anything-c-compose' is now an alias of 
`anything-compose'
       new  f717347027 Add new source `anything-c-source-emacs-process'
       new  b55eb4f238 Clearify *-transformer. It is a list of functions 
instead of anything-c-compose.
       new  b3c9f464ab Merged
       new  8dde42ee29 Add missing `require' in `anything-c-highlight-buffers'
       new  74cdcdcec7 Fix w3m-bookmarks using `candidate-transformer' instead 
of `filtered-candidate-transformer'.
       new  5ee283aa68 Remove `volatile' from w3m-bookmarks (thank's rubikitch).
       new  846749e297 revived auto document
       new  b74cd573f6 Clean up code!
       new  d36c801224 Fix bugs and improve gentoo-sources.
       new  5ff7a4c9f9 Merge AndyStewart's change * silence byte compiler * 
indent fix
       new  59cc60ad86 New API: `define-anything-type-attribute'
       new  6a63f6b38c Use `define-anything-type-attribute' to register 
`anything-type-attributes'
       new  1711b309f7 Clean code in gentoo sources.
       new  7c4f69d5dc `anything-c-transform-function-call-interactively': use 
`intern-soft' to accept strings as CANDIDATE.
       new  bbea0e70ba `anything-c-mark-interactive-functions': use 
`intern-soft'
       new  6151a768ba Type attributes `command' and `function' accept both 
symbol and string now.
       new  6fedd08ad6 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  6400a78bcb Improve gentoo sources.
       new  3b328946fe Add new action in gentoo sources.
       new  2f00e722b7 Add `anything-find-file-as-root'
       new  2e6ab94dec Apply SUGAWARA's patch to suppress filename output when 
`anything-gtags-classify' is non-nil.
       new  4412819339 refactoring
       new  e92ea94ff2 If `anything-gtags-classify' is t, enable classification 
and suppress filename output. If it is other true symbol, enable classification 
and output filename.
       new  38996be47a New source, `anything-c-source-surfraw'.
       new  6ee05df991 Add an help-echo to `anything-c-source-surfraw'.
       new  555d49fa21 Surfraw source: put favorites engines at top of list.
       new  43de65c562 Allow using only favorites engines in surfraw source.
       new  ddb54d79ed New Variable: `anything-scroll-amount'
       new  cba497f9c8 Add browse url with firefox in surfraw source.
       new  210d04c0af clean up `anything-match-line-color-current-line' Note 
that anything-cleanup-hook is modified.
       new  581e3da9cc `anything-match-line-color-current-line' is now 
compatible with `anything-persistent-highlight-point' Remove original 
`anything-persistent-highlight-point' because of duplicated code.
       new  02305cd92f New source `anything-c-source-ffap-line' / silence byte 
compiler
       new  f9342873b7 New source: `anything-c-source-emacs-variables'
       new  875d5e086d revert 210d04c0af08b70226500f20d58776d31955ed24
       new  2416a3369a Clean info-cl, use symbol instead of sexp in 
`anything-info-at-point'.
       new  aef7a7f880 update sources list
       new  b4b4aeef6b Use su or sudo for find file as root and for 
`anything-c-source-bookmarks-su'.
       new  de4ac78ed7 Forget to auto-document.
       new  e7b923faa7 Disable no-filename display (`anything-gtags-classify' 
== t) because `aggs-select-it' needs file-name.
       new  a9487fad24 Initial revision
       new  3ac809e5e9 *** empty log message ***
       new  134fd51d15 *** empty log message ***
       new  1a9490b4cb Introduce actions on marked candidates.
       new  3bac040f96 Added `anything-kill-buffers' by k1LoW
       new  72d0822a73 bug fix in `anything-candidate-buffer'
       new  2420a432b5 fixed `anything-c-source-emacs-lisp-expectations' 
font-lock problem reported by thierry.
       new  e28cb3431e Initial revision
       new  e046c1485c `use-anything-show-completion' as a function. It enables 
us to affect multiple commands with `dolist'.
       new  34d2f8f3cc doc
       new  d711ea0d0e copyright
       new  507dd2ead5 * auto-document. * Use anything-show-completion.el if 
available.
       new  1d2192f93e * Fixed a typo. * New function: 
`anything-show-completion-install'
       new  21e0717427 Removed a mess
       new  7dc6848c10 New commands: `anything-yank-selection', 
`anything-kill-selection-and-quit'
       new  637b8ebdf9 Fixed an error when `anything' is invoked for the first 
time.
       new  240ea37755 New variable: `anything-display-function'
       new  7b692321a8 Set anything-samewindow to nil for in-buffer completion.
       new  99ac9a94f4 New keybindings in anything-map:   C-c C-d: 
`anything-delete-current-selection'   C-c C-y: `anything-yank-selection'   C-c 
C-k: `anything-kill-selection-and-quit'
       new  e51cf46248 Add `anything-c-source-emms-dired' and 
`anything-c-source-emms-streams'.
       new  0c84cd92ce Forget to update sources in headers :-;
       new  0073dc15ac Fix little error in `anything-c-source-emms-dired'.
       new  24b6595601 Added auto-document.
       new  41c010009e Improve `anything-c-source-emms-streams' (Edit action 
added).
       new  d79a22c50d Update headers.
       new  c1e835ffaa Add A delete action for emms-streams.
       new  5f7432a6ce Add `anything-surfraw-only'.
       new  ed8ef6e34f Fix `anything-surfraw-only'.
       new  a01fd69c89 * Add eev-anchors source.
       new  e1b398bd9b Allow using cache file or not with 
`anything-yaoddmuse-use-cache-file'.
       new  1832196e2f anything-yaoddmuse: Allow the use of install-elisp only 
on .el files.
       new  b7fceb9774 Remove dependency of `ac-candidates-in-buffer'
       new  9e844b6c16 Remove *-partial-match sources. They are aliased for 
compatibility.
       new  cfc5f357ba Remove AndyStewart from maintainer list because he left 
emacs.
       new  3115b870e3 Add `anything-input' to `minibuffer-history' even if 
`anything' is quit.
       new  8236f94b7d anything-complete: `enable-recursive-minibuffers' = t
       new  18ed9d6664 set `anything-display-function'
       new  ef7d8340d8 asc-display-function: split-window hack is effective 
only if one window is displayed.
       new  066a95e8d0 use `define-anything-type-attribute' to add 
`anything-type-attributes' entry.
       new  6c435a5b09 * `anything-yank-selection' and 
`anything-kill-selection-and-quit' handles display string now. * 
`anything-get-selection': Added optional arguments.
       new  d932b6cfbf `anything-complete': target is default input.
       new  b7d3b76dc7 Resumable
       new  adddfa38c6 Version 0.4.1
       new  d3ed46b5c2 Bug fix: `anything-attr' is usable in `header-name' 
function.
       new  4cb6e7ab1f New source: `anything-c-source-xrandr-change-resolution'
       new  35ce1d06bb typo
       new  ab73c973de `candidates-file' attribute accepts symbol, which is 
interpreted as a variable name.
       new  a94adab609 `anything-c-source-minibuffer-history': set header-name 
/ `anything-minibuffer-history': key assign
       new  1e2a13a761 Removed experimental tags
       new  10192acd0f Added auto-document
       new  06dab81e54 `anything': set `case-fold-search' to t Because users 
can assign commands to capital letter keys.
       new  9ae42c1c1d Added anything applications: 
`anything-query-replace-regexp' and `anything-regexp'
       new  f3108cc1b6 Add emerge action in `anything-c-source-gentoo'.
       new  52def01b32 Add unmerge action to anything-c-source-gentoo
       new  f92bbd6a42 * Fix query-replace in anything-regexp.
       new  651367cbab Add ediff merge as action for buffers.
       new  caaeef0729 Prevent `anything-isearch-map' from overwriting 
`global-map'. With `copy-keymap', the prefix command "M-s" in `global-map' ends 
up getting clobbered by `anything-isearch-again', preventing `occur' (among 
other things) from running. This change replaces overwriting a copied map with 
writing to a sparse map whose parent is `global-map'.
       new  7b9d1047ea small refactoring
       new  7b03c83e52 Add source for icicle region.
       new  6aad6c2478 Forget to update headers.
       new  939c6dea79 avoid error when executing (anything-mark-current-line) 
in async process.
       new  a92ff05188 Set `anything-execute-action-at-once-if-one' to t
       new  1eb916f689 Fix problem of same entries: don't use assoc but nth.
       new  dd0f771341 Add action update to anything-c-source-icicle-region.
       new  1287f63a95 Simplify loop in `anything-c-source-icicle-region'.
       new  6f3c0e6178 New function: `anything-other-buffer'
       new  b3acd07aad Add new action to `anything-c-source-icicle-region'.
       new  a81c0495b0 Add `anything-c-skip-current-buffer' for buffers.
       new  c40f025c17 * Icicle-region is able to reach info buffer even if 
buffer is killed. (will work with next update of icicle) * Allow emerging 
marked packages in gentoo source.
       new  978adbac83 migemo is soft-required now; this file has no effect 
unless migemo is installed.
       new  f5e6e69ca7 Fix bug in marked candidate code (when opening, closing, 
unmarking and reopening action buffer).
       new  f07486dd25 Add customization for `anything-for-files' and 
`anything-info-at-point'.
       new  0b5ee480b7 Add comments, update headers.
       new  ff4a376b21 add M-<next>, C-M-S-v, M-<prior> to `anything-map'.
       new  4526b0d9e7 New macro `anything-migemize-command'.
       new  7d9579aabb Update icicle-region code according to icicle update.
       new  f5862b9161 Add action to bookmark `bookmark-jump-other-window'.
       new  334694442b Add show and edit annotate in bookmarks.
       new  b78e2fe81f New command: `anything-select-2nd-action-or-end-of-line'
       new  99012aeca0 New keybind: C-e, C-j, C-k
       new  358781e884 typo!
       new  ff798fec93 `anything-c-source-minibuffer-history': adjust to 
`command-history' If the history is a list of list, use `prin1-to-string'.
       new  202f30dd9e Fix bookmark to fit with new (incoming) 
bookmark+.el/regions.
       new  2eeb4d089c Clean code in `anything-c-highlight-bookmark'.
       new  0d9b46ac00 Define `region-active-p' if needed.
       new  dacc98a375 `anything-c-transform-file-browse-url': URL support
       new  0297f5a1f6 Improve anything-c-highlight-bookmark
       new  5c8214fe0d typo
       new  a2771304cf Fix highlight bookmarks to fit with vanilla bookmark.
       new  2b3fcd2dad `anything-for-files-prefered-list': exchange 
`anything-c-source-buffers' and `anything-c-source-recentf'
       new  fc347fc071 `anything-minibuffer-history': Set 
`enable-recursive-minibuffers' = t
       new  afd2324437 Add new source for xfont selection.
       new  c7b3c96433 Improve xfont source.
       new  e91cade2ef New function: `anything-imenu'
       new  0c457cef76 Improve `anything-ediff-marked-buffers'.
       new  5fd371fd2c silence byte compiler
       new  99b8ce3e2f Correct Change Log URL. (no code change)
       new  ebd034c46d Added `anything-delete-marked-bookmarks'.
       new  00fb5e908a defadvice `anything-toggle-visible-mark' to go to next 
line.
       new  e575d319a1 Preconfigured anything: `anything-google-suggest'
       new  a815dd0b66 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  da895e391c * Introduce `anything-c-xfonts-cache' to avoid loading 
font at each time anything start.
       new  f4c74c84c1 Update bookmarks actions, add some comments.
       new  cbe620084b Fix anything-bookmark-active-region-maybe.
       new  dfcc9db4bb remove auto-install section
       new  7e26d14328 Move lots of stuffs to anything-startup-attic.el 
anything-startup.el is minimal set.
       new  66a0423268 `anything-c-highlight-bookmark' ready to handle gnus 
bookmarks.
       new  b48cc32acc Minor corrrection in semantic source.
       new  8bb87721e9 New sources `anything-c-source-mark-ring', 
`anything-c-source-global-mark-ring'.
       new  6851570ded provide
       new  41e80396ee `anything-c-source-complete-shell-history': require bug 
fix
       new  b34248f105 anything-grep.el
       new  d5e361adef `agrep-real-to-display': avoid error auto-document
       new  757e005866 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  72ec7864b8 Preconfigured anything: use `anything-other-buffer' / 
Adjust docstrings.
       new  18cb14fc70 Docstring small fix. (no code change)
       new  c5998eb9a7 Mark anything-show-*-only obsolete and converted them 
into preconfigured `anything'.
       new  b11d1c77ba anything-follow-mode: automatical execution of 
persistent-action (C-c C-f)
       new  7f999b5bcf Added `anything-c-source-elscreen'
       new  c33bedc6d8 OOPS! remove debug code
       new  0909b9545e New function: `anything-complete-shell-history-setup-key'
       new  5957f456d5 Remove marked candidate code that is no more working 
with last anything.el.
       new  840f862f2f Add volatile attribute to xfont source, don't save 
bookmarks when delete marked.
       new  1440c16017 `anything-w3m-bookmarks-to-alist' finds also local HTMLs.
       new  045108a423 Fix url of type file:// in w3m bookmark source - Thx to 
SeungCheolJung.
       new  4710307191 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  b585b8c48d Add redefinition of `anything-toggle-visible-mark' 
waiting a fix in anything.el.
       new  cdac28fe78 header modified (no code change)
       new  18f5f7bffd New variable: `anything-allow-skipping-current-buffer'.
       new  fa0949635f `anything-execute-extended-command': adjust to keyboard 
macro command
       new  21e04cd3e5 `anything-c-call-interactively': keyboard macro support
       new  14b70cb02e `anything-follow-execute-persistent-action-maybe': 
execute persistent action after `anything-input-idle-delay'
       new  6d74bfdd19 Improve color modifier function in bookmarks.
       new  15da956b6b New variable: `anything-completing-read-use-default' New 
variable: `anything-completing-read-history-first' `anything-completing-read', 
`anything-read-file-name': history order bug fix
       new  d98140ba0f New variable: `anything-complete-persistent-action'
       new  b87687c46b Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  aac47920de `anything-toggle-visible-mark': Applied 
ThierryVolpiatto's patch. thx.
       new  89e2e7dbab `anything-toggle-visible-mark': move next line after 
unmarking
       new  af7a18785c *** empty log message ***
       new  92a9c4072f Remove code related to marked candidates as it is now 
part of anything.el and no more needed.
       new  2c16f8bc29 Add new sources for bookmark+.el.
       new  c234568d14 Sort all alists in bookmark+ sources.
       new  909e9466b6 Apply changes in bookmark+ sources for new version of 
bookmark+.el.(2.1.1).
       new  e556210d87 Make `anything-c-create-summary' work with nested 
sources and update sources with it.
       new  1653ff9664 Fix anything-bookmark-active-region-maybe with new 
function names of bookmark+.
       new  6edff434c1 Update bookmark+ function 
`anything-c-bookmark-local-files-setup-alist' with new bookmark+ version.
       new  204cd1901b Rename functions in bookmark+ sources.
       new  90635a8c2d Fix `anything-c-highlight-bookmark' with last bookmark+ 
version.
       new  208f81e753 Add support for annotations in emacs bookmarks.
       new  5485455640 Use batch arg in bookmark-delete.
       new  e0eb0db949 Add bookmarkp-edit-bookmark to default action of 
bookmarks (only bookmark+ users).
       new  31b20806d8 Fix `anything-c-gentoo-eshell-action' with tramp 
buffers, remove `anything-gentoo-uninstall'.
       new  678f844bde Fix `anything-c-gentoo-eshell-action' with non-file 
buffers.
       new  0c56755192 Fix an error in `anything-find-file'. Thanks to troter. 
http://d.hatena.ne.jp/troter/20090929/1254199115
       new  1c4767c7f9 * Divers improvement for bookmark+ sources.
       new  b1ea19b319 * Display "no candidates" rather than assertion * Ensure 
to call `remove-hook' in `anything-current-buffer'
       new  5f10c230e1 Tested on Emacs23 too. (no code change)
       new  2866f9d4d9 Restore icicle regions source and functions.
       new  b57f4102da Call `anything-process-delayed-sources' only if 
delayed-sources is available.
       new  30253d14bc `asc-display-function': Emacs23 fix
       new  f76339f29b `anything-find-file': use `anything-other-buffer' 
instead of `anything-complete'
       new  8ea19c35c3 If anything-show-completion.el is available, candidates 
are shown near the point.
       new  12fcf35d68 Candidates are shown near the point.
       new  651a3d9c8a Show candidates under the point.
       new  3a231965d0 Fix an error when completion window is too small.
       new  25a498b675 added comments
       new  75b1aba902 Fix an error when window height is too small.
       new  4254d31a51 `anything-complete-shell-history': taller window
       new  4e3819be4a asc-display-function: Fix an error when opening from 
minibuffer
       new  dde92b0e9a Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  72d8994a76 New variable: `anything-complete-sort-candidates'
       new  f283200e37 obsolete: `anything-c-marked-candidate-list' New 
function: `anything-marked-candidates'
       new  a38b48c312 Remove an unnecessary test
       new  e0c080407f `alcs-transformer-prepend-spacer': use physical column 
instead of logical column
       new  fe723a8a13 `anything-completing-read': Show completions first when 
require-match == t
       new  66df40e63b bookmark+ sources: Don't use bookmark+ sorting code, 
sort only alphabetically.
       new  6762d7719b Bug fix of `anything-query-replace-regexp'
       new  95094ea684 `anything-query-replace-regexp': `command-history' hack
       new  8dd75ec73a Link to Japanese translation of `anything-sources' 
attributes. (No code change)
       new  cecd57e7bd `anything-c-transform-file-browse-url': more strict 
regexp
       new  53e2f23a61 `anything': accept one source alist
       new  2a8dc0534f Add a document. (no code change)
       new  8ae0bb4a9d `anything-complete-shell-history-setup-key': Use 
`minibuffer-local-shell-command-map' if any
       new  e186def3e9 `real-to-display' function is evaluated just after 
`candidate-transformer' function now. This enables us to narrow candidates by 
display string by `real-to-display'.
       new  93dc50da5f eval-defun hack
       new  2f4057411c `anything-c-source-files-in-current-dir', 
`anything-c-source-files-in-current-dir+': remove init and volatile
       new  132f342b41 refactoring (cleanup)
       new  7b8701a1fb `anything-completing-read': Show default source first 
when require-match and default is specified.
       new  57713206ce Use new function `anything-marked-candidates' instead of 
old `anything-c-marked-candidate-list'.
       new  e6b0e97274 Introduce sources for bookmark-extensions that is a fork 
of bookmark+.Support w3m, gnus, regions, woman, man, etc..
       new  9580c24182 Forget to replace some occurences of bookmarkp by bmkext.
       new  a14cf863fc Update predicates in anything-c-highlight-bookmark.
       new  68a7fff6d0 New command: `anything-beginning-of-buffer', 
`anything-end-of-buffer'
       new  f00ae68fb6 New command: `anything-bm-list'
       new  c155334f17 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  caf9f2e72f Remove sources for icicles regions and move them to 
AnythingSources.
       new  845559832f New function `anything-goto-line' to replace 
`goto-line', add a defvar in semantic to shutup byte compiler.
       new  3f23410dcf Refactoring: `anything-c-source-evaluation-result' and 
`anything-c-source-calculation-result'
       new  478ecdf5e6 Display bug fix. thanks to hchbaw
       new  36f0b2346a New implementation of `alcs-current-physical-column'
       new  c7836c1180 Bug fix when completing at right side
       new  9d3787e9b9 refactoring
       new  65dd5208d5 Change prin1-to-string for pp-to-string in 
anything-c-evaluation-result. Changes file face for bookmarks.
       new  51564bd77c refactoring
       new  e126a510f8 asc-display-function: Take into account the beginning of 
line
       new  6c4fae8b30 asc-display-function: Fix an error "Window height XX too 
small (after splitting)"
       new  62c2821732 In Emacs 23.1.50, 
minibuffer-local-must-match-filename-map was renamed to 
minibuffer-local-filename-must-match-map, so add some compatibility code.
       new  f8ffea57d2 Type: file, file-line: Accept empty line string such as 
"3:" or "filename:5:"
       new  9da66b13ff new type: file-line / add docstrings
       new  d9f6648e02 add some docstring
       new  b58f62356f (anything-headline-get-candidates): Fix save-excursion 
defeated by set-buffer.
       new  ead7534742 (anything-gentoo-install): Fix sudo eshell command for 
last versions of eshell.
       new  ca08948d4c Fix google suggestions.
       new  caf16311b6 (anything-c-google-suggest-set-candidates, 
anything-c-google-suggest-action): Fix DTRT.
       new  913d928cda (anything-c-google-suggest-set-candidates): Put Search 
for at end of list.
       new  ac122e7109 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  2a0dc76dd6 `anything-c-regexp-base': attributes can override default
       new  da21bae32c `anything-regexp' and `anything-query-replace-regexp' 
accepts both string regexp and sexp regexp
       new  a09c9adb2a (anything-c-source-elscreen): Fix kill action, use 
elscreen-kill-internal.
       new  6ab9cb3d58 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  b1c9679029 added APT source
       new  9864508cb2 Removed unnecessary multiline attribute
       new  688078f715 Remove unnecessary volatile attribute
       new  3451103b29 refactoring
       new  201005b6e6 (anything-c-source-firefox-bookmarks): New source 
(anything-html-bookmarks-to-alist): Unified function to get firefox or w3m 
bookmarks 
(anything-get-firefox-user-init-dir,anything-guess-firefox-bookmark-file): get 
firefox bookmark file path (anything-firefox-bookmark-url-regexp, 
anything-firefox-bookmarks-regexp, anything-w3m-bookmark-url-regexp, 
anything-w3m-bookmarks-regexp) : new variables
       new  8d211e2760 Remove delayed in w3m bookmarks and firefox bookmarks.
       new  cc6d5b796e Add info about setting firefox to have bookmarks in 
anything.
       new  449783ae6e Add new action to buffer attributes: open buffer in 
elscreen.
       new  470b8e33e2 Fix elscreen action in buffer attributes.
       new  562a60da0a `anything-enable-digit-shortcuts' also accepts 'alphabet.
       new  58ad6d642c `anything-enable-shortcuts' is an alias of 
`anything-enable-digit-shortcuts'. Alphabet shortcuts can be used now.
       new  229a2c06a2 Add keybindings for alphabet shortcuts
       new  9478360da3 silence warning
       new  7668f4fffb (anything-google-suggest-use-curl-p): new variable that 
allow using curl instead of url-retrieve-*.
       new  834c836a77 (anything-c-source-elscreen): Delete marked candidate if 
some. (anything-find-buffer-on-elscreen): Find buffer or marked buffers in 
elscreen.
       new  3956bc662d Align results in google-suggestions sources. 
(anything-gg-sug-lgh-flag): new internal variable 
(anything-c-google-suggest-fetch, 
anything-c-google-suggest-set-candidates):Align results
       new  6e3ff75f72 New source `anything-c-source-find-files' for filename 
completion.
       new  58952ff7b4 (anything-c-source-find-files): Add action, use / when 
anything-pattern is empty instead of HOME.
       new  e006eee87f Fix bug in bookmark-extensions sources.
       new  8dea85be07 timer sources
       new  0c883be974 Move Commands/Options document above
       new  0fdeee88ee Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  2a4c2d1f58 (anything-c-source-find-files, 
anything-find-files-get-candidates): Allow create file when not exists.
       new  bd2b3dbe5b (anything-find-files-get-candidates): Fix show file even 
if not exists.
       new  0b96ce723f Add find file in dired in find files actions.
       new  1074631973 Changed data structure of `anything-shortcut-keys-alist'
       new  b9754fd4af New variable 
`anything-lisp-complete-symbol-add-space-on-startup':
       new  f2e77eb3fb Make alcs-make-candidates timer singleton
       new  ead04891b7 Show timestamp of lisp symbols
       new  93b5e5bc29 New command: `alcs-update-restart'
       new  b89875f52f Added source for top command
       new  a4b20001e4 OOPS!! removed debug stuff
       new  bd3f3ca2ce added missing function / bugfix
       new  333eb1bcbc anything-top: take `anything-enable-digit-shortcuts' 
into account
       new  a4cb3ba99a Extend alphabet shortcuts to A-Z
       new  8ec68b580d Bugfix about anything-execute-action-at-once-if-one and 
multiline
       new  13bbd24794 fix an error when executing `anything-prev-visible-mark' 
with no visible marks.
       new  d14a61be96 Fix display bug: `anything-enable-digit-shortcuts' / 
multiline
       new  b2f0fab149 (anything-find-files-persistent-action): fix expansion 
on ..
       new  450db99d42 `anything-c-source-top': add new action (Copy PID)
       new  e15a583d0e `agrep-real-to-display': erase "nil" message
       new  8b3e756223 Fixed variable bug
       new  5965c56fa5 Avoid `select deleted buffer' error
       new  855fb5dfb9 cleanup
       new  d7c9cbbc06 New attribute `delayed-init'
       new  51e3e74f30 New attribute `pattern-transformer'
       new  9390178e5c add `delayed-init' doc
       new  2d81a3ee45 pattern-transformer can have multiple functions now
       new  0b2bad7dcf add `pattern-transformer' doc
       new  d29898aa46 (anything-find-files-get-candidates): make things simple 
by using file-name-directory (anything-reduce-file-name): Removed
       new  fd5385de42 (anything-c-point-file-in-dired): use 
`anything-c-point-file-in-dired' instead of `anything-c-open-dired' 
(anything-c-point-file-in-dired): new, always put point on filename in dired 
buffer even if file is a directory.
       new  890090918f (anything-c-point-file-in-dired): fix parenthesis error
       new  4109c72be0 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  0845fb6542 anything-match-line: Define functions for 
anything-cleanup-hook and anything-after-persistent-action-hook
       new  208b9d01e4 Use `anything-persistent-highlight-point' if available.
       new  43e4fcca3b add anything-show-completion.el
       new  881212f0c6 * `anything-resume' use anything interface to select 
anything buffers. * Its candidates are sorted by most recently used order. * 
4th arg of `anything' accepts 'noresume not to resume this session.
       new  e6efad88b8 Adjust `anything-noresume' to latest version of 
`anything'
       new  17530e8696 revive `anything-input' when resuming
       new  375ab0a3e6 `anything-window-configuration' save/restore anything 
window configuration (NOT YET)
       new  75d4120fe3 Support multiple anything gtags buffer (resume)
       new  61ec1b860e refactoring
       new  ad2c7ce1f8 refactoring
       new  fe604f9589 remove warnings
       new  a43aa10470 `anything-resume': New optional argument
       new  a1ab584fd4 New command `anything-gtags-resume'
       new  840ffed455 remove warnings
       new  20c385c1a6 Fix tiny bug
       new  ad35caa810 `anything-resume' resumes window configuration now.
       new  d64a25b98b `anything-window-configuration' stores window 
configuration only.
       new  33008363eb bugfix
       new  29fdbdd23a New command: `anything-toggle-resplit-window'  (C-t)
       new  d3fd377fe0 `anything-grep-by-name': INCOMPATIBLE!!! swap optional 
arguments `anything-grep-by-name' can utilize `repeat-complex-command'.
       new  84833a3ccd (anything-c-source-find-files): Can go down one level 
(like unix cd ..) with num prefix arg go down arg levels. 
(anything-find-files-down-one-level, anything-reduce-file-name): New functions 
for source `anything-c-source-find-files'
       new  91325eecff (anything-find-files-get-candidates): now regexp support 
mail address at point (mailto).
       new  c184e0cc47 (anything-reduce-file-name): Fix for windows systems.
       new  1ac9e40a7e (anything-reduce-file-name): Fix last level.(insert "/" 
when anything-pattern is empty)
       new  cfe20eb6ff Add support for symlinks in anything-find-files. 
(anything-find-files-persistent-action): follow symlinks
       new  e73c611333 Implement anything completion for dired-do-copy and 
dired-do-rename. (anything-c-source-copy-files, 
anything-c-source-rename-files): new sources. (anything-copy-or-rename-action, 
anything-dired-copy-or-rename-file): new functions. anything-dired-rename-file, 
anything-dired-copy-file, anything-dired-bindings): new commands.
       new  2718f29fa5 (anything-copy-or-rename-action, 
anything-dired-overwrite-p): Ask when overwriting files or directory.
       new  0025eb6c7b (anything-copy-or-rename-action): Use build in function 
`dired-create-files' (anything-dired-overwrite-p): Removed no more needed.
       new  c6dd584aa5 (anything-copy-or-rename-action): Use 
`dired-keep-marker-copy' to mark target files when copying.
       new  f7d3fc49e6 (anything-c-source-symlink-files): rel/symlink files 
from dired with anything completion.Rename functions.
       new  ed7ce22e2a (anything-c-source-hardlink-files): anything-dired-* 
handle now hardlinks
       new  104f72b2d4 (anything-find-files-get-candidates): Use 
ffap-url-regexp.
       new  fd8a1cf53c (anything-find-files-insert-current-fname):Insert the 
current candidate file-name in minibuffer (bind to C-:)
       new  0bc7f2bd89 (anything-find-files-or-dired-p): test if current source 
is a dired or find-files source.
       new  ae43c8e9be (anything-find-files-insert-current-fname): Removed, use 
instead persistent action on file names to do that.
       new  a74b9d967f (anything-find-files-get-candidates): Support now 
entering ~ in minibuffer. Don't try to tramp connect before entering the second 
":".
       new  2ba52701a1 (anything-find-files-get-candidates):Better handling of 
tramp filenames. (anything-create-tramp-name):new function.
       new  c87cff9e4a `anything-c-source-colors': remove requires-pattern.
       new  cddd60bbd0 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  3b3c040ee5 New source: `anything-c-source-files-in-all-dired'
       new  c23d0569e8 (anything-dired-symlink-face): New face
       new  ab684f98c1 `ac-new-input-source': temporarily disable shortcuts
       new  ebc9c92bd8 * `anything': Use `anything-display-buffer' as fallback 
* `anything-select-with-digit-shortcut': `self-insert-command' if disabled
       new  1bdaf375f4 `anything-c-shorten-home-path': faster
       new  4c07827d94 (anything-find-files-get-candidates): Remove text 
properties in tramp names.
       new  e7240033d2 Make `anything-execute-extended-command' faster * 
eliminate "Commands (by prefix)", which makes it slow down * `C-c C-u' to 
update commands instead
       new  69c43fa98a New option: `anything-execute-extended-command-use-kyr'
       new  94243890de update Copyright
       new  adb963ecbe Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  f23815501c Fix a bug of `candidate-number-limit' in process sources.
       new  c84c9e1a84 Introduce Yahoo suggestions, same as google but with 
yahoo engine.
       new  f81b0f43b4 Fix error defvar ==> defcustom.Documentation added at 
end of buffer.
       new  dfb10eecd0 (anything-find-files-get-candidates): Don't fail if 
`ffap-url-regexp' is set to nil.
       new  1813762e26 (anything-find-files-get-candidates): Remove unused 
tests.
       new  5bdc560b2c (anything-find-files-get-candidates, 
anything-tramp-verbose): Avoid tramp messages.
       new  db9d1f4734 (anything-c-source-write-file, 
anything-c-source-insert-file): new sources. (anything-write-file, 
anything-insert-file): anything replacements of write-file and insert-file.
       new  4595ae7182 Added docstrings
       new  6dc3580de3 Add keybindings for emacs-lisp-mode / 
lisp-interaction-mode-map
       new  ae5c92ea0c `anything-top': anything-enable-shortcuts = nil
       new  10d6777ec8 (anything-delete-marked-files): Delete marked if some or 
candidate. Don't ask at each file if more than one. (anything-c-file-buffers): 
fix
       new  2bbd326ccb (anything-c-source-find-files): Add Delete files action.
       new  2c492346b0 Improve files deletion.
       new  d6d0f46cc0 Added more actions to `anything-c-source-gtags-select'. 
http://d.hatena.ne.jp/shinking/20100130/1264869641
       new  2a51a4fb6f * `alcs-update-restart': use `anything-update' instead * 
Minor fix in `anything-execute-extended-command-sources'
       new  a25b01a0de Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  4e6c30f2af Commentary change. (no code change)
       new  8f26b63943 Update copyrights.
       new  3f3f34d788 (anything-c-bbdb-view-person-action): new function for 
bbdb source, append to bbdb buffer when marked candidates.
       new  a2e9433160 (anything-c-describe-anything-bindings): Describe 
anything bindings, bind to C-h m.
       new  f4c4e4cd7e (anything-c-describe-anything-bindings): forget to erase 
buffer before printing.
       new  5c1da40a12 Add a little help in all find-files completion source 
name.
       new  2d674cbf4a (anything-find-files-or-dired-p): Improve
       new  53a7fd2ea7 require ffap one time for all.
       new  800807f1ad (anything-find-files-persistent-action): Expand symlink 
dirs to their truename and not the symlink name.
       new  c5a31f137c (anything-c-find-files-doc-header):New variable for 
find-files and dired source; affect source names.
       new  7f11d828ce (anything-c-bbdb-view-person-action): improve.
       new  599d2cba1a (anything-c-source-bbdb): Add possibility of sending 
mail to marked candidates. (anything-c-bbdb-collect-mail-addresses, 
anything-c-bbdb-compose-mail):new functions.
       new  da8fefb6d8 Fix tramp bug and remove elscreen action when not needed 
in *-find-files.
       new  c13f25757b (anything-find-files-get-candidates): Inline the today 
version of `tramp-handle-directory-files' (thanks Michael).
       new  0660597022 error check in `anything-set-source-filter'
       new  8d909e6438 `anything-compile-source--dummy': swap arguments of 
`append'
       new  a6d229d084 * New plug-in: `disable-shortcuts' * `dummy' plug-in 
implies `disable-shortcuts' because it enables us to input capital letters.
       new  40c9787473 * `ac-new-input-source': remove unnecessary attributes * 
version check
       new  a3cee7b1ea New API: `anything-require-at-least-version'
       new  05e2bd7f53 More strict version check.
       new  468d91c9e9 update copyright
       new  c0f88a52a2 Automatically update `anything-version' when upgrading
       new  e3c6770e06 cleanup `anything-c-source-evaluation-result' and 
`anything-c-source-calculation-result'. / version check
       new  ae9358f59f Rebind `anything-c-describe-anything-bindings' to `C-c 
?'.
       new  37e0eab792 Mode-line help!! `anything-mode-line-string' is help 
string.
       new  589537d321 initial
       new  60cb47a35b implemented
       new  553fa06fb7 New function `anything-menu-select-from-file'
       new  fc9ec8d5c6 migemized
       new  6b86ef47cd add `make-frame-visible'
       new  41c3772f73 `anything-update': Ensure to call `anything-next-line'
       new  9b835d53f9 (anything-c-source-find-files): New action to complete 
file name at point.
       new  18d170735e (anything-c-source-use-flags) Add actions to modify USE 
flags.
       new  571baf7e71 Add find file in other frame in *-find-files, change 
order of actions.
       new  c82c5f9282 (anything-c-adaptive-store-selection): Store 
current-source infos only if this source use adaptative-history.
       new  eadea31d47 (anything-c-source-use-adaptative-p): Fix
       new  83eab96b44 (anything-c-source-use-adaptative-p) Handle multi 
filtered/candidate-transformer in same source.
       new  6f6ef2d010 Sources for bookmark-ext use adaptative-sort.
       new  8f665a1562 anything-type-attribute bookmark: Pass prefix arg to 
bookmark-jump (use it in bmkext w3m source to jump to firefox)
       new  4dc8426aa8 Emms sources use anything-c-adaptive-sort.
       new  d9670a02fe Fix `select deleted buffer' error message when calling 
`anything-resume'.
       new  bd6d0582f6 Fix a wrong usage of `delq'. thx hchbaw. 
http://d.hatena.ne.jp/hchbaw/20100226/1267200447
       new  a986cf04c3 Mark bug fix. thx hchbaw! 
http://d.hatena.ne.jp/hchbaw/20100226/1267200447
       new  051ec5a044 refactoring
       new  37a4b03b4c update copyright
       new  e43c945f29 New function: `anything-grep-by-name-reversed'
       new  0a5460156e (anything-c-insert-file-name-completion-at-point): 
Respect full path when completing filenames.
       new  d0f93869a7 `anything-grep' works asynchronously
       new  b26f52686f Resume bug fix
       new  c43f9c8d6f New sources:   `anything-c-source-complete-emacs-faces', 
  `anything-c-source-apropos-emacs-faces',   
`anything-c-source-emacs-face-at-point' `anything-lisp-complete-symbol', 
`anything-apropos': Search faces too
       new  53956917ea tidy
       new  a2bbcd0f6f `anything-get-current-source': return nil when no 
candidates rather than error
       new  1f88c78b96 grep-candidates plugin prototype
       new  a9fc59d8fa Fix anything-c-persistent-xfont-action, require cl to 
shut up byte compiler.
       new  56473bff67 grep-candidates plugin released
       new  55ad1d6796 New API: `anything-interpret-value'
       new  0c9004cfab Make anything-c-source-semantic work with C++ namespace. 
Patch from Ian Yang <doit.ian@gmail.com>.
       new  617421d41d `anything-candidate-number-limit': When 
(candidate-number-limit) is specified in SOURCE, cancel the effect of 
`anything-candidate-number-limit'.
       new  77fb539154 `anything-c-describe-anything-bindings' is bound 
`describe-mode' key in `global-map'.
       new  b0478c6b97 `anything-check-minibuffer-input' set repeat timer.
       new  98d744ae94 Use `locate-library' to check availability of elscreen.
       new  55274f6a1f Commentary small change
       new  765065ed49 `anything-call-source': candidate-number-limit = 
unlimited / fontify
       new  428e59f734 grep-candidates plugin: grep-candidates attribute can 
also accept variable/function name.
       new  b72df06854 grep-candidates plug-in: document / imply `delayed' 
attribute
       new  06635ff5d1 candidates-file plug-in: filename accepts variable name 
and function name.
       new  85481084b5 New command: `anything-select-xfont'
       new  f28fe027b2 update version check
       new  797cbb32ae revert to 1.255
       new  54f54da951 Added :group keyword to `defface anything-match'
       new  9dddf5966c move "Browse with Browser" action to bottom for 
{*.htm,*.html}
       new  f1f95a3659 In all *-find-files completion use C-. for X and C-l for 
terms for going to precedent level.
       new  8d4e491464 New source `anything-c-source-org-keywords'
       new  66530c749a anything-c-source-org-keywords: show only in org-mode
       new  1404427266 * modify `anything-mode-line-string' * New command 
`anything-help'
       new  108f593805 Obsolete `anything-c-describe-anything-bindings' by 
`anything-help' in anything.el
       new  a1b182f952 `anything-c-source-simple-call-tree-functions-callers': 
format change
       new  a20338ea98 `anything-c-source-simple-call-tree-functions-callers': 
format candidates `anything-c-source-simple-call-tree-callers-functions': ditto
       new  e357368652 Preconfigured anything: `anything-simple-call-tree'
       new  7ba8f96f81 `anything-c-source-simple-call-tree-functions-callers': 
action / persistent-action 
`anything-c-source-simple-call-tree-callers-functions': ditto
       new  bc00b511f8 `anything-quit-and-find-file':   If current selection is 
a buffer or a file, `find-file' from its directory.   Idea from 
http://i-yt.info/?date=20090826#p01 with some modification. Thanks.
       new  19d91b02df (window-system) -> window-system for compatibility with 
Emacs22
       new  d3d1951580 reimplement move selection commands
       new  40ad69d6b6 New function `anything-goto-source'
       new  c4295cf328 New command: `anything-force-update' C-c C-u
       new  b41cfbf0d6 doc
       new  9784ac12f0 Use `anything-force-update' feature
       new  a38c167f1e `anything-top': Use `anything-force-update' feature
       new  15f42123e7 `anything-c-source-org-keywords': stupid bug fix
       new  1f1999ebc3 New attributes: `mode-line' and `header-line'
       new  259a16def4 `anything-c-source-man-pages': Use man in OS X because 
woman does not work on it. http://xahlee.org/emacs/modernization_man_page.html
       new  109acb426d (anything-c-insert-file-name-completion-at-point): 
Remove text properties of candidate.
       new  e79a51d445 Merge branch 'master' of git://repo.or.cz/anything-config
       new  78cd779b73 New plug-in: `persistent-help'
       new  1512217035 Add persistent-help attribute in many sources.
       new  213b28dd88 Use default action name for persistent-help
       new  73806427a6 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  71e4e6194e Change default `anything-sources'. It is only a sample, 
no problem.
       new  6738aa664a process source and multiline: in the making (not usable)
       new  90a018d9e8 `anything-persistent-help-string' fix a stupid bug
       new  e86328d5d0 Improve anything-find-files, fix persistent-help in 
anything-c-source-buffers+.
       new  2645739b71 (anything-find-files): Bugfix, simplify.
       new  0383c97235 Modify `anything-mode-line-string'
       new  1009958324 Set detailed `anything-help-message'
       new  cfeeb60e3d Preconfigured anything in help
       new  3aeaacbdb4 Add some keys in `anything-help'
       new  b6fdfca4f9 oops!
       new  f17bcc4bb6 Modify command docstrings to list in 
anything-help-message
       new  e51fb808bd * New attribute `resume' * Fix a bug of 
`disable-shortcuts' plug-in
       new  b6721e8bbc Call `filtered-candidate-transformer' functions even if 
process sources
       new  143da7bf56 stupid bug
       new  dcf54bc04f Use persistent-help attr in all Find-files sources.
       new  c3ac8c3af7 persistent-help plug-in: Small bug fix
       new  d813ded5e3 `anything-c-source-ffap-line': Call 
`anything-c-ffap-line-goto-line' after persistent-action
       new  3a50ef0c18 `anything-mode-line-string': use `make-local-variable' 
instead
       new  ff999a6c07 Document all attributes by `anything-document-attribute' 
instead of `anything-sources' docstring
       new  7ed6a9ef58 New command: `anything-describe-anything-attribute'
       new  24df34ae4b (defvaralias 'anything-attributes 
'anything-additional-attributes)
       new  97944a2792 anything attribute completion from M-x 
anything-lisp-complete-symbol(-partial-match)
       new  b669e01b32 Fitting frame is disabled by default, because some 
flickering occurred in some environment.  To enable fitting, set both 
`anything-inhibit-fit-frame-flag' and `fit-frame-inhibit-fitting' to nil.
       new  bf6fdb5814 Anything saves/restores window configuration instead of 
frame configuration now. The default is changed because flickering is occurred 
in some environment.
       new  2c6ca4fdbf Added info to INCOMPATIBLE CHANGES
       new  0ed0c86b0c Add tips of yasnippet for source creators (no code 
change)
       new  d2544f4ebd `anything-completing-read': Fix a case when HIST is a 
cons.
       new  89775b41f6 `anything': new argument ANY-KEYMAP
       new  4d653ffa64 * document * `anything-menu': ANY-KEYMAP argument
       new  58a08b5c19 (anything-c-source-occur): Bugfix and rewrite.
       new  bf02825c66 Merge branch 'my-anything'
       new  5489507457 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  73b23091fd Keep older anything-grep buffers.
       new  c6bc129790 * New API `anything-once' * Bug fix in disable-shortcuts 
plug-in
       new  f8e80d182a `anything-find-files-persistent-action': find-file if 
the candidate is not a directory. I modified it because of docstring 
inconsistency.
       new  308d969a1e * `anything-mklist': Make a list when the argument is 
lambda. * disable-shortcuts plug-in: Fix an error
       new  0f25574437 (anything-find-files-persistent-action): If CANDIDATE is 
not a directory expand CANDIDATE filename, DONT find-file.
       new  afa32ca5b9 (anything-find-files-persistent-action): Remove old 
unused `set-text-properties'.
       new  034b6d4742 (anything-find-files-persistent-action): First hit on 
C-z expand CANDIDATE second hit open file.
       new  2433e77f60 (anything-find-files-persistent-action): count-lines is 
faster than split-string==>buffer-string.
       new  e8a7bd9e85 Add anything-c-adaptive-sort to firefox and w3m 
bookmarks source.
       new  409d27dbcb New plug-in: info-index
       new  1e5c39f80c Use info-index plug-in
       new  c27228bd76 info-index plug-in: cache candidates
       new  f33cd29982 Add `name' attributes to info-index sources so that 
`anything-c-insert-summary' uses it.
       new  3f2c28fba6 added MANY info-index sources
       new  70dbabb5b0 * New sub attribute in info-index plug-in: `index-nodes' 
* `anything-c-source-info-screen' use it.
       new  85ed6e81a4 (anything-c-source-rename-files, 
anything-c-source-copy-files) Add follow action.
       new  372e607d21 Fix follow action in copy and rename files.
       new  5bf1d8eed3 (anything-dired-action): expand-file-name candidate to 
handle following with rename action.
       new  6105be886a Add `anything-once' test
       new  e702cbdf07 OOPS! missing anything-inhibit-fit-frame-flag
       new  0cb8769a1a Fix a hungup bug when the query includes 0-length regexp 
such as "a .*"
       new  ded30555c2 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  29aa7ad15b anything-config.el: Remove duplicates in headers, remove 
TODO about anything-c-adaptive that is fixed.
       new  744b0c5bf8 `anything-marked-candidates': If no marked candidates, 
return a 1-element list of current selection.
       new  7dffe3ff57 Default action of type:file is 
`anything-find-many-files'. If marked files exists, open all of them, otherwise 
selected file is opened.
       new  69ba28bfea Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  6f750b7c4f `anything-read-buffer': Handle C-g (forgot to handle)
       new  032a613e86 Changed "How To Save" sexp (no code change)
       new  9d30d22b8a * anything-config.el: (anything-insert-file) Change 
prompt.
       new  b7bfe303a5 Bind `anything-source-name' in `match' attribute function
       new  608ea57835 anything-match-plugin: First query in space-delimited 
pattern try to match the source name.
       new  519cc368cc OOPS! fixed emacswiki post link (no code change)
       new  c1d164ff71 * anything-config.el 
(anything-find-files-get-candidates): Handle tramp paths like /hostname:.
       new  bb6f8ceec3 `anything-c-source-find-files': add `disable-shortcuts' 
attribute
       new  5581cc2891 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  6ebf5e4506 add experimental anything-multi-sources.el
       new  075dbabb0a remove unneeded anything-multi-sources-version line
       new  199310c178 anything-multi-source-delimiter-candidates, 
anything-multi-source-delimiter-name: scramble
       new  8c3dfa6dd0 Fix a bug when two delimiters appear consecutively
       new  932152ff45 * anything-config.el Improve filename completion at 
point.
       new  9ccb37d8e6 * anything-config.el (anything-find-files) Expand 
filename on thing-at-point (for dired).
       new  7113908987 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  24757ad805 refactoring
       new  e2940f2404 `anything-find-files-input' takes arguments.
       new  d8e9dae4a5 * anything-config.el: Allow one to complete filename at 
point containing regexp.
       new  7b17e8328c * anything-config.el Regression, use old behavior for 
completion at point.
       new  7469867282 Experimental flag: `anything-source-in-each-line-flag'
       new  470a8da9c3 Use `anything-source-in-each-line-flag' in 
anything-multi-sources.el (experimental)
       new  569309d702 `ams-sort-candidates': sort all lines even if 
type!=line. There are some sources the number represents line number but 
type!=line.
       new  a521963b2f * anything-config.el Remove support for region in bmkext 
sources.
       new  0cfabd05c3 Fix `anything-headline-get-candidates' which errored 
when point was not on a org-headline.  Thanks to Li Zhai <mrzhaili@gmail.com> 
for the patch.
       new  2df855acac provide `apply-partially' for Emacs22
       new  f74b6adf37 * anything-config.el Add persistent-help in occur source.
       new  1689817f08 * anything-config.el Remove all relative code for region 
of bmkext.
       new  317596be6a add autoload cookies in anything.el
       new  eef1e861d3 add autoload cookies in anything-config.el
       new  d19f9d4702 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  fb378ce7c7 * anything-config.el New run externals commands within 
Emacs.
       new  68707bd6e6 * anything-config.el Fix paren error.
       new  e580c26b03 * anything-config.el Refix paren error!!!
       new  1ea63dfe03 * anything-config.el 
(anything-c-external-commands-list-1) sort, push last used command on top of 
stack.
       new  6ebd27d2b0 `anything-follow-mode' is buffer local now.
       new  ade09ee1a0 * anything-config.el (anything-comp-read) use anything.
       new  aa0f4ed20b * anything-config.el anything-comp-read can handle now 
vector obarray and hash-table.
       new  93cc724778 * anything-config.el Allow coming back to emacs after 
running externals programs.
       new  4225daa89b anything-c-source-bm: line number format %7d -> %5d
       new  28bfd62306 anything-c-source-ipa: New actions: Edit / Move
       new  fd3350fe75 * anything-config.el (anything-c-open-file-externally) 
Use anything-comp-read.
       new  4692d8ed1c `anything-sources' is not let-binded now.
       new  fa6f27f791 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  8759d0c877 `anything-follow-mode' is not let-binded
       new  0566d58a21 `anything-mode-line-string': strip (
       new  b1ab62218a show `anything-follow-mode' in mode-line.
       new  5c61d1e1c8 `anything-help-message' can accept function and variable 
symbol.
       new  d4228be623 * Use autodoc.el to generate documentation. * Fix 
"Recursive load" error
       new  15c19c1fe4 Modify documentation: "For Maintainers:"
       new  62772ce918 add developer-tools/autodoc.el
       new  f9876660ae move extension files to extensions
       new  81097adef0 OOPS!! forgot to issue git rm
       new  d27af6415c * anything-config.el bugfix locate source, use 
start-process-shell-command with formated commands.
       new  6b22b94164 * anything-config.el (anything-locate) add note in 
docstring.
       new  34ec08980c For Maintainers document: modify autodoc.el location (no 
code change)
       new  74fd028d59 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  958996bbcc Offer default `anything-sources' for newbies
       new  6b02a933ec typo
       new  81ba5916ba Turn on `anything-source-in-each-line-flag' on demand
       new  cbbf22c597 New command: `anything-debug-output' (C-c C-x C-d)
       new  1ab0a468a2 New variable: `anything-debug-variables'
       new  523b75288a New preconfigured anything: 
`anything-execute-anything-command' New source: 
`anything-c-source-anything-commands' INCOMPATIBLE CHANGE: 
`anything-c-list-preconfigured-anything' returns alist Old 
`anything-c-list-preconfigured-anything' is renamed to 
`anything-c-format-preconfigured-anything'
       new  41c785759b OOPS!
       new  03e11b3023 add persistent action for commands
       new  46780b4ba2 * anything-config.el: Introduce `read-file-name' with 
anything interface.Add disable-shortcuts in all file completion sources.
       new  fae6faa36d * anything-config.el Rename anything-read-file-name ==> 
anything-c-read-file-name.
       new  14ed5ad2b2 * autodoc.el (autodoc-find-readlines) use ioccur 
variant, simpler and faster.
       new  c8c48ccbe5 * anything-config.el update auto documentation.
       new  3b3688986f Add `find-variable' action to 
`anything-c-source-call-source'
       new  ff55ea7476 anything-migemo.el: convert to UTF-8
       new  1d04ccec9f `anything-debug-output-function':   * Show "Calculating 
..." message.   * Indent dolist form.   * Indicate `anything-debug-variables'.
       new  7488e3ce53 `anything-debug-variables' accepts forms too.
       new  260d41f9a3 Fix a bug with `anything-marked-candidates' and 
`display-to-real'.
       new  c3451489d4 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  668253e267 Avoid "No candidates" message when async sources.
       new  9b63df0492 soft require of anything-match-plugin.el
       new  d0e63c49dc disable soft require because of errors.
       new  894a2cbf56 headline plug-in: display hierarchy level when multiple 
patterns are specified, eg. anything-c-source-org-headline
       new  5d0ae411cd * anything-config.el (anything-c-run-external-command) 
test position with equal.
       new  0245703a30 * anything-config.el Allow windoze users to use 
Everything as locate command, it is really fast!
       new  fe1ad03038 `target-file' attribute now accepts function and 
variable.
       new  09567ca779 `default-directory' attribute now accepts function and 
variable.
       new  67e79cdd87 `headline' and `subexp' attribute now accepts function 
and variable.
       new  563c5446ab `persistent-help' attribute now accepts function and 
variable.
       new  e9d5673909 `info-index' attribute now accepts function and variable.
       new  c55dcc14df `headline' plugin: typo
       new  7c214d34b5 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  4a984b98fc * anything-config.el 
(anything-c-insert-file-name-completion-at-point) use full path on completion 
not starting with ~.
       new  0b6c4f76d3 refactoring
       new  0cee8fd59b added a comment (no code change)
       new  9d800d54cc New command: `anything-resume-window-only' resumes 
anything session but not position.
       new  5e2e40a7e5 refactoring
       new  c135b93739 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  7f65c69678 Comment about `anything-resume-window-only'. (no code 
change)
       new  fcb7e0dc90 New option: `anything-migemize-command-idle-delay'
       new  5ac7bbc9fa Rename variable: `anything-debug-variables' -> 
`anything-debug-forms'
       new  5d85cc82f9 New command: `anything-migrate-sources'
       new  4462485e47 Ensure `delayed-init' function evaluated in 
anything-current-buffer like `init' function.
       new  bee30d36da New hook: `anything-after-update-hook'
       new  994893878b Added outliner feature (base only)
       new  c00b54393b New flag: anything-outline-goto-near-line-flag
       new  2d0d052f50 anything-bm-list: use outline feature if available
       new  120b3f103f New command: `anything-mini' and `anything-recentf'
       new  7f783ce480 `anything-c-source-anything-commands': show all commands
       new  bf2aef68d5 anything-get-selection bug fix
       new  c89e4daff5 `anything-funcall-with-source' accepts multiple 
functions for now
       new  cf85f22d94 `anything-force-update': kill candidate buffer and 
reexecute init function
       new  4f0b825ece `anything-force-update': bug fix
       new  c4ffeb7328 anything-force-update: refactoring
       new  545c30a291 anything-funcall-with-source: docstring
       new  9d7c65b71e `anything-delete-marked-files': Adjust to new behavior 
of `anything-marked-candidates'
       new  84eb18109e `anything-delete-marked-files': Show all files for 
deletion
       new  c8c12c7419 anything-delete-marked-files: Remove `progn'
       new  f5f9f3d206 refactoring
       new  d5cfa07bd2 `delayed-init' attribute has multiple functions now.
       new  c79047b056 `anything-select-with-prefix-shortcut': experimental 
feature
       new  a71f4a01ba * anything-config.el (anything-outline-using): new 
variable
       new  8d1af453fc OOPS!
       new  fbbefb2fcd Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  51a95375ea * anything-config.el Show installed packages in apt 
source.
       new  22ec72d5e6 * anything-config.el Apt source persistent action show 
description or refresh with prefix arg.
       new  bf1f979cbd Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  988bc073d0 add comment (no code change)
       new  ef6315e45b `anything-c-timer-real-to-display': print more detail
       new  57adabf550 type:timer: add more actions and persistent-action
       new  442e284c11 `anything-c-source-eev-anchor': refactoring
       new  4a970820d9 `anything-c-source-eev-anchor': print line number too
       new  a43f2a9ce6 * anything-config.el Improve apt source, new command to 
remove package, use Emacs ansi-term and no more xterm.
       new  fd78ba56ca anything-force-update: bugfix: delete 
anything-candidate-buffer
       new  9bd7093d6e New command: anything-ratpoison-commands New source: 
anything-c-source-ratpoison-commands
       new  1b66b41a11 Add new debug command: 
`anything-display-all-visible-marks'
       new  556e49ac7d `anything-display-all-visible-marks': Show reverse order 
(fix)
       new  f9ac7f1594 Revive the input when pressing TAB in the action panel
       new  db01131172 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  dfe8382e69 New macro: `anything-edit-current-selection'
       new  383628e6d2 anything-edit-current-selection: docstring
       new  7d63a98b50 anything-edit-current-selection: indent setting
       new  6e6b05d525 Add `anything-edit-current-selection' tips
       new  e0b9684582 Tips added.
       new  f661acbcf4 New source: `anything-c-source-advice' Preconfigured 
anything: `anything-manage-advice'
       new  e0bdeb0813 generate document by autodoc
       new  00ac459fa3 OOPS!!
       new  77eb6773ae Use anything-c-symbolify instead of intern.
       new  a7fa975e27 anything-apropos can resume now.
       new  4420b12d08 * anything-config.el Fix candidate transformers in all 
bookmark-extension sources.
       new  151567d174 * anything-config.el fix also 
anything-c-source-bookmarks-su (use filtered-candidate-transformer).
       new  8cd4de3e75 * anything-config.el Remove unused function for 
bookmark-extension, comment `anything-c-advice-update-current-display-string'.
       new  0e8a03ae2d Delete duplicated 
`anything-c-advice-update-current-display-string'
       new  3292ff914d Restore post-command-hook after anything session.
       new  403bc528ea doc fix
       new  b32dbf063d Document about `anything-enable-shortcuts' == prefix (no 
code change)
       new  0e8a3337be * anything-config.el (anything-c-open-file-externally) 
Bugfix: Use 'equal to test position of candidate.
       new  8a8e12190f Capital letters as shortcut is effective only 
anything-enable-shortcuts == alphabet
       new  7d423e2108 * anything-config.el (anything-c-source-apt, 
anything-c-apt-install1) Add a purge command.
       new  e5768a588e * anything-config.el Use a default program from mailcap 
for opening files with externals programs.
       new  b651692a31 * anything-config.el (anything-c-open-file-externally) 
Fix
       new  63f6fdbd00 * anything-config.el Reset 
`anything-c-external-commands-list' when installing package from gentoo or 
debian.
       new  f8eb986b8c anything-config.el 
(anything-c-list-preconfigured-anything): add `file-truename'
       new  e8425a0c8c Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  499376f0a9 * anything-config.el (anything-comp-read): Accept now a 
must-match key.
       new  f66267288a anything.el: Implement bug report feature
       new  d14808cb1f anything.el: Rename function 
`anything-dump-variables-in-bug-report' -> 
`anything-dumped-variables-in-bug-report'
       new  6503fd4c01 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  84ff8b3322 anything.el (anything-send-bug-report): dump variables 
in anything buffer / (anything-send-bug-report): impl
       new  3d822d47b1 anything.el (anything-no-dump-variables): add 
anything-candidate-cache
       new  5b35629782 anything.el (anything-mode-line-string): Show how to 
send bug report in anything session.
       new  0ddb0034f2 anything-config.el (anything-help-message): Help about 
bug report
       new  d9a9f60ab1 anything.el (anything): Remove 
`anything-execute-selection-action-1' from `with-anything-restore-variables' 
scope
       new  1e6f78fc22 * anything-config.el (anything-c-source-elscreen): Fix 
screen deletion.
       new  161c837b1f * anything-config.el (anything-gentoo-install) Use 
ansi-term.
       new  ac52c04e18 anything-complete.el 
(anything-execute-extended-command): set `this-command'
       new  66c5973b8d anything-config.el (anything-c-call-interactively): set 
`this-command'
       new  bf3120cc30 anything.el: cua-mode workaround (experimental)
       new  a182c16930 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  e950c72e24 * anything-config.el (anything-c-source-insert-file) use 
insert-file-contents
       new  d6efdf702f anything.el (anything-force-update): execute `update' 
function BEFORE re-execute `init' function.
       new  6c8d1119c8 anything.el (anything-delete-minibuffer-content): New 
function / refactored anything-delete-minibuffer-content and 
anything-yank-selection
       new  1ea7440b38 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  a0383d04c1 * anything-config.el (anything-find-files-input) Use 
dired-current-directory or default-directory to handle inserted dired subdirs.
       new  ee7567fa6d * anything-config.el (anything-c-w3m-rename-bookmark) 
use delete-char -n instead of *-backward-char
       new  62d8d4b29a anything.el (anything-help-internal): Bugfix: reset 
`mode-line-format' and `cursor-type'
       new  2cfcbef970 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  9d4120c132 * anything-config.el (anything-c-read-file-name) expand 
default-directory as initial input for windows systems.
       new  1f45fe0ff2 * anything-config.el Remove autoload for semantics added 
by error.
       new  f66de1e05e anything.el (anything-process-source): experimental 
attribute `direct-insert-match'
       new  29d0dcd3f0 anything-config.el 
(anything-c-org-headline-insert-link-to-headline): remove TODO keywords in links
       new  46bc02abfa * anything-config.el (anything-c-source-gentoo) Use 
anything completion for browsing homepage.                      
(anything-c-gentoo-get-url) Fix.
       new  5440aaed93 anything.el: remove old code (no code change)
       new  1d031a90cd anything.el (anything-marked-candidates): Resume bug fix
       new  e6ebe9506a anything.el (anything-marked-candidates): fix test
       new  b3369be27c anything.el: keymap is resumable
       new  36c3afac0a anything.el (anything-read-pattern-maybe): set keymap 
here
       new  525c75ef97 anything.el (anything): Use buffer-local 
`anything-display-function' instead of `anything-window-configuration'
       new  c5823a1c8f anything-menu.el (anything-menu): write current 
selection to am/tmp-file after action
       new  a4c7af372a anything-menu.el (am/write-result): Suppress `wrote' 
message
       new  e2ca8136fb * anything-config.el (anything-c-source-use-flags) 
Always use Password for eshell sudo prompt.
       new  5a2ad8cde9 * anything-config.el (anything-c-source-man-pages) Add 
anything completion when multiple man files are found.
       new  e9e39fdfc8 * anything-config.el (anything-c-source-man-pages) use 
must-match in *-comp-read                      (anything-c-source-gentoo) use 
must-match in *-comp-read
       new  fc80057b9c * anything-config.el Rewrite surfraw for anything.
       new  3aca3771cf * anything-config.el (anything-surfraw) Fix remove eof 
in url.
       new  deb235d2cf * anything-config.el (anything-c-source-find-files) use 
anything-c-find-file-or-marked.                      
(anything-c-find-file-or-marked) New.
       new  2fd23ee8a3 * anything-config.el (anything-c-source-emms-files) new 
source.
       new  91128a4241 * anything-config.el (anything-c-source-emms-files) Fix.
       new  efcec31dd2 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  1fdc34006e anything-complete.el 
(anything-execute-extended-command): Fix a bug of kmacro
       new  ccf13ae87e * anything-config.el (anything-c-source-emms-files, 
anything-c-emms-play-current-playlist) Start from beginning of playlist if not 
playing.
       new  6c2dec217a * anything-config.el 
(anything-c-insert-file-name-completion-at-point) Send error when buffer is 
read-only, warn when nothing to complete.
       new  f1157ee94e anything-config.el (anything-c-source-create): remove 
unnecessary candidate-number-limit
       new  521a70a3af anything-config.el (anything-create): 
candidate-number-limit = unlimited
       new  7d49ac6dbb anything-config.el (anything-c-source-kill-ring): 
refactoring
       new  85236737be * anything-config.el Provide eldoc help for 
anything-c-source-evaluation-result.
       new  763275d145 * anything-config.el (anything-reduce-file-name) Fix 
cond clause.
       new  f8b1a29538 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  9fd3dec92f * anything-config.el 
(anything-c-get-pid-from-process-name) Rewrite with loop.
       new  08adb9ef98 * anything-config.el New generic function to run or 
raise externals programs.
       new  ba834dd927 * anything-config.el (anything-run-or-raise) Send 
exiting message after raising emacs.
       new  38d4902eef anything-config.el (anything-c-regexp-get-line): 
slightly format change
       new  dca7e7ad3f Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  2d5eb4a4d6 * anything-config.el 
(anything-c-source-evaluation-result) set current-buffer to allow evaluation of 
tap in current-buffer.(e.g point)
       new  79828445c8 * anything-config.el 
(anything-c-source-evaluation-result) Fix:Action copy all instead of only first 
line.
       new  0a087bdd44 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  348d65c480 anything-complete.el: "Customize Face" is the default 
action of type:apropos-face
       new  69f8f62f56 anything-complete.el (anything-apropos-sources): fontify 
facename in type:apropos-face
       new  86dd31294f * anything-config.el (anything-eval-expression) with 
prefix-arg use tap.
       new  e2e942765c Merge branch 'master' of git://repo.or.cz/anything-config
       new  099c52ecd0 * anything-config.el 
(anything-c-insert-file-name-completion-at-point) Double check if we have a 
filename at point.
       new  86923073be * anything-config.el 
(anything-c-source-firefox-bookmarks, anything-c-source-w3m-bookmarks) Bugfix 
use only filtered-candidate-transformer.
       new  15d121ac5d * anything-config.el (anything-comp-read) new key 
requires-pattern.
       new  8e0a05d589 anything-grep.el (agrep-sentinel): defer opening 
anything-grep buffer when minibuffer is active
       new  6c492f2c0d anything-grep.el (anything-grep-base): silence warning
       new  22ebbcd440 anything.el (anything-set-sources): set 
`anything-last-sources'
       new  61df09bc3e anything.el (anything-create-anything-buffer): 
kill-all-local-variables
       new  dd2caaa591 * anything-config.el (anything-M-x) new.
       new  42a0c21b9a anything-complete.el (anything-read-string-mode): accept 
a symbol list argument.
       new  0fe0962693 anything-grep.el (agrep-by-name-read-info): set default 
query
       new  4ab6bb0fa8 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  e173272813 anything-complete.el (anything-completing-read): new 
flag `anything-use-original-function'
       new  9b3556aa34 * anything-config.el 
(anything-c-source-evaluation-result) Bugfix use (disable-shortcuts).
       new  3524ca5f2a Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  d019164cce anything.el (anything-get-candidates): Correct error 
handling
       new  8e5aca82a9 anything-complete.el (acr-sources): history variable 
boundp check
       new  f98f368f7d anything-complete.el (anything-completing-read): fix 
history variable handling
       new  5bd0975a99 * anything-config.el (anything-get-mailcap-for-file) 
Fix: Need to parse mailcap files first.
       new  36f3ede80d anything.el: New api `anything-let' and `anything-let*'
       new  4670fa22b3 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  4cc0b77879 anything.el: replace post-command-hook with 
deferred-action-list
       new  63107c00f7 * anything-config.el new source for 
addressbook-bookmark.el
       new  4f7b767f53 * anything-config.el 
(anything-c-source-bmkext-addressbook) new action.
       new  7f48df5f9b * anything-config.el 
(anything-c-source-bmkext-addressbook) Allow prefix arg when jump.
       new  531bf7dcf4 * anything-config.el 
(anything-c-source-bmkext-addressbook) Provide google maps in addressbook.
       new  7382e677b4 * anything-config.el Add a menu, two new commands. 
(anything-buffer+, anything-all-mark-ring) new preconfigured anythings.
       new  544f655bd3 * anything-config.el (anything-c-source-mark-ring) Fix, 
set cache to nil in new buffers.
       new  e480e9d411 * anything-config.el Add a map for anything command 
prefixed to <f5> a: anything-command-map.
       new  3faf016b97 * anything-config.el Improve anything-command-map and 
easy-menu, add 2 new preconfigured anything. (anything-bookmarks, 
anything-register) new.
       new  4650ef2d30 * anything-config.el (anything-configuration) new, just 
pop-up customize buffer, add commands to menu.
       new  e23dc40cc4 * anything-config.el replace C-h i by h-i to not overide 
f5 a C-h.
       new  f237ae0240 * anything-config.el Fix sources for bookmarks. 
(anything-c-pp-bookmarks) new preconfigured anything.
       new  9db55b3b6b * anything-config.el Add autoload to 
anything-command-map, some fix in *-browse-url.
       new  086d93137b * anything-config.el  diverses improvements in bmkext 
sources.
       new  caf5b1487f * anything-config.el (anything-c-source-find-files) New 
action 'Create dired buffer on marked'.
       new  a05f6981bf * anything-config.el (anything-firefox-bookmark) new 
preconfigured, first action in source is jump to firefox.
       new  40a6382993 * anything-config.el Handle in some places inserted 
subdirs in dired.
       new  8685542050 anything-config.el 
(anything-c-filtered-candidate-transformer-file-line): skip unmatched lines
       new  6aea8f60ad Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  7a35ba7eb6 anything-config.el (anything-c-action-file-line-goto): 
accept also filename:lineno:content string
       new  6b009b460c anything.el (anything-log): new function
       new  097c49a7eb anything.el (anything): remove 
anything-frame/window-configuration and anything-hooks from anything function
       new  2c3e1a1b24 anything.el (anything-test-candidates): call 
anything-initialize-1 instead of anything-initialize
       new  78b904aa1b anything.el (anything-initialize-1): add docstring
       new  eb4cf49bf2 anything.el: Log anything session if `debug-on-error' or 
`anything-debug' is non-nil
       new  bf05c6d090 anything.el (anything-log-get-current-function): deeper 
search for function
       new  d238572faf anything.el (anything-log-eval): call 
anything-log-eval-internal
       new  12c0d6cbfa anything.el (anything-log): docstring changes
       new  3b2f1bdb95 anything.el (anything-debug): docstring
       new  1e79d81457 anything.el : swap locations of defvaralias and defvar
       new  45b15dd8af anything.el : replace run-hooks with 
anything-log-run-hook to log hook execution.
       new  ca57a5aa27 anything.el (anything-log-get-current-function): show 
upward function when called from 
anything-interpret-value/anything-log*/anything-funcall-*
       new  1670816bdb anything.el : new API anything-attr*
       new  f9b0505f2e anything.el: anything-log everywhere
       new  daa32575c6 anything.el (anything-get-candidates): move delayed-init 
process into anything-process-delayed-init
       new  52c583852c anything.el: anything-log everywhere
       new  65e1479195 * anything-config.el declare bbdb and semantic functions 
to shutup bytecompiler.
       new  bf4ac44e1f Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  2a3ae6978c anything-match-plugin.el (agp-command-line): use cat 
when QUERY is empty
       new  673f286e5c anything-match-plugin.el (agp-command-line): use `head 
-n N' instead of `head -N'
       new  917074151d anything-match-plugin.el (agp-command-line): new 
optional argument FILTER
       new  fbc8bb6a89 anything.el : v1.283
       new  9736afb83e anything-match-plugin.el : grep-candidates plugin with 
ramdisk gets more speed
       new  a94fe5a74f anything.el (anything-version): OOPS!!
       new  ebd5cd5dbe * anything-config.el Remove/add commands in 
anything-command-map suspend feature anything-c-create-dired-on-marked until 
fixed in Emacs.
       new  b3cb777a60 * anything-config.el declare-function in semantic (ext), 
bbdb-records.
       new  a2ade69fca anything-complete.el (anything-read-string-mode): Store 
argument
       new  047a03a685 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  c0a674a45b anything-config.el 
(anything-c-source-yaoddmuse-emacswiki-edit-or-view): use ignore-errors
       new  f94dab81a1 anything-config.el (anything-c-source-mark-ring): use 
ignore-errors
       new  025f7e3654 anything-config.el (anything-c-source-semantic): use 
ignore-errors
       new  06077a4b5e anything-config.el (anything-c-imenu-candidates): use 
ignore-errors
       new  120e549bb2 * anything-config.el New source filtering only images 
bookmark with bookmark-extensions.el.
       new  f0978475d5 * anything-config.el require semantic before declaring 
semantics functions.
       new  8749de37ed anything.el : Replace old RCS HISTORY with git log URL
       new  d5b563ae22 anything-config.el (anything-config): Add Change log URL 
of anything-config.el only (no code change)
       new  c928fad17f anything.el (anything-require-at-least-version): Change 
update process message
       new  94eb92be64 anything.el (anything-version) : Replace RCS style of 
version string with only digits and a dot
       new  e435ceae91 * anything-config.el Fix copy action for 
anything-c-source-colors.
       new  edcfe2a07d * anything-config.el (anything-command-map-prefix-key) 
New user variable. Add/remove commands from anything-command-map.
       new  cfe383b5e4 anything-config.el : Add missing autoload cookies and 
docstrings / fix docstring.
       new  0ddf4e5510 anything-config.el (anything-command-map-prefix-key): 
add :set attribute
       new  63ebdb1c3e anything-config.el (anything-command-map-prefix-key): 
under discussion warning (no code change)
       new  20d9475f4b anything-config.el (anything-command-map): put a comment 
(no code change)
       new  702f0f0f15 anything-config.el 
(anything-c-anything-commands-candidates): Show both command and key binding
       new  c53174071e anything-config.el (anything-command-map): tweak
       new  6871382fa6 anything-config.el: tweak to anything menu
       new  7f67d7c833 anything-config.el: make menu hierarchical
       new  2e5ba1429f anything.el (anything-let, anything-let*): refactoring 
(use anything-let-internal) / add tests
       new  05798ecbaf anything.el (anything-let-internal): move to API helper
       new  7aec12c325 anything.el (anything-log): inhibit-read-only = t in 
*Anything Log*
       new  cb82d86764 anything.el (anything*): new entry point
       new  f20b878144 anything.el (anything*-parse-keys): new: parser of 
anything* args
       new  5d30aef836 anything.el (anything*): pass args to anything
       new  1fbd9219e6 anything.el (anything*-parse-keys): data structure bug 
fix
       new  698c76adda anything.el (anything*): add tests
       new  700b62db35 anything.el (anything-let, anything-let*): make them 
obsolete
       new  a36f3a5f48 anything.el (anything*): if first argument is not a 
keyword, fall back to anything
       new  08b96ab25d anything.el (anything): support keyword arguments
       new  225543cd70 anything.el (anything-internal): remove interactive
       new  a99cc73a2f anything.el (anything): move autoload cookie from 
anything-internal
       new  432aa3c855 anything.el (anything): new docstring
       new  477f5d1cbb anything.el (anything*-argument-keys): use defconst 
instead of defvar
       new  d72bc36fb5 anything.el : rename internal variable/function
       new  4bd5eb8fd4 anything.el (anything): remove unused comments
       new  6021b4188e anything.el (anything-version): bump anything-version to 
1.285
       new  405b8074c7 anything.el: add Tips about `anything' keyword arguments
       new  a72e2ffde5 * anything-config.el (anything-comp-read-get-candidates) 
Allow numbers, use loop instead of mapatoms.
       new  5d3b82e89f anything.el (with-anything-restore-variables): remove 
extra code
       new  e637ba430a anything.el (anything-empty-buffer-p): use this function 
to refactor
       new  211e615f18 anything.el (anything-current-line-contents): use this 
function to refactor
       new  130a85b59d anything.el (anything-get-action): refactor (remove let*)
       new  128fcdb04c anything.el (anything-get-current-source): refactor: 
remove duplicated with-current-buffer
       new  aec715bdfc anything.el (anything-get-current-source): remove newline
       new  b55721e1fd anything.el (anything-get-current-source): refactor: use 
cond instead of if and or
       new  35e050f9f4 anything.el (anything-buffer-is-modified): remove extra 
newlines
       new  00207d60b1 anything.el (anything-funcall-foreach): refactor: remove 
unpassed code
       new  6249c962ba * anything-config.el (anything-comp-read-get-candidates) 
Remove numbers support added for testing.
       new  327a2530f2 anything.el (anything-let-internal): add docstring
       new  015875b47d anything.el (anything-buffers): moved near 
anything-initialize-1
       new  5c2e2595cb anything.el: relocate functions in "Core: entry point" 
section and create "Core: entry point helper"
       new  26ac6b4c3e anything.el (anything-other-buffer): add autoload cookie
       new  3b3322205a anything.el: add comment in "Core: Accessors" section
       new  b13c3f0a12 anything.el (anything-read-pattern-maybe): refactor: 
remove one let variable
       new  dc6a0e4961 anything.el (anything-initialize-overlays): replace 
dolist with mapc
       new  25481c4d1e anything.el (anything-initialize-overlays): refactor: 
use cond instead of if
       new  c9f6a48676 anything.el (anything-cleanup, 
anything-check-minibuffer-input): refactor: use anything-new-timer
       new  216992d942 anything.el (anything-check-minibuffer-input): reformat
       new  d9fd68d2de anything.el (anything-get-candidates): refactor: split 
each transformer to functions
       new  994c518a3b anything.el (anything-compute-matches): refactor: fix DRY
       new  28bd89158d anything.el: refactor: create new section "Core: 
candidate transformer"
       new  845e6c9f81 anything.el (anything-get-cached-candidates): refactor: 
if->cond / shorten let scope
       new  20c24460db anything.el (anything-compute-matches): refactor: Rename 
local var functions -> matchfns
       new  f87d27c14d anything.el (anything-compute-matches): refactor: use 
anything-default-match-functions
       new  c012d88a41 anything.el (anything-compute-matches): refactor: remove 
unnecessarily when
       new  f1913e1971 anything.el (anything-get-current-source): Fix an error 
when anything-buffer is not created
       new  320d4a53bc anything.el (anything-compute-matches): refactor: remove 
local variable: c, cc
       new  af338dbff3 anything.el (anything-compute-matches): refactor: split 
into anything-compute-matches-internal
       new  a3fe0eb8dc anything.el (anything-compute-matches-internal): 
refactor: extract function: anything-candidate-get-display
       new  410c0cc749 anything.el (anything-compute-matches-internal): refactor
       new  345bd85da3 anything.el (anything-compute-matches-internal): 
refactor: remove one `let'
       new  3a3be3bbec anything.el (anything-compute-matches-internal): OOPS!! 
silence warning
       new  1ea6f482ed anything.el (anything-process-source): refactor: extract 
method: anything-put-digit-overlays-maybe
       new  731253d343 anything.el (anything-put-digit-overlay-maybe): rename 
from anything-put-digit-overlays-maybe because of wrong name
       new  a852bb9ec1 anything.el (anything-process-source): refactor: extract 
method: anything-insert-match-with-digit-overlay
       new  880c54e94c anything.el (anything-process-source): refactor: cleanup 
logic
       new  2dc3b01b3f anything.el 
(anything-process-source--direct-insert-match): added TODO comment
       new  30da384039 anything.el : typo in test
       new  0cfb8ae413 anything.el (anything-log-eval-internal): do not raise 
error if exprs has error
       new  9556293207 anything.el (anything-process-delayed-sources): remove 
ignore-errors in anything-log-eval call
       new  e8d975c16b anything.el (anything-process-delayed-sources): 
refactor: if -> when
       new  4a307e2da0 anything.el (anything-process-delayed-sources): 
refactor: dolist -> mapc
       new  daf99f9881 anything.el (anything-update): refactor: if -> when / 
dolist -> mapc
       new  33ac548781 anything.el (anything-update): refactor: extract 
function: anything-update-source-p, anything-delayed-source-p
       new  18e1e0bb90 anything.el (anything-update): refactor: use loop / 
extract function: anything-move-first-line
       new  92118c00ca anything.el (anything-update-move-first-line): rename 
from anything-move-first-line
       new  e3e1a58835 anything.el : move functions
       new  fb7ef34c22 anything.el (anything-force-update): refactor
       new  60b798d411 anything.el : fix indent
       new  4d64e0a2dd anything.el (anything-insert-match): refactor: use 
c[ad]r-safe
       new  63c9420501 anything.el (anything-insert-match): reformat
       new  73b3ffb672 anything.el (anything-insert-header-from-source): 
reformat
       new  d76055df31 anything.el (anything-kill-async-processes): refactor: 
use mapc/mapcar
       new  db87fb5cbf anything.el (anything-output-filter): remove commented 
code
       new  9c1a7bf8e6 anything.el (anything-output-filter): refactor: extract 
function: anything-output-filter-1
       new  0da28b0ee9 anything.el (anything-output-filter-1): remove extra code
       new  6a0f333b30 anything.el (anything-output-filter-1): refactor: remove 
local variable: insertion-marker
       new  3130b8dc35 anything.el (anything-output-filter-1): refactor: 
extract function: anything-output-filter--post-process
       new  d019a1701f anything.el (anything-output-filter-1): refactor: narrow 
local variable scope: incomplete-line-info
       new  5d3a35d8f0 anything.el (anything-output-filter-1): refactor
       new  9485e8ac33 anything.el (anything-output-filter-1): refactor: remove 
local variable: item-count-info
       new  e1f7b2ccdd anything.el (anything-output-filter-1): refactor: rename 
variable: process-info -> source
       new  7d679764d6 anything.el (anything-output-filter-1): refactor
       new  8f57117e33 anything.el 
(anything-output-filter--collect-candidates): refactor
       new  c00a64d480 anything.el (anything-execute-selection-action): 
refactor: rename argument: clear-saved-action -> preserve-saved-action
       new  6561935ba1 anything.el (anything-execute-selection-action): refactor
       new  4066a62fe7 anything.el (anything-select-action): refactor: extract 
function: anything-show-action-buffer
       new  b52223bdab anything.el (anything-select-action): refactor: use 
anything-set-pattern
       new  ea3d5954d7 anything.el (anything-show-action-buffer): 
candidate-number-limit = inf
       new  cf339e1071 * anything-config.el 
(anything-c-source-bmkext-addressbook) Fix edit annotation.
       new  3d567a409b anything.el (anything-move-selection-common): refactor: 
extract function: anything-display-source-at-screen-top-maybe, 
anything-skip-noncandidate-line
       new  b500d18fc8 anything.el (anything-skip-noncandidate-line): refactor: 
extract function: anything-skip-header-and-separator-line
       new  75a77986ca anything.el (anything-previous-line, 
anything-previous-source): refactor: use anything-skip-header-and-separator-line
       new  4acf2bb6fa anything.el (anything-previous-line, 
anything-next-line): refactor: rename variable: candidate-pos -> separator-pos
       new  f760f2bf4c anything.el (anything-previous-line): fixed a bug in 
multiline source
       new  67a025ff4a anything.el (anything-previous-line): refactor: `if' in 
goto-char arg
       new  86a5d2a854 anything.el (anything-next-line): refactor: use cond 
instead of 2 ifs
       new  b7a270ac97 anything.el (anything-next-line): refactor: if -> when
       new  12a006d883 anything.el (anything-next-line): remove extra 
forward-line
       new  93100f2ced anything.el (anything-mark-current-line): refactor: 
rename variable: candidate-pos -> separator-pos
       new  542cdd6071 anything.el (anything-select-with-digit-shortcut): 
refactor: remove local var: index
       new  11e0f252df anything.el (anything-select-with-prefix-shortcut): 
refactor: remove local var: index
       new  6339255dd1 anything.el (anything-select-with-prefix-shortcut, 
anything-select-with-digit-shortcut): refactor
       new  a57d4d64cd anything.el (anything-select-with-digit-shortcut): fix 
bug in the case anything-enable-shortcuts == t
       new  03d552a96a anything.el (anything-select-with-digit-shortcut, 
anything-select-with-prefix-shortcut): add docstring
       new  26bd6b1a1e anything.el (anything-log-error): call anything-log
       new  1119a34227 anything.el (anything-log-error, 
anything-print-error-messages): move to "Utility: logging" (no code change)
       new  fbfcffc190 anything.el (anything-help-internal): refactor: extract 
function: anything-help-event-loop
       new  9b257329b4 anything.el (anything-debug-output-function): fix indent
       new  4358e5a861 anything.el : rename function 
anything-edit-current-selection-1 -> anything-edit-current-selection-internal
       new  09a422b192 anything.el (anything-delete-minibuffer-contents): new 
command name from anything-delete-minibuffer-content / defalias to old name
       new  6c3cafee1d anything.el (anything-select-action): refactor: use 
anything-delete-minibuffer-contents
       new  653e84fc8e anything.el (anything-map): 
anything-delete-minibuffer-content -> anything-delete-minibuffer-contents
       new  7a1a43bc8d anything.el (anything-candidates-in-buffer-1): all args 
are mandatory now
       new  3768bfd1a5 anything.el (anything-candidates-in-buffer-1): refactor
       new  86cebc1fe6 anything.el (anything-candidates-in-buffer-1): refactor: 
extract function: anything-initial-candidates-from-candidate-buffer
       new  a36d25d03f anything.el (anything-output-filter--process-source): 
silence byte compiler
       new  f810d49e6c anything.el 
(anything-search-from-candidate-buffer-internal): rename from 
anything-search-candidate-buffer-internal
       new  545758500e anything.el (anything-candidates-in-buffer-1): refactor: 
extract function: anything-search-from-candidate-buffer
       new  879a7a2220 anything.el (anything-candidates-in-buffer-1): add more 
test
       new  a578f05f8e anything.el (anything-candidates-in-buffer-1): refactor
       new  29917eff49 anything.el (anything-search-from-candidate-buffer, 
anything-compute-matches-internal): refactor: use 
anything-accumulate-candidates-internal macro
       new  81fe243afc anything.el 
(anything-initial-candidates-from-candidate-buffer): refactor: collecting -> 
collect
       new  0031d19233 anything.el (anything-candidate-buffer): fix docstring
       new  8969c7a820 anything.el (anything-candidate-buffer): refactor: 
rename local variables
       new  b2abfeaa6c anything.el (anything-candidate-buffer): refactor: use 
subfunctions
       new  377b83f1d1 anything.el (anything-persistent-action-display-buffer): 
reformat
       new  978469b490 anything.el (anything-scroll-other-window-base, 
anything-scroll-other-window, anything-scroll-other-window-down): simplify
       new  6f9dc22ec2 anything.el (anything-clear-visible-mark): reformat
       new  a9a8495be6 anything.el (anything-toggle-visible-mark): refactor: 
extract function: anything-this-visible-mark, anything-delete-visible-mark, 
anything-make-visible-mark
       new  03f4b21db4 anything.el (anything-revive-visible-mark): refactor: 
extract function: anything-current-source-name=
       new  f335d114ff anything.el (anything-revive-visible-mark): remove extra 
condition
       new  808b43b535 anything.el (anything-revive-visible-mark): cleanup logic
       new  cca0b94f38 anything.el (anything-revive-visible-mark): refactor: 
loop -> dolist
       new  4f69ec0301 anything.el (anything-next-visible-mark): refactor: 
cleanup logic / docstring
       new  c7c69c9ec4 anything.el (anything-prev-visible-mark): docstring
       new  10175d0d40 anything.el (anything-revive-visible-mark): remove 
interactive
       new  1228b0dae3 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  da128fc868 * anything.el (anything-revive-visible-mark) Fix 
typo.Rubikitch:I leave it commented, have a look.
       new  ddad178cb5 anything.el (anything-current-source-name=): OOPS!! it 
was broken
       new  bfbd374d96 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  19519fbebc anything.el (anything-sources): reformat
       new  e8f31778e7 anything.el (anything-type-attributes): reformat
       new  f25630dfb9 anything.el (anything-log-get-current-function): 
refactor: store variable to avoid long line
       new  bf15020537 anything.el (with-anything-restore-variables): reformat
       new  7f67abf3ae anything.el (anything-get-sources): reformat
       new  340f9db81d anything.el: replace with shorter aliases
       new  fb2da29e5a anything.el (anything-argument-keys): reformat
       new  2c85823503 anything.el (anything-resume): reformat
       new  10f8b2f651 anything.el (anything-internal): reformat
       new  3004abecad anything.el (anything-read-pattern-maybe): reformat
       new  d74b5c774b anything.el (anything-initialize-overlays): reformat
       new  bcc23005f9 anything.el (anything-check-minibuffer-input):
       new  af36a886c4 anything.el (anything-compute-matches-internal): reformat
       new  8635800156 anything.el (anything-select-action): reformat
       new  71eeb999ee anything.el (anything-mark-current-line): remove extra 
`and' argument / reformat
       new  213cb0d201 anything.el (anything-previous-line): reformat
       new  33653bd90f anything.el (anything-preselect): reformat
       new  fbc2de2aff anything.el (anything-edit-current-selection-internal): 
reformat
       new  a6f57b4133 anything.el 
(anything-compile-source--disable-shortcuts): reformat
       new  342ef4edad anything.el (anything-candidates-in-buffer-1): reformat
       new  2b2ca60d1c anything.el (anything-search-from-candidate-buffer): 
reformat
       new  bf605febba anything.el 
(anything-compile-source--candidates-in-buffer): reformat
       new  83260164bc anything.el (anything-delete-visible-mark): reformat
       new  362143a25d anything.el (anything-marked-candidates): reformat
       new  d9e9260a2b anything.el (anything-isearch-printing-char): reformat
       new  b1cc1f13f7 anything.el (anything-isearch-again): reformat
       new  62575cc358 anything.el (anything-isearch-cleanup): reformat
       new  2b5f5a0e3e anything.el (anything-iswitchb-minibuffer-exit): reformat
       new  a4f0694eae anything.el (anything-iswitchb-handle-update): reformat
       new  255ba7749b anything-match-plugin.el 
(anything-grep-candidates-fast-directory-regexp): reformat
       new  1f77c95e32 anything-match-plugin.el (amp-mp-make-regexps): reformat
       new  f10fd6ef5b anything-match-plugin.el (agp-command-line): reformat
       new  7ae8940210 anything-match-plugin.el 
(anything-compile-source--grep-candidates): reformat
       new  b74309bb1e anything-config.el (anything-for-files-prefered-list): 
reformat
       new  6e6a46cc23 anything-config.el (anything-command-map-prefix-key): 
reformat
       new  ea9e89fbfa anything-config.el (anything-colors): reformat
       new  83d660b990 anything-config.el (anything-query-replace-regexp): 
reformat
       new  814fc38b56 anything-config.el (anything-regexp): reformat
       new  ba345a8ba3 anything-config.el (anything-find-files-down-one-level): 
reformat
       new  e9dd4f4b12 anything-config.el (anything-c-source-symlink-files): 
reformat
       new  dd60211813 anything-config.el (anything-c-source-hardlink-files): 
reformat
       new  37eaf3e683 anything-config.el (anything-c-source-file-cache): 
reformat
       new  6e7d147cc6 anything-config.el (anything-c-ffap-line-goto-line): 
reformat
       new  7aca2ebc8d anything-config.el (anything-c-source-info-pages): 
reformat
       new  c1899d7501 anything-config.el (anything-c-source-info-pages): 
reformat
       new  bba9e5bbd8 anything-config.el (anything-c-source-man-pages): 
reformat
       new  5a421f6d66 anything-config.el (anything-c-source-emacs-functions): 
reformat
       new  9f63ce376f anything-config.el 
(anything-c-source-emacs-functions-with-abbrevs): reformat
       new  7d5891f5f0 anything-config.el (anything-c-advice-candidates): 
reformat
       new  111cb83959 anything-config.el 
(anything-c-source-bmkext-addressbook): reformat
       new  7bdfe3831a anything-config.el (anything-get-firefox-user-init-dir): 
reformat
       new  503017c157 anything-config.el 
(anything-c-source-firefox-bookmarks): reformat
       new  d26268133b anything-config.el 
(anything-c-highlight-firefox-bookmarks): reformat
       new  531fb6e69e anything-config.el (anything-c-source-w3m-bookmarks): 
reformat
       new  e69cd96cd6 anything-config.el 
(anything-c-source-elisp-library-scan): reformat
       new  95ba527fbe anything-config.el (anything-imenu-create-candidates): 
reformat
       new  d38769897e anything-config.el (anything-c-source-ctags-init): 
reformat
       new  30bad5560d anything-config.el 
(anything-semantic-construct-candidates): reformat
       new  be9e47ddaf anything-config.el (anything-c-source-semantic): reformat
       new  2dc714f1af anything-config.el 
(anything-c-simple-call-tree-functions-callers-init): reformat
       new  2b577eda41 anything-config.el 
(anything-c-simple-call-tree-persistent-action): reformat
       new  54b215b770 anything-config.el 
(anything-c-simple-call-tree-find-definition): reformat
       new  4ac686dd04 anything-config.el 
(anything-c-source-commands-and-options-in-file): reformat
       new  a1aad8547a anything-config.el 
(anything-command-and-options-candidates): reformat
       new  d4b605d960 anything-config.el (anything-c-source-colors): reformat
       new  2891f3db33 anything-config.el (anything-c-source-mac-spotlight): 
reformat
       new  c33adef3aa anything-config.el (anything-c-kill-ring-action): 
reformat
       new  e3af6f3152 anything-config.el (anything-c-source-mark-ring): 
reformat
       new  3f404606a5 anything-config.el (anything-c-source-global-mark-ring): 
reformat
       new  5d0efa6495 anything-config.el 
(anything-c-source-global-mark-ring-candidates): reformat
       new  164f8e74c9 anything-config.el (anything-c-register-candidates): 
reformat
       new  add65fb446 anything-config.el 
(anything-c-register-action-transformer): reformat
       new  f9d216b2d6 anything-config.el 
(anything-c-source-emacs-source-defun): reformat
       new  bc30dc32d9 anything.el (anything-compute-matches-internal): 
refactor: extract function: anything-take-first-elements, 
anything-match-from-candidates
       new  6eb49d5f70 anything.el (anything-compute-matches-internal): 
refactor: remove variable
       new  19b586a7ff anything.el (anything-compute-matches-internal): 
refactor: cond -> if
       new  ca8f976b70 anything-config.el (anything-c-create-summary): 
refactor: long regexp to constant
       new  d26b1b5d93 anything-config.el (anything-c-create-summary): refactor
       new  8c32b21665 anything-match-plugin.el 
(anything-compile-source--match-plugin): rename variables 
anything-default-match-functions -> anything-mp-default-match-functions 
anything-default-search-functions -> anything-mp-default-search-functions 
anything-default-search-backward-functions -> 
anything-mp-default-search-backward-functions
       new  8fb5d747b0 anything.el (anything-match-from-candidates): bug fix
       new  7bab217aac * anything-config.el 
(anything-find-files-get-candidates) Allow use of spaces in anything pattern.
       new  a97a728e45 Merge branch 'master' of git://repo.or.cz/anything-config
       new  448f00f488 anything.el (anything-maybe-fit-frame): Check variable 
and anything window availability first for speed
       new  fa28445f17 * anything-config.el Add keys to anything calls in some 
places.
       new  4cda57667f anything-config.el (anything-c-source-occur): 
reimplement with candidates-in-buffer
       new  3fd7c8d3de * anything-config.el anything-find-files find library in 
require sexp.
       new  9030376fb5 Merge branch 'master' of git://repo.or.cz/anything-config
       new  c5a878a4e2 * anything-config.el (anything-c-occur-get-line) Fix 
line number.
       new  436800faf4 anything.el (anything-get-default-action): Fix a problem 
when action buffer is killed
       new  888ff1ae61 anything.el (anything-process-delayed-sources): remove 
`sit-for' because this function is called from timer.
       new  3ee8b1d7ee * anything-config.el Bugfix: Rewrite all 
anything-regexp/query-replace broken functions.
       new  23124996bb * anything-config.el (anything-c-source-regexp) Fix 
regexp attr use now anything-input.
       new  c2b6b9b6a3 * anything-config.el (anything-regexp) Check if buffer 
is already narrowed.
       new  9173f26403 * anything-config.el (anything-c-regexp-get-line) Better 
visualisation of groups.
       new  2e04b8eefc * anything-config.el Add entries to menu, preconfigured 
anything for Emacs manual.
       new  71d11c9f9a * anything-config.el Add new preconfigured anythings.
       new  b5293d5c4f * anything-config.el (anything-c-regexp-get-line) Remove 
"=" after Group*.
       new  663377f59d anything.el (anything-output-filter--process-source): 
fix display bug in async process
       new  428d3b7457 * anything-config.el Improve anything-comp-read and 
anything-M-x.
       new  b49253c6a1 * anything-config.el (anything-occur) rule out 
anything-match-plugin.
       new  d47cc5e872 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  2a1cd83a31 anything.el (anything-set-pattern): Bug fix when 
NOUPDATE is non-nil
       new  7dfa610be6 anything.el (anything-next-visible-mark): refactor: 
extract function: anything-next-point-in-list
       new  ba22aeef61 anything.el (anything-next-point-in-list): OOPS! (point) 
was remained
       new  aac156e7ff anything.el (anything-update): refactor: extract 
function: anything-get-delay-time-for-delayed-sources
       new  86d76ec4df add tests for anything-next-point-in-list
       new  df51b6f006 anything.el (anything-next-point-in-list): avoid errors
       new  2b5f47b8c9 anything.el (anything-next-point-in-list): Bug fixed
       new  e0d278e568 anything.el (anything-next-point-in-list): refactor: 
remove condition-case
       new  e1dd91236d anything.el (anything-next-point-in-list): added more 
tests
       new  d5a64bb920 anything.el (anything-next-point-in-list): refactor: 
cleanup logic
       new  aaf1ed9e5c anything-startup.el: Fix an error when 
anything-complete.el or descbinds-anything.el is missing
       new  f978f5bd61 * anything-config.el (anything-comp-read, anything-M-x) 
add persistent-help.
       new  5ea18db9ef * anything-config.el (anything-find-library-at-point) 
Improve.
       new  327e60e658 * anything-config.el Add history and name key in some 
*-comp-read.
       new  045adc498d anything.el (anything-search-from-candidate-buffer) Fix 
infinite loop: return when at end of buffer instead of hanging anything.
       new  31b0c5a10e anything.el (anything-search-from-candidate-buffer): 
refactor: simplify / reindent
       new  513300370b anything.el (anything-search-from-candidate-buffer): add 
test
       new  fa0d0d5d4e anything.el (anything-search-from-candidate-buffer): 
avoid inf-loop with search-from-end
       new  0245dce947 anything.el : add test for candidates-in-buffer inf-loop 
bug
       new  b103bd2551 anything.el (anything-search-from-candidate-buffer): fix 
inf-loop with search-from-end
       new  0baf7da909 anything.el (anything-search-from-candidate-buffer): 
refactor
       new  07d57d6168 anything.el: add BUG tag in some tests
       new  3248ee0a17 * anything-config.el (anything-gentoo-install): Change 
name of term buffer.
       new  2930109e8c * anything-config.el (anything-M-x): Remove doublons and 
not bound commands from history.
       new  b6aef85d42 * anything-config.el Add delayed attribute to all bmkext 
sources.
       new  20252808d1 * anything-config.el Remove delayed attributes in bmkext 
sources.
       new  08e25a7866 * anything-config.el New: Show icons in 
anything-find-files display.
       new  0d6f963a49 * anything-config.el Improvements to show icons in 
anything-find-files.
       new  46b7e08f51 * anything-config.el 
(anything-c-find-files-icons-directory) new user variable.
       new  503c13a101 * anything-config.el Improve show icons in 
anything-find-files.
       new  3b57ff8bca * anything-config.el 
(anything-c-prefix-filename-with-image) Add properties to create file prefix.
       new  44401fab4f * anything-config.el Reorder some functions, no code 
change.
       new  f2ade23647 * anything-config.el (anything-list-emacs-process) new 
preconfigured anything, added to menu and bind.
       new  ed6c2eb455 * anything-config.el (anything-c-highlight-ffiles) Fix 
error introduced in precedent change.
       new  03ae45f68a * anything-config.el (anything-c-highlight-ffiles1) Come 
back to directory-files with eq to test empty directory (faster).
       new  ca89b5cf5a * anything-config.el (anything-c-open-file-externally) 
Fix.
       new  b6ece9d867 * anything-config.el (anything-c-open-file-externally) 
Fix: remove %s in program name before storing to history.
       new  8b424ab052 anything-config.el : add "Insert buffer" action to 
type:buffer
       new  3bfa82f097 anything-config.el: add "Insert file" action to type:file
       new  bd82d92afb * anything-config.el 
(anything-c-prefix-filename-with-image): Improve prefix.
       new  9a47b43ac3 * anything-config.el (anything-c-highlight-ffiles1) 
improve performances.
       new  bc61224048 * anything-config.el Prefix filename with string in 
anything-c-highlight-files also.
       new  96edcdd2da * anything-config.el (anything-c-prefix-filename) Fix.
       new  16d86b0d53 anything.el (anything-update): Fix argument of 
run-with-idle-timer
       new  3856ee8921 anything.el 
(anything-get-delay-time-for-delayed-sources): Removed
       new  b73f9eaa8b anything.el (anything-check-minibuffer-input): use 
anything-input-idle-delay in anything-buffer
       new  d3a70140ce anything.el (anything-check-minibuffer-input): limit 
with-current-buffer scope
       new  42a01a11ad anything.el (anything-version): 1.286
       new  e25a6bd4ed * anything-config.el (anything-find-library-at-point) 
require 'find-func.
       new  ebdac647fd Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  73e6723156 * anything-config.el (anything-c-highlight-ffiles) 
Bugfix: Forget to cons modified candidate to real.
       new  4cd034958c * anything-config.el New source to browse code.
       new  d4292646f5 * anything-config.el (anything-c-browse-code-get-line) 
Find position of line at beg - 1.
       new  052ed18b53 * anything-config.el (anything-c-browse-code-get-line) 
Fall back to beg for line-number-at-pos.
       new  02a10f42af * anything-config.el (anything-c-browse-code-get-line) 
Finally fix line number!!
       new  a4616ec2b6 anything.el (anything-log-save-maybe): New: save log 
feature
       new  78cef1d719 anything.el (anything-open-last-log): New command
       new  51628b0de1 * anything-config.el (anything-c-prefix-filename) Fix 
symlink case.
       new  5239d68e6b * anything-config.el Fix paren error.
       new  4b3987e812 * anything-config.el Automatic setting of externals 
applications for specific file extension.
       new  32d1786e52 * anything-config.el 
(anything-c-external-programs-associations) Set to nil, add docstring.
       new  2edc65ddc8 * anything-config.el (anything-c-highlight-bookmark) 
Improve.
       new  bbfee2cb4b * anything-config.el 
(anything-get-default-program-for-file) Test if string is empty also.
       new  cc1e8fd8d1 * anything-config.el 
(anything-c-external-commands-list-1) Rewrite.
       new  ce994a7ba4 * anything-config.el 
(anything-c-external-commands-list-1) Improve.
       new  0bd4138304 anything.el: New attribute: coerce
       new  da35ac21f9 anything-config.el: use coerce attribute for 
command/function/variable type
       new  9ca7c75a4e anything-config.el: use coerce attribute for 
type:bookmark
       new  db8265d3e7 anything.el (anything-marked-candidates): use coerce 
function
       new  f0a1e449a9 anything-config.el: (dolist (i lst) (func i)) -> (mapc 
'func lst)
       new  d596fbfa15 anything.el (anything-version): 1.287
       new  cd75f1b50b anything-config.el : fix DRY in definition of 
type:command and type:function
       new  3b82e02455 anything-config.el: add some debug actions to 
type:function and type:command
       new  6c07f67b29 anything-config.el : New plug-in: default-action
       new  920380736a anything-config.el: add some actions to type:file and 
type:buffer
       new  d394b7b4dd anything.el (anything-goto-source): do nothing when the 
source is null
       new  d9189451c3 anything.el (anything-keep-selection): do nothing when 
source and selection are null.
       new  c3bfc2013f anything.el (anything-force-update): Work when no 
candidates are selected
       new  40dba717d3 anything-config.el (anything-c-arrange-type-attribute): 
New feature: override type attributes for your taste
       new  5ea6708e31 * anything-config.el Reset anything-current-prefix-arg 
in anything-before-initialize-hook instead of anything-after-action-hook.
       new  bf83b88f91 * anything-config.el (anything-comp-read) Improve 
docstring, no code change.
       new  7780e09256 * anything-config.el Add a Org entry to menu.
       new  0b5d0812ac * anything-config.el 
(anything-get-firefox-user-init-dir) Kill buffer when finish.
       new  619371706f * anything-config.el Clean up firefox bookmark, need 
more work though.
       new  824f8a2d34 * anything-config.el (anything-c-open-file-externally) 
Don't try to record urls or mailto.
       new  93defddd01 * anything-config.el Remove no more existing programs 
from anything-external-command-history.
       new  3bdf79ca3f Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  71a1275713 make-filelist.rb: New: for anything-c-source-filelist
       new  a99bd7c9c2 make-filelist.rb: Remove extra comment
       new  cec50c1fed anything-match-plugin.el 
(anything-compile-source--grep-candidates): Disable when grep-candidates 
attribute is nil
       new  8bc10903a7 anything-config.el: New source: 
anything-c-source-filelist / New command: anything-filelist, anything-filelist+
       new  a203a2be44 * anything-config.el Redefine 
tramp-handle-directory-files as a function and not in flet.
       new  e5bc3d3af8 * anything-config.el Remove tramp-handle-directory-files 
as it is available now in stable Emacs23.2 and in last tramp versions.
       new  82af85dbde * anything-config.el anything-comp-read allow sorting. 
Sort anything-M-x candidates.
       new  68263a7800 * anything-config.el (anything-M-x) first hit on C-z 
show help second hit kill help buffer.
       new  f8b2b319b6 * anything-config.el Show keybindings in anything-M-x, 
add a new key to anything-comp-read.
       new  26d1983cc0 * anything-config.el Anything-M-x show also keybindings 
of current major-mode.
       new  9721862d0e * anything-config.el (anything-get-mode-map-from-mode) 
New, find mode-map according to major-mode for non--conventional modes.
       new  fe7ffc294a * anything-config.el 
(anything-M-x-current-mode-map-alist) Test also if map exists.
       new  debe15d0f2 * anything-config.el Create 
copy/rename/symlink/relsymlink/hardlink actions from anything-find-files.
       new  44fddd04cd * anything-config.el (anything-find-files-*) Always 
start from a dired buffer and restore win conf when done, C-u follow file in 
copy/rename.
       new  9ee8947fff * anything-config.el (anything-c-source-find-files) New 
action byte-compile.
       new  3b3d1e8dab * anything-config.el (anything-get-mode-map-from-mode) 
Use intern-soft instead of intern/unintern.
       new  667b81315b * anything-config.el (anything-M-x-key-face) new face to 
show keybinding in *-M-x.
       new  d7572adbbb * anything-config.el (anything-c-source-time-world) new 
source.
       new  95e956b26e * anything-config.el Fix typo.
       new  4253d591c8 * anything-config.el (anything-M-x-transformer) use 
rassq.
       new  116c492a03 * anything-config.el Update autodoc.
       new  e8eb8e6b34 * anything-config.el 
(anything-find-files-persistent-action) Fix filename expansion when switching 
to another anything.
       new  750ceb1cf0 * anything-config.el Remove repeated code in 
anything-find-files actions, fix window configuration when copying, renaming 
etc...
       new  1c2b3512e4 * anything-config.el (anything-c-source-find-files) 
Mention prefix arg to follow in some actions.
       new  04d6bd37ac * anything-config.el 
(anything-emms-stream-delete-bookmark, anything-emms-stream-edit-bookmark) 
Remove interactive.
       new  c00dd0787e * anything-config.el Introduce Grep, the command is 
anything-do-grep.
       new  fdc30743cd * anything-config.el (anything-do-grep) change prompt.
       new  5176626b5a * anything-config.el Fix jumping to files when 
anything-do-grep is not called in current directory.
       new  263988809d * anything-config.el (anything-do-grep) Use 
anything-c-read-file-name.
       new  cf1f5ac3ed * anything-config.el (anything-do-grep) Restore 
default-directory when finish.
       new  8eb9c9658d * anything-config.el (anything-comp-read) New key:allow 
the use of marked candidates.
       new  4abf8d5028 * anything-config.el (anything-c-grep-init) Use 
grep-find-ignored-files.
       new  3e4a757bbe * anything-config.el Emms improvement and bugfix.
       new  17ef32fd1f * anything-config.el Allow anything completion to select 
files in anything-do-grep.
       new  7976facfaa * anything-config.el (anything-c-grep-cand-transformer) 
Show only relative path.
       new  c6bb50329c * anything-config.el Simplify anything-do-grep: No need 
to set a default directory because we use full path to specify path of files 
(or wild card).
       new  b4527a2854 * anything-config.el (anything-do-grep) Forget to remove 
also the unwind-protect form no more needed.
       new  403bf2560a * anything-config.el (anything-do-grep) If one or more 
candidates is a directory, search in all files of this candidate e.g 
/home/user/directory/*
       new  f953c78746 * anything-config.el (anything-c-source-find-files) New 
action: grep.
       new  1fe8089b14 * anything-config.el (anything-do-grep) Bugfix when 
called from *-find-files.
       new  bd921eb988 * anything-config.el (anything-c-source-find-files) 
restore anything-mp-highlight-delay disabled in *-find-files.
       new  07c5a72d3b * anything-config.el (anything-c-read-file-name) Don't 
highlight match.
       new  e4c9ebeeed * anything-config.el (anything-c-grep-action, 
anything-do-grep) Add new actions.
       new  e33762420e * anything-config.el Add docstring for grep functions.
       new  cb1fae7c0a anything.el (anything-set-frame/window-configuration): 
remove declare-function
       new  99bc06451a Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  90eea1aa17 Merge branch 'master' of git://repo.or.cz/anything-config
       new  484887eccb * anything-config.el (anything-c-find-file-or-marked) 
Create directory if non--existing file name ends with /.
       new  4dfcd8dd34 * anything-config.el (anything-dired-bindings) Use 
substitute-key-definition instead of define-key.
       new  376d27e8a0 * anything-config.el (anything-run-or-raise) Improve.
       new  f935295409 * anything-config.el Expand file name when copying, 
renaming etc.. from *-find-files.
       new  a1f6285b2f * anything-config.el 
(anything-find-files-persistent-action) When candidate is an image display 
image with image-dired.
       new  057c5a2d11 * anything-config.el 
(anything-find-files-persistent-action) Kill image buffer only if buffer exists.
       new  7c1231d942 * anything-config.el 
(anything-find-files-persistent-action) With prefix arg jump to file directly 
without expanding.
       new  1bab5ec155 * anything-config.el (anything-c-source-find-files) 
Change persistent help.
       new  221cc7b603 * anything-config.el (anything-c-source-find-files) 
action-transformer add two commands for images, two commands for .el files.
       new  4c3c50a28d * anything-config.el 
(anything-find-files-persistent-action) Take advantage of follow-mode.
       new  c9a260f660 * anything-config.el 
(anything-find-files-action-transformer) Fix: appear also when marked 
candidates.
       new  e7d7c2253e * anything-config.el 
(anything-find-files-persistent-action, anything-ff-rotate-current-image1) Use 
image-dired-display-image-buffer.
       new  76424f99b9 * anything-config.el (anything-c-source-emms-files, 
anything-c-emms-files-modifier) Show more info on songs.
       new  f286ef077a * anything-config.el Regression: Remove grep support for 
win32 that sucks with fname with spaces.
       new  a711343423 * anything-config.el 
(anything-find-files-get-candidates) change anything-pattern only when *-mp is 
not present.
       new  feef01fba8 * anything-config.el (anything-c-source-find-files): New 
action ediff files.
       new  040e208685 * anything-config.el (anything-c-open-file-externally): 
Fix quote filename.
       new  527273cf00 * anything-config.el 
(anything-find-files-get-candidates):Fix forget to set *-pattern to path.
       new  bd649f4c2d * anything-config.el 
(anything-find-files-action-transformer) Add gnus attach files.
       new  cd8b47eeca * anything-config.el bugfix: persistent action in 
anything-top split window.
       new  0fcff97525 * anything-config.el (anything-c-read-file-name): Add 
anything-find-files-persistent-action as default persistent action.
       new  ff99da9ed8 * anything-config.el (anything-c-grep-action):show-all 
for outline or org files when jumping to buffer.
       new  04d444b7eb * anything-config.el 
(anything-find-files-action-transformer): Use major-mode to test mail/news 
buffers.
       new  44df1a6c93 * anything-config.el Add grep to file attribute.
       new  356b6d5255 * anything-config.el No code change, add only missing 
docstrings and comments.
       new  bd640bc64e * anything-config.el (anything-c-find-file-or-marked) 
Jump to anything-find-files instead of creating a dired buffer when making dir.
       new  912f2a3033 * anything-config.el (anything-dired-action, 
anything-find-files-do-action): Jump to anything-find-files when follow, kill 
current dired buffer.
       new  8c8038fd2f * anything-config.el (anything-run-or-raise): Bugfix, 
replace '%s' and not %s in real-com.
       new  0476a34c7d * anything-config.el (anything-run-or-raise, 
anything-c-open-file-externally) Fix quote %s.
       new  f952e72e86 * anything-config.el (anything-dired-action):When using 
follow, jump in dest directory (in anything) and mark files.
       new  b18a888593 * anything-config.el (anything-c-grep-init) Fix "no 
candidates" popping up and jump to first line.
       new  eefa62ebf0 * anything-config.el (anything-get-current-source): Fix 
parentesis added by error.
       new  e238830180 * anything.el (anything-get-selection):Finally remove 
completely boring message "No candidates".
       new  f67ca80e42 * anything-config.el (anything-c-locate-init):Go to 
first line when process finish.
       new  fd18b1d92c * anything-config.el (anything-c-source-find-files) 
Added ediff emerge action.
       new  32bdb26e43 anything-config.el (anything-show-kill-ring): 
enable-recursive-minibuffers = t
       new  0d4dd883ee anything-config.el (anything-c-source-kill-ring): add 
docstring about enable-recursive-minibuffers
       new  1a54b3b301 *anything.el (anything-display-all-visible-marks): 
Bugfix.
       new  d6b6a2e67d * anything-config.el (anything-c-grep-default-command): 
Use -i argument.
       new  b8eb1a676c Merge branch 'master' of git://repo.or.cz/anything-config
       new  2d653bd62a * anything-config.el (anything-run-or-raise): Fix
       new  6a923fd26b * anything-config.el Fix grep for windows.
       new  48849d0db2 * anything-config.el (anything-c-grep-default-command) 
Forget to put back -i.
       new  0e43c06ae7 * anything-config.el (anything-find-files-do-action): 
Don't kill dired buffer when current.
       new  39676716d1 * anything-config.el Send message in mode-line when grep 
is running.
       new  39701f1495 * anything-config.el (anything-c-grep-init): Color 
message in mode-line and restore *-mode-line-string when done.
       new  5c1438c0a5 * anything-config.el Add support for complete recursive 
grep.
       new  cdaddc04e4 anything-complete.el: replace History with Change log URL
       new  a17933e174 Move `anything-read-file-name' and `anything-find-file' 
to anything-obsolete.el
       new  156cac785f anything-match-plugin.el 
(anything-compile-source--grep-candidates): avoid error when 
anything-grep-candidates-fast-directory-regexp is nil
       new  5b1602bf9a anything-obsolete.el: fix `How to save'
       new  d0c61d1847 * anything-config.el Clean up grep code.
       new  fbe36580e7 * anything-config.el Allow a prefix arg to recurse in 
all anything grep commands.
       new  4cc6468f65 * anything-config.el 
(anything-get-dest-fnames-from-list): Bugfix by sorting list.
       new  1145a8dffd * anything-config.el (anything-do-grep1): Fix typo in 
grep command E==>e.
       new  229e833032 * anything-config.el (anything-do-grep1): FIXME: Remove 
support for highlighting until fixed in *-match-plugin.
       new  5e0255e63f * anything-config.el (anything-c-grep-init): Use 
`grep-find-ignored-directories' if we use recursive grep.
       new  cfba0912b0 * anything-config.el 
(anything-c-grep-prepare-candidates,anything-c-grep-init): Fix recursion on 
windows, need grep Gnuwin32 version >= 2.5.4.
       new  fb51669c8f * anything-config.el (anything-c-grep-cand-transformer): 
Highlight matched regexp.
       new  f0b6c46f43 * anything-config.el Add faces for grep.
       new  0e68d3f5e2 * anything-config.el (anything-c-source-find-files, 
define-anything-type-attribute 'file): Fix calls of grep.
       new  34b05b4ff6 * anything-config.el (anything-c-grep-init): kill mode 
line when finish.
       new  985791930b Put back anything-startup.el removed by error.
       new  51433ebe0e * anything-config.el (anything-c-find-file-or-marked, 
anything-find-files-do-action): Bugfix when jumping to a single marked after 
following.
       new  4aa97e1aa8 * anything-config.el Grep: Fix some error on windows.
       new  635bdb902a anything.el (anything-output-filter--process-source): 
handle multiline in process source
       new  9b709f6d0a Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  5d565d5edc anything-config.el 
(anything-c-find-files-icons-directory): only if window-system
       new  f3c6cda0c1 * anything-config.el 
(anything-find-files-persistent-action) Allow expanding archive with avfs.
       new  11b66d4425 * anything-config.el (anything-ff-default-directory): 
default-directory for anything-ff.
       new  128d1b84f5 * anything-config.el (anything-c-grep-init): Enable 
remote files support (Thanks to Michael).
       new  213f3a5eb1 * anything-config.el 
(anything-find-files-action-transformer): Put rotate image function in top of 
actions.
       new  842d265670 * anything-config.el 
(anything-find-files-action-transformer): Revert last change.
       new  1bb50699b0 * anything-config.el (anything-c-source-find-files): New 
action eshell-command.
       new  9168d1bc17 * anything-config.el (eshell-command-aliases-list): 
Declare it.
       new  237f85da27 * anything-config.el 
(anything-find-files-action-transformer): New action to browse local html files.
       new  4256cff4eb * anything-config.el (anything-c-grep-action): Bugfix, 
make it working on remote files.(forget to adapt this to new tramp code.)
       new  51f70bc49a * anything-config.el 
(anything-find-files-persistent-action): Remove hardcoded path to 
anything-ff-avfs-directory.
       new  f60468a113 * anything-config.el (anything-do-grep1): set 
candidate-number-limit.
       new  4e9be2f0ed * anything-config.el 
(anything-find-files-eshell-command-on-file): Fix.
       new  2e0bd5596c * anything-config.el 
(anything-find-files-eshell-command-on-file): set default-directory before 
anything-c-comp-read.
       new  ae7d84cdca * anything-config.el (anything-do-grep1): Hoops, 
regression, forget to remove experimental code in precedent commit.
       new  fe68cf22ed * anything-config.el 
(anything-find-files-eshell-command-on-file): Ask user when 
eshell-command-aliases-list is not loaded.
       new  32976079d0 * anything-config.el 
(anything-find-files-eshell-command-on-file): quote filename for windows 
filenames.
       new  82e2bdc589 * anything-config.el 
(anything-find-files-eshell-command-on-file): Refresh alias list.
       new  3cd3092a50 * anything-config.el (anything-do-grep1): Prompt user to 
choose in witch ext files to search when using recursive.
       new  74318b2fab * anything-config.el (anything-c-grep-split-line): Fix.
       new  5645fee1f9 * anything-config.el (anything-find-files-do-action): 
Use anything-ff-default-directory.
       new  8d4d5815cd * anything-config.el 
(anything-find-files-get-candidates): Set anything-ff-default-directory to / 
when anything-pattern empty.
       new  b492df0182 * anything-config.el 
(anything-find-files-action-transformer): Allow loading marked files.
       new  76c7ebc7d7 * anything-config.el (anything-all-mark-rings): Put 
local mark before global.
       new  ae1aa78d77 * anything-config.el (anything-c-locate-init): notify 
mode-line.
       new  4ecc210305 anything-config.el (window-system): compatibility code
       new  aa96210c14 * anything-config.el (anything-c-source-find-files): 
Bugfix: Bind C-l in init in case we use emacsclient -t on a X remote emacs.
       new  dbf4676c17 * anything-config.el (anything-c-open-file-externally): 
Some mailcap on debian have a quoted %s, replace it.
       new  b8f488599e * anything-config.el (anything-c-grep-init): Hide tramp 
message when process finish.(have been removed by error)
       new  7323a0217c anything.el (anything-get-action): More docstring and 
test
       new  7743c85010 anything.el (anything-select-nth-action): error check
       new  12faae271e anything.el (anything-select-nth-action): refactoring: 
extract function: `anything-get-nth-action'
       new  594a155388 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  313fafe4f0 anything.el (anything-get-nth-action): more error check
       new  094fe675f1 anything-gtags.el, anything-ipa.el: avoid compile error 
without dependency
       new  d109986d79 * anything-config.el Allow recording grep results in 
mark-ring with persistent action.
       new  e0b7e9cff7 Merge branch 'master' of git://repo.or.cz/anything-config
       new  a0c57bde1e * anything-config.el (anything-do-grep1): Improve 
persistent-help message.
       new  704e9f3f8f * anything-config.el (anything-find-files): With a 
prefix arg show find-files history.
       new  80efdb4ef7 * anything-config.el (anything-find-files): use 
must-match.
       new  86f8389408 * anything-config.el 
(anything-find-files-get-candidates): Don't try a tramp connection in 
background when tramp name is incomplete.
       new  e7d2580f31 * anything-config.el (anything-find-files): Maybe kill 
action buffer on startup.
       new  7c44730479 * anything-config.el (anything-find-files): Split in 3 
functions.
       new  c1e0201d6e * anything-config.el 
(anything-find-files-get-candidates): Move code in anything-ff-set-pattern.
       new  2a03f6f1db * anything-config.el (anything-run-or-raise): Bugfix, 
use individual process when file.
       new  ffcd852d7d anything-complete.el (tap-symbol): replace with 
symbol-at-point (alcs-initial-input, alcs-init)
       new  63b5741c94 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  368f3fb462 * anything-config.el (anything-c-source-find-files, 
anything-c-source-browse-code): Set candidate-number-limit ==>9999 (Bugfix:when 
copy.../follow, candidates must be visibles).
       new  43a8e2ff00 * anything-config.el Save *-ff-history in 
anything-cleanup-hook instead of saving from anything-find-files-get-candidates.
       new  bf93633260 * anything-config.el (anything-ff-save-history): Minor 
fix, don't store nil.
       new  f4c358dec5 * anything-config.el (anything-find-files-history): 
Store only anything-ff-history-max-length elm without dups.
       new  061718e77d anything-complete.el (tap-symbol): fix error
       new  fedc1334e6 anything-complete.el (tap-symbol): return string instead 
of symbol
       new  a1209fa197 anything-complete.el (tap-symbol): Fix regexp
       new  1fd5b9f780 anything-complete.el (acaa-anything-commands-regexp): 
added define-anything-type-attribute and anything-c-arrange-type-attribute
       new  23ed03e40e * anything-config.el 
(anything-find-files-get-candidates): Remove unuseful flag, don't record 
*-ff-default-directory when not a valid filename e.g url.
       new  56fd3752af * anything-config.el 
(anything-find-files-get-candidates): Don't call file-exists-p on tramp name, 
use string-match.
       new  72ac21e7fd * anything-config.el (anything-c-org-keywords-insert): 
Insert also #+ before END.
       new  3ce1040af6 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  541f8643e3 * anything-config.el (anything-do-grep1): Add info in 
onlyext prompt.
       new  294ac267a9 * anything-config.el (anything-goto-line): Goto LINENO 
without modifying outline visibility if needed.
       new  4fae80fd78 * anything-config.el (ioccur-goto-line) Check if 
org-save-outline-visibility id bound.
       new  2dbba299ad * anything-config.el Improve url browser functions, add 
support for chromium.
       new  cdc46e0a8f * anything-config.el Enable/disable match plugin. 
(feature request).
       new  c3b405e94b * anything-config.el Update autodoc headers.
       new  0a6a96229f Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  fbc9d9b3e5 * anything-config.el (anything-c-describe-attributes): 
Same as `anything-describe-anything-attribute' but with anything completion.
       new  f16d5cdd24 * anything-config.el (anything-c-source-find-files): 
require tramp.
       new  4003d1bead * anything-config.el (anything-c-toggle-match-plugin): 
Improve.
       new  aa2632c8fe * anything-config.el (anything-c-toggle-match-plugin): 
Fix
       new  3d1c2b3eab * anything-config.el (anything-c-toggle-match-plugin): 
Clean remove unused setq's.
       new  10702836f4 Add doc directory with latex documentation.
       new  06580e7a6e * anything-config.el (anything-file-completion-source-p) 
use loop.
       new  0853c6413d * anything.tex Add note about rotate images 
actions.Compile to pdf.
       new  67e6023148 * anything.tex Browse archive with avf
       new  01171546ef * anything.tex show icons doc.
       new  a40ce1e502 * anything-config.el (anything-goto-line): Simplify, use 
org-reveal.
       new  1536ffda33 * anything-config.el Feature request: Add functions to 
toggle all marks. bound to M-m.
       new  78f022e1da * anything-config.el Add history in all 
anything-find-files actions that needed it.
       new  5d41cde84b * anything-config.el (anything-mark-all): Dont mark 
directories ending with . if some.
       new  d1a95fbd46 * anything-config.el Bugfix:Don't load emacs-w3m library 
if w3m executable is not present.
       new  f400fd3ec6 * anything-config.el Add latex math completion.
       new  4f2eb02fd7 * anything-config.el (anything-c-generic-browser): Fix 
arguments.
       new  67ecf83054 * anything-config.el Fix anything-find-files for using 
tramp method /hostname: in emacs24.
       new  f6444e7607 * anything-config.el (anything-c-source-find-files): new 
action to switch to eshell.
       new  19f7e0a7a1 * anything-config.el (anything-c-source-man-pages): 
Switch to man when woman is unable to format.
       new  f1de27c6e1 * anything-config.el 
(anything-c-find-file-or-marked):Remove old unneeded code.
       new  0c663d1c81 * anything-config.el 
(anything-get-dest-fnames-from-list): Fix case: renaming and following a dir in 
same directory.=> don't mark it.
       new  746e74b009 * anything-config.el Fix not loaded libraries, diverse 
declare functions etc...
       new  309df9f216 * anything-config.el 
(anything-find-files-persistent-action): Fix avfs expansion.
       new  de952cb077 * developer-tools/autodoc.el (autodoc-update-all): Avoid 
infinite loop if one write an eval followed by autodoc-update-all.
       new  6484c96b91 * anything-config.el 
(anything-find-files-persistent-action): Expand filename even if rest only one 
candidate.
       new  07133380ef * anything-config.el 
(anything-find-files-persistent-action): Clean up, simplify.
       new  91e3547535 * anything-config.el Update copyrights.
       new  be9e686ce1 * anything-config.el Integration of anything-etags.
       new  52b05c0192 * anything-config.el Add Kenichirou in contributors list 
and update autodoc.
       new  82a5a7a522 * anything-config.el Move anything-current-prefix-arg on 
top of file. No code change.
       new  c6b5abefe1 * anything-config.el (anything-etags-select): Reenable 
*-quit-if-no-candidate and *-execute-action-at-once-if-one (thanks Jim).
       new  6a176b5d2f * anything-config.el No need to require etags, removed.
       new  1cdc22735a * anything.tex add more infos.
       new  e187a16bc4 * anything-config.el (anything-c-source-man-pages): Fix 
action.
       new  37b4ee4155 * anything-config.el (anything-do-grep1): Allow use of 
multiple wildcards in OnlyExt prompt (separate with space).
       new  87a53683af * anything-config.el 
(anything-c-grep-next-or-prec-file):rename to anything-c-goto-next-or-prec-file 
and improve.
       new  5ccb85680f anything.el: added coding: utf-8
       new  75fe5760b4 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  f89177648f anything-gtags.el (aggs-candidate-display): Fix a 
display bug for long (16+) symbols
       new  eb7c6ecb95 * anything-config.el (anything-yank-text-at-point): New, 
yank text at point in minibuffer, bound to C-w.
       new  ea86d583d8 Merge branch 'master' of git://repo.or.cz/anything-config
       new  dc1455f61f anything.el (anything-execute-persistent-action): Fix 
display bug when 3+ windows exist
       new  0bfa757601 anything.el (anything-create-anything-buffer): 
refactoring
       new  2e24b864d5 * anything.tex Add some infos.
       new  3b9c7d5d2f * anything-config.el (anything-c-source-find-files): Add 
image-action1 and 2.
       new  b620781fca * anything-config.el: Modify some docstring, no code 
change.
       new  4063f64265 * anything-config.el (anything-c-etags-select): 
simplify, check only arg.
       new  d6c0d4aaa0 * anything-config.el (anything-quit-and-find-file): 
Advised here.
       new  dba9bc75b8 * anything-config.el (anything-c-basename): new.
       new  f67f0d5175 * anything-config.el (anything-c-basename): test also 
with string-match.
       new  52d114c058 * anything-config.el Emacs bugfix for version > 23.2.91 
waiting the fix upstream.(dired)
       new  ef165d2f08 anything.el (anything-select-persistent-action-window): 
fix window-live-p error
       new  e52ba7d972 * anything-config.el Emacs bugfix: Simplify, modify only 
copy-directory.
       new  b41f9e3f55 anything-complete.el 
(anything-execute-extended-command): Support New Command
       new  62c5d57590 anything-complete.el: update copyright
       new  f4f8258b71 anything-config.el (anything-c-imenu-default-action): 
Fix a bug when (length path) > 1 (patched by Dmitri Gutov)
       new  8cd5f93070 * anything-config.el Move overlay to last visited 
directory when hitting C-. in anything-find-files.
       new  df736c4204 * anything-config.el Emacs bug copy-directory, fall back 
to copy-directory1 and call it in dired-copy-file-recursive.
       new  f0592a8084 anything-config.el (anything-c-etags-init): avoid error
       new  8060cff97f * anything-config.el (anything-ff-restore-pos): Use 
re-search-forward to do the right thing when history popup.
       new  65add6fe57 * anything-config.el (anything-c-delete-file): Use 
delete-by-moving-to-trash.
       new  163132a392 * anything-config.el (anything-c-delete-file): Fix 
handle delete-by-moving-to-trash in emacs<24.
       new  8e831ab88b * anything.tex Add screenshots.
       new  11f1b50c83 anything-config.el 
(anything-c-find-files-icons-directory): fix error
       new  50f2c1a651 anything.el (anything-output-filter--post-process): fix 
display error
       new  612976d626 * anything-config.el anything-c-adaptive-sort seem 
broken, disable it until fixed.
       new  718501cae8 * anything-config.el Emacs bug: Another better fix 
waiting this is applied upstream (This fix bug in tramp, dired, and 
copy-directory).
       new  75994606f7 * anything-config.el 
(anything-find-files-persistent-action): Hit C-z on ".." behave like C-., that 
is move line to this dirname in precedent level.
       new  f988cbca92 anything-gtags.el (ag-hijack-gtags-select-mode): use 
buffer-file-name instead of default-directory to get directory of souce code.
       new  b0352fdc81 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  42c74e4184 * anything-config.el Use copy-directory Emacs bugfix for 
all versions under 24.
       new  3e03719821 Merge branch 'master' of git://repo.or.cz/anything-config
       new  d78c2b24c5 * anything-config.el Copy-directory emacs bug forget to 
put back dired-create-files definition :-;.
       new  195cf4312e * anything-config.el Emacs bugfix copy-directory, make 
my changes to Emacs24 available for <24.
       new  4a9dc2b4e7 * anything-config.el (anything-ff-set-pattern): Make 
pattern candidate for anything-ff-default-directory when it doesn't end with /.
       new  ab6d91cf0f * anything-config.el Put overlay on last expanded file 
in anything-find-files.
       new  a8e54484d2 * anything.tex Improve documentation.
       new  64032ebdaa * anything-config.el (anything-find-files1): preselect 
current buffer file name.
       new  1a169af74c * anything-config.el Emacs bugfix copy-directory+dired, 
Simplify, still available for all emacs<24.
       new  c65e7c1f73 * anything-config.el (anything-find-files):Fix initial 
input.
       new  38ec3a2c68 anything-config.el (anything-c-info-display-to-real): 
added comment
       new  97235fb6fb anything-config.el 
(anything-compile-source--info-index): Bugfix: Accept additional attributes
       new  0cf5fcc48f * anything-config.el (anything-find-files): 
expand-file-name on default-directory.
       new  e386dd00b4 * /doc Remove latex temp files.
       new  80b5fa2779 * anything.tex Add info about firefox bookmarks.
       new  136057adba * anything-config.el (anything-set-pattern): Handle here 
empty pattern. (anything-find-files-get-candidates): Show info when access to a 
directory is denied.
       new  b833dbee63 * anything-config.el (anything-c-highlight-ffiles): Show 
files attributes in help-echo.
       new  8624850899 * anything-config.el (anything-c-highlight-ffiles1): 
Display file-attributes in an help-echo here also.
       new  d5afe1a494 * anything-config.el 
(anything-find-files-action-transformer): Bring new actions on top. Fix some 
+80 lines.
       new  3d64d8f10b * anything-config.el (anything-c-open-file-externally): 
Always ask to save as default when using C-u.
       new  6b24138194 * anything-config.el 
(anything-find-files-action-transformer): Add new actions after the first 4 
instead of car.
       new  387bfdb0ef anything.el (anything-create-anything-buffer): 
inhibit-read-only = t
       new  9f5a2922b2 anything-match-plugin.el (agp-command-line): support 
`search-from-end' attribute
       new  7b75e54cce anything-match-plugin.el (agp-command-line): refactoring
       new  5061e9fa38 * anything-config.el Improvements in copying/following 
from anything-find-files.
       new  b17b023d93 Merge branch 'master' of git://repo.or.cz/anything-config
       new  b217fe4ab6 * anything-config.el (anything-dired-action): fix 
following renamed directory to non--existing directory. 
(anything-get-dest-fnames-from-list): Use new arg.
       new  f6ac3f49a4 * anything-config.el (anything-toggle-all-marks): 
bugfix, unmark also when there is only one candidate marked.
       new  70ff884620 * anything.tex Improve manual.
       new  8fc84d97e2 * anything-config.el (anything-c-delete-file): Fix 
deleting symlinks pointing to directories.
       new  7ee450d182 * anything-config.el (anything-calcul-expression): 
Added, was in keymap but didn't exists.
       new  c1c077843f anything.el (anything-reading-pattern): new flag
       new  3a4ec7deda Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  905247d9ee anything.el (anything-scroll-other-window-base): Fix 
wrong scroll window
       new  c2928153bf anything.el (anything-keyboard-quit): Fix action bug
       new  ef43ff700e anything-config.el (anything-filelist): docstring
       new  8b623841db anything-config.el (type:buffer, type:file): added 
actions using popwin.el if available
       new  ebfbe190c9 anything-match-plugin.el 
(anything-compile-source--grep-candidates): remove requires-pattern
       new  c8d04a7de1 anything-complete.el (alcs-transformer-prepend-spacer): 
adjust spaces for anything-enable-shortcuts
       new  c2d6bc504f * anything-config.el Fix adaptative-sorting, it is now 
disable by default.
       new  21482b2f1e Merge branch 'master' of git://repo.or.cz/anything-config
       new  8cdc3e0a6c * anything.el (define-anything-type-attribute): remove 
nil entries. * anything-config.el Add backquotes in definition of type buffer 
and files
       new  a06ad67cf0 * anything.el (define-anything-type-attribute): bugfix, 
Handle more than one attribute, use delete instead of delq.
       new  54655bd460 * anything-config.el 
(anything-find-files-action-transformer): fix subseq.
       new  d3f7028439 * anything-config.el 
(anything-find-files-persistent-action): Show exif infos of image files in 
help-echo.
       new  06cfff9249 * anything-config.el Minor changes, no new features.
       new  bda81c4a97 anything-config.el 
(anything-c-transform-buffer-display-string): new transformer function for 
buffer
       new  364e666a8e anything.el (anything-compute-matches-internal): protect 
from current-buffer change
       new  0af6b84780 anything.el (anything-read-pattern-maybe): execute in 
anything buffer
       new  c19cb92a56 anything-config.el 
(anything-c-buffer-display-string--shell, 
anything-c-buffer-display-string--eshell): new buffer display string functions
       new  91d55e7159 * anything.tex Add info about how to record some grep 
results in mark-ring.
       new  ec4e4558f9 * anything-config.el 
(anything-c-grep-prepare-candidates): When candidate is a file and we use 
recursion, use his directory.
       new  d30cc6876c anything.el (define-anything-type-attribute): Fix for 
emacs22
       new  5273e8b277 * anything-config.el (anything-do-grep1): Try to Guess 
file extensions to use in "OnlyExt" prompt.
       new  d8a63d62a3 * anything-config.el 
(anything-c-grep-debug-command-line): new, turn on grep command line debugging 
when non--nil.
       new  591c2c9412 * anything-config.el (anything-c-read-file-name): Add 
preselect key.
       new  b5edceee75 * anything-config.el (anything-do-grep): Allow passing 
prefix-arg after starting.
       new  5d6a8894cd * anything-config.el (anything-c-read-file-name): Set 
candidate-number-limit to 9999.
       new  5bf62168f8 * anything-config.el Run grep from buffer sources.Fix 
default value of *-ff-default-directory when *-find-files haven't already 
started.
       new  3f8b0f24f8 * anything-config.el (anything-goto-line): flash when 
jumping to line.
       new  087d2f85e9 * anything-config.el (anything-find-files-do-action): 
preselect current candidate.
       new  57051a15ed * anything-config.el Introduce a special keymap for 
*-find-files source.
       new  b1c052a67e * anything-config.el (anything-c-grep-map): new keymap 
affecting grep and etags.
       new  a7ba197580 * anything-config.el Add new keys to *-find-files
       new  c93d321826 * anything-config.el (anything-find-files-map) add 
diverses commands.
       new  e392e359be * anything-config.el Add help commands for specific 
keymap in grep, etags and find-files.bound to C-c ?.
       new  38231aac1a * anything-config.el Fix typo in help.
       new  0add50c0ef * anything-config.el Fix help message for *find-files.
       new  42d0dfa363 * anything-config.el (anything-c-read-file-map): 
independent keymap for anything-c-read-file-name.
       new  c766152942 * anything-config.el (anything-c-buffer-map): New keymap 
for buffers.
       new  efe1efba76 * anything-config.el Add jump other window to grep help.
       new  a94d4deb0b * anything-config.el (anything-locate): Use a generic 
keymap.
       new  ffcb18dd7b * anything-config.el (anything-dired-do-action-on-file): 
Use *-read-file-name keymap.
       new  0d5ce6a8f0 * anything-config.el (anything-do-grep): preselect 
dired-get-filename when launched in a dired buffer.
       new  bd50ff0fcb * anything-config.el Add C-o to grep map.
       new  fd38456494 * anything-config.el (anything-c-grep-save-results): new 
grep action.
       new  fa4a3df3c5 * anything-config.el Fix chromium browser name and args.
       new  629af95eff * anything-config.el 
(anything-c-google-suggest-default-browser-function):new user variable.
       new  8664ad3000 * anything-config.el Align correctly help messages.
       new  7658b3ba15 * anything-config.el (anything-info-at-point): Send 
thing-at-point only with prefix-arg.
       new  e1c763d858 *anything-config.el 
(anything-c-source-minibuffer-history): remove empty entries.
       new  6a0120cf95 * anything-config.el (anything-c-source-find-files): Add 
actions.
       new  54de139e39 * anything-config.el 
(anything-find-files-eshell-command-on-file):sort candidates.
       new  84a6c8506c * anything.tex Update documentation.
       new  070c357b00 * anything-config.el Save grep buffer with C-x C-s.
       new  635053453e * anything-config.el Move unit tests to dedicated file. 
autodoc update.
       new  82a2d312cc * anything-config.el (anything-c-source-find-files): New 
action to switch to history, bound to M-p.
       new  84254f313a * anything-config.el Show properties of candidate with 
M-f1 in anything-find-files.
       new  13f6660724 * anything-config.el (anything-c-highlight-ffiles, 
anything-c-highlight-ffiles1): Remove all help-echo's.
       new  991c1f4b28 * anything-config.el (anything-ff-properties): now bound 
to M-i and work with message in emacs -nw.
       new  f5134e35e3 * anything-config.el (anything-c-source-locate): Enable 
show properties of file (M-i).
       new  cbab76a100 * anything-config.el 
(anything-c-goto-next-or-prec-file): No need to test source now we have 
separated keymap.
       new  2f6424c27c * anything-config.el Add help command for locate.Remove 
some trailing white spaces.
       new  b2974d59d6 anything.el (documentation-property): use ad-get-arg
       new  889681027f Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  427056121c anything.el (documentation-property): ditto
       new  64e93acd46 * anything-config.el (anything-ff-history-max-length): 
Default is now 100.
       new  0e471380a4 * anything-config.el (anything-goto-line): Remove old 
flet unused.
       new  069b4dfa21 * anything-config.el (anything-goto-line): fix typo.
       new  2143f50fe0 * anything.tex Update.
       new  a18ff891dd * anything-config.el (anything-M-x): Use always a 
modified extended-command-history at startup.
       new  aa5c2d9106 * anything-config.el (anything-c-apt-install1): Allow 
installing, removing etc... marked candidates.
       new  1457f6d16e * anything-config.el (anything-locate): allow specify 
database with prefix arg.
       new  0e3b1d0c19 * anything-config.el (anything-locate): allow using 
multiples DB, complete only files matching anything-locate-db-file-regexp.
       new  de06aaf5df * anything-config.el 
(anything-c-grep-prepare-candidates): Bugfix for windoze directory paths.
       new  6ef1ceaed9 * anything-config.el (anything-locate): Allow 
navigation, filter directories maybe marked by error.
       new  5bda55ba5c make-filelist.rb (ls): Check if directory is readable to 
avoid "permission denied"
       new  81466b89de * anything-config.el (anything-find-files-map): Add some 
new keys.
       new  d0de215988 * anything-config.el (anything-ff-switch-to-eshell): 
Don't use shell-quote-argument that doesn't work with french names.
       new  cab815b098 * anything-config.el (anything-c-source-find-files): New 
action serial rename.
       new  8b2ff4d795 * anything-config.el (anything-mark-all, 
anything-unmark-all): make interactive and bind in anything-ff-keymap.
       new  04c7d65f5d * anything-config.el (anything-ff-serial-rename-1): 
Maybe remove directories selected by error in collection.
       new  682e643baf * anything-config.el (anything-ff-serial-rename): Ask 
user before operating on files.
       new  8860662cf9 * anything-config.el (anything-ff-serial-rename-1): 
Simplify.
       new  e3bf72cef2 * anything-config.el (anything-find-files-map): Add 
binding for ediff merge files (C-c =).
       new  305b8c977f * anything.tex update
       new  f03dba1c67 * anything-config.el 
(anything-find-files-persistent-action): Allow browsing image file symlinked.
       new  a19137911a * anything-config.el (anything-c-source-find-files): Add 
action to serial rename by symlink.
       new  97f082408c * anything-config.el Improve serial rename.
       new  546eae86fb * anything-config.el 
(anything-ff-rotate-current-image1): Operate on real file when candidate is a 
symlink.
       new  abe88762ee * anything-config.el (anything-find-files-map): gnus 
attach files bound to C-c C-a.
       new  903b5bdc5d * anything-config.el (anything-ff-human-size): Improve.
       new  f013b1fc64 * anything-config.el (anything-ff-human-size): bugfix: 
Forget to format.
       new  9e62e85e82 * anything.tex update
       new  9b2c5d421c * anything-config.el Add serial rename by copying to 
*-find-files actions.
       new  0c597e645d * anything-config.el (anything-find-files-history): 
Remove non--existing directories unless they are remote.
       new  39f44ac576 * anything-config.el (anything-c-source-buffer+): Match 
buffers maybe by major-mode.
       new  b06e65f3e4 * anything-config.el New buffer action: query replace 
regexp.
       new  96f0f3a94c * anything-config.el Add help and new commands in keymap.
       new  ac2554758f * anything-config.el (anything-c-highlight-buffers): 
Improve, different color for modified buffer.
       new  2ba8378152 * anything-config.el (anything-c-source-buffers+): Add 
persistent diff, revert, and save buffer (C-=, M-U, C-x C-s).
       new  2098180ec9 * anything-config.el Check if file of buffer have been 
modified outside of emacs.
       new  03d685c5e7 * anything-config.el (anything-c-highlight-buffers): Red 
mean buffer modified outside emacs.
       new  c42a7e9fc5 * unit-test-anything-config.el Add simples tests for 
anything-ff-human-size.
       new  adc94dfc2c * anything-config.el Fix mode-line-string in buffers, 
grep, locate and find-files sources.
       new  e6beacbeec * anything-config.el 
(anything-c-buffer-match-major-mode): Use string-match.
       new  07bb50f0b6 * anything-config.el (anything-c-source-buffers+): Don't 
call two time transformers, use filtered-candidate-transformer.
       new  a5295f6b21 * anything-config.el (anything-c-highlight-buffers): 
Fix, fallback to transformer, move it to type buffers attr.
       new  aa3e6bb585 * anything-config.el (anything-c-source-buffers+): 
Bugfix: Don't use anything-c-transform-buffer-display-string until fixed.
       new  f98aa6cecd * anything-config.el 
(anything-find-files-eshell-command-on-file): Allow maybe redirections.
       new  24054bf021 * anything-config.el 
(anything-buffer-revert-persistent): Fix docstring. No code change.
       new  e4858b2a6e * anything-config.el (anything-buffer-run-kill-buffers): 
New, use it, bound to M-D.
       new  5346439101 * anything-config.el 
(anything-c-buffers-persistent-kill): New, just split persistent action for 
buffer in 2 functions.
       new  33516591e0 * anything-config.el (anything-ff-default-kbsize, 
anything-ff-human-size): Fix error at compile time (thanks SeungcheolJung).
       new  3b52d0dda5 * anything-config.el (anything-c-buffer-help): update.
       new  357ef6005e * anything-config.el 
(anything-c-source-bmkext-addressbook): Use marked candidates.
       new  4c95c0f3cc * anything-config.el Add comment about grep and improve 
docstring for buffer search.
       new  488871cd35 * anything-config.el 
(anything-c-buffers-persistent-kill): Force update to recompute buffer-list.
       new  6168d69844 * anything-config.el 
(anything-c-grep-default-recurse-command): New var
       new  0bd6e7de80 * anything-config.el (anything-mark-all): Bugfix
       new  4107740de5 * anything-config.el (anything-mark-all): Simplify.
       new  e77e8413a6 * anything-config.el Add query-replace to buffer actions.
       new  a8f5b0bfc0 * anything-config.el 
(anything-c-buffer-query-replace-1): Remove doublon in let.
       new  c438fba3db * anything-config.el 
(anything-get-default-program-for-file): New user variable, allow opening 
directories in external browser (e.g nautilus).
       new  19a9d8248a * anything-config.el (anything-get-mailcap-for-file): 
When elisp files have no mailcap association, return nil instead of 
mailcap-maybe-eval.
       new  79bbb840f2 * anything-config.el Add print action to *-find-files.
       new  271098b5a3 * anything.tex change screenshot.
       new  69af20c6bb * anything-config.el (anything-find-files-map): bind 
always C-l to avoid resetting it when using emacsclient.
       new  c1dcf85bef * anything-config.el Introduce anything pdfgrep 
interface.
       new  3472ee726b * anything-config.el (anything-c-grep-init): Pass 
exclude/include args before pattern option.
       new  551d60260f * anything-config.el Add pdfgrep bindings to locate and 
more generally to files attr.
       new  ecf0b24a6c * anything-config.el Don't hard code default pdf-reader 
for pdfgrep.
       new  957d172001 * anything-config.el Use special format specs in grep 
commands.
       new  7adade2443 * anything-config.el 
(anything-c-buffer-match-major-mode): Bugfix: Check if buffer exists.
       new  f1805e4998 * anything-config.el (anything-ff-find-url-at-point): 
Find hyperlink at point.
       new  fcbd8d70e5 * anything-config.el Update headers with autodoc.
       new  59c4f69492 * anything-config.el (anything-c-org-keywords-insert): 
Insert keywords around region if some.
       new  26378678ca * anything-config.el Use arrow keys to navigate with 
`anything-find-files'.
       new  4bc08e1e5e * anything-config.el 
(anything-find-files-down-one-level): Disable follow-mode
       new  5d50feece0 * anything-config.el Add own keymap to etags.
       new  c296b66653 * anything-config.el (anything-do-grep1): Remove 
unuseful lambda and condition.
       new  16235bdc46 * anything-config.el 
(anything-c-grep-prepare-candidates): Fix when using wildcard+recursion.
       new  0bad062106 * anything-config.el Allow using arrows keys in grep 
like in ioccur.
       new  6bee961797 * anything-config.el (anything-ff-find-url-at-point): 
Find also newsticker links.
       new  76faf0ac7f * anything-config.el (anything-c-highlight-ffiles/1): 
Colorize executable files.
       new  fc4894b7fc * anything-config.el Cleanup faces for files and buffers.
       new  d2e71871cb * anything-config.el Handle invalid symlinks in 
anything-find-files.
       new  c2b41369d8 * anything-config.el (anything-c-grep-init): Improve 
grep process mode-line info.
       new  ce3d574bc7 * anything-config.el (anything-c-grep-save-results): 
Allow saving in named buffers.
       new  d7cd207e00 * anything-config.el Fix updating in buffers+ source.
       new  987eecd60c * anything-config.el (anything-locate-with-db): new, 
move code from anything-locate here.
       new  96394c0b45 * anything-config.el Own history for *-grep.
       new  3e1212ff36 * anything-config.el (anything-do-grep1): Set 
`minibuffer-history' AFTER includes-files.
       new  0b1017d6a8 * anything-config.el (anything-grep-finish, 
anything-grep-running): New faces.
       new  a9138e43d7 * anything-config.el (anything-c-grep-action): Don't 
save history when pattern is empty.
       new  175776faf5 * anything-config.el *-eval-expression display eldoc in 
mode-line.
       new  72622355cd * anything-config.el (anything-eldoc-show-in-eval): 
Forget to funcall eldoc-in-minibuffer-show-fn.
       new  20c3f13c56 * anything-config.el 
(anything-c-eldoc-in-minibuffer-show-fn): renamed from 
eldoc-in-minibuffer-show-fn
       new  bfc4c6af94 * anything-config.el 
(anything-eval-expression-with-eldoc): No need to test for window-system now.
       new  1100b959ca * anything-config.el (anything-ff-mode-line-string): Fix 
conflict with C-x prefixed commands.
       new  98b7dfb584 * anything-config.el (anything-ff-help): Add missing 
commands (debug and help)
       new  a687662108 * anything-config.el Remove emacs-bugfix related to 
copy-directory no more needed.
       new  05914d74e3 * anything-config.el (anything-find-files-input): handle 
error when fap or tap is empty string.
       new  64aed93351 * anything-config.el Update autodoc.
       new  b6de1d9e09 * anything-config.el (anything-dired-action): Don't 
follow on dired-create-files failures (e.g when answer n).
       new  717c51d371 * anything-config.el Use locate-library in bookmark 
attributes.
       new  57da629ef7 * anything-config.el Introduce Copy files async.
       new  269b1f315f * anything-config.el (anything-ff-copy-async, 
anything-c-copy-files-async): Bind anything-ff-history.
       new  497afd3e54 * anything-config.el 
(anything-c-org-keywords-candidates): Allow using org keywords in mail buffers 
also.
       new  1d50cba910 * anything-config.el Introduce zgrep.
       new  1dba6bbdc6 * anything-config.el (anything-c-grep-action): Fix:Only 
put mark in persistent action with prefix.
       new  1c37167e0d * anything-config.el 
(anything-c-source-mark-ring-candidates): Fix, don't cons mark-marker to 
mark-ring.
       new  0aabbe510f * anything-config.el 
(anything-c-source-mark-ring-candidates): Fix cons mark-marker only if we have 
a mark otherwise use mark-ring.
       new  6f6421afee * anything-config.el (anything-c-walk-directory): 
Redefine as macro.
       new  0237c56bb9 * anything-config.el Reorder zgrep functions.
       new  967a49de3e * anything-config.el Allow saving or reverting with 
marked candidates in -*buffers+
       new  9a3d63f99d * anything-config.el 
(anything-c-copy-async-prefered-emacs): Allow using another emacs version when 
copying async.
       new  a4cd6d6027 * anything-config.el Simplify notifications in 
copy-async.
       new  6964fb4176 * anything-config.el No code change, add some docstring 
and clean.
       new  7f70c2bf62 * anything-config.el (anything-c-highlight-buffers): 
Different color for buffers not already saved on disk.
       new  dfc34283d4 * anything-config.el (anything-c-highlight-buffers): 
Revert changes, not working when remote is disconnected.
       new  3964e1b8f0 * anything-config.el (anything-ff-zgrep-1): Fix free arg 
error.
       new  02dc34ff32 * anything-config.el (anything-c-highlight-buffers): 
prefix remote buffers with @.
       new  6dda60fec6 * anything-config.el Bind zgrep action to *-buffers+.
       new  3cae231ae1 * anything-config.el (anything-c-grep-init): Clean 
format-spec.
       new  fb6e1fcec3 * anything-config.el (anything-c-find-file-or-marked): 
use find-file.
       new  9d56d60335 * anything-config.el (anything-c-read-file-name): New 
key must-match.
       new  fb641d68aa * anything-config.el (anything-dired-action): 
expand-file-name of candidate when follow.
       new  18383fa3c7 * anything-config.el (anything-c-find-file-or-marked): 
Oops! regression, i must use find-file-at-point here.
       new  c2a8765cf8 * anything-config.el 
(anything-find-files-eshell-command-on-file): show value of alias in help-echo.
       new  3a221482c1 * anything-config.el 
(anything-find-files-eshell-command-on-file): Finally figure out 
*-ff-default-dir is not set when cand is an url!
       new  d28bcce39f * anything-config.el 
(anything-find-files-eshell-command-on-file): Fix regexp.
       new  fbace72e1a * anything-config.el (anything-c-read-file-map): Rebind 
next/previous-source.
       new  e3b1c43828 * anything-config.el In eshell-command on files allow 
using wild card and with prefix-arg running eshell-command on all marked at 
once.
       new  de2cacadca * anything-config.el Better matching of wild-cards.
       new  416841a443 * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Sort at end of loop.
       new  8afdbca36c * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Handle also aliases ending with 
$*.
       new  1cf1ad9836 * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Fix, check if com-value is 
non--nil.
       new  2e4a4c1959 * anything-config.el (anything-c-org-keywords-insert): 
Bugfix, insert end keyword before begin one.
       new  dd38435ea8 * anything-show-completion.el (asc-display-function): 
Fix for last emacs-24, forbidden to enlarge root window of a frame.
       new  252ce9265a * anything-config.el Introduce auto expansion of 
directories in anything-find-files when only one is remaining.
       new  a0c0560fd2 * anything-config.el Add command to toggle auto-update.
       new  be18bd1140 * anything-config.el 
(anything-ff-auto-update-initial-value): new user variable, default value of 
anything-ff-auto-update.
       new  fbf9f33be3 * anything-config.el 
(anything-browse-url-default-browser-alist): Add new browser uzbl.
       new  c3a3c3224a * anything-config.el (anything-comp-read): Add volatile 
key, fix sort.
       new  2f066403e7 * anything-config.el (anything-c-man-default-action): 
Use Man-getpage-in-background.
       new  ab23d473d8 * anything-config.el (anything-comp-read): Regression, 
remove volatile key.
       new  8e28e4bd1d * anything-config.el 
(anything-ff-update-when-only-one-matched): Use 
anything-check-minibuffer-input-1.
       new  66f4711cb0 * anything-config.el (anything-find-files-keymap): Use 
C-backspace to toggle auto-update, realign help and keymap.
       new  d9241bd243 * anything-config.el (anything-comp-read): Finaly allow 
passing volatile as optional argument (key).
       new  3108b59992 * anything-config.el 
(anything-find-files-persistent-action): Use switch-to-buffer for compatibility 
with emacs24.
       new  e6f6617f02 * anything-config.el (anything-c-source-find-files): New 
persistent action kill-buffer-fname.
       new  91def934fb * anything-config.el 
(anything-comp-read-get-candidates): Smarter completion
       new  9e7236e34f * anything-config.el (browse-url-uzbl): Add a ignore 
argument to avoid errors when setting browse-url-browser-function to this.
       new  fe786b9d1c * anything-config.el 
(anything-ff-transform-fname-for-completion): simplify.
       new  08ce4f21ee * anything.el 
(anything-persistent-action-display-buffer): [Emacs-24 bugfix] When 
`display-buffer-alist' is available use it.
       new  46ecaa236a * anything.el 
(anything-persistent-action-display-buffer): remove unuseful pop-up-window 
entry.
       new  58d3723a83 * anything-config.el 
(anything-ff-transform-fname-for-completion): Start transforming after 2 chars.
       new  26893513f6 * anything-config.el 
(anything-ff-transform-fname-for-completion): Fix, allow mkdir.
       new  119e8132ae * Disable the use of pop-up-frames in all anything.
       new  d7c70acc8c * anything.el 
(anything-persistent-action-display-buffer): Remove emacs24 fix as it is now 
fixed in Emacs trunk (window.el).
       new  0cc9fb9eb0 * anything-config.el (anything-M-x): Handle user case 
where help buffer have dedicated window.
       new  9d6eac44b1 * anything-config.el (anything-M-x-transformer): Show 
key if available.
       new  14de3868c4 * anything-config.el (anything-show-kill-ring): If 
anything window is visible cycle, otherwise show kill-ring browser.
       new  fdb6a4a127 * Improve mode-line display, add counter of candidate in 
mode line.
       new  96d1892a7a * anything.el (anything-show-candidate-number): Fix.
       new  fdaf7131d9 Count candidate less approximatively. * anything.el 
(anything-approximate-candidate-number): More precision, support multi-lines, 
count globally or only in current source. (anything-show-candidate-number): Use 
second arg of `anything-approximate-candidate-number'.
       new  c1eaa8feec * anything-config.el 
(anything-c-source-evaluation-result): Use multiline to show always 1 candidate 
number, new action.
       new  fd4c8338f6 * anything-config.el 
(anything-find-files-persistent-action): Third hit on C-z kill buffer.
       new  fd84a2f576 * anything-config.el *-find-files: Maybe disable 
colorizing tramp display, improve auto-expansion. 
(anything-ff-update-when-only-one-matched): auto expand only after 2 char 
entered. (anything-ff-tramp-not-fancy): Disable colors in tramp listing. 
(anything-c-find-files-transformer): Use it. (anything-c-highlight-ffiles): Use 
faster predicates.
       new  553acd841c * anything-config.el (anything-c-prefix-filename): 
Improve, one more optional arg.
       new  ed64f81ba5 * anything-config.el 
(anything-c-eldoc-show-in-mode-line): Fix, use anything-buffer.
       new  a369023345 * anything-config.el (anything-eval-expression): new 
keymap.
       new  a86b0dda4a * anything-config.el Remove unused function.
       new  b251f59bee * anything-config.el (anything-eval-expression-map): Add 
two key.
       new  a70f21d49c * anything-config.el Handle possible recursives buffer 
in anything-eldoc-show-in-eval.
       new  fad6a0917d * anything-config.el 
(anything-eval-expression-with-eldoc): Forget to reset 
*-active-minibuffers-list when exiting a minibuffer.
       new  a2f7362b6a * anything-config.el (anything-eval-expression-map): 
bind up and down.
       new  21ae6e920d * anything-config.el Make anything completion compatible 
with `completing-read'.
       new  86671033ac * anything-config.el (anything-completing-read-default): 
Fix, history may be a list.
       new  41706366a9 * anything-config.el (anything-bookmark-ext): add 
anything-c-source-google-suggest.
       new  404b6ba33d * anything-config.el Fix completing-read function to 
handle alists correctly, minor fix for mode-line.
       new  f8aed98214 * anything-startup.el Fix: remove obsolete stuff that 
confuse users.
       new  5ee6b53600 * anything-config.el Replace 
anything-toggle-anything-completion-everywhere by new minor-mode 
anything-completion-mode.
       new  20b8114440 * anything-config.el (anything-completion-mode): make 
global.
       new  11cd4c7bfe * anything-config.el (anything-eldoc-show-in-eval): Use 
index to follow arguments in mode-line.
       new  22b10a9bad * anything-config.el 
(anything-eval-expression-with-eldoc): enable minibuffer completion.(only 
cycling - emacs24)
       new  187a9fc6f9 * anything-config.el Introduce anything eshell 
completion.
       new  4f5fb69d49 * anything-config.el Introduce Lisp symbol completion.
       new  a83663deec * anything-config.el 
(anything-lisp-completion-at-point): Insert when only one cand remaining.
       new  5922f29c80 * anything-config.el (anything-dired-mode): New replace 
anything-dired-bindings.
       new  4722f61a84 * anything-config.el (anything-M-x): Fix help display.
       new  36e2ff2352 * anything-config.el (anything-lisp-completion-target): 
Allow user to enable anything-show-completion.
       new  3dcbb33903 * anything-config.el 
(anything-lisp-completion-at-point-or-indent): Add missing docstring.
       new  cbde350423 * anything-config.el Replace switch-to-buffer to shut up 
byte compiler.
       new  ad2b5f6732 Enable independant show completion for 
*-lisp-completion, add 2 new hook in anything.
       new  08e4760d2d * anything-config.el (anything-M-x): Fix conflict in one 
patch, add forgotten let bounded variable.
       new  ab89b1364b * anything-config.el (anything-buffers+): Add 
anything-c-source-buffer-not-found.
       new  6a294ab5c3 * anything-config.el (anything-c-browse-url): Apply 
patch from Michael Markert (use browse-url), Thanks.
       new  e4358e5e8a * anything-config.el 
(anything-c-buffer-match-major-mode): Don't vanish buffers when entering a 
space after major-mode regexp.
       new  c373ab86f6 * anything-config.el Allow expanding to home directory 
or root in anything-find-files.
       new  ab7531956a * anything-config.el (anything-ff-set-pattern): just 
reindent, no code change.
       new  c508ef7495 * anything-config.el (anything-ff-set-pattern): Expand 
also to / when prompt is ~/.
       new  eb2c115fd9 * anything-config.el Improve aligment in 
*-google-suggest.
       new  0b79da7275 * anything-config.el 
(anything-lisp-completion-or-indent-delay): Fix default value to 0.6.
       new  cb159787ad * anything-config.el Fix typo introduced with a 
query-replace of switch-to-buffer.
       new  e747c6fdfd * anything-config.el Fix some typos (boolean)
       new  f96d13dce8 * anything-config.el 
(anything-browse-url-default-browser): bugfix.
       new  ca2889026d * anything-config.el Require xml and url.
       new  b27784b7f5 * anything-config.el Align global keymap, add commands 
to menu an bind them.
       new  7b97b1399f * anything-config.el (anything-esh-pcomplete): Handle 
tramp names.
       new  4a9730242c * anything-config.el Provide info in mode-line when 
completing lisp symbols.
       new  5a4ee1ac68 * anything-config.el 
(anything-ff-auto-expand-to-home-or-root): Handle stupid filenames on windows 
systems.
       new  643ed58f09 * anything-config.el 
(anything-c-get-first-line-documentation): Fix for CL-style functions.
       new  f9dcd1beb8 * anything-config.el 
(anything-lisp-completion-at-point): Use point for end as 'cadr data' is wrong 
when no space after point.(emacs-bug)
       new  0100dc17fc * anything-config.el (anything-ff-save-history): Save 
history only when we are in ff sources.
       new  c92437b02b * anything-config.el (anything-dired-mode): remove now 
unused anything-dired-bindings. Thanks to Per Norlow.
       new  073c4f3338 * anything-config.el (anything-c-copy-files-async): Fix 
free variable, simplify. Thanks Per Norlow.
       new  d6cfae62ee * anything-config.el Add special function to use google 
suggest for emacs lisp.
       new  4709f3f886 * anything-config.el (anything-surfraw): Fix url 
settings for all browsers.
       new  72765dfa74 * anything-config.el Add tips in buffer and files help 
commands.
       new  98f5b6322d * anything-config.el (anything-c-pdfgrep-init): Minor 
fix of mode-line.
       new  63a4579d16 * anything-config.el Bind C-w to locate (it should be 
already bound in anything-map but is not for some reasons).
       new  209ea71724 * anything-config.el 
(anything-lisp-completion-at-point-or-indent): Be sure completion-at-point will 
not be called.
       new  c4a66ce110 * anything.el (anything-show-candidate-number): Bugfix, 
cursor go to bol in minibuffer.
       new  bace9d0377 * anything-config.el 
(anything-lisp-completion-at-point): Add transformer.
       new  b782ea6a61 * anything-config.el (anything-c-copy-async-with-log): 
Shutup byte-compiler, declare auto-revert-interval.
       new  0a5b0ff5ea Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  820c0e4a10 anything-complete.el (anything-apropos-sources): Added 
`anything-c-source-emacs-function-at-point' and 
`anything-c-source-emacs-variable-at-point'
       new  305d494c0e * anything-config.el Provide 
with-anything-show-completion and use it in lisp completion.
       new  5b90399b78 * anything-config.el 
(anything-c-complete-file-name-at-point): new, complete filename at point.
       new  cc8374699e * anything.el (anything-end-of-source-p): New, use it in 
`anything-delete-current-selection'.
       new  a0df2f2459 * anything-config.el Small improvements in file names 
insertions.
       new  bb745eefde * anything-config.el 
(anything-ff-update-when-only-one-matched): Cleanup, simplify.
       new  ab6671d46b * anything-config.el (anything-find-files): Bugfix: 
directory-name that yield indefinitely in minibuffer (probably emacs bug).
       new  7e99eb1cd3 * anything-config.el (anything-find-files): Disable auto 
expansion only if input is a partial filename.
       new  defb9ec111 * anything-config.el (anything-c-read-file-name): 
Disable also auto expansion when input is not valid file/dir name.
       new  2eba3c1ef2 * anything-config.el 
(anything-ff-update-when-only-one-matched): Fix, use anything-next-line.
       new  dfa2f56975 * anything-config.el (anything-c-read-file-name): Handle 
must-match also when test is not used.
       new  5d66c6b813 * anything-config.el (anything-c-read-file-name): Remove 
unused code.
       new  cdc6f01918 * anything-config.el 
(anything-ff-update-when-only-one-matched): bugfix, add docstring.
       new  928bc2a6d2 * anything-config.el 
(anything-lisp-completion-at-point): Remove old unwind-protect forgotten.
       new  f173d25831 * anything-config.el (anything-find-files-do-action): 
Simplify.
       new  cdd0bef745 * anything-config.el 
(anything-lisp-completion-at-point): Fix cursor position in persistent action.
       new  63a7fc785d * anything-config.el (anything-esh-pcomplete): Show 
completion.
       new  7aaf840eb0 * anything-config.el (anything-esh-pcomplete): Handle 
nothing at point.
       new  cef5af6c31 * anything-config.el (anything-c-source-buffers+): Use 
volatile, remove cache.
       new  b5cbb8dee4 * anything-config.el Reorder and add comment in 
show-completion/lisp-completion, no code change.
       new  957408ae63 * anything-config.el (anything-c-source-find-files): 
Don't set ffap-newfile-prompt here globally.
       new  1780316974 * anything-config.el Reorder all defcustoms.
       new  38130583e4 * anything-config.el Fix mode-line in etags.
       new  357e6e1ebc * anything-config.el Improve docstrings and comments in 
etags.
       new  5cf7a89099 * anything-config.el Start Etags from 
anything-find-files.
       new  fa8729f67a * anything-config.el Autodoc update, rename one variable.
       new  0e8eee6b57 * anything-config.el (anything-locate-with-db): Move to 
locate section. No code change.
       new  fd3b1c6171 * anything.el Bugfix persistent action and minibuffer 
issue with minibuffer own frame settings.
       new  6096a988d4 * anything.el 
(anything-persistent-action-display-window): Revert this change.
       new  716194ab06 * anything-config.el: Require org at compile time.
       new  af76115ddd * anything-config.el Divers improvements to apt 
interface.
       new  c91f6c3b4f * README new file.
       new  cc62f2570a * anything-config.el Fix minor issues.
       new  06a1e0f2d0 * anything.el 
(anything-persistent-action-display-window): Fix scrolling OW when minibuffer 
have own frame.
       new  0351b3629a * anything-config.el Cleanup, remove obsolete functions.
       new  ae907a64fd * anything-config.el: keep removing obsolete stuff.
       new  7b73dd2bdf * anything-config.el 
(anything-lisp-completion-at-point-or-indent): Complete also filenames.
       new  7117cd59bb * anything-config.el (anything-do-grep-1, 
anything-find-files-1): renamed from anything-do-grep1 and anything-find-files1.
       new  1e692805f1 * anything.el Bugfix: restore focus when anything start 
in a frame unsplittable.
       new  719d1babf4 * anything-config.el 
(anything-lisp-completion-at-point): Send message when no match.
       new  8bd2fc1bfa * anything-config.el (anything-c-read-file-name): Fix 
must-match.
       new  694e3ed075 * anything-config.el Group all deffaces together.
       new  812508308e * anything.el (anything-move-selection-common): Use 
anything-log-run-hook.
       new  6a76b563e3 * anything-config.el Rename all occurences of buffers+ 
by buffers-list.
       new  4719eeaadc * anything-config.el (anything-c-source-info-gnus): Add 
missing source.
       new  c7b7bcb2cc .gitignore: New, Ignore elc files, added by Michael 
Markert, thanks.
       new  2a18e2dc40 Makefile: New added by Michael Markert, Thanks.
       new  c92c307455 Create contrib directory and move all these files there: 
anything-startup.el extensions/anything-grep.el extensions/anything-ipa.el 
extensions/anything-menu.el extensions/anything-migemo.el 
extensions/anything-multi-sources.el extensions/make-filelist.rb
       new  703983316f Added: contrib/anything-grep.el contrib/anything-ipa.el 
contrib/anything-menu.el contrib/anything-migemo.el 
contrib/anything-multi-sources.el contrib/anything-startup.el 
contrib/make-filelist.rb
       new  23ebf5ca02 README: Update.
       new  6dee6cc841 anything.el Realign keymap, define key f1 to nil allow 
to eval keymap without errors.
       new  4166916340 * anything-config.el 
(anything-c-grep-prepare-candidates): Expand directories names.
       new  4554f43136 * anything-config.el (anything-c-buffer-map): Use zgrep 
for both grep and zgrep as we don't use recursion here.
       new  4464ce45c1 * anything-config.el Improve *-query-replace-regexp 
docstrings, add query-replace-regexp action to occur.
       new  24fdc483ff * anything-config.el (anything-c-grep-buffers-1): 
Restore win-conf when C-g on anything-occur. * anything.el 
(anything-exit-status): New flag (anything-keyboard-quit, 
anything-exit-minibuffer): Use anything-exit-status.
       new  48578cb19a * anything-config.el Allow searching only in region with 
anything occur.
       new  1d0c31b64d * anything-config.el Enable toggle auto update in 
*-read-file-name.
       new  c948040eac No need to require anything-match-plugin, it is now 
required in anything-config.el.
       new  70965f8e49 * anything-config.el: Use header-name attribute in all 
file sources.
       new  98ae1edad9 * anything-config.el 
(anything-ff-update-when-only-one-matched): Add / to fname when 
anything-pattern is completed manually.
       new  b3a96a52f4 * anything-config.el: Finally fix bug that yield 
indefinitely message in minibuffer.
       new  618184f978 * anything-config.el 
(anything-find-files-get-candidates): Fix path-name-dir and 
anything-ff-default-directory setting.
       new  24b601832c * anything.el (anything-empty-buffer-p): Fix, it was 
always returning nothing.
       new  1a17a2b87b * anything-config.el Clean, start removing obsoletes 
stuff.
       new  69c797c2ae * anything-config.el Move *-current-prefix-key to 
anything.el.
       new  58382d2a02 * anything.el Big cleanup.
       new  e215177d81 * anything.el Put back anything-test-candidates.
       new  669b12ebd3 * developer-tools/unit-test-anything.el added.
       new  6ffdb9842e * anything-config.el (anything-dwim-target-directory): 
Return value of `default-directory' of buffer in other window.
       new  8785abdce6 * anything-config.el (anything-c-kill-new): remove 
obsolete third arg.
       new  f9345b4628 * anything-config.el Reduce warnings at compile time.  
Declare lot of functions and vars.
       new  efd53ba8b9 * anything-config.el Remove version checking.  add 
docstring.
       new  2789466aad * anything-config.el (anything-dwim-target-directory): 
Fix.
       new  2c004796ee * anything-config.el Fix free variables and undefined 
functions at compile time.
       new  9f21b59e63 * anything-config.el: Move keymaps in their section.
       new  18c66755a5 * anything-config.el Reorder help functions in their 
sections.
       new  caae199965 * anything-config.el (anything-find-files-map): Bind 
*-toggle-all-marks (anything-find-files-do-action): Allow modify '/foo/.' -> 
'/foo'.
       new  fbceaea9eb * anything.el (anything-idle-delay, 
anything-input-idle-delay):  Change default values.  Fix docstring.
       new  4b66921add * anything.el (anything-input-idle-delay): Fix default 
value, equal to anything-idle-delay.
       new  abb0d8ede9 * anything-config.el (anything-c-source-org-headline): 
Simplify.  Cleanup.
       new  33ba8a3917 * anything-config.el (ac-mode): an alias for 
anything-completion-mode.
       new  32b8913817 * anything-config.el 
(anything-ff-update-when-only-one-matched): Don't try to expand "." in tramp.
       new  669cc491c8 * anything-match-plugin.el (anything-mp-3p-match): 
Declare free variable rest.
       new  8777978b50 * anything-config.el (anything-c-adaptive-save-history): 
Fix warning interactive-p.
       new  9fe1087866 * anything-config.el (anything-c-thing-at-point): New, 
same as tap-symbol from *-complete.el.  Use it to replace (thing-at-point 
'filename).
       new  e6adba338b * anything-config.el Regression: Fall back to 
thing-at-point 'filename.
       new  70b5799ae1 * anything.el (anything-clean-up-minibuffer): Clean only 
current minibuffer used by anything.
       new  6be6346df7 * anything.el (anything-resume): Fix docstring.
       new  6e4f77edf9 * anything.el Utility functions to resize anything 
window.
       new  5705ec7909 * anything.el (anything-current-position): Write to log, 
little hack to restore position in *-current-buffer.
       new  9fe5be972b * anything-config.el 
(anything-ff-update-when-only-one-matched): Fix for windows dirs with no "." 
"..".
       new  3a24ce0f49 * anything.el Enable debugging in all macros.
       new  15eb1139de * anything.el (with-anything-window): Simplify.
       new  4a7d1d1deb * anything-config.el Use macro 
with-anything-current-buffer everywhere.
       new  745e9f3d02 * anything.el (anything): ido and iswitchb not disabled 
on startup.
       new  37bbd3d877 * anything-config.el (anything-generic-read-file-name): 
Bugfix: always expand initial input.  Disable auto expansion.
       new  998b081cd7 * anything-config.el Allow showing only a certain amount 
of lines per candidate in kill-ring browser.
       new  9f84e66848 * anything-config.el (anything-c-kill-ring-candidates): 
Remove duplicates.
       new  ea8496331c * anything-config.el Reorder, no code changes.
       new  dc3b1f05bd * anything-config.el (anything-c-buffer-map): Bind 
ediff/merge commands. Reorder.
       new  0c7324d8f5 * README update.
       new  151f8ca5bd * anything-config.el 
(anything-ff-rotate-current-image-1): Bugfix: quote filename and renamed from 
anything-ff-rotate-current-image1.
       new  0a928bd4b4 * anything.el (anything-current-position): Fix 
workaround by using the NOFORCE arg of set-window-start.
       new  1df45f7993 * anything-config.el Run locate on basename of candidate 
from anything-find-files.
       new  d481bcacf6 * anything-config.el (anything-ff-locate): DTRT on "." 
and ".."
       new  c8cf10eadd * anything-config.el (anything-c-source-find-files): Add 
locate to action menu.
       new  9d29135578 * anything-config.el (anything-quit-and-find-file): Use 
preselect optional arg of *find-files-1.
       new  430fc6f4e5 * anything.el (anything-approximate-candidate-number): 
Fix use case with more than one multiline source.
       new  23e53aedea * anything.el Fix version number remove unused code.
       new  12c69ffcbe * anything.el Update copyright.
       new  357077d775 Remove unuseful version checking everywhere. * 
anything-complete.el version checking removed * anything-match-plugin.el idem
       new  6cd0dac2dd * anything-config.el (anything-ff-print): Bugfix.
       new  def33c6fbf * anything-config.el Fix all marks.  Bind toggle/all 
marks in *buffer-list
       new  ba02fd81e8 * anything-config.el (anything-ff-checksum): New action 
for files sources.
       new  dde5fed573 * anything-config.el Improve print command for files.
       new  06b3803e49 * anything-config.el Fix locate functions on windows 
with 'es'.
       new  6ee4e8fdf0 * anything-config.el declare some variables to shut up 
byte compiler, fix also long lines in some places.
       new  836352fa91 * anything.el Add a new arg to persistent functions to 
maybe not split window when using *-samewindow.
       new  dd6d60be8a * anything-config.el Allow toggling full path and 
basename in *-find-files.
       new  3598269c4d * anything-config.el (anything-c-highlight-ffiles): 
Minor fix, forget to rename variable.
       new  3b85246e39 * anything-config.el (anything-c-source-locate): Add 
candidate-number-limit hight value.
       new  8cbc4a5810 * anything-config.el (anything-ff-help): Add toggle 
basename.
       new  4afd1f5070 * anything-config.el Remove unused transformer with 
icons in *-find-files.
       new  151388152d * anything-config.el (anything-ff-prefix-filename): Fix.
       new  2d053e31ce * anything-config.el (anything-ff-prefix-filename): Fix 
use of optional args.
       new  7ef1035c04 * anything-config.el 
(anything-c-find-files-transformer): Allow toggling basename while in tramp.
       new  8dedd98853 Improve search string quoting for surfraw.  Patch by 
Joakim Verona.
       new  f326d146cf * anything.el: Fix some docstrings, no code change.
       new  88de4ba355 Merge branch 'master' of git://repo.or.cz/anything-config
       new  2d20420c59 * anything.el (anything-split-window-state): Remove 
duplicated definition.
       new  9dd8a0e16d * anything-config.el (anything-find-files): Fix 
preselection in non filename buffers.
       new  fd44cd3922 * anything-config.el 
(anything-ff-auto-expand-to-home-or-root): Append trailing slash on Windows 
system. Thanks Le wang ;-).
       new  b305d4ad0a * anything-config.el 
(anything-ff-auto-expand-to-home-or-root): Remove unuseful 
`replace-regexp-in-string'.
       new  dedc382996 * anything.el (anything-read-pattern-maybe): Provide 
thing-at-point with M-n.
       new  33cef37ed9 * anything-config.el (anything-ff-auto-update-flag): 
initial value is nil, will be set to def value on start. 
(anything-find-files-down-one-level, anything-ff-auto-expand-to-home-or-root): 
Use anything-set-pattern.
       new  780c309887 * anything.el (anything-candidates-in-buffer): Fix 
pattern-regexp.
       new  2ef6ee2843 * anything-config.el 
(anything-ff-auto-expand-to-home-or-root): Fix, must use the buffer and not the 
minibuf win.
       new  b0c2986d13 anything-config.el (anything-show-this-source-only): 
revived
       new  db48bdf61c anything-config.el (anything-show-this-source-only): 
docstring / set anything-candidate-number-limit = nil
       new  b566c4c758 * anything-config.el 
(anything-ff-auto-expand-to-home-or-root): Add docstring and comment. No code 
change.
       new  bf421c5150 * anything-config.el Add query replace to action list 
(was only accessible by key).
       new  73771e4372 * anything-config.el Add help in *-read-file-name. Bind 
zgrep in locate.
       new  4400c411f3 * anything-config.el Maybe ediff files with a locate 
candidate.
       new  7813488f5f * anything-config.el (anything-quit-and-find-file): Fix, 
preselection with maybe basename.
       new  0cbdd0705b * anything-config.el: Fix *-etags search fn 
(anything-c-etags-select): Disable match-plugin here. 
(anything-c-source-etags-select): Use search attribute. 
(anything-c-etags-search-fn): New search function for etags.
       new  4525a423ca * anything-config.el Fix fname completion in minibuffers.
       new  2477c8355c * anything-config.el Allow searching etags by regexp or 
literally.
       new  c82436622c * anything-config.el Introduce ucs-names math symbols 
completion.
       new  85873e9ecf * anything-config.el (anything-c-ucs-init): Don't limit 
to ^math symbols.
       new  4aa51f0503 * anything-config.el (anything-c-source-eshell-history): 
reverse.
       new  4b833096df Fix input and default args in *completing-read functions.
       new  d746fd52c4 * anything-config.el (anything-config.el): Use a hight 
value for *-candidate-number-limit
       new  6ceea9edfa * anything-config.el (anything-goto-line): Check if 
outline is bound. Patch from Le Wang, thanks.
       new  51ad33d3fb * anything.el (anything-update): execute *-preselection 
here. take now one new optional arg.
       new  f7d3667f12 * anything.tex Add copyright and License.
       new  8aa6c57c77 * anything-config.el (anything-comp-read): append 
default on top of history if exists. (anything-completing-read-default): append 
default on top of candidates list.
       new  a931cf7752 * anything-config.el (*-comp-read, 
*-completing-read-default): Forget to replace or by and, done.
       new  677f1957f3 * anything-config.el (anything-comp-read): Handle 
default arg here in candidates. (anything-completing-read-default): default arg 
is now handled directly in comp-read.
       new  512a4f0476 * anything-config.el (anything-c-source-org-headline): 
Bugfix: Use a list of regexps in headline to handle hierarchy. Patch from Le 
Wang Thanks.
       new  8cd37892a0 * anything-config.el (anything-ff-checksum): Fix for 
Emacs23.
       new  c8ef87d519 * anything-config.el Bind ediff/merge in generic file 
keymap.
       new  d5dc0413e2 * anything-config.el 
(anything-find-files-ediff-files-1): Don't use -b option on windows.
       new  11081db193 * anything-config.el 
(anything-ff-transformer-show-only-basename): Is now a defcustom.
       new  513bb0302f * anything-config.el (anything-comp-read): Remove 
duplicates in history if some. (anything-M-x): Don't filter duplicate as it is 
now done in *-comp-read.
       new  394f56a162 * anything-config.el (anything-completing-read-default): 
Preselection is no more needed, use empty-string for def arg when it is not 
provided.
       new  8cb82e8ddb * anything-config.el Bugfix find-file can't create new 
file. (anything-c-read-file-name): Remove must-match arg. 
(anything-generic-read-file-name): handle mustmatch here.
       new  7350250920 * anything-config.el 
(anything-c-show-completion-init-overlay): Don't specify buffer to avoid error 
when *-current-buffer is unknown (before first anything call).
       new  00de3cfd54 * anything-config.el Fix eshell completion in 
eshell-command.
       new  52834ffdb5 * anything-config.el (anything-ff-lynx-style-map): Fix 
docstring.
       new  f310758c64 Update headers in anything.el and anything-config.el.
       new  317400de72 * anything-config.el (anything-ff-serial-rename-1, 
anything-ff-serial-rename-action): Allow renaming also extensions.
       new  f4ec90cf81 * anything-config.el (anything-mini): Add 
anything-c-source-buffer-not-found as suggested by Le Wang.
       new  bdd2f9dbc4 * anything-config.el (anything-c-source-eshell-history): 
Write history to file on startup.
       new  f2224a61f1 * anything-config.el (anything-eshell-history): Fix.
       new  59e1e00667 * anything-config.el (anything-c-source-info-pages): 
Bugfix window related issue with emacs24. 
(anything-c-info-pages-get-candidates): Get candidates for 
anything-c-source-info-pages.
       new  1ff03c0239 * anything-config.el (anything-c-info-pages-init): 
Renamed from anything-c-info-pages-get-candidates. It is now an init function.
       new  7123c5f8e1 * anything-config.el (anything-completing-read-default): 
candidate-number-limit is no more needed here as preselect is not used.
       new  80dda136db * anything-config.el (anything-comp-read-get-candidates, 
anything-comp-read): Clarify docstring, no code change.
       new  e69b938376 * anything-config.el (anything-completing-read-default): 
Add name of current command to header and buffer.
       new  c484bd67c6 * anything-config.el Introduce new variable to configure 
ac-mode. Improve performances of C-h f/v.
       new  e4570a682e * anything-config.el 
(anything-completing-read-handlers-alist): Now a defcustom.
       new  97f0483b72 * anything-config.el (anything-c-read-file-name): Add 
missing key 'name'.
       new  a2ef5f42ab * anything-config.el (anything-M-x): Set `this-command' 
after exiting *comp-read. (anything-generic-read-file-name): Use own name and 
buffer.
       new  fa5d1ff25e * anything-config.el (anything-completing-read-default): 
Use apply on args list.
       new  03007abf17 * anything-config.el (anything-completing-read-default): 
Handle ido-completing-read.
       new  5d9dc00811 * anything-config.el 
(anything-file-completion-source-p): Handle find-file.
       new  538c1b22f0 * anything-config.el Fix docstring and comments.  no 
code change.
       new  5efb49a1b2 * anything-config.el 
(anything-file-completion-source-p): Handle more functions.
       new  299590b9fa * anything-config.el (anything-generic-read-file-name): 
Function using read-file-name can now be customized in 
anything-completing-read-handlers-alist.
       new  ef4d226765 * anything-config.el (anything-c-source-org-headline): 
New action refile.
       new  f236128257 * anything-config.el (anything-c-org-headline-refile): 
Fix
       new  e993a5a21f * anything-config.el (anything-goto-line): require org.
       new  b32ffeb807 * anything-config.el (anything-ff-help): Add tip for 
ediffing.
       new  e843d0837d * anything-config.el 
(anything-completing-read-default-1): A generic function to call in 
anything-completing-read-default.
       new  b25341f997 * anything-config.el (anything-completing-read-default): 
Improve.
       new  bea0cd71c8 * anything-config.el 
(anything-completing-read-handlers-alist): Update docstring. no code change.
       new  ae5501f204 * anything-config.el 
(anything-completing-read-handlers-alist): Fix doctring for new behavior of a 
nil value of an entry . (anything-completing-read-default, 
anything-generic-read-file-name): A nil value of an entry fallback to 
`completing-read'.
       new  7f15a56e0a * anything-config.el (anything-generic-read-file-name): 
Fix for ido.
       new  65dd781887 * anything-config.el Handle a nil value of an 
*read-handlers-alist entry like original. (anything-completing-read-default, 
anything-generic-read-file-name): Fix nil value of an *read-handlers-alist 
entry.
       new  ac9d2a709e * anything-config.el 
(anything-completing-read-handlers-alist): Fix docstring.
       new  35aecf9e5b * anything-config.el (anything-completing-read-symbols): 
Persistent action show brief info in mode line.
       new  3e9afe39a1 * anything-config.el (anything-file-completion-sources): 
new internal variable (anything-file-completion-source-p): use it.
       new  8506a0e779 anything-config.el (anything-completion-mode): 
save/restore original values of completing-read-function and 
read-file-name-function
       new  5728ee6e20 * anything-config.el 
(anything-completing-read-handlers-alist): Allow using only 'ido' to make an 
entry using ido completion style.
       new  53fc4d8c40 Merge branch 'master' of git://repo.or.cz/anything-config
       new  f002798066 * anything-config.el (anything-completion-mode): Fix 
error in Emacs23 when completing-read-function and read-file-name functions are 
not bound.
       new  a62c79dd69 * anything-config.el Cleanup, reorder, and declare some 
more functions to shutup byte compiler.
       new  f813530b60 * anything-config.el (anything-completion-mode): Fix. 
declare function secure-hash not defined in emacs23.
       new  d634d263e9 * anything-config.el (anything-completion-mode): Modify 
docstring. (anything-completing-read-handlers-alist): Add unsupported entry.
       new  7b7e7e7b6a * anything-config.el 
(anything-completing-read-default-1): remove text properties in candidates. 
(anything-comp-read): same in history.
       new  78a7a5f345 * anything-config.el Rename chromium and uzbl functions 
and variables to avoid clash with possible new emacs functions.
       new  155dc7fda1 * anything-config.el 
(anything-completing-read-handlers-alist): Fix docstring.  No code change.
       new  87fac62284 * anything-config.el (anything-completing-read-default, 
anything-generic-read-file-name): Rename args to any-args which is more 
explicit.
       new  a19d724ee5 * anything-config.el Always expand-file-name when 
setting anything-ff-default-directory. 
(anything-ff-update-when-only-one-matched, 
anything-ff-auto-expand-to-home-or-root, anything-find-files-get-candidates): 
Do it.
       new  f6b1a00643 * anything-config.el 
(anything-ff-update-when-only-one-matched): Check if we are using a file 
completion source.
       new  bf7fb5e968 * anything-config.el 
(anything-ff-update-when-only-one-matched): No need to expand here now.
       new  a37436fafb * anything-config.el Fix again expansion of 
*ff-default-directory.
       new  40f238a8ea * anything-config.el 
(anything-ff-update-when-only-one-matched): Bugfix, clarify.
       new  01f44eb01e * anything-config.el (anything-c-walk-directory): Fix 
path key.
       new  f56709317c * anything.el Attempt to fix crashes on Windows. 
(anything-hooks): Try to check minibuffer input after possible external 
functions.
       new  d3d6157be0 * anything-config.el (anything-M-x): Rewrite to improve 
performances. should fix crashes on Windows.
       new  ecd0a6b117 * anything-config.el (anything-M-x-transformer): sort.
       new  4c834c226a * anything-config.el (anything-M-x): Clean long lines.
       new  6d753d61cd * anything-config.el 
(anything-ff-update-when-only-one-matched): Fix expansion of tramp dirs.
       new  fa7c4fde56 * anything-config.el (anything-esh-get-candidates): 
Don't try to expand on remote fnames.
       new  f78fcea5c3 * anything-config.el (anything-esh-get-candidates): Use 
try-completion.
       new  f822273527 * anything-config.el: Minor changes in headers, no code 
change.
       new  08ca34d8b5 * anything-config.el (anything-ff-set-pattern): Simplify.
       new  aafcf5538d * anything-config.el 
(anything-ff-auto-expand-to-home-or-root, anything-ff-set-pattern): Goto 
default-directory when pattern ends with `./'.
       new  5f7d9e24ac * anything-config.el (anything-c-read-file-name): Don't 
append pattern to candidates.
       new  6a53f70fb9 * anything-config.el (anything-file-completion-sources): 
Add `find-alternate-file-other-window'.
       new  02d0b2ee90 * anything-config.el (anything-generic-read-file-name): 
Don't turn off *auto-update-flag, no more needed.
       new  d51dd4985e * anything-config.el (anything-ff-help): Add tip.
       new  5d0be0debf * anything.tex: update.
       new  cc79e18f87 * anything-config.el (anything-c-source-eshell-history): 
Be sure file contents is appended to ring before writing.
       new  01a6e9c0b2 * anything-config.el (anything-quit-and-find-file): 
Moved from anything.el and remove defadvice. * anything.el 
(anything-quit-and-find-file): Removed.
       new  e9f4bc2ab1 * anything-config.el (anything-c-match-on-basename): New 
use it.
       new  f4417b4a2b * anything-config.el (anything-c-source-recentf): Let 
user set himself value of recentf-max-saved-items.
       new  346b8f61c6 * anything-config.el (anything-c-source-recentf): Fix 
docstring.
       new  e133134858 * anything-config.el (anything-c-source-recentf): 
Disable shortcuts.
       new  d6231afb15 * anything-config.el Reorder, no code change.
       new  70a0383526 * anything-config.el Enable hostnames completion in 
anything-find-files. (anything-ff-tramp-hostnames): New 
(anything-ff-update-when-only-one-matched): Don't try to complete when there is 
an invalid tramp filename in pattern. (anything-find-files-get-candidates): 
Complete on tramp hostnames.
       new  aa851ef7e0 * anything-config.el 
(anything-find-files-down-one-level): Disable when completing tramp hostnames. 
(anything-ff-writing-tramp-name-p): New use it.
       new  c37133ba91 * anything.el Add a new hook. 
(anything-before-action-hook): new hook. (anything-execute-selection-action-1): 
Run new hook.
       new  b517a261a8 * anything-config.el 
(anything-find-files-get-candidates): Show "Invalid tramp file name" in buffer 
when no known hosts.
       new  dc84e49ff9 * anything-config.el Partial Fix of action execution 
while in hostname completion.
       new  f7766360c4 * anything-config.el 
(anything-ff-before-action-hook-fn): Improve error message.
       new  24bed60312 * anything-config.el (anything-c-apropos): new.
       new  0cc021264c * anything-config.el 
(anything-completing-read-handlers-alist): Add commands.
       new  0e5545589c * anything-config.el (anything-find-files-do-action): 
Remove the window save/restore stuff.
       new  12980226e3 * anything-find-files (anything-find-files-do-action): 
Finally fix bug (hang while copying files). (anything-find-files-history): 
Simplify.
       new  02328b2762 * anything-config.el (anything-ff-toggle-basename): Use 
new arg of anything-force-update. * anything-config.el (anything-force-update): 
Use anything-update optional arg.
       new  a782668a3b * anything-config.el 
(anything-find-files-persistent-action): Second hit expand tramp hostname.
       new  a306c1a443 * anything-config.el (anything-file-completion-sources): 
Add mml-attach-file.
       new  bec8680451 * anything-config.el 
(anything-find-files-set-prompt-for-action): Show files in minibuffer.
       new  6b365e66de * anything-config.el (anything-ff-copy-async): Improve 
prompt.
       new  527d5a3701 * anything.el (anything-force-update): Fix, simplify, 
cleanup (anything-keep-selection): Fix, use literal search. 
(anything-kill-async-processes): Clean, docstring was specified two times.
       new  c44eb80aaf * anything-config.el (anything-buffer-save-and-update, 
anything-buffer-revert-and-update): Fix redisplay by using *force-update arg.
       new  40bf82c923 * anything-config.el (anything-preselect): Improve and 
simplify searching.
       new  0999a481c7 * anything.el (anything-update): Fix: execute 
anything-after-update-hook and preselection after processing delayed sources. * 
anything-config.el (anything-c-source-apt): Add update attribute. 
(anything-c-apt-refresh): don't force-update now. 
(anything-c-apt-persistent-action): Don't refresh with prefix arg.
       new  e75272df35 * anything.el Fix or add missing docstrings. No code 
change.
       new  62ba25c021 * anything-config.el Fix headers, add mailing list 
address. * anything.el (anything-maintainer-mail-address): Set to anything 
mailing list.
       new  1064be5024 * anything.el (anything-update): Revert precedent 
changes, clarify. * anything-config.el (anything-c-source-apt): Remove delayed 
attr.
       new  aee10998fe * anything.el (anything-preselect): Fix searching.
       new  3c8563467f * anything.el (anything-process-delayed-sources): Again 
fix execution of hook and preselection. (anything-update): Same.
       new  c46abd904f * anything.el (anything-update): Keep improving 
interaction with delayed sources.
       new  3fc816f49e * anything.el (anything-version): Update. Add ^L's along 
the file.
       new  1711ef4d53 * anything-config.el (anything-run-or-raise, 
anything-c-open-file-externally): Handle crap filenames.
       new  e82e17dc01 * anything-config.el (anything-completing-read-default): 
Restore `this-command' on exit.
       new  0519c225e4 * anything-config.el (anything-generic-read-file-name): 
Forget to set this-command on exit here also.
       new  70af434677 * anything-config.el (anything-comp-read): Exit with 
value of :default keyword.
       new  7483d9afdd * anything.el Introduce history argument for anything. 
(anything-argument-keys): add history keyword. (anything): idem, use it. 
(anything-execute-selection-action-1): add history arg. when present push input 
to this history.
       new  34f26525e6 * anything.el (anything-restore-position-on-quit): 
Renamed from anything-on-quit, don't save input to minibuffer-history.
       new  1c0445dfa5 * anything.el Update version number.
       new  a2653724f5 * anything-config.el (anything-c-recenter-window): 
Removed no more used.
       new  e8535bb9b8 * anything-config.el (anything-M-x): Fix for new window 
behavior in Emacs24.
       new  9016262bc3 * anything.el (anything-internal): Fix long lines and 
log formating.
       new  fde1fb0294 * anything-config.el (anything-comp-read): Fix quitting 
with a default arg non--nil.
       new  d1982b4d7b * anything.el Use anything keywords in some places.
       new  076f7c2bcf * anything-config.el (anything-browse-code): Use 
anything default arg. (anything-M-x): noresume.
       new  23029f1464 * anything-config.el (anything-completing-read-default): 
let bind minibuffer-completion-table.
       new  93b1a3d455 * anything-config.el Use anything-1 everywhere.
       new  1739bddc6d * anything-config.el (anything-comp-read): Allow using 
candidates-in-buffer.
       new  9280483032 * anything.el (anything-execute-selection-action-1): 
Fix: check if history is a symbol.
       new  cb5efa963a * anything.el (anything-resume-select-buffer): Fix 
quitting.
       new  20bf402433 * anything-config.el (anything-completing-read-symbols): 
Don't append empty string when nothing at point.
       new  684e6df654 * anything-config.el 
(anything-completing-read-default-1): new arg that allow using 
candidates-in-buffer. (anything-completing-read-with-cands-in-buffer): new
       new  452ab08de6 * anything-config.el (anything-surfraw-input-history): 
new variable.
       new  d7cc503b06 * anything.el Bugfix minibuffer history. 
(anything-internal): call anything-read-pattern-maybe with history arg. 
(anything-read-pattern-maybe): accept now history arg. 
(anything-execute-selection-action-1): Don't handle history from here, arg 
removed.
       new  53f9bb3fb4 * anything-config.el Add input history to *M-x and *apt. 
(anything-M-x-input-history, anything-c-apt-input-history): new. 
(anything-M-x): Add input hist. (anything-apt): same.
       new  d8887a2f89 * anything-config.el (anything-generic-read-file-name): 
Fix (partial) Some completing-read's call read-file-name from inside collection.
       new  a538cbde4e * anything-config.el (anything-c-etags-search-regexp): 
New.
       new  51c3346cd5 * anything-config.el 
(anything-eval-expression-input-history): new.
       new  19b0ca9db4 * anything-config.el 
(anything-completing-read-with-cands-in-buffer): Fix with anything calls from 
collection argument.
       new  09772c8c67 * anything-config.el (anything-c-boring-buffer-regexp): 
Add ac-mode.
       new  3f8f896b29 * anything-config.el 
(anything-eshell-command-on-file-input-history): new. 
(anything-c-source-advice): Add multiline.
       new  95708dfd17 * anything-config.el (anything-comp-read): New arg 
input-history. (anything-find-files-eshell-command-on-file-1): Use 
input-history, name and buffer args of acr.
       new  d8d71d7e2b * anything.el (anything-execute-selection-action-1): 
Clean, no code change.
       new  e63ee56d90 * anything-config.el (anything-comp-read): appending 
volatile arg to src was broken.
       new  7f9573f539 * anything-config.el (anything-c-etags-search-fn): no 
need to use bound and noerror args. (anything-c-etags-search-regexp): Change 
default. * anything.el (anything-candidates-in-buffer-search-from-start, 
anything-candidates-in-buffer-search-from-end): new. 
(anything-search-from-candidate-buffer): Use new search functions.
       new  400efacdc2 * anything-config.el (anything-comp-read): new arg 
exec-when-only-one. (anything-completing-read-default-transformer): new use it.
       new  ff009dbf6b * anything-config.el 
(anything-completing-read-with-cands-in-buffer): Fix small error in arg list 
(init/default).
       new  b467cbb63e * anything-config.el (anything-build-regexp-history): 
new use it.
       new  c537e29810 * anything.el Regression, remove anything-1. * 
anything-config.el same.
       new  37640928ba * anything.el Add docstrings no code change.
       new  709e8667a6 * anything-config.el 
(anything-c-show-info-in-mode-line): Renamed from 
anything-c-eldoc-show-in-mode-line.
       new  ad870ebafb * anything-config.el Reindent all.
       new  e9f9f13ba5 * anything-config.el (anything-dired-action): Save 
directory target to *ff-history when done.
       new  0f450aa2d8 * anything-config.el Update headers, fix some 
docstrings. * anything.el Same, update version number.
       new  19df692f29 * anything-config.el (anything-generic-read-file-name): 
bound this read-fn to anything-file-completion-sources on start.
       new  8d42c3812b * anything.el Reindent.
       new  74a7c178a0 anything-grep.el (agrep-do-grep): use default-directory 
instead of cd in shell command
       new  22e88464a3 * anything-config.el (anything-file-completion-sources): 
Remove sources generated by ac-mode.
       new  d6bbb71623 * anything-config.el (anything-c-source-eshell-history): 
Bugfix.
       new  698a14b517 * anything-config.el 
(anything-completing-read-with-cands-in-buffer): Don't setq collection let-bind 
it.
       new  d4eaf62aff * anything-config.el 
(anything-completing-read-default-1): 
anything-completing-read-default-transformer is no more needed.
       new  8963c64f5d * anything.el: revive anything-insert-string, 
anything-insert-selection,                anything-insert-symbol, and 
anything-insert-buffer-name.
       new  b2185c3948 * anything-config.el Fast deletion of files in 
anything-find-files. (anything-ff-quick-delete-dont-prompt-for-deletion): New 
user variable. (anything-ff-quick-delete, anything-ff-persistent-delete): new. 
(anything-find-files-map): Bind anything-ff-quick-delete.
       new  ab36ce3c1a * anything-config.el (anything-ff-quick-delete): Fix 
redisplay.
       new  65192cf54e * anything.el (anything): docstring.
       new  a51e1f092e * anything-config.el (anything-c-source-find-files): 
Remove persistent attributes, they are set in functions now.
       new  a4c490f146 * anything-config.el (anything-M-x): Use M-x as prompt.
       new  eb80fdaf84 * anything-config.el (anything-completing-read-default, 
anything-generic-read-file-name): Bugfix.
       new  1b8b9e0e77 * anything-config.el (anything-c-read-file-name): set 
auto-update-flag on start.
       new  0f102c346c Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  08ac2702a8 * anything-config.el Reorder and comment unneeded last 
functions introduced, Rubikitch please read and fix.
       new  8b12a9d780 anything-config.el 
(anything-c-source-extended-command-history): use anything-fast-remove-dups
       new  6b33a42df1 anything-config.el (anything-fast-remove-dups): use 
loop:with instead of let
       new  e1f17606e8 * anything-config.el (anything-ff-printer-list): No need 
to set it for Linux/Unix users. (anything-ff-find-printers): Check first if 
lpstat is available. (anything-ff-print): Set anything-ff-printer-list on start 
if possible.
       new  52b5a5b49c * anything-config.el Use save-selected-window in some 
places.
       new  337778dd1f Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  468c860a68 anything.el (anything-debug-output-function): bug fix of 
eval context (current-buffer)
       new  e64546d542 * anything-config.el (anything-comp-read): Fix 
docstring, no code change.
       new  215d83a25f * anything-config.el Use anything-attrset in many places.
       new  47f7078341 * anything-config.el Signal error when trying to delete 
`.' or `..' files.
       new  29fb5208fb * anything.el Prevent user setting *idle-delay to 0 
value.
       new  3f59b99b3f anything.el: refactoring: (loop ... do (return X)) -> 
(loop ... return X)
       new  eabdfcb952 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  cd36af7aa4 * anything-config.el Fix expansion of root directory on 
Windows.
       new  1ecd3ae5ad * anything-config.el (anything-c-source-top): Remove 
unuseful update attr that does same as init. (anything-c-top-update): Removed, 
no more needed.
       new  1c11215a8a * anything-config.el (anything-c-source-elscreen): Fix 
long line and clean loop. (anything-c-source-minibuffer-history): Fix long 
lines.
       new  5cffcecedb * anything-config.el Show dotted filenames on roots 
directories in Windows.
       new  ee42363425 * anything-config.el (anything-completing-read-default): 
Be sure this pesty *completion* buffer doesn't popup.
       new  4b73e8b71f * anything-config.el: Replace defadvices in adaptative 
sorting by hooks. * anything.el (anything-select-action-hook): New hook
       new  d182441899 * anything-config.el: Fix typos.
       new  c974edf487 * anything-config.el 
(anything-c-default-external-file-browser): Add tip for Windows users in 
docstring.
       new  3f88a37a8d * anything-config.el 
(anything-c-open-file-with-default-tool): Use 
anything-w32-shell-execute-open-file. declare w32-shell-execute.
       new  0d91b73375 * anything-config.el (anything-c-locate-command): It is 
now a defcustom.
       new  c7deefb21a * anything-config.el: Fix error, use 
anything-before-action-hook instead of the after one.
       new  a086e95ae8 * anything-config.el (anything-comp-read): Handle 
require-match/must-match correctly.
       new  8da891ac45 * anything-config.el Fix pathnames for external w32 
executables. (anything-w32-shell-execute-open-file): Renamed from 
w32-shell-execute-open-file use anything-w32-prepare-filename. 
(anything-w32-prepare-filename): new. (anything-run-or-raise): Use 
anything-w32-prepare-filename.
       new  5c8485fa2e * anything-config.el (anything-comp-read): Fix 
anything-next/previous-line.
       new  a719967854 anything-config.el (anything-insert-buffer-name): use 
`anything-set-pattern' instead of `anything-insert-string'
       new  5cf1b5c333 anything-config.el (anything-insert-symbol): set alias 
of `next-history-element'
       new  a53af4ba80 anything-config.el (anything-insert-selection): set 
alias of `anything-yank-selection'
       new  4f0e89a159 anything-config.el: Make aliases of older names for 
users.
       new  e26196d9a7 anything.el: Delete extra line of document of bug report 
in header
       new  47335c5336 * anything-config.el (anything-comp-read): Handle 
'confirm-after-completion same as 'confirm as completion is already done.
       new  2a44061c04 anything.el (anything-mark-current-line): bug fix when 
resuming anything session
       new  26a6160a86 anything.el (anything-mark-current-line): cleaner
       new  8e4328696d anything.el (anything-cleanup): not to set `cursor-type'
       new  796cf66f61 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  c217251c10 anything.el (anything-next-visible-mark): avoid error at 
last visible mark
       new  8304d60ec0 anything.el: Indent `anything-document-attribute' 
declarations
       new  d6face6e7c * anything-config.el (anything-comp-read): remove 
possible empty string candidate in history.
       new  761c694aee Merge branch 'master' of git://repo.or.cz/anything-config
       new  fa4a843907 * anything-config.el (anything-comp-read): Check if 
input-history is a symbol.
       new  f3680a60bc * anything.el (anything-execute-selection-action-1): Set 
exit status here. * anything-config.el (anything-comp-read): Check also exit 
status in require pattern clause.
       new  d574ff9e68 * anything.el Handle mustmatch in *read-file-name. 
(anything-find-files-get-candidates): Take now one optional arg must-match. 
(anything-generic-read-file-name, anything-c-read-file-name): Handle must-match.
       new  a814337aa7 * anything-config.el (anything-c-read-file-name): Handle 
also confirm-after-completion.
       new  be8a5fc5ae * anything-config.el (anything-c-read-file-name): Revert 
partially last changes, don't use minibuffer require-match stuff for now.
       new  409b685891 * anything-config.el (anything-c-read-file-name): 
Partial fix require-match handling, confirm* works partially.
       new  07a33a19e5 * anything-config.el Fix confirmation in file completion.
       new  18f9d17221 * anything-config.el (anything-c-read-file-name): Fix 
minibuffer-completion-table.
       new  da001c7149 * anything-config.el (anything-nest): Bugfix and move to 
anything.el. * anything.el (anything-nest): new, moved from anything-config.el.
       new  63328886f6 * anything-config.el (anything-M-x): Fall back to 
*comp-read to add must-match functionality. (anything-comp-read, 
anything-c-read-file-name): Fix keymap.
       new  72afd6c3ed * anything-config.el (anything-comp-read, 
anything-c-read-file-name): Simplify and fix keymap.
       new  40c66ed822 * anything-config.el (anything-comp-read, 
anything-c-read-file-name): Fix and simplify. * anything.el 
(anything-confirm-and-exit-minibuffer):new use it in completing functions.
       new  a6578d33e6 * anything.el (anything-confirm-and-exit-minibuffer): 
Fix, use *-exit-minibuffer.
       new  1298f546e8 * anything-config.el (anything-M-x): must-match is 
defined twice fix.
       new  7bff7e13ca * anything.el (anything-confirm-and-exit-minibuffer): 
Forget to remove unused 'or'.
       new  94499c5fdf * anything.el (anything-confirm-and-exit-minibuffer): 
Simplify, remove unneeded catch/throw.
       new  363a9284b7 * anything.el (anything-confirm-and-exit-minibuffer): 
Restore minibuffer-completion-confirm when anything update.
       new  718d132aa1 * anything-config.el (anything-c-read-file-name): 
docstring, no code change. * anything.el (anything-version): Update to 1.3.6.
       new  334295e986 * anything-config.el (anything-comp-read, 
anything-completing-read-default-1): Allow returning empty string.
       new  c10465d83a * anything-config.el (anything-c-buffer-list): Handle 
anything-allow-skipping-current-buffer directly here. 
(anything-c-highlight-buffers): Reorder head of list according to 
anything-allow-skipping-current-buffer. (anything-c-source-buffers-list): Don't 
use anymore anything-c-skip-current-buffer transformer.
       new  d10de4add2 * anything-config.el (anything-M-x): Use buffer arg.
       new  888461d3de * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Improve docstring. No code 
change.
       new  1e56e4c089 * anything-config.el: Fix 
*allow-skipping-current-buffer, remove all ";; (anything [...]" lines, Fix some 
long lines. (anything-allow-skipping-current-buffer): Default is now nil. 
(anything-c-skip-current-buffer): Add docstring and notify as obsolete.
       new  fecea82e9e * anything.el (anything-cleanup): Reenable cursor-type 
and add comments.
       new  6682841462 * anything-config.el (anything-c-source-apt): New action 
reinstall. (anything-c-apt-reinstall): new. (anything-c-apt-generic-action): 
Support reinstall.
       new  ef20b35393 * anything-config.el Fix bug introduced by new alias 
`anything-buffers+'. :-;
       new  38b5b6f4a5 * anything-config.el (anything-buffers-list, 
anything-buffers+): Make them appear in help.
       new  970de92ea7 * anything-config.el: Remove many deprecated references 
to Emacswiki and update headers and comments. * anything.el: Idem.
       new  176c699d0e * anything-config.el (anything-find-files-map): Bind 
hardlink. (anything-ff-run-hardlink-file): new. * anything.el (anything): Fix 
docstring. (anything-execute-selection-action-1): no need to set exit status 
here now. (anything-exit-minibuffer): set exit status here as before.
       new  cbc0795055 * anything-config.el (anything-c-emms-files-modifier): 
Fix
       new  7c51c526d2 anything-config.el (make-composed-keymap): defined for 
compatibility
       new  be215b6da4 * anything-config.el (anything-c-emms-files-modifier): 
reverse list.
       new  ee07cd9f03 * anything-config.el (anything-do-pdfgrep): Move to 
preselect section and add docstring. no code change.
       new  c35bde3752 * anything-config.el (anything-c-read-file-name): 
restore test option removed by error. (anything-c-basename): same behavior as 
shell command basename. (anything-ff-serial-rename-action): Improve.
       new  998b5b70c1 * anything-match-plugin.el: Big cleanup and bugfixes, 
more work on this will follow (docstring etc...).
       new  dde9f3aa25 * developer-tools/unit-test-match-plugin.el: added.
       new  6572c69dfb * anything.el (anything-parse-keys): '&rest _' is 
unneeded i think.
       new  e1f6b6c77b * anything-config.el (anything-c-source-emms-files): 
remove also mms urls.
       new  b63bf9b43d * anything-config.el (apply-partially): Move inlined 
definition from *match-plugin.el. * anything-match-plugin.el Remove 
apply-partially definition (moved to anything-config).
       new  08d9292a4d * anything-match-plugin.el Reenable 
anything-mp-3p-match, add docstrings. (anything-mp-3p-match, 
anything-mp-3-match): Add docstring.
       new  f6150137e1 * anything-match-plugin.el 
(anything-mp-default-search/bacward-functions): remove usage of mp-3p algo by 
default.
       new  dbae762156 * anything.el (anything-describe-anything-attribute): 
Use require-match arg of completing-read. * anything-config.el 
(anything-c-describe-attributes): Removed.
       new  9b9e3505c0 * anything-config.el 
(anything-emms-stream-delete-bookmark): Allow deleting marked.
       new  e5aa74e5e5 * anything-match-plugin.el 
(anything-mp-matching-method): New user variable to set matching methods. 
(anything-mp-set-matching-method): new set function for 
anything-mp-matching-method. (anything-mp-default-match-functions, 
anything-mp-default-search-functions, 
anything-mp-default-search-backward-functions): Init value is nil, will be set 
by anything-mp-matching-method.
       new  773b1248c6 * anything-match-plugin.el: Add autodoc info. * 
anything.el Update version number.
       new  7684349aa4 * anything-config.el (anything-ff-serial-rename-action, 
anything-ff-serial-rename-1): Improve.
       new  84dabe7b66 * anything-match-plugin.el 
(anything-mp-highlight-region): Don't higlight in headers. 
(anything-mp-highlight-match-internal): Don't run *highlight-region two times, 
faster.
       new  d9e53b55ac * anything-match-plugin.el 
(anything-mp-highlight-match-internal): Fix, handle single regexp.
       new  1649bb59c1 * anything-match-plugin.el (anything-mp-highlight-delay, 
anything-mp-highlight-threshold): Now defcustoms.
       new  d352938841 * anything-config.el (with-anything-show-completion): 
Use function of anything-show-completion.el to display window. 
(anything-c-show-completion-use-special-display, 
anything-c-show-completion-min-window-height): new user variables. 
(anything-c-show-completion-display-function): new, imported from 
*-show-completion.el with some modifs.
       new  72aa695d99 * anything-match-plugin.el (anything-match-plugin): new 
customize group.
       new  5dfe37eda1 extensions/anything-complete.el: 
(anything-completing-read) set anything-input-idle-delay = 0.1
       new  bc5bf3d8c8 * anything-config.el (anything-c-toggle-match-plugin): 
Renamed and moved to anything-match-plugin.el. * anything-match-plugin.el 
(anything-mp-toggle-match-plugin): Renamed from anything-c-toggle-match-plugin.
       new  bcb6b09ccc * anything.el (anything-map): Bind M-SPC to 
anything-toggle-visible-mark (C-SPC doesn't work in -nw).
       new  a7c22258f3 * anything-config.el 
(anything-c-default-info-index-list): new variable to store future info-index 
definitions. (anything-c-define-info-index-sources): new function to define 
info-index sources.
       new  3efd5410a6 * anything-config.el (anything-mark-all): Omit non 
existing file on tramp.
       new  e23268eb65 * anything-config.el 
(anything-c-define-info-index-sources): Build also commands. 
(anything-c-build-info-index-command): new, build info-index command.
       new  4ed6924f47 * anything-config.el 
(anything-c-build-info-index-command): limit candidates to 1000.
       new  286211e513 * anything-config.el: Show candidate to deinstall in apt 
interface. (anything-apt-deinstalled): New face. 
(anything-c-apt-candidate-transformer): show candidate to deinstall. 
(anything-c-apt-init): The installed packages list is now an alist.
       new  57708b8152 * anything-config.el (anything-ff-print): Refresh 
printer list with prefix arg. * anything.el: Update version number.
       new  e59ac55a0a * anything-config.el: Apply Le Wang patch that fix 
issues in anything-regexp (maybe reveal) and *etags. (anything-goto-char): New, 
goto-char and maybe reveal text. (anything-goto-line): Use it. 
(anything-c-regexp-persistent-action): idem. 
(anything-c-etags-find-tag-file-directory): Be sure TAGS is not a directory.
       new  300d560d87 Update headers in all files, copyright etc...
       new  15b9990fb8 * anything.el: Allow using specific keymap per source. 
(anything-read-pattern-maybe): Use a new arg any-sources and parse possibles 
keymaps. (anything-internal): Add new arg to anything-read-pattern-maybe. 
(anything-get-current-source): use loop instead of some. * anything-config.el: 
Use keymap attr in some sources, namely buffers-list, locate and recentf.
       new  b31670491c * anything-config.el Move all helps messages in their 
assigned variable. * anything.el (anything-help): Use help-message attr if 
present in current source, otherwise anything-help-message. Fix 
*describe-attributes section.
       new  e939171a6c * anything.el: Don't compose keymaps, use the real local 
map of source when present. (anything-read-pattern-maybe): Use the keymap of 
first source when present. (anything-internal): Reset `overriding-local-map' to 
initial value on exit/quit. (anything-maybe-update-keymap): New, run in 
`anything-move-selection-after-hook'.
       new  c21631bcbb * anything-config.el Use keymap attribute in some places.
       new  12b6dd8717 * anything.el (anything-read-pattern-maybe): any-sources 
arg no more needed.
       new  9e167a5899 * anything.el (anything-exit-status): Fix docstring, no 
code change.
       new  200937c0e5 * anything.el (anything-read-pattern-maybe): Choose 
src-keymap first if present. add comments. (anything-maybe-update-keymap): 
Docstring. Fix description of update attr. Improve description of keymap attr.
       new  9b705ac3dc * anything-config.el Fix xrandr code and add new preconf 
anything for it. (anything-c-source-xrandr-change-resolution): Use new 
functions. (anything-c-xrandr-info, anything-c-xrandr-screen, 
anything-c-xrandr-output): new functions. (anything-c-xrandr-output, 
anything-c-xrandr-screen): vars replaced by functions above.
       new  be9f0d2b6b * anything.el (anything-document-attribute): Remove 
unnecessary declaration.
       new  6a6209c728 * anything-config.el 
(anything-c-source-xrandr-change-resolution): remove dups when two displays on 
same screen.
       new  090ed346e0 * anything-config.el: Bugfix initialization of 
anything-c-locate-command. (anything-c-locate-init): Don't set 
anything-c-locate-command here. (anything-locate-with-db): set locate command 
here.
       new  45a4d36c1b * anything-config.el Add specific keymap for bookmarks. 
Simplify definition of attributes bookmarks. (anything-c-bookmark-map): new 
keymap. (anything-bookmark-help-message, anything-bookmark-mode-line-string): 
New var. (anything-c-bookmark-help, anything-c-bookmark-run-jump-other-window, 
anything-c-bookmark-run-delete, anything-c-bmkext-run-edit): new funcs.
       new  8f94632404 * anything-config.el (anything-c-bookmark-jump): New, 
allow prefix arg.
       new  a26cdb36c6 added Local Variables section:  coding: utf-8
       new  3c17177358 * anything-config.el Fix obsolete functions. 
(anything-show-this-source-only, anything-insert-string): Fix.
       new  ebf6403987 * anything.tex Update.
       new  23515f672d * anything-config.el Fix some web browser issues in 
firefox/w3m bookmarks.
       new  42a17e530c Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  b27594614e * anything-config.el (pcomplete/find): Provide 
completion on find command.
       new  071d01167a * anything-config.el Bind *-other-window to `C-c o' 
instead of `C-o' in specifics maps.
       new  b3d674c292 anything.el: Make source-specic keymaps be children of 
anything-map
       new  3d53253724 * anything.el 
(anything-local-map-override-anything-map): New user variable default to 't' 
local map should always take precedence on global one. * anything-config.el 
(anything-ff-quick-delete): Send a nil message.
       new  0e987ac2ba * anything-config.el Regression, remove pcomplete/find 
until fully fixed.
       new  da3c3c383d * anything-config.el (anything-esh-get-candidates): Fix 
for emacs23.
       new  22b2be65b2 * anything-config.el (anything-esh-get-candidates): Add 
comments. no code change.
       new  c549ce30a5 * anything-config.el (anything-c-read-file-name): Don't 
hang on host completion when using test.(e.g with read-directory-name)
       new  d23202ed36 anything.el: New function `anything-transform-mapcar', 
`mapcar' for candidate-transformer / filtered-candidate-transformer
       new  ce756262d1 anything-config.el (anything-c-shorten-home-path, 
anything-c-w32-pathname-transformer): Use `anything-transform-mapcar' to handle 
(DISPLAY . REAL) candidates
       new  32ab067327 anything.el (anything-maybe-update-keymap, 
anything-read-pattern-maybe): Use `ignore-errors' to avoid cyclic inheritance 
error in `set-keymap-parent'
       new  56f0e96aa5 anything-config.el: Bugfix about 
`anything-c-ffap-line-location'
       new  aca8747460 Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  ee3384a8d2 * anything.el Cleanup the mess. Remove old list of 
commands that have reappeared, long lines, reindent etc...no code change.
       new  8713ce8be3 * anything-config.el (anything-do-grep-1): Use 
header-name. (anything-do-zgrep): was not interactive, fix.
       new  d82f771614 contrib/anything-migemo.el: remove (delayed) attr
       new  43e683fefe Merge branch 'master' of 
ssh://repo.or.cz/srv/git/anything-config
       new  ef2ed3bc6b * anything-config.el (anything-goto-line): Add optional 
arg 'noanim'.
       new  fc32d80310 * anything-config.el (anything-do-grep-1): Use a source 
local keymap. * anything.el (anything-maybe-update-keymap): Set keymap even in 
single source.
       new  d0223755be * anything.el (anything-maybe-update-keymap): Fix 
condition for anything-local-map-override-anything-map.
       new  d88f60c564 * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Be sure output don't go in 
current buffer.
       new  a0282c94bb * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Fix usage of prefix args.
       new  10cf337c0b * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Message in mode line. 
(anything-comp-read): Add mode-line option.
       new  9b3e2a7320 * anything-config.el Introduce keymap arg in 
`anything-comp-read'. (anything-esh-on-file-map): new keymap for eshell command 
on files. (anything-c-esh-help-message): Help message for eshell command on 
files. (anything-esh-help): Its help command. (anything-comp-read): add keymap 
arg.
       new  74d9570f90 * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Fix use of %s in applied 
commands.
       new  aa31f060c9 * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Remove must-match only here for 
testing.
       new  5064f6c2f0 contrib/anything-migemo.el: (anything-mp-3migemo-search) 
Adjust to new argument spec of `anything-mp-3-search-base'                      
       (anything-mp-3migemo-search-backward) ditto.
       new  82b360efa0 contrib/anything-migemo.el: Depends on 
anything-match-plugin
       new  ae80883fed * anything-config.el 
(anything-completing-read-default-1): Use `regexp-quote' to fix initial input 
with special characters.
       new  4bd3a874b6 Merge branch 'master' of git://repo.or.cz/anything-config
       new  0a536eee81 * anything-config.el 
(anything-completing-read-default-1): Fix initial-input.
       new  3408447153 * anything-config.el (anything-quote-whitespace): New 
quote whitespaces in w32 filenames. (anything-ec-insert): Use it.
       new  0a218ddec5 * anything-config.el (anything-ec-insert): Forget dot in 
docstring.
       new  1e0b5ce6cb * anything-config.el (anything-quote-whitespace): 
Simplify.
       new  eae53d1192 * anything-config.el 
(anything-ff-retrieve-last-expanded): Bugfix, retrieve also dotted files.
       new  966bc218d2 * anything-config.el (anything-M-x-requires-pattern): 
New user variable.
       new  7a0288749e * anything-config.el (anything-quit-and-find-file): 
Allow urls.
       new  ad1c0bf194 * anything-config.el 
(anything-find-files-eshell-command-on-file-1): Fix wild-card usage.
       new  ee500bcb99 * Makefile Compile now only anything.el, 
anything-config.el, and *match-plugin.el. * README Note about 
anything-complete.el.
       new  c26864bc30 * anything-config.el (anything-c-position): Handle 
strings.
       new  2a6251fa27 * anything-config.el (anything-eshell-history-map): new 
keymap for eshell history. (anything-c-source-eshell-history): use it.
       new  5d8d2b3781 * anything-config.el (anything-kill-ring-map): new 
keymap for kill-ring. (anything-c-source-kill-ring): use it 
(anything-show-kill-ring): fix.
       new  0ac0a5eee7 * anything-config.el (anything-c-source-occur): Remove 
volatile.
       new  3783da1fe6 * anything-config.el (anything-occur-map): new keymap 
for occur. (anything-occur-run-query-replace-regexp): new. 
(anything-c-source-occur): use new keymap.
       new  9a1d4b9c93 * anything-config.el: Handle remote filenames as initial 
input in anything-find-files. (anything-find-files-initial-input, 
anything-find-files-input): Do it.
       new  9c304a1979 * anything-config.el (anything-ff-tramp-hostnames): Use 
anything-fast-remove-dups.
       new  7112a297dc * anything-config.el (anything-c-position): Improve.
       new  d8f97d1cc9 * anything-config.el 
(anything-set-anything-command-map-prefix-key): Fix.
       new  93f0f802a8 * anything-config.el Remove all leading stars in 
defcustom docstrings.
       new  aa87a37161 * anything-config.el 
(anything-set-anything-command-map-prefix-key): Use now ctl-x-map. 
(anything-command-map-prefix-key): New default prefix is now "c" that is "C-x 
c".
       new  387ea907c5 * anything.tex Update.
       new  dcc0df0e94 * .gitignore: exclude patch files
       new  4d46ea23cd * anything.el (anything-version): Update.
       new  82464522cb * anything-config.el (anything-occur): Share grep 
history.
       new  e386cd43d2 * anything-config.el 
(anything-c-default-info-index-list): Now a defcustom with its own set 
function. (anything-c-define-info-index-sources): Take now one arg VAR-VALUE in 
addition to COMMANDS. (anything-info-index-set): New.
       new  e34ad45307 * anything-config.el 
(anything-ff-update-when-only-one-matched): Fix.
       new  91730b07ce * anything-config.el (anything-info-index-set): Forget 
to set the var itself.Done.
       new  e999a811aa * anything-config.el (anything-ff-directory-files): Add 
dotted directories in empty directories on ftp hosts.
       new  755e4faac5 * anything-config.el Add mode-line help for occur. 
(anything-occur-mode-line): New.
       new  6b9718fba2 * anything-config.el (anything-esh-pcomplete): Use named 
buffer.
       new  b6c76c4321 * anything-config.el (anything-ff-url-regexp): Match 
earlier possible urls. (anything-ff-auto-expand-to-home-or-root, 
anything-ff-set-pattern, anything-find-files-get-candidates, 
anything-ff-prefix-filename, anything-ff-highlight-files): Use it.
       new  e978423aae * anything-config.el Support undo-tree entries in 
registers. (anything-c-register-candidates, 
anything-c-register-action-transformer): Do it.
       new  735f9452ea * anything-config.el: Truncate string in register when > 
to anything-c-register-max-offset. (anything-c-register-max-offset): New user 
variable. (anything-c-register-candidates): Use it.
       new  b97cd7232a * anything-config.el (anything-M-x): Don't sort twice.
       new  88d2d6a683 * anything-config.el (anything-comp-read): Don't use 
here per sources keymap.
       new  6fcd7a1d2e * anything-config.el 
(anything-ff-transform-fname-for-completion): Fix, don't try to be smart on 
urls.
       new  d4cf1735a0 * anything-config.el (anything-comp-read): Fix 
docstring, no code change. * anything.el (anything-read-pattern-maybe): Fix 
typo in comment, no code change.
       new  940af8ca6f * anything.el (anything-candidate-buffer): Use flet.
       new  669f9e1353 * anything-config.el (anything-ff-properties): Minor 
change. Remove ':' after filename.
       new  dee1561233 * anything-config.el Don't prompt for a locatedb file if 
this file is found. (anything-ff-locate-db-filename): New user variable. 
(anything-ff-find-locatedb): New try to find available locatedb file. 
(anything-locate-1): Use it. (anything-locate): Set 
anything-ff-default-directory on startup.
       new  63aff74558 * anything-config.el (anything-ff-locate): Use extra arg 
of anything-locate-1 (anything-ff-find-locatedb): Use one arg, to notify if we 
are coming from ff. (anything-locate-1): Same.
       new  c50db2071b * anything-config.el (anything-ff-quick-delete): Use 
optional arg of anything-c-delete-file.
       new  2dd2dd13ca * anything-config.el (anything-eshell-history): Use 
eshell command line as input. * anything.tex Add section for Eshell completion.
       new  77ea4eaf7d * anything.el (anything-insert-match): Handle numbers.
       new  4746f47d5a * anything-config.el Restrict all "anything-ff-run" 
prefixed commands to anything completion sources. 
(anything-ff-run-toggle-auto-update, anything-ff-run-switch-to-history, 
anything-ff-run-grep, anything-ff-run-pdfgrep, anything-ff-run-zgrep, 
anything-ff-run-copy-file, anything-ff-run-rename-file, 
anything-ff-run-byte-compile-file, anything-ff-run-load-file, 
anything-ff-run-eshell-command-on-file, anything-ff-run-ediff-file, 
anything-ff-run-ediff-merge-file, anythi [...]
       new  c35e2c3e99 * anything-config.el 
(anything-file-completion-source-p): Don't check here for anything-alive-p.
       new  d5a0c21f11 * anything.el (anything-cleanup): set anything-alive-p 
later.
       new  1498592de5 * anything-config.el 
(anything-find-files-get-candidates): be sure anything-ff-default-directory is 
expanded.
       new  f030231872 * anything-config.el (anything-find-files-1, 
anything-c-read-file-name): fix anything-ff-auto-update-initial-value.
       new  563243b671 * anything-config.el 
(anything-find-files-get-candidates): Fix precedents changes about 
*default-directory. (anything-dired-action): Fix these */./ in history.
       new  5c97765fe9 * anything-config.el 
(anything-c-source-minibuffer-history): erase minibuffer before inserting.
       new  56024d0705 * anything-config.el (anything-c-grep-save-results): Fix 
(don't forget to insert first line).
       new  7e6ed55c07 * anything-config.el 
(anything-set-anything-command-map-prefix-key): Use now global map. 
(anything-command-map-prefix-key): Its new value is now `C-x c'.
       new  b8f2e7cccc * anything-config.el (anything-c-grep-action): Handle 
save to grep buffer. (anything-c-grep-save-results): Use anything-c-grep-action 
to save history. (anything-c-grep-save-results-1): new.
       new  b1f8cb9b6c * anything-config.el (anything-grep-help-message): Fix.
       new  bd1a991e16 * anything-config.el (anything-c-read-file-name): Fix 
new directory when used from read-directory-name.
       new  f676b1bb94 * anything-config.el (anything-generic-read-file-name): 
Remove no more needed check of file existence on exit.
       new  8fecb78fb5 * anything-config.el 
(anything-find-files-get-candidates): Don't handle must-match here. * 
anything.el (anything-get-selection): Use buffer-substring for display value. 
(anything-confirm-and-exit-minibuffer): Check also for property of candidate 
for confirmation.
       new  9f2a372ad3 * anything.el (anything-get-selection): 
force-display-part can take 'withprop as value. 
(anything-confirm-and-exit-minibuffer): Use 'withprop.
       new  b016418949 Forking to emacs-helm
       new  e12f0ca46b Rename anything prefixes to helm.
       new  59b77cffa5 Removed obsolete files.
       new  5abd270b6a Add doc files.
       new  b37f074e8d Delete contrib
       new  5d9cc231b3 Fix headers. * helm-config.el * helm-match-plugin.el * 
helm.el
       new  b47045028b * helm.el remove reference to emacswiki and old repo url.
       new  2a47e9bf94 * README Remove obsolete reference to deprecated files.
       new  91f1c7424d * doc/helm.pdf: Recompiled * helm-config.el: Update url 
repo * helm-match-plugin.el: same * helm.el: same
       new  f502f7cf1f Rename url's. * helm-config.el * helm-match-plugin.el * 
helm.el
       new  76bd9cb436 prettied up the README a bit
       new  9f2503ae9f Merge pull request #1 from bbatsov/master
       new  fe2d65eb9a fix slightly misaligned graphics in README
       new  e16634c274 fixed git urls
       new  0f11c04f63 Merge pull request #3 from bbatsov/master
       new  047b00577f * doc/helm.pdf Updated.
       new  80e87c669a Update url repo. * doc/helm.tex * helm-config.el * 
helm-match-plugin.el * helm.el
       new  d510e6cfa9 Update headers.
       new  ffa905794e * helm-config.el Remove filelist and related.
       new  2a521e4cc0 * helm-config.el: Start removing obsolete code. 
(helm-select-source, helm-insert-string, helm-insert-symbol, 
helm-insert-selection): remove.
       new  fdf7d30af8 * helm-match-plugin.el: remove grep plugin.
       new  f2563ae6eb * helm.el (helm-local-map-override-helm-map): removed 
(helm-read-pattern-maybe, helm-maybe-update-keymap): same * helm-config.el 
(helm-mode): Renamed from helm-completion-mode. (ac-mode): Removed use 
helm-mode instead (helm-completion-mode-string): new value is now " Helm".
       new  e33e42d6e0 * helm.el (helm-confirm-and-exit-minibuffer): Be sure 
buffer is not empty before checking props.
       new  9335506781 add file-local variables to enforce spaces for indenting
       new  3ad0222a04 extended the README a bit
       new  168cefdf2a * helm-config.el (helm-cr-default-transformer): Set 
property on nomatch candidate. (helm-comp-read): Use it, (fix bug with 'confirm)
       new  c642581e05 add face helm-selection
       new  9bbc0298b4 Merge pull request #9 from bbatsov/master
       new  fac952ff9d Change "incremental search" to "incremental completion" 
to avoid confusion with isearch.
       new  024f32b6ae * helm.el (helm-version): Update to 1.4.0.
       new  ef3a4a3b6d Merge branch 'master' of github.com:emacs-helm/helm
       new  1c10cb2488 Merge pull request #11 from tarsius/face
       new  356e28d35f don't use intended doc-string as default-value
       new  a53a9fdbea Merge pull request #12 from tarsius/default-value
       new  afa47b87bb use parent keymaps instead of copying
       new  eb347c92a3 Merge pull request #8 from tarsius/parent-maps
       new  ad28858445 * README.md: Fix basic usage. * helm-config.el: Remove 
helm-sources settings. * helm.el: Reorder variables. (helm): No more an 
interactive function.
       new  bafbd60aa1 * helm-config.el Remove deprecated auto-document support.
       new  c023284e5b * helm-config.el Rename some 'ac-' prefixed var/fn.
       new  9eb8305761 * helm-config.el: Don't restrict helm-ff-run* commands 
to helm-file-completion-source-p.
       new  1e86a65669 Add full GPLv3 license.
       new  012d98f01e Change all file licenses to GPLv3.
       new  d78c40e43e * helm-config.el: refactorize. * helm.el: refactorize. * 
helm-match-plugin.el: refactorize.
       new  6ee6c4c117 helm-config.el: Gather lacarte menu items from current 
buffer.
       new  cb64d97e92 Merge pull request #14 from cofi/license
       new  7482d04940 Clean headers, remove all autodoc stuff, don't use it 
anymore from now.
       new  27973747a9 * helm-config.el: Start splitting. Remove all utils 
functions and move them to helm-utils. require helm-utils. * helm-utils.el: new 
file.
       new  a4d6d28f36 * helm-config.el: Remove users variables and move to 
helm-vars.el. Move compatibility functions to helm-utils. * helm-utils: 
make-composed-keymap and apply-partially inlined here for compat. * 
helm-vars.el: new file.
       new  3b91daca97 re #6 - cleaned up headers and added helm-pkg.el for 
package.el compatibility
       new  d65b939aba moved the send-bug-report info from helm.el to the README
       new  66f15e9e49 tighten regexp when shortening filename
       new  ca08560b24 Merge pull request #18 from bbatsov/marmalade
       new  9385bbfc88 * helm-config.el Move buffers code to helm-buffers.el * 
helm-buffers.el new file.
       new  3d768cc4ee * helm-config.el: Move regexp and occur code to 
helm-regexp.el. (helm-configuration): move to helm-vars.el * helm-buffers.el: 
require cl and helm. * helm-regexp.el new file.
       new  e558f28c57 * add helm-minibuffer-history-key * improve 
helm-command-prefix-key * both can now be set to nil prior to loading 
helm-config.el   to prevent any key to be bound to the respective commands
       new  66550b245f * helm-buffers.el: require cl, helm, helm-vars, 
helm-utils. Move more functions from helm-config.el * helm-config.el Move 
functions and reorder. * helm-utils.el require helm, compile, dired.
       new  6be65e77c7 define helm-command-prefix without destroying existing 
keymap
       new  bdca6249de Merge pull request #13 from tarsius/key-variables
       new  7caae0d2de Merge pull request #16 from tarsius/command-prefix
       new  559ac1815a * helm-config.el (helm-command-prefix): Declare it.
       new  adccedecb9 * helm-config.el: Move web related functions to 
helm-net.el. * helm-net.el: new file
       new  f97a20cf3c * helm-config.el: Move *find-files and related to 
helm-files.el * helm-files.el: new file. * helm-regexp.el: move helm-regexp 
from helm-config.el.
       new  e21f4c8f0b * helm-config.el: Move lisp completion code to 
helm-elisp.el * helm-elisp.el: new file. * helm-regexp.el: Move *occur command 
here.
       new  234c5ab678 * helm-config.el: Move grep to helm-grep.el * 
helm-grep.el: New file.
       new  d9e95903a7 * helm-config.el: Move complex-commands to 
helm-elisp.el. Remove obsolete code.
       new  46f3e41f39 * helm-config.el: Move helm-mode code to helm-mode.el. * 
helm-mode.el: New file.
       new  87d864107b * helm-config.el: Forget to remove occur code.
       new  dc93109209 * helm-config.el Move kill-ring, mark-ring and register 
to helm-ring.el * helm-ring.el: New file.
       new  6399b42a86 * helm-config.el: Move keymaps to related file.
       new  88829f8884 * helm-config.el: Move timer code to helm-elisp.el
       new  5e8034c300 * helm-config.el: Move *M-x to helm-command.el * 
helm-command.el: new file.
       new  ce61153bc0 * helm-config.el: Move eval-expression to helm-eval.el * 
helm-eval.el: New file.
       new  bdf882549c * helm-config.el: Forget to remove regexp code, done.
       new  c0efcaf583 * helm-config.el: Move helm-c-show-completion-overlay 
def to *elisp.el.
       new  d0f4902cb7 * helm-config.el: Move helm-configuration to *vars.el.
       new  da8465fc06 * helm-config.el: Move all-marks code to helm.el.
       new  2849c756f8 * helm-config.el: Move *file-in-current-dir to *files.el.
       new  f512dc1dd8 * helm-config.el: Move yank-text-at-point in *utils.el.
       new  6ffe9b7db7 * helm-config.el: Move locate to helm-locate.el * 
helm-locate.el: new file.
       new  b375028615 * helm-config.el: Remove listing of helm preconfigured.
       new  cc94514cc9 * helm-config.el: Remove also helm-execute-helm-command 
from menu and command-map.
       new  735183740c * helm-config.el: Move etags/ctags to helm-tags.el. * 
helm-tags.el: new file.
       new  d129571ead * helm-mode.el (helm-completing-read-default): Handle 
list for completing-read DEF arg.
       new  7946b64e33 * helm-config.el: Move adaptative code to 
helm-adaptative.el. * helm-adaptative: New file.
       new  00184513fe * helm-config.el: Move pcomplete and eshell hist to 
helm-eshell.el * helm-eshell.el: new file.
       new  18fc764471 * helm-config.el: Move helm-esh-pcomplete, 
helm-eshell-history. * helm-eshell.el: (helm-esh-pcomplete, 
helm-eshell-history): Moved from helm-config.el.
       new  888b319c36 * helm-config.el: Move gentoo to helm-gentoo.el * 
helm-gentoo.el: New file.
       new  94b7639bef * helm-config.el: Move apt to *apt.el. * helm-apt.el: 
new file.
       new  8ab4657cb8 * helm-config.el: Move *gentoo * helm-gentoo.el: Add 
gentoo command
       new  a2d2675c96 * helm-external.el: New file * helm-config.el: move code 
there * helm-files.el: Use it.
       new  3dd3aa391a * helm-font.el: New file * helm-config.el: Move code 
there * helm-external.el: Add missing var.
       new  d4e74b7658 * helm-emms.el: New file. * helm-config.el: move emms 
there.
       new  0bf365778f * helm-bbdb.el: New * helm-config.el: move bbdb there
       new  60e7b1b5d5 * helm-imenu.el: New * helm-config.el: Use it
       new  c16dfabb0c * helm-firefox.el: new file. * helm-w3m.el: new file. * 
helm-config.el: move firefox and w3m bookmarks. * helm-utils.el: move 
helm-html-bookmarks-to-alist here.
       new  9fbbdb9848 * helm-bookmark.el: new * helm-config.el: Move bookmark
       new  5b2bbed601 * helm-bmkext.el: New * helm-config.el: Move bmkext
       new  6cbdbb4cf6 * helm-plugin.el: new * helm-config.el: move all plugins
       new  f9067e2652 * helm-yaoddmuse.el: New file * helm-bookmark.el: Move 
keymap here * helm-config.el: Remove keymaps * helm-font.el: Move keymap here
       new  9676c65c43 * helm-org.el: new * helm-config.el: Move org headlines 
and keywors
       new  55328df057 * helm-info.el: new * helm-config.el: Move info
       new  0eb812cfa5 * helm-man.el: new * helm-config.el: move man
       new  60126426f9 * helm-call-tree.el: new * helm-config.el: move 
simple-call-tree
       new  1a766bff0d * helm-color.el: New * helm-bookmark.el: Move two fun 
there * helm-config.el: require also font
       new  e6f32cf54c * helm-sys.el: new * helm-config.el: Move top, xrandr, 
emacs processes.
       new  5f4a51846a * helm-misc.el: Various things go here * helm-config.el: 
Move various things there
       new  f5d0706e96 * helm-config.el: Move browse-code to helm-regexp.el * 
helm-regexp.el: added browse-code
       new  9d238e6d53 * helm-files.el: require image-dired.
       new  7d8197acae Fix warnings at compilation.
       new  20b6beebc1 * helm-elscreen.el: New * helm-config.el: Move elscreen
       new  22cb4d5636 * helm-config.el: Move more code in helm-elisp.el, 
helm-elscreen.el, helm-files.el.
       new  0fdfd1dc96 * helm-help.el: new * helm-config.el: Move help messages 
and mode-line strings.
       new  17abe1999f * helm-mode.el (helm-generic-read-file-name): Fix when 
using ido in helm-completing-read-handlers-alist.
       new  915e9712e0 * helm-mode.el (helm-completing-read-default): Don't 
check for read-file-name-internal, added by error.
       new  a1b8c7b09b Finish merging and removing obsolete stuff from 
helm-config.el
       new  ba17f09b4d Move all defcustoms and faces in their respectives 
groups and files.
       new  37389022ac * helm-vars.el: deleted
       new  6a37b28ddf Put helm menu under Tools as a submenu.
       new  97ba148943 Merge pull request #25 from semente/patch-1
       new  e086158564 * helm-config.el (helm-command-map): Bind helm-ucs. * 
helm-grep.el (helm-c-grep-max-length-history): now a defcustom.
       new  8fa7f6df9a * helm-plugin.el: Add comments, reorder.
       new  24f46e53a8 Fix #issue22. * helm-mode.el 
(helm-completing-read-default-1): Fix handling of DEFAULT arg as list.
       new  4760a01ba2 * helm-buffers.el (helm-c-buffer-match-major-mode): Fix 
multiple matchs after major-mode.
       new  df080a0926 * helm-files.el: 
(helm-ff-transform-fname-for-completion): Fix matching with multi3p method. 
(helm-ff-smart-completion-incompatible-methods): New, internal.
       new  3af2d90713 * helm-ring.el (helm-c-register-candidates): Separate 
title and contents with newline. Upcase title.
       new  00c9680f12 * README.md: Update.
       new  8c3a67993d * README.md: Fix code balise.
       new  87958cbac1 * helm-config.el: Don't soft require helm-slime.
       new  efc271ecec * helm-eshell.el (helm-c-source-esh): Abbreviate 
candidates by filtering. (helm-ec-insert): Don't insert full path when asked.
       new  1ddf2be414 * helm-external.el: Move open file externally and 
related here.
       new  cfa60267d4 * helm-files.el: Fix recursive require when using 
autoload.
       new  1f842c596b * helm-bmkext.el: Move faces to bookmark and rename. 
remove group.
       new  a617ccf5c3 * helm-man.el (helm-c-man-default-action): Fix, use the 
car of candidates.
       new  8548c2eb28 * helm-files.el (helm-c-read-file-name): Moved to 
helm-mode.el.
       new  fbb90a6349 * helm-files.el: clean, no code change.
       new  fb0cc85a14 * helm-config.el: Move bindings to helm.el.
       new  7974fc55e3 Create autoload system in helm-config.
       new  37b4201737 Fix dependencies and autoloads. Reorder.
       new  6729b0aaf4 * README.md: Add name of original author.
       new  48b698c2f2 Delete developer-tools.
       new  913b25eac6 * helm-mode.el (helm-cr-unknow-pattern): New, Flag to 
know if `helm-pattern' have been added to candidate list in `helm-comp-read'. 
(helm-comp-read, helm-cr-default-transformer): Use it.
       new  8d65d4247e * helm-grep.el: (helm-c-grep-save-results-1): Fix 
highlighting matches in grep buffer.
       new  207fb36f04 Fix autoloads and remove faces variables. Remove 
`generated-autoload-file' local var in all files.
       new  3f02f7178a helm*mode-line-string: seperate bindings consistently
       new  56dfe4b54b helm*mode-line-string: improve readability of definitions
       new  ba45bf6d29 helm*mode-line-string: don't include 
helm-send-bug-report-from-helm
       new  517d945c4a helm*mode-line-string: replace Acts with Act, like other 
verbs
       new  89bb3835fb helm-bookmark-mode-line-string: doc-string no longer 
part of value
       new  d3e91bea30 * helm-help.el (helm-help-message): Remove reference to 
removed command helm-call-source.
       new  3f303feff2 Bugfix locate not starting when use with helm-for-files 
on startup. * helm-locate.el (helm-locate-set-command): New. 
(helm-locate-with-db, helm-c-source-locate): Use it.
       new  e3a2ce6e8b Merge pull request #32 from tarsius/mode-line
       new  34755a4058 * helm.el (helm-selection): Use a default face visible 
on marked candidates. * helm-utils.el (helm-overlay-face): Moved from helm.el. 
(helm-match-line-overlay-face): removed.
       new  1e716acd37 Require adaptative in w3m and firefox.
       new  59aa5a7aa6 Fix some faces.
       new  7d399097a0 remove "-face" suffix from face symbols
       new  cfe1edc9a2 Merge pull request #34 from tarsius/faces
       new  2adcd43f5a * helm.el: Remove all digit shortcut code.
       new  7bf9724af1 * helm.el: Remove test-mode.
       new  06cc23ea06 * helm.el: Move help related things to helm-help.el. 
(helm-process-source): Insert match in multiline.
       new  3daad977b8 * helm-pkg.el: shutup byte compiler.
       new  3447453c92 * helm.el (helm-follow-mode): Use define-minor-mode.
       new  d6f9d34230 * helm.el (helm-accumulate-candidates-internal): Free 
variable 'exit' is not needed, return will occur from here.
       new  80aa3607fa Fix copyrights in some places.
       new  24d06908ef * helm-adaptative.el: Fix typo.
       new  02e59648fb * helm.el (helm-log-save-maybe): Fix and clarify. 
(helm-debug-root-directory): New.
       new  c9e787eb05 * helm-plugin.el (helm-persistent-help-string): 
Propertize with helm-header.
       new  a29740ff04 Fix header-line face. * helm.el 
(helm-display-mode-line): Add a space before string in header-line. * 
helm-plugin.el (helm-persistent-help-string): propertize whole head-line.
       new  5a765e6b3c * helm.el (helm-display-mode-line): Fix 
header-line-format.
       new  b6e38a1090 * helm-files.el (helm-find-files-input): Fix some ffap 
annoyances. (helm-ff-search-library-in-sexp): New user variable. * helm.el: Fix 
some docstrings.
       new  ce3f7a456d * helm-utils.el (helm-selection-line): Renamed from 
helm-overlay-line. Fix docstring.
       new  4c0e846569 * helm.el: Fix long lines.
       new  cd1aa7e14c New command to show all and some arrangements. * 
helm-color.el (helm-custom-faces-init): new (helm-c-source-customize-face): use 
it * helm-utils.el (helm-show-all-in-this-source-only): Show only current 
source of this helm session. (helm-show-all-candidates): Overhide 
helm-candidate-number-limit. * helm.el (helm-set-source-filter): don't loose 
cur selection. (helm-init-candidates-in-buffer): Initialize a 
candidates-in-buffer session more easily.
       new  a36718093f * helm.el (helm-set-source-filter): preselect on display 
value of candidate.
       new  c6f2257ef5 * helm.el (helm-attr): new arg COMPUTE. Remove 
helm-attr*. Fix some docstrings.
       new  ab191f6b5e * helm-files.el (helm-ff-properties): Split infos. * 
helm-utils.el (helm-split-mode-file-attributes): new. (helm-file-attributes): 
Use it, provide more keys.
       new  d7b30acf8c * helm.el: Fix typo.
       new  c10a32bbbe * helm-utils.el (helm-file-attributes): Allow using 
human-size separately. * helm-files.el (helm-ff-properties): use it.
       new  af28743ac2 * helm-files.el (helm-ff-properties): Improve infos. 
(helm-tooltip-hide-delay): new user var. (helm-get-default-mode-for-file): new 
(helm-ff-properties): show infos on mode and external commands.
       new  c68238a6e1 * README.md Add note about melpa.
       new  e0bef2d8c9 * helm-files.el (helm-ff-properties): Fix use modif time.
       new  eba1d84cfa * helm-utils.el (helm-file-attributes): Always return 
time under string form. * helm-files.el (helm-ff-properties): Use it.
       new  b060235008 Implement `match-part' attribute. * helm.el: document 
match-part attribute. * helm-tags.el: (helm-c-source-etags-select): Use 
match-part. * helm.el (helm-search-match-part): New. 
(helm-candidates-in-buffer, helm-candidates-in-buffer-1, 
helm-search-from-candidate-buffer): Use it.
       new  e4d5f78876 * helm.el (helm-search-match-part, 
helm-search-from-candidate-buffer): Fix.
       new  22d42a2c89 * helm-tags.el: Remove regexp search and related vars.
       new  74343d7eb2 * helm-utils.el (helm-file-attributes): Improve.
       new  08c91e10bf * helm-tags.el (helm-c-source-etags-select): Just add a 
comment. no code change.
       new  bb68b99e90 * helm-match-plugin (helm-mp-3-search-base): Add 
docstring. * helm.el (helm-search-from-candidate-buffer): Add comments.
       new  c6f759ccf7 * helm.el (helm-resume): Fix, simplify. 
(helm-resume-window-only): removed. (helm-resume-select-buffer): Fix.
       new  c8f9598065 * helm-grep.el (helm-grep-mode): New mode. 
(helm-c-grep-save-results-1): Use it. (helm-grep-mode-map, helm-grep-mode-quit, 
helm-grep-mode-jump, helm-grep-mode-jump-other-window-1, 
helm-grep-mode-jump-other-window-forward, helm-grep-mode-jump-other-window): 
new.
       new  64c00878a3 * helm-grep.el (helm-c-goto-next-or-prec-file): Fix for 
helm-grep-mode. (helm-gm-precedent-file, helm-gm-next-file): new 
(helm-c-goto-precedent-file, helm-c-goto-next-file): Locales to helm buffer.
       new  320fe956f0 * helm-eval.el: require eldoc. * helm-grep.el: declare 
View-quit.
       new  f56526bca5 * helm-files.el: Use keymap in source instead of command 
arg.
       new  6c3b5dcf8b * helm.el (helm-initialize): Set helm-alive-p here.
       new  d74b5b8b06 * helm.el (helm-at-point): Removed, obsolete.
       new  badda83e48 * helm-config.el: update.
       new  35fdebcb43 * helm-grep.el (helm-do-grep-1): rename arg, do not 
resume until fixed.
       new  badd798583 * helm-grep.el: Fix resuming grep sessions. 
(helm-grep-collect-candidates): New. (helm-grep-use-zgrep, 
helm-grep-in-recurse, helm-grep-last-targets): New internal vars.
       new  be4232a479 * helm-grep.el: Fix typo.
       new  0059e58669 * helm-match-plugin.el (helm-mp-highlight-match): Check 
for nohighlight attr. * helm-files.el: (helm-c-source-find-files): Use new attr 
nohighlight.
       new  2d55d81f1d * helm-grep.el: Fix don't bind 
helm-compile-source-functions here. (helm-do-grep-1): disable mp highlighting 
here.
       new  7a50627c80 Fix some default values for user vars. * helm-files.el 
(helm-ff-transformer-show-only-basename): Now default to t. 
(helm-ff-avfs-directory): default to "~/.avfs". (helm-candidate-number-limit): 
default to 100.
       new  50acc811de * helm-grep.el: Fix recursion keeping resume 
capability.. (helm-grep-collect-candidates): move let-bound vars to 
helm-do-grep-1. (helm-grep-include-files): new. (helm-do-grep-1): use it in 
candidates.
       new  24c3431b17 * helm-grep.el: Fix recursion keeping resume 
capability.. (helm-grep-collect-candidates): move let-bound vars to 
helm-do-grep-1. (helm-grep-include-files): new. (helm-do-grep-1): use it in 
candidates.
       new  7839ea6633 * helm-grep.el: Fix resuming for pdfgrep. 
(helm-pdfgrep-targets): new internal. (helm-do-pdfgrep-1): use it.
       new  09dc2562c7 * helm-grep.el (helm-c-grep-action): handle pdfgrep 
action. (helm-c-pdfgrep-action-1): new, called by `helm-c-grep-action'. 
(helm-c-pdfgrep-action): Use `helm-c-grep-action'. (helm-do-pdfgrep-1): use 
grep history.
       new  628fc3cf44 * helm-grep.el (helm-do-pdfgrep-1): use keymap from 
source
       new  7f6d21477c * helm.el (helm-read-pattern-maybe): Fix error when 
resuming an empty helm buffer.
       new  a8a3e6b789 Quick and dirty port of `anything-c-source-semantic'
       new  2d09d7b184 * helm-mode (helm-completing-read-default): Fix issue 
#41 helm-mode conflicts with magit. * helm-locate.el: Use file-name-history 
(only basename).
       new  709fab418f helm-semantic.el: Now uses `candidates-in-buffer'.
       new  6ff63d4982 * helm.el (helm-read-pattern-maybe): Allow using history 
attr in sources. * helm-grep.el (helm-do-grep-1): Use it. * helm-locate.el 
(helm-c-source-locate): Same. * helm-files.el (helm-ff-zgrep): simplify.
       new  d0c9f6575f * helm.el (helm-reading-pattern): Removed.
       new  2aabf3a080 * helm-mode.el (helm-c-read-file-name): Remove unused 
toggle-auto-update.
       new  3f98fe9cd2 * helm-elisp.el: Don't resume lisp completion source. * 
helm.el: Add comments. * helm-files.el (helm-find-files-1): Use keymap as helm 
arg.
       new  1f416b2961 Merge pull request #42 from haxney/semantic-source
       new  59cfb013a2 * helm-config.el: Update autoloads for semantic.
       new  ed28ee37a4 * helm-semantic.el: require helm-imenu and small bugfix. 
(helm-semantic-default-action): Remove space on bol when fetching props at 0.
       new  49db05280c helm-buffers.el: Set major mode on new created buffers.
       new  07b060f5ca * helm-semantic.el (helm-semantic-default-action): Fix 
in a cleaner way.
       new  5d6cbc42bc * helm-files.el (helm-find-files): Declare org-directory 
and don't require org.
       new  b67e9a7ce6 * README.md Fix link to prelude.
       new  1a564088d9 * helm-config.el: Bind helm-resume and add 
*semantic/imenu to menu.
       new  504588ac91 * helm-buffers.el: let user choose a mode for new 
buffers. (helm-buffers-favorite-modes): New user var.
       new  bdf32552be Fixe use of markdown for keyboard shortcuts
       new  a0d2d30a3d Merge pull request #44 from DamienCassou/patch-1
       new  03cb4ec348 helm-pkg.el: Don't compile file.
       new  2c622ee13d * helm-grep.el (helm-do-grep-1): use named source and 
buffer for grep or zgrep. (helm-grep-mode-jump-other-window): Fix paren error.
       new  9613149480 * README.md Update.
       new  1ffc28dad3 * doc/helm.pdf: Removed.
       new  e11e5cc4cc * helm.el (helm-separator): new missing face.
       new  27b956cf32 * helm-files.el (helm-c-source-find-files): Fix matching 
crap filenames.
       new  d4feb1dc05 * helm-emms.el (helm-c-source-emms-files): Fix.
       new  c2624e3f2b * helm-emms.el (helm-c-source-emms-files): Fix, use emms 
buffer as current buffer.
       new  14c66f5d8c * helm-mode.el (helm-comp-read): Fix keymap.
       new  5f58f9dd51 * helm-mode.el (helm-comp-read): revert last change. 
(helm-c-read-file-name): Fix keymap arg.
       new  5f9fa4d06d * helm-help.el: Add missing autoload cookie.
       new  26ba2f02f0 * helm-help.el: autoload more variables. * 
helm-config.el: update autoloads.
       new  162d5837d7 * helm-eshell.el: Don't resume eshell completion 
sessions.
       new  e8014dc8b5 * README.md: remove link to pdf.
       new  05d9a8460a * helm.el (helm-add-action-to-source): New. Allow user 
to add a specific action to an existing source without modifying source code.
       new  188b3c770d * doc/Home.mdpp: New. the wiki file.
       new  939ebbe6b7 doc/Home.mdpp: Fix one section.
       new  d1ee772694 * helm.el (helm-add-action-to-source): Handle also 
sources with single action.
       new  79ece87de3 * helm-mode.el (helm-completing-read-default): Disable 
possible `unread-command-events' hack.
       new  9900a0b77c Move user vars in their own groups. * 
helm-adaptative.el: do it. * helm-mode.el: same, put also helm-mode in 
helm-mode group.
       new  7dac376ca1 * helm-buffers.el: Use ido to fetch buffers-list as 
suggested by Dan Haxney. While I am at it clean up also deprecated stuff. 
(helm-c-buffer-list): Use ido. (helm-allow-skipping-current-buffer): Removed. 
(helm-c-highlight-buffers): Fix with last changes. 
(helm-c-buffer-display-string-*): removed.
       new  42f60d28a2 * helm-buffers.el (helm-c-source-buffer-not-found): 
Don't create buffer when quitting in the *read-file-name.
       new  1145cddefd * helm-utils.el Remove eval-defun hack.
       new  835fed057e * helm-buffers.el (helm-c-buffer-list): Disable 
ido-use-virtual-buffers for now.
       new  267d6e0251 * helm-buffers.el (helm-c-buffer-list): Always ignore 
helm-buffer.
       new  7fac441508 * helm-buffers.el: Declare ido-ignore-buffers.
       new  80c34cb724 * helm-buffers.el (helm-c-boring-buffer-regexp-list): 
New, replacement for helm-c-boring-buffer-regexp for skipping. 
(helm-buffers-skip-entries): New, handle a list of regexp. 
(helm-c-skip-boring-buffers): Use it. * helm-utils (helm-c-shadow-entries): Use 
when.
       new  3aeb618bfe Fix defcustoms. * helm-buffers.el * helm-info.el
       new  28dd63ba7d Fix header-line rendering on small displays
       new  f5b97b9a83 * helm-buffers.el (helm-c-source-buffers-list): Create 
list before helm-buffer creation as suggested by Dan Hackney, thanks. 
(helm-c-buffer-list): no need now to add helm-buffer to ignore list.
       new  f2845160d0 Merge pull request #53 from maio/fix-header-line
       new  5f4f661ee0 Add helm-c-source-bookmark-set in all bookmark commands, 
Thanks Dan.
       new  344cea5f6b Add default arg for bookmark commands.
       new  5a9576fc1a Create `helm-match-plugin-mode' to control activation.
       new  21bb0e29f7 Add and remove `helm-mp-highlight-match' on minor mode 
change
       new  80876fcf9b Merge pull request #56 from 
haxney/match-plugin-minor-mode
       new  739a273261 Update autoloads, and start match plugin mode by 
default. * helm-config.el * helm-match-plugin.el
       new  f462a93634 * helm-ring.el: Fix use of kill-ring browser in a 
running helm session.
       new  80ba78feb6 * helm-ring.el (helm-show-kill-ring): Improve.
       new  de6cb44a09 Fix shadow/skip boring files/buffers. * helm-buffers.el 
* helm-files.el * helm-utils.el
       new  f948ff97a1 * helm-org.el: Capitalization fixes
       new  5dc85b1bdd Merge pull request #57 from nsemrau/master
       new  a4f260e642 * helm-files.el: Fix transformers in files attributes.
       new  86b35bde6e * helm-buffers.el (helm-c-source-buffers): Removed. * 
helm-files.el (helm-c-shorten-home-path_): Changed to defun and renamed to 
helm-shorten-home-path-1.
       new  26a92557b6 * helm-buffers.el: reorder and add new source for ido 
virtual buffers. (helm-c-source-ido-virtual-buffers): new (helm-buffers-list): 
use it.
       new  8e4036e1ea * helm-files.el (helm-c-highlight-files): DTRT Use 
helm-c-basename.
       new  207f98d6d3 Merge branch 'master' of github.com:emacs-helm/helm
       new  d31c524109 * helm-buffers.el: Add keymap and actions for ido 
virtual source.
       new  d3e5331a68 * helm-buffers.el: Add help command. * helm-buffers.el: 
Add help for ido virtal buffers. * helm-config.el: Update autoloads.
       new  213797e3a5 * helm-files.el (helm-c-highlight-files): Use basename 
only if `helm-ff-transformer-show-only-basename' is non--nil. * helm-locate.el 
(helm-generic-files-map): Add helm-ff-run-toggle-basename.
       new  e36b17da92 * helm-help.el (helm-generic-file-help-message): Add 
toggle basename.
       new  1d9bc2a23a * helm-files.el (helm-ff-maximum-candidate-to-decorate): 
new. (helm-c-find-files-transformer): use it.
       new  38185141bb * helm.el (helm-init-candidates-in-buffer): Improve, 
allow also lists.
       new  78ca1dfde8 * helm-files.el: Insert boring file transformer in 
highlight one.
       new  0117e99255 * helm-files.el (helm-ff-locate): Fix: 
helm-c-locate-command doesn't exists already.
       new  456d23393d * helm-files.el (helm-c-highlight-files): Honor 
helm-ff-tramp-not-fancy, thanks Le.
       new  d6c97f2fd2 * helm-files.el (helm-ff-highlight-files): Improve.
       new  8c4c2678da add helm-stumpwm-commands. The Stumpwm is Tiling Window 
Manager likely ratpoison written Common Lisp. This helps to select stumpwm's 
command with emacs.
       new  a5607e8832 Merge pull request #65 from takaishi/stumpwm
       new  732f746add * helm-misc.el (helm-c-source-stumpwm-commands): Source 
should be defined with defvar.
       new  786f2892c8 * helm-elisp.el: Pull out individual sources out of 
`helm-c-apropos` changes made by Le Wang.
       new  517387774c * helm-files.el (helm-ff-highlight-files): Fix prefix 
non--filenames. Use file-exists-p. * helm-misc.el: Colorize time zone.
       new  4ea1706b4c * helm.el (helm-internal): catch 'exit' for further use 
by `exit-minibuffer'.
       new  2c7a0e9dc2 add helm-comp-read autoload
       new  35fc048e36 helm-files.el: Remove match clause from recentf source.
       new  f3d6825bd0 Require helm-mode in many places for *read-file-name. * 
helm-locate.el * helm-grep.el
       new  84e452ed4e Merge branch 'master' of github.com:emacs-helm/helm
       new  11c12a4912 * helm-files.el 
(helm-ff-transformer-show-only-basename): change default value to nil.
       new  6ddff8723a fix `helm-c-source-files-in-current-dir` when directory 
doesn't exist.
       new  f8c4f48568 * helm-locate.el (helm-locate-with-db): let-bind 
`helm-ff-transformer-show-only-basename'.
       new  9563660fb4 Merge branch 'master' of github.com:emacs-helm/helm
       new  b2247841f5 * helm-utils.el (helm-find-file-as-root): Use 
`find-alternate-file'.
       new  f73be468a1 * helm-files.el (helm-ff-run-find-file-as-root): new 
(helm-find-files-map): bind it.
       new  5123c9415f * helm-help.el (helm-help-event-loop): Bind Isearch in 
help buffer. (helm-help-internal): Add isearch in mode-line. 
(helm-ff-help-message): update.
       new  757bb86c96 * helm.el (helm-add-action-to-source): Allow adding an 
action at INDEX.
       new  bd87f5868c refactor out `insert-in-minibuffer` into top level 
function to avoid unnecessary consing.
       new  8c4e289f3f add `helm-yank-symbol-first' option
       new  26cca481c5 Merge branch 'lewang-master'
       new  a660f285bf * helm-command.el (helm-M-x-always-save-history): New, 
save history even on errors when non--nil.
       new  b017bdff4b * doc/Home.mdpp: Update.
       new  90855602c5 * helm-utils.el (helm-insert-in-minibuffer): Add 
docstring, no code change.
       new  c0ad9c1306 * helm-files.el (helm-dired-action): Fix docstring.
       new  5acaca56e1 * helm-files.el (helm-c-delete-file): New optional arg 
synchro. (helm-ff-quick-delete): Use it, force synchronous deletion of file.
       new  ef57c7ccd5 * helm-files.el (helm-find-files-persistent-action): 
Regression, fix expansion on filenames by using minibuffer-window.
       new  7a92e21327 * helm-files.el: Remove copy async. * helm-config.el: 
Update autoloads.
       new  8e5830eacf * helm-files.el (helm-c-delete-file): Don't quote 
dired-recursive-deletes.
       new  09bc1b0593 * helm-buffers.el: Show size of buffers. 
(helm-buffer-size): new, calculate buffer size. (helm-c-highlight-buffers): do 
it. (helm-c-skip-boring-buffers): transform to filtered-candidate-transformer. 
Use filtered-candidate-transformer in buffer attributes.
       new  25102c1909 * helm-buffers.el (helm-c-highlight-buffers): Align 
correctly, add modes, truncate buffer names if needed.
       new  7577432770 * helm-buffers.el (helm-buffer-max-length): new user 
var. Add comments.
       new  dcdb597db1 make recenter useful for 
`helm-match-line-color-current-line`
       new  e28dee8765 Merge pull request #72 from lewang/master
       new  bc6f0697d7 * helm.el: Improve faces for white background, thanks 
John.
       new  8234b08869 * helm.el: Allow customizing action lines in action 
buffer. (helm-action): new face. (helm-show-action-buffer): Add a cand 
transformer.
       new  eac6affa7e * helm.el (helm-append-at-nth): New. 
(helm-add-action-to-source): Use it.
       new  b68818f252 * helm.el (helm-add-action-to-source-if): New, add 
action transformer without modifying source code.
       new  2af9b9ad60 * helm.el (helm-add-action-to-source-if): Add index arg.
       new  10439a912d * helm.el (helm-add-action-to-source-if): use optional 
arg instead of key.
       new  18302b9002 * helm.el (helm-add-action-to-source-if): Build action 
when it is a symbol.
       new  83b54011b4 * helm.el (helm-get-actions-from-type): New, extract 
actions from type attr of source.
       new  ad8835e408 * helm-utils.el (helm-c-walk-directory): Improve, match 
argument can now be a function or a regexp.
       new  cc8a206942 * helm-tags.el (helm-c-etags-create-buffer): Fix issue 
#77, Avoid regexp stack overflow by changing regexp.
       new  c3bbe6f535 * helm-grep.el (helm-c-grep-init): Use pipe.
       new  120479837d * helm.el (helm-map): Disable 
`file-cache-minibuffer-complete'.
       new  c4fd0084df * helm-grep.el (helm-c-grep-init): Use status of process 
in mode-line and let sentinel sending error messages.
       new  9ff95be61f * helm-grep.el (helm-c-grep-init): Use helm-log.
       new  b56ab55c99 * helm-grep.el: Fix typo.
       new  651364ab20 * helm-grep.el (helm-c-grep-init): Print cmd line to 
debug buffer also when debug-on-error is on.
       new  8f3d5010bf * helm-bbdb.el (helm-c-source-bbdb): Fix action attr.
       new  2bad9d81a9 * helm.el (helm-run-after-quit): Don't wait for user 
input, defer after 0.1s.
       new  89c0dd2c28 * helm-grep.el (helm-c-grep-split-line): Simplify, 
faster.
       new  09f1cb3b1e helm-grep.el (helm-c-grep-split-line): clean.
       new  9ea6020075 fix typo in helm docstring
       new  357bc504e2 * helm-grep.el: just add comments, no code change.
       new  5b536ad129 * helm-mode.el (helm-cr-unknow-pattern-flag): issue #81 
Remove old code and fix completing-read with require-match set to 'confirm.
       new  37d0dd40a8 Merge branch 'master' of github.com:emacs-helm/helm
       new  53237dbc9e * helm-bbdb.el: Issue #78 Give more choice when creating 
contacts. (helm-read-repeat-string, helm-bbdb-phone-read-string): new 
(helm-c-bbdb-create-contact): Use repeat prompts.
       new  9d1995650f * helm-bbdb: Issue #78 Implement insertion of addresses.
       new  94a281a831 * helm-bbdb.el (helm-read-repeat-string): Oops, forget 
to update last definition.
       new  b07ec5eee0 * helm-bbdb.el (helm-bbdb-read-address): Issue #78 Add 
completion on address type.
       new  38f740353b * helm-bbdb.el Issue #78 Clean up, add numbers to Email 
prompt.
       new  308e650053 * helm-bbdb.el: Issue #78 Add completion for phone, 
remove entries location at each turn. (helm-bbdb-read-address): Remove location 
at each turn. (helm-bbdb-read-phone): renamed from helm-bbdb-phone-read-string, 
Add completion.
       new  3e9b447b17 * helm-bbdb.el Add group and defcustoms.
       new  cef5713bec * helm-buffers.el: Issue #82 Fix hardcoded value of 
helm-buffer-max-length.
       new  b00f41fbf0 * helm-bbdb.el: Issue #78 Don't use defcustom but 
completion via `bbdb-label-completion-list` Thanks Jiehong.
       new  c31158bf2a * helm-bbdb.el: declare bbdb-label-completion-list.
       new  180c2f17a2 * helm-files.el (helm-dired-action): Allow using async 
package.
       new  df80e11b68 * helm-files.el 
(helm-find-files-eshell-command-on-file-1): From the helm-buffer one prefix arg 
apply, two prefix arg print to current-buffer. * helm-help.el: Document this 
behavior.
       new  02b4f0059c * helm-files.el 
(helm-find-files-eshell-command-on-file-1): Prefix buffername with 'helm'.
       new  7d5646e43c * helm-bbdb.el (helm-bbdb-read-phone): Use count.
       new  c4ea8741c7 * helm-files.el (helm-ff-directory-files): Always reread 
an ftp directory. * helm-buffers.el: require helm-grep * helm-grep.el: declare 
helm-c-buffer-list and do not require helm-buffers. * helm-config.el: Update 
autoloads.
       new  8d082d583c correct type prefered => preferred
       new  8b2efa67c0 * helm-pkg.el: Update version number.
       new  8c47619418 Merge branch 'master' of github.com:emacs-helm/helm
       new  8c93d412b8 * helm-files.el (helm-ff-directory-files): Don't try to 
remhash dir entry in ange cache at first connection.
       new  05a36ab31e * helm-files.el (helm-ff-directory-files): Regression, 
remove the ange reset code.
       new  375af9cfe0 * helm-files.el: Fix some requires.
       new  2fbbf36f45 add `helm-recenter-top-bottom-other-window' and 
`helm-reposition-window-other-window`
       new  59341ed45e Merge pull request #84 from lewang/lewang-recenter
       new  93e8b1b557 * helm-files.el (helm-dired-action): Fix issue #85 
helm-async-be-async not bound.
       new  ecd7e48a63 * helm-files.el (helm-dired-action): Fix paren error.
       new  e19650f497 * helm-grep.el: Support using wilcard in basic git-grep 
command.
       new  15af634714 * emacs-helm.sh: new
       new  c73494ff44 * helm-grep.el (helm-c-grep-cand-transformer): Fix for 
24.2, use car-safe.
       new  ff7596a65f * helm-grep.el (helm-c-grep-init): Fix grepping remote 
files; Thanks to Michael Albinus. `start-file-process-shell-command' should be 
called with a buffer, not nil.
       new  cc67dc85e5 * helm-grep.el (helm-c-grep-init, helm-c-pdfgrep-init): 
Use `helm-buffer' instead of `current-buffer'. Which is the same but make 
things clearer.
       new  ada576e540 * helm-locate.el (helm-c-locate-init): Use pipe. * 
helm-grep.el (helm-c-pdfgrep-init): Same.
       new  5f04e40bf9 color adjustments for helm-buffer faces
       new  711f5927a3 wiki: make gmane a reference
       new  fbc7c8327d wiki: add note about updating grep on Mac OS X
       new  ba82049721 * README.md: Update.
       new  fbf30e817b Merge branch 'master' of github.com:emacs-helm/helm
       new  668d9248ef add session source as alternative to recentf
       new  1a251c6fda add compatibility fix for session.el
       new  85c8118059 Use timer accessors for timer formatting.
       new  7ed6a06485 * helm-command.el (helm-M-x): Use commandp for filtering 
history.
       new  e5efb603ba Merge branch 'master' of github.com:emacs-helm/helm
       new  78b04ed053 * helm-mode.el (helm-comp-read-get-candidates): Treat 
commandp specially, symplify. (helm-comp-read): Maybe use test arg in history 
source.
       new  1a2efe590d * helm-mode.el (helm-comp-read): Check if pattern is a 
possible key of cands.
       new  390448493d * helm-command.el (helm-M-x): Bind special-display* vars 
to nil only in the flet. (helm-comp-read): Check for association in cands also 
in src1.
       new  04aa48ffbe * helm-mode.el (helm-comp-read-get-candidates): Fix 
forget one cond clause. (helm-comp-read): Now always insert candidate in 
history instead of the current minibuffer input.
       new  d4cb0009fd * helm-mode.el (helm-comp-read-get-candidates): Handle 
also predicates for other symbols.
       new  494425a59c * helm-font.el (helm-c-ucs-init): ucs-insert have been 
removed in emacs-24.2.
       new  b7fcd86b07 * helm-command.el (helm-M-x): Use new key of 
helm-comp-read. * helm-mode.el (helm-comp-read): new arg del-input.
       new  03a25b74b2 * helm-font.el (helm-c-ucs-init): Shut up byte compiler 
for insert-char in 24.1.
       new  466c1cd12b Make helm-map buffer-local more safely. * helm.el 
(helm-create-helm-buffer): set helm-map locally here. 
(helm-read-pattern-maybe): Just setq helm-map as it is already buffer-local. * 
helm-mode.el (helm-comp-read): Fix setting of helm-map locally.
       new  0553fd0ba6 * helm-utils.el: Inline file-equal-p and 
file-in-directory-p for compatibility.
       new  a9dfec6680 add scroll-margin to helm completion window
       new  0c9809d106 Merge pull request #87 from lewang/with-scroll-margin
       new  2706258c37 * helm-grep.el (helm-c-grep-init): Improve readability, 
expand default-directory. (helm-c-grep-debug-command-line): Removed, now read 
command line in helm log.
       new  6f0cd7bd11 * helm-grep.el (helm-do-grep-1): Simplify init.
       new  bd632fade6 * helm-grep.el (helm-c-grep-init): Start logging just 
before starting process.
       new  ad361245b9 * helm.el (helm-output-filter--post-process): Use 
with-selected-window.
       new  9880051ebb * helm.el: Add comment in async process-filter code.  
remove a no clause.
       new  f71cd291a7 * helm.el (helm-output-filter--collect-candidates): Add 
docstring and fix comments.
       new  99aae62f15 * helm.el (helm-output-filter--post-process): Fix error 
when updating.
       new  59dc15fbbc * helm-grep.el (helm-c-grep-init): Fix error message.
       new  0da3e63651 * helm-sys.el (helm-c-source-emacs-process): refresh 
list.
       new  bc6ce9094e * helm-grep.el (helm-c-grep-prepare-candidates): use 
local name when default dir is remote. (helm-c-grep-init): Use it.
       new  948cf69159 * helm-locate.el (helm-c-locate-init): Fix mode-line.
       new  569091bb0e * helm-grep.el (helm-c-pdfgrep-init): Fix mode-line and 
similar changes as in grep-init.
       new  2eecbe9d9c * helm-grep.el (helm-c-grep-init): Use flag 
helm-grep-in-recurse instead of helm-c-grep-recurse-p. (helm-c-grep-recurse-p): 
removed. (helm-grep-collect-candidates): Use the globals vars and remove all 
args. (helm-grep-last-default-directory): New, needed also for resuming. 
(helm-do-grep-1): remove lambda for candidates and use directly 
helm-grep-collect-candidates.
       new  cca9146296 * helm-grep.el: Add support for ack-grep.
       new  0843234e30 * helm-grep.el: support now the %e format spec for 
ack-grep.
       new  cffd2e1bb2 * helm-grep.el (helm-c-grep-init): bind tramp-verbose.  
Add comments.
       new  f2e9c4c4eb * helm-grep.el (helm-do-grep-1): Return error when using 
ack-grep on remote file. work around: set a hight value to *input-idle-delay 
when grepping on remote.
       new  40d431109d * helm-grep.el: Fix error assertion.
       new  4f117fff7f * helm-grep.el (helm-c-grep-buffers-1): Fix 
default-directory on startup. (helm-c-pdfgrep-init): idem.
       new  5a0bb68b89 * helm-grep.el: Allow using different commands for 
normal and recurse.
       new  9487f87aec * helm-grep.el: Add defcustoms for default commands, 
reorder.
       new  d6c876fc6c * helm-locate.el: Allow creating a locate.db with 
persistent action.
       new  aebdc2ad07 * helm-files.el: Issue #89 Add missing keymaps to some 
sources. (helm-c-source-copy-files, helm-c-source-rename-files, 
helm-c-source-symlink-files, helm-c-source-hardlink-files, 
helm-c-source-write-file, helm-c-source-insert-file): Do it.
       new  3ed0d491e6 * helm-grep.el (helm-c-grep-init): Fix callback.
       new  7f7d85051a * helm.el: Allow swapping windows. (helm-swap-windows): 
New, swap helm window with other window. (helm-replace-buffer-in-window): new 
(helm-map): bind it. * hem-config.el: update autoloads.
       new  ea59f0eef5 * helm-files.el 
(helm-ff-transform-fname-for-completion): Be strict with "." "^" and "$". 
(helm-ff-mapconcat-candidate): New.
       new  7f50e8ef9b * helm-files.el: Patch from Le Wang. Refactor dot dir 
check into function, make it more robust.
       new  66f39cd33b get PWD more robustly
       new  05020d55b0 * helm-files.el 
(helm-ff-transform-fname-for-completion): Fix for wildcards.
       new  8a49b688d4 Merge branch 'master' of github.com:emacs-helm/helm
       new  138f68bca8 * helm-grep.el (helm-do-grep-1): Don't prompt for ack 
types in recursive zgrep.
       new  5af83b8857 * helm-grep.el (helm-do-grep-1): docstring.
       new  cec83592fc * helm-files.el: Bind C-s to grep in helm-find-files-map.
       new  899d4326f1 * helm-grep.el (helm-grep-use-ack-p, helm-grep-command): 
fix for git.
       new  843910cbcc * helm-grep.el (helm-c-grep-prepare-candidates): Add 
comments, fix, quote files in ack.
       new  1a7ca6e8fe * helm.el (helm-map): Be sure C-s is disabled.
       new  d9e4398d3b Fix helm-comp-read history in some place to fit new 
behavior.(del-input) * helm-external.el * helm-net.el
       new  a7ee65b703 Disable compile warnings and add new keyword to helm. * 
helm.el (helm): Send error when running helm within helm unless :allow-nest is 
non--nil. Fix docstring. * helm-ring.el (helm-show-kill-ring): Use new keyword 
:allow-nest
       new  1606ad6b5f * helm-grep.el: Use helm-c-adaptive-sort for ack-types. 
* helm-mode.el (helm-comp-read): Allow using a list for 
filtered-candidate-transformer.
       new  142ec56612 * helm-grep.el (helm-do-grep-1): Don't compute 
extensions when not needed.
       new  b15efd8c8b * helm-locate.el (helm-locate-1): Prevent user trying to 
create a db with a dir.
       new  b380bbf327 * helm.el (helm-select-persistent-action-window): Use 
member. (helm-swap-windows): Don't swap when helm-samewindow is activated.
       new  c26ed27663 * helm.el: Clarify the use of onewindow which was not in 
persistent actions. (helm-select-persistent-action-window, 
helm-execute-persistent-action, helm-persistent-action-display-window): Apply, 
rename onewondow to split-onewindow.
       new  8d3a8da7c1 * helm-man.el (helm-c-man-default-action): Don't 
let-bound Man-notify-method.
       new  5090256f2d * helm-files.el (helm-find-files-get-candidates): Fix 
require-match was unused but needed.
       new  8630633792 * helm.el (helm-update): back to one window when 
updating when helm-samewindow is non--nil.
       new  553bbfee14 * helm.el (helm-execute-persistent-action): Fix for 
helm-samewindow.
       new  731037b938 * helm-color.el (helm-c-source-customize-face): Add 
kill-new action.
       new  5edfc23b1d * helm-sys.el (helm-c-source-top): Use header-name.
       new  d9649aac3f * helm.el (helm-initialize): Set helm-alive-p after 
initialisation.
       new  f621394643 * helm-command.el (helm-M-x): Simplify.
       new  644ef964ea * helm-command.el (helm-M-x): Fix precedent changes.
       new  04c947774f * helm-command.el (helm-M-x): Forget to bind sym-com.
       new  ba22e3bcdf * helm.el: Cleanup.
       new  8fd72983b2 * helm-config.el: Load helm-misc for minibuf history in 
minibuffer-setup-hook.
       new  bc755c5ebe * helm.el (helm-swap-windows): Resize windows when 
swaping. (helm-execute-persistent-action): Handle deleted persistent buffer 
even when not samewindow.
       new  dc29431d4a * helm-files.el (helm-dired-mode): Fix wrong usage of 
define-minor-mode. * helm-config.el: update autoloads.
       new  c0af0d6711 * helm-buffers.el (helm-buffer-toggle-diff): restore 
underlying window when killing buffer. * helm-files.el 
(helm-find-files-persistent-action): same. * helm.el: Fix previous changes.
       new  dff0cf10a9 * helm-command.el (helm-M-x): Reset window with 
helm-current-buffer in persistent action.
       new  a35d8f76d5 * helm-buffers.el 
(helm-buffer-save-persistent,helm-buffer-revert-persistent): Fix bad use of 
onewindow.
       new  a77af3cbec Add actions to helm-c-apropos sources same as 
anything-apropos.
       new  ff3f9d7d83 Merge pull request #93 from syohex/improve_apropos
       new  c86596facc * helm-files.el (helm-find-files-input): Fix for remote 
files in dired.
       new  db16959ed1 * helm-grep.el (helm-c-goto-next-or-prec-file): Use 
helm-get-selection. * helm.el (helm-output-filter--post-process): Maybe update 
keymap.
       new  b93ca90436 * helm-grep.el (helm-do-grep-1): Simplify and add 
completion on grep extensions.
       new  9aa0a8a877 * helm.el (helm-swap-windows): Fix for own frame 
minibuffer settings.
       new  fa2c6a8913 * helm.el (helm-frame-or-window-configuration): Fix for 
minibuffer own-frame config.
       new  57ca043e77 * helm.el (helm-frame-or-window-configuration): Just 
check if helm-current-buffer is a minibuf.
       new  46d9ec029b Remove flet in some places. * helm-command.el (helm-M-x) 
* helm.el (helm-candidate-buffer) * helm-files.el (helm-ff-serial-rename-1): 
Simplify, use make-symbolic-link. * helm-grep.el 
(helm-c-goto-next-or-prec-file) * helm-mode.el (helm-comp-read, 
helm-c-read-file-name) * helm-ring.el (helm-mark-ring-get-marks, 
helm-global-mark-ring-format-buffer): new. (helm-mark-ring-get-candidates, 
helm-global-mark-ring-get-candidates) * helm-net.el: Remove some more flet here 
too.
       new  45cf362156 * helm.el: Issue #50 Move some variables to defcustom 
and remove * in some places. (helm-swap-windows): Use -.
       new  84705f0b21 * helm-grep.el (helm-do-grep-1): Fix force-update when 
in resume (don't use init).
       new  95bcde3be2 * helm-bookmark.el: Use candidates-in-buffer. * 
helm-bmkext.el: Same.
       new  cd2b0976b9 * helm-files.el (helm-for-files): Bind 
helm-ff-transformer-show-only-basename to nil.
       new  209b94626e * helm-pkg.el: Update version.
       new  40080c6b1c * helm-eshell.el (helm-esh-get-candidates): Call 
pcomplete-completions outside the loop. (helm-esh-pcomplete): Ensure to give a 
string to helm-ff-set-pattern. Now provide also lisp symbols completion.
       new  9e4d14a92e * helm-elisp.el: Fix error when trying completion on 
nothing. * helm-eshell.el: Allow filename completion inside elisp sexp.
       new  37f9be2f6e * helm-elisp.el: Fix completion on filenames. * 
helm-files.el (helm-c-insert-file-name-completion-at-point): Fix regexp for 
windows paths.
       new  45e10bb7fc * helm-elisp.el 
(helm-lisp-completion-or-file-name-at-point): Fix, search forward for a space.
       new  d079fc358e Issue #95 Fix defcustoms in various places.
       new  1d7a98df30 * helm-locate.el (helm-locate-1): Don't use must-match 
to allow creation of locate.db.
       new  ffbd19adde Remove some more migemo attrs.
       new  255defab36 * helm-grep.el: Issue #99 (helm-do-grep/zgrep/pdfgrep) 
Preselect default-directory is now the default. It can be customizable with 
helm-do-grep-preselect-candidate. Issue #100 Allow using smartcase search in 
grep like in ack-grep with --smart-case.
       new  7288a9a518 Introduce multi occur. * helm-buffers.el 
(helm-multi-occur-as-action): Multi occur action for buffers 
(helm-buffers-run-multi-occur): To run by key. Use new action in buffers 
attributes. * helm-regexp.el New functions and source for multi occur.
       new  9f15d07959 Add transformer function to multi occur. * 
helm-regexp.el (helm-moccur-buffer): new face. (helm-m-occur-get-line): Use 
single prop change. (helm-m-occur-transformer): new use it in 
helm-c-source-moccur.
       new  b3194af9f3 Add help for moccur.
       new  750af5810a * helm-buffers.el (helm-c-buffer-map): Bind C-s to multi 
occur.
       new  c23a0afeca * helm.el (helm-init-candidates-in-buffer): Allow a 
symbol for BUFFER arg.
       new  56db4ca437 * helm-buffers.el: Forget autoload cookie for moccur 
action.
       new  bec9d226a1 Revert changes for migemo, add migemo attr to 
multi-occur.
       new  0ea6be62a4 * helm-regexp.el (helm-c-display-to-real-numbered-line): 
Renamed from helm-c-display-to-real-line. Moved from helm-utils.el.
       new  c50aa3326d * helm-regexp.el (helm-c-source-occur): No need to have 
delayed, use 3 for requires-pattern.
       new  495a252ecf * helm-grep.el (helm-c-goto-next-or-prec-file): Fix 
searching, compare with string=.
       new  52f4fff5f7 * helm-regexp.el (helm-m-occur-transformer): Add an 
help-echo.
       new  708a29902d * helm-mode.el Return empty string by key. 
(helm-comp-read-map): new keymap. (helm-comp-read): use it.
       new  c8e998ae21 Fix mode line string for helm-comp-read.
       new  6d5cca2eb5 * helm-mode.el: fix helm-exit-minibuffer in 
mode-line-string.
       new  c3fb0f01b6 * helm-grep.el (helm-c-goto-next-or-prec-file): always 
use helm-c-grep-split-line. * helm-regexp.el 
(helm-moccur-always-search-in-current): New user var. Don't use split-string.
       new  6e49004ee1 * helm-regexp.el (helm-moccur-always-search-in-current): 
Default to nil.
       new  105c832259 * helm-files.el: Add etags to file attr.
       new  6ef22cba2e * helm-regexp.el: (helm-multi-occur-1) Change buffer 
name.
       new  7cd5745331 * helm-grep.el: (helm-c-goto-next-or-prec-file): Fix for 
etags. * helm-tags.el: New delimiter.  No code change
       new  e98e82f076 * helm-tags.el: Bind keymap in source.
       new  fb3195d7f3 * helm.el (helm-update): Allow giving an in-source value 
to delayed attr. * helm-regexp.el (helm-m-occur-idle-delay): New user var. 
(helm-c-source-moccur): Delay source by helm-m-occur-idle-delay time.
       new  517b7291e0 * helm-regexp.el (helm-c-source-moccur): Update delayed 
attr when modifying helm-m-occur-idle-delay. * helm-grep.el: Add comment.
       new  5d07ff9422 * helm-regexp.el: Add history to multi occur.
       new  7cd8fb6f4e * helm-grep.el (helm-c-grep-init): Issue #96 Show 
command line when exiting with code 1.
       new  e2434a4b14 * helm-grep.el (helm-grep-cmd-line): new face.
       new  dc891fbc30 * helm-grep.el: Fix typo in face.
       new  2019cdea75 * helm-regexp.el (helm-c-source-moccur): Require grep at 
init for keymap.
       new  43d99896ca * helm-elisp.el 
(helm-lisp-completion-or-file-name-at-point): Don't try to complete filename 
after "`".
       new  34b84d3200 * helm-regexp.el (helm-c-source-moccur): Add persistent 
action.
       new  eddcd4716a helm-multi-occur process interactive args in interactive 
form
       new  d282d24cda * helm-files.el (helm-c-highlight-files): Use 
file-attributes.
       new  cf53a0b5cb * helm.el (helm-inherit-attribute-from-source): New. 
(helm-get-attribute-from-source-type): new, use it in 
helm-inherit-attribute-from-source and helm-get-actions-from-type.
       new  be7823d497 Merge branch 'master' of github.com:emacs-helm/helm
       new  f16ddf35ab * helm-regexp.el (helm-multi-occur-1): Unbind match 
plugin here. (helm-multi-occur): match plugin is now unbinded in *multi-occur-1.
       new  2e02002ad2 fix recentf and session sources to not use `(type . 
file)`
       new  ddb7fecd2e * helm-files.el: issue #106 Fix paren error of precedent 
commit.
       new  46f4544642 * helm-files.el: Define type attributes on top of file. 
* helm.el (helm-get-attribute-from-type): New.
       new  d4154fa795 * helm-files.el (helm-ff-etags-select): Fix for use 
outside of hff.
       new  775bdcf5aa * helm-locate.el: Bind etags to generic keymap. * 
helm-help.el: Update for generic keymap.
       new  f75353fd3a * helm-ring.el (helm-c-source-mark-ring): Push mark when 
jumping to mark.
       new  aaa5027d92 * helm-regexp.el (helm-m-occur-get-line): Don't 
recompute point-at-bol.
       new  ce88e38e13 * helm-buffers.el (helm-c-buffer-match-major-mode): 
Issue #103 Match inside buffers with @. (helm-c-buffer-match-inside): new.
       new  39c674b6fd * helm-buffers.el (helm-multi-occur-as-action): Issue 
#103 Use @ input as default input when present. * helm-regexp.el 
(helm-multi-occur-1): Take one more arg INPUT. * helm-help.el: Document new 
behavior of helm-buffers-list.
       new  d1e6d696d4 * helm.el: Introduce smartcase. (helm-case-fold-search): 
New user var. (helm-set-case-fold-search): new. (helm-match-from-candidates, 
helm-candidates-in-buffer-search-from-start, 
helm-candidates-in-buffer-search-from-end): Use it.
       new  ef555610fd * helm.el (helm-search-from-candidate-buffer): Bind 
case-fold-search here.
       new  f9ed9c2712 * helm-eshell.el (helm-c-source-eshell-history): Remove 
APPEND arg of eshell-write-history.  Thanks Akira.
       new  e893ce396a * helm-regexp.el: Now Occur inherit source from 
multi-occur.
       new  75e2a0e72e * helm-regexp.el (helm-occur-init-source): new 
(helm-m-occur-idle-delay): Change default value to 0.3.
       new  2832484963 * helm-mode.el (helm-comp-read): Fix error when history 
is a symbol with a nil value.
       new  ac75d0458f * helm.el: Allow starting a new session with last split 
window state. (helm-reuse-last-window-split-state):new user var. 
(helm-display-buffer, helm-default-display-buffer): Do it.
       new  5082456640 *helm.el (helm-display-buffer): Don't try to split when 
helm-samewindow enabled.
       new  3ffbe15f20 * helm.el (helm-read-pattern-maybe): Accept input 
methods.
       new  a6da05c96d * helm.el (helm-internal): Reset helm-alive-p on error. 
(helm-log-eval-internal): Write error in log.
       new  2ae89f4148 helm-m-occur-idle-delay inherits from helm-idle-delay
       new  4a2d88a821 * helm-files.el (helm-ff-directory-files): Issue #110 
Always return the list with dotted files first.
       new  a61a1b5fb0 Merge branch 'master' of github.com:emacs-helm/helm
       new  f7e632617c * helm-files.el (helm-ff-directory-files): Fix initial 
setting of directory.
       new  65e4d8d041 * helm-files.el: Issue #111 Fix initial input in 
`helm-find-files`. (helm-find-files-input, helm-find-files): Do it.
       new  dc17d261dc * helm-mode.el (helm-c-read-file-name): always expand 
result.
       new  3a1bce737f add yanked selection to kill-ring
       new  82d2db743d `helm-eval-expression` uses `read-expression-history' 
instead of its own
       new  464cb59c0e * helm-files.el (helm-find-files-input): Fix when 
ffap-file-at-point return nil.
       new  e13a5c6248 * helm-files.el (helm-ff-locate): basename of cand is 
now available as default, not input. * helm-locate.el (helm-locate-1, 
helm-locate-with-db): New arg default. * helm-help.el: Update ff doc.
       new  cb576f8665 * helm-ring.el (helm-c-kill-ring-candidates): Fix empty 
line regexp.
       new  3211573acf * helm-buffers.el (helm-multi-occur-as-action): Force 
searching in current buffer with a prefix arg. * helm-regexp.el 
(helm-multi-occur): same.
       new  f167a01e71 * helm-regexp.el (helm-m-occur-use-ioccur-style-keys): 
New user var.
       new  77b597f2ce * helm.el (helm-internal): Set helm-alive-p in the last 
unwind-protect form. (helm-display-buffer): handle calling helm from dedicated 
frame.
       new  03249eec0d Allow customizing helm-display-buffer behavior. * 
helm-elisp.el (helm-c-show-completion-display-function): Use dummy args. * 
helm.el (helm-display-buffer-default-action): New user var. (helm-internal): 
use it. (helm-display-buffer): Take one more arg action. 
(helm-default-display-buffer): Allow using more args for pop-to-buffer.
       new  e74a82f373 * helm-regexp.el (helm-m-occur-action): Issue #113 Go to 
first occurence.
       new  2ca9fd8e60 * helm-regexp.el (helm-c-source-moccur): Change default 
value of requires-pattern to 2. * helm.el: reorder some internal vars.
       new  095b147411 * helm.el (helm-init-candidates-in-buffer): Allow other 
non--string values for BUFFER.
       new  f35c4db398 * helm-locate.el (helm-locate-case-fold-search): Issue 
#115 New user option. (helm-c-locate-init): Use it.
       new  daeb58837d * helm-match-plugin.el (helm-mp-highlight-region): Use 
helm-case-fold-search. * helm.el (helm-set-case-fold-search): Takes optional 
argument pattern.
       new  d055c3e490 * helm-locate.el: Fix docstrings. * 
helm-match-plugin.el: Use optional arg of helm-set-case-fold-search.
       new  0c7cc130ae * doc/Home.md: Update.
       new  5572c83d77 * helm.el (helm-execute-selection-action): Renamed to 
*-1 and vice-versa.
       new  db0467822e * helm.el (helm-point-is-moved): Use save-excursion.
       new  32db807ef5 Issue #116 Fix and bind 
helm-c-open-file-with-default-tool in *find-files and locate. * helm-external 
(helm-run-or-raise): Always pipe proc. * helm-files.el: Bind 
helm-c-open-file-with-default-tool in helm-find-files. Fix action transformer, 
always place new action to end. * helm-help.el add open file with default tool 
to doc. * helm-utils.el (helm-c-open-file-with-default-tool): Fix for emacs24+ 
(always pipe proc).
       new  290b1f6666 * helm.el (helm-update): Change loop.
       new  fa00ca4cd1 * helm-files.el: Fix Issue #118 
(helm-find-files-get-candidates): Allow showing invalid-dir+non--existent 
filename. (helm-c-find-file-or-marked): Allow creation of non--existent 
dir+non--existent file. * helm.el (helm-execute-selection-action-1): use when.
       new  ad9ca5b4a1 * helm-mode.el: Issue #117 Show action in action buffer 
for both *comp-read and *read-file-name.
       new  a20502aaf9 * helm-bmkext.el: Issue #120 declare 
bookmark-get-filename.
       new  cfda9cb6ab Add a new matching attr called match-strict. * 
helm-files.el (helm-c-source-find-files): Use a function instead of lambda for 
match fn. (helm-ff-match-function): New use it. 
(helm-c-source-file-name-history): Use match-strict. * helm-help.el: Document 
match-strict. * helm-match-plugin.el (helm-compile-source--match-plugin): Allow 
using new attr match-strict. * helm.el (helm-match-functions): Handle 
match-strict (match take precedence).
       new  ee65be1d75 * helm-files.el: Issue #112 Add file history to 
helm-find-files. (helm-c-source-ff-file-name-history): new source. 
(helm-ff-file-name-history): New function, use it in *find-files.
       new  68a8ed974a * helm-files.el ( helm-c-source-ff-file-name-history): 
Fix jumping to remote file.
       new  b9d971ca54 * helm-files.el: Allow browsing project when helm-ls-git 
and/or helm-ls-hg are installed.
       new  deb544b19e * helm-config.el: Issue #123 Remove unneeded autoload 
cookie.
       new  4ed130243e * helm.el (helm-set-case-fold-search): Issue #121 allow 
setting helm-case-fold-search from source.
       new  c9664580be * helm-mode.el: Issue #121 Add user var to set locally 
helm-case-fold-search. (helm-comp-read-case-fold-search, 
helm-read-file-name-case-fold-search): New user vars. (helm-comp-read, 
helm-c-read-file-name): Take one more key :case-fold.
       new  a5a18197b5 * helm.el (helm-nest): Fix keymap not reenabled and bug 
when rerunning helm-nest on a restored session.
       new  cb304ca590 * helm.el (helm-display-buffer): Fix completion inside 
minibuffer (e.g completion in eshell-command)
       new  5a4979789f * helm-files.el 
(helm-ff-transform-fname-for-completion): Don't treat wildcards as regexp. * 
helm-grep.el (helm-c-grep-prepare-candidates): Convert [*] to wilcard if needed.
       new  45c2edcfd9 * helm-utils.el (helm-c-walk-directory): Fix.
       new  e0d9b224e2 set `helm-read-file-name-case-fold-search` default based 
on OS
       new  8eeb06259d make `helm-find-files` respect 
`helm-read-file-name-case-fold-search`
       new  319b9e05d5 refactor `helm-read-file-name-case-fold-search` to be 
more general `helm-file-name-case-fold-search`
       new  d7b60e357c Merge pull request #124 from lewang/read-file-name-case
       new  4453a2c66a * helm-files.el: Allow using recentf as filename 
history. (helm-ff-file-name-history-use-recentf): New user var. 
(helm-c-source-ff-file-name-history): Do it. * helm-help.el: document file name 
history.
       new  3864533108 * helm-bmkext.el: Rename buffer names.
       new  f8da4dfa93 * helm-mode.el: Issue #125 Fix *read-file-name 
(helm-c-read-file-name): Maybe append helm-pattern to list of candidates.
       new  9943d18f7f * helm-grep.el: Issue #127 Fix expansion of "*". 
(helm-c-grep-prepare-candidates): Allow using "*".
       new  69e9e559e8 * helm-elisp.el: Use requires-pattern 2 in helm apropos.
       new  7ef84e5816 * helm.el: Allow configuring how helm split its window. 
(helm-split-window-preferred-function, helm-split-window-default-side): New 
variables. (helm-split-window-default-fn): New, control splitting window. 
(helm-display-buffer): Use it.
       new  6f74d4ea16 * helm.el: Divers fixes for splitting windows. Remove 
helm-display-buffer-default-action, handle helm-reuse-last-window-split-state. 
(helm-split-window-in-side-p): New variable. (helm-display-buffer): Remove 
action arg (helm-default-display-buffer): Same.
       new  4b9aae78bc * helm.el (helm-toggle-resplit-window): Honor 
helm-split-window-default-side.
       new  ae14179d18 * helm.el: Move splitting vars to defcustom.
       new  5b885daac7 * helm.el: Oops! fix value of 
helm-split-window-default-side not bottom but below. 
(helm-split-window-default-fn): Fix below arg, simplify fix some combinaisons. 
(helm-display-buffer): Same fix /below/bottom.
       new  7fdbbabf73 * helm-elisp.el: Revert last changes in *apropos.
       new  15be0159db * helm.el: remove uneeded test and use window-*sibling.
       new  530fa2d5bc * helm.el (helm-split-window-default-fn): Use 
window-in-direction.
       new  39622c84ab * helm-elisp.el: Use search-strict attribute in 
helm-apropos. (helm-apropos-search-fn): Use it in all apropos sources. 
(helm-c-apropos-init): Compare with string=.
       new  4a1c061879 allow `helm-do-grep-1` to take exts
       new  49d0e08c45 * helm-elisp.el: Comment last changes for now, bug still 
not fixed.
       new  dc7e0986ed Merge branch 'master' of github.com:emacs-helm/helm
       new  b951018100 * helm.el (helm-update-source-p): Fix helm hang forever 
with incomplete/invalid regexps. * helm-elisp: clean.
       new  ab4d69ec08 * helm-files.el (helm-c-source-file-name-history): Be 
sure action run after update. (helm-ff-file-name-history-defferred-fn): New use 
it. * helm.el (with-helm-waiting-output): New. (helm-waiting-output-timer, 
helm-updated-p): new vars, internal.
       new  54531f2f94 preselect "*" for grep glob
       new  25f6e65988 fix helm-c-grep-action to use path stored in 'help-echo
       new  75cb318b13 * helm-grep.el (helm-grep-action): make helm-buffer 
current only to fetch properties (just make intention clearer).
       new  fbbbb5cabd * helm-files.el (helm-c-source-ff-file-name-history): 
Remove find-file action until I find something better. * helm.el 
(with-helm-waiting-output): Removed until fixed.
       new  84d10e6280 * helm.el (helm-update-blacklist-regexps): renamed, add 
two more entries.
       new  74bbd436e5 * helm.el (helm-kill-async-process): Stop output instead 
of brutally removing filter. (helm-kill-async-processes): Use a while loop.
       new  b72dc56dc5 * helm-grep.el (helm-do-grep-1): Fix Issue #135, set 
must-match to confirm and remove filter.
       new  60af3ea067 * helm-grep.el (helm-do-grep-1): Issue #135 Remove 
confirmation.
       new  573fcf55b8 * helm-grep.el: Issue #135 Use again 
helm-c-adaptive-sort which is working without must-match.
       new  2ad0f15e72 add `helm-c-grep-preferred-ext' defcustom
       new  c00197ed20 * helm-grep.el: Issue #135 Allow entering more than one 
glob when no completion. (helm-grep-get-file-extensions): New (helm-do-grep-1): 
Disable mp after using it.
       new  30739ffef7 * helm-files.el (helm-find-files-get-candidates): Fix 
hostname completion broken by #118.
       new  b02991afb0 make sure `helm-c-grep-preferred-ext` is always in 
completions
       new  7ffde61682 * helm-imenu.el: Fix new annoying warning when compiling 
in Emacs-24.3.
       new  1817166e93 * helm-imenu.el: Add group and cleanup.
       new  26a0c2f3c9 remove duplicate extensions properly
       new  f2ed948f62 add wiki as submodule in `doc/wiki`
       new  f4ed3cf360 add wiki maintenance instructions
       new  d18dc998d1 fix README.md typo #137
       new  e9493e671b * helm-grep.el (helm-c-grep-guess-extensions): Fix dups 
when `helm-c-use-adaptative-sorting' is nil. Use helm-fast-remove-dups instead 
of delete-duplicates.
       new  d849a979d2 * helm-adaptative.el: Now enable adaptative sorting with 
`helm-adaptative-mode'. (helm-c-use-adaptative-sorting): Removed 
(helm-adaptative-mode): New minor mode, use it.
       new  64279da73a Remove submodules.
       new  3d9630ffd4 * doc/Home.mdpp: Removed, now in helm.wiki repo.
       new  8c5223b065 * helm-imenu.el (helm-imenu): Issue #141 Fix use of 
helm-imenu with semantic enabled (thanks tam17aki).
       new  a08310847b inhibit-point-motion when working with candidates buffer
       new  44dd968390 add some more anchors to helm-update-blacklist-regexps
       new  32483b971b add even more anchors
       new  f4858cd767 * helm.el (helm-execute-selection-action): Fix position 
in `helm-current-buffer' before executing action.
       new  73e5a6fe76 * helm-files.el: Issue #148 Don't automatically expand 
directory unless helm-ff-auto-update-flag is enabled. 
(helm-find-files-get-candidates, helm-ff-set-pattern): Do it.
       new  46eeec7b9b * helm.el (helm-split-window-default-fn): Fix when 
starting in a minibuffer.
       new  336e7de7e2 * helm-files.el: Fix ffap stuff.
       new  1e794084b6 * helm-mode.el (helm-c-read-file-name): Don't call 
file-exists-p on remote fnames.
       new  950782846a * helm.el: Important core changes, Get rid of 
post-command-hook. (with-helm-restore-variables): remove post-command-hook 
reset. (helm-hooks): Removed, no more needed. (helm-read-pattern-maybe): Use 
minibuffer-with-setup-hook to get rid of post-command-hook. 
(helm-check-minibuffer-input): Removed.
       new  6d3d9918fa Remove all byte-compile-dynamic and update autoloads.
       new  e3a80e40f6 * helm.el (helm-read-pattern-maybe): Don't kill two 
times timer.
       new  400d3689d3 * helm.el (helm-check-minibuffer-input): Renamed from 
helm-check-minibuffer-input-1.
       new  7c45fa4553 * helm-files.el (helm-ff-quick-delete): Suspend helm 
timer when calling y-or-n-p. * helm.el (helm-timer-suspended-p): Internal, new 
flag that allow suspending helm timer.
       new  8d2cd71367 * helm.el (helm-read-pattern-maybe): Simplify, don't 
need a special flag just always suspend when in persistent action. * 
helm-files.el (helm-ff-quick-delete): Remove suspend timer flag.
       new  50ceb7d3db * helm.el: Remove the two defadvices for 
documentation-property.
       new  18b97b6d18 Issue #143 Add Home.mdpp, remove helm.tex.
       new  7c5b4762d5 Update Home.mdpp.
       new  b3e67f2a32 * doc/Home.mdpp: Fix helm wiki path.
       new  de2f5f16cc * doc/Home.mdpp: Quote path to wiki.
       new  38c2d5f2ad Grammar nazi'ing
       new  1035e421c8 Merge pull request #151 from Tass/master
       new  59a8ea5120 Small fix in eshell section.
       new  085d8f9c1a * helm-files.el (helm-find-files-get-candidates): Fix 
error when path is empty-string.
       new  27eb536a2e * helm.el (helm-compute-matches): Removed. 
(helm-compute-matches-internal): Renamed to helm-compute-matches.
       new  86535424b9 * helm.el (helm-compute-matches): Revert precedent 
changes, remove the log error message for now.
       new  60096e6de1 * helm.el (helm-take-first-elements): Add docstring, 
remove unuseful setq.
       new  82a7cd8fc0 * helm-regexp.el (helm-regexp): helm-current-buffer is 
unknown before first helm initialization. Use `current-buffer'.
       new  621b904121 * helm-regexp.el (helm-c-regexp-get-line): Simplify.
       new  043c29fd84 * helm-grep.el (helm-c-grep-action): Issue #152 Fix 
jumping to buffer from helm-grep-mode.
       new  e28313e780 * helm-regexp.el (helm-c-regexp-get-line): Don't use 
max. * helm.el (helm-update-blacklist-regexps): Add "^ *".
       new  033c2d9f2d * helm-grep.el (helm-c-grep-split-line): Issue #152 Fix 
regexp.
       new  05d1a5c10b * helm-grep.el (helm-c-grep-split-line): Issue #152 Fix 
regexp on Windows.
       new  dc37fe260c * helm-grep.el (helm-do-grep-1): be sure pdfgrep don't 
try to use recursion.
       new  634cf70d99 * helm.el: Introduce update suspension. 
(helm-toggle-suspend-update): New helm command. (helm-map): Bind it to C-!. 
(helm-suspend-update-flag): Internal var. (helm-read-pattern-maybe): Use it.
       new  ba9c2c3d34 * helm.el (helm-toggle-suspend-update): Allow 
stopping/restarting async processes.
       new  8058f54e4b * helm.el: Remove unused timer vars and function. 
(helm-new-timer, helm-check-minibuffer-input-timer, 
helm-process-delayed-sources-timer): Removed.
       new  b09e4a6060 * helm.el (helm-funcall-with-source): Cleanup.
       new  e4a88edca0 * helm.el: Fix some docstrings.
       new  56ca41c35b * helm-files.el (helm-ff-mapconcat-candidate): Don't 
force matching prefix of bn.
       new  a38a0df351 * helm-files.el (helm-ff-highlight-files): Print access 
denied to unreadable dirs.
       new  cfd8d654a2 `buffer-read-only' is buffer-local by default
       new  1ed71e6889 add selection to file-name-history
       new  b3a0ff0166 Merge pull request #158 from 
lewang/file-name-history-play
       new  e054259d64 * helm-files.el (helm-ff-highlight-files): Remove unused 
arg, fix docstring.
       new  1bc3bb4063 add "C-c h" binding to helm-c-read-file-map
       new  c9d48c8f7e match against directory-name when completing from 
file-name-history
       new  84fe988989 remove weird helm-c-match-on-basename function
       new  d79b5437fa match against directory-name in file-cache
       new  7f6a128c7d run real grep from helm-grep-mode
       new  c858ffd273 * helm-net.el: Issue #157 Fix setting of w3m-command.
       new  7baca8f8a4 * helm-ring.el (helm-c-source-kill-ring): Add a delete 
action.
       new  60ce5f54fe * helm.el (tramp-read-passwd): Advice to suspend update 
when prompting for a tramp password.
       new  66b5a3b145 * helm-grep.el (helm-c-grep-action): Issue #159 Don't 
hard code buffer-name in helm-grep-mode.
       new  abb7f4c78f * helm.el (helm-compute-matches-internal): Issue #160 
Use while-no-input.
       new  eea7e492ec * helm-files.el (helm-ff-mapconcat-candidate): Handle 
"^" at start of bn. (helm-ff-transform-fname-for-completion): Fix docstring.
       new  cefecdeeb4 * helm-files.el (helm-ff-save-history): Don't save 
file-name-history here (we don't want to save when C-g'ing). 
(helm-files-save-file-name-history): Save file-name-history with this function 
in helm-after-action-hook.
       new  ddc2fdfcc1 * helm-files.el: Remove all match(-strict) attrs with 
match on file/directory names.
       new  429e15341b * helm-files.el 
(helm-ff-transform-fname-for-completion): Use expand-file-name. 
(helm-ff-mapconcat-candidate): Simplify and improve.
       new  1f661c687c * helm.el (helm-get-candidates): Use while-no-input here 
only for non--async procs.
       new  4bfab70b2e * helm-files.el (helm-files-save-file-name-history): 
Don't call helm-get-selection on empty sources.
       new  4332c4d0a3 * helm.el: Fix error with redisplay when helm-buffer is 
empty at this time. (helm-get-candidates): Return a list even when 
while-no-input return t. (helm-approximate-candidate-number): Return directly 0 
when buffer is empty.
       new  4e26662002 * helm-files.el 
(helm-ff-transform-fname-for-completion): Concat after 2nd char.
       new  5e79008eb5 * helm-files.el 
(helm-ff-transform-fname-for-completion): Don't use regexp on tramp-methods 
names.
       new  503a1750f5 * helm-files.el (helm-c-source-find-files): Remove match 
function.
       new  dde6bc3a30 * helm.el (helm-match-from-candidates): Add comment 
about not recomputing already found candidates.
       new  06f0a73984 * helm-files.el 
(helm-ff-transform-fname-for-completion): Don't be strict on first two chars.
       new  bb979e380f * helm-mode.el (helm-c-read-file-name): Remove match 
attr.
       new  08c97f3597 * helm-files.el 
(helm-ff-transform-fname-for-completion): Compute tramp-methods only when hdd 
is "/".
       new  436cd1dac1 * helm.el (helm-get-candidates): Wrap 
helm-interpret-value in while-no-input.
       new  fbea83d7f3 * helm.el: Introduce new attr candidates-process. 
(helm-get-candidates): Use it. * helm-grep.el: Use it. * helm-locate.el: Use it.
       new  b08bd226ae * helm-help.el: Document candidates-process.
       new  0f082bcf38 * helm-grep.el (helm-grep-split-line-regexp): Issue #161 
New var to handle split regexp. Reorder.
       new  542c2a57f7 * helm-utils.el: Reset yank point after init (needed for 
yanking after resuming).
       new  baa3f23a26 Update helm wiki.
       new  15527e83ae * helm.el (helm-delete-current-selection): Fix when 
deleting last elmt of a source.
       new  e3a4109c9a Fix error when deleting last candidate of a source. * 
helm-buffers.el (helm-c-buffers-persistent-kill): Fix deletion of last 
candidate. * helm.el (helm-empty-source-p): New. 
(helm-approximate-candidate-number): Use it. (helm-display-mode-line, 
helm-maybe-update-keymap): Check if source is a list. i.e when source is empty 
only the name found in header is returned as a string.
       new  3112ef215a * helm-misc.el (helm-c-source-tracker-search, 
helm-c-source-mac-spotlight): Use candidates-process.
       new  c45d8b588b * helm.el (helm-source-header): Bigger font. 
(helm-get-candidates): Add comments, no code change.
       new  5ff9764e1f * helm.el (helm-internal): Issue #163 No cursor in 
minibuffer on Windows.
       new  cf42a760ec * helm.el: Fix force updating for Emacs-24.2 (Don't use 
while-no-input in force update) (helm-force-updating-p): New flag. 
(helm-get-candidates): Don't use while-no-input when force updating. 
(helm-force-update): Bind helm-force-updating-p. (helm-update, 
helm-process-delayed-sources): reset helm-force-updating-p.
       new  534f943af0 Fix usage of helm-locate-case-fold-search
       new  26447c11eb * helm.el (helm-force-update): Fix and simplify 
preselection. (helm-keep-selection): Removed. * helm-buffers.el 
(helm-buffer-revert-and-update, helm-buffer-save-and-update): Use 
helm-force-update without arg.
       new  b3345a2481 * helm-files.el (helm-find-files): Don't use 
current-buffer for preselection when using history.
       new  4ca5936208 Merge pull request #164 from chumpage/case-sensitive-fix
       new  5d37d88057 * helm-buffers.el (helm-buffer-revert/save-and-update): 
Unmark candidates.
       new  fa9245a7ef * helm.el: Improve preselection. (helm-force-update): 
let-bing helm-quick-update. (helm-preselect): Go to source when force updating.
       new  4a2f1ca87e * helm-grep.el: Remove helm-grep-run-real-grep feature.
       new  5abfa5895e * helm-help.el: Add info about colors in buffers. * 
helm-buffers.el: Add comments, no code change. * helm-grep.el 
(helm-c-grep-save-results-1): buffer-read-only is already local, forget to push 
this in precedent patch.
       new  d9403b479a Fix inconsistency between 
helm-completion-window-scroll-margin and helm-display-source-at-screen-top. * 
helm.el (helm-create-helm-buffer): do it.
       new  bbac2d1039 * helm-pkg.el: Update version number.
       new  61300e9caa * helm.el (helm-delete-current-selection): Fix when 
deleting at end of source. (helm-end-of-source-p): Add one optional arg. * 
helm-buffers.el (helm-c-buffers-persistent-kill): goto next source when no more 
candidates.
       new  c70c7e0988 * helm-elisp.el (helm-c-source-helm-attributes): 
let-bind special-display* vars.
       new  d9b0df9d64 * helm-files.el (helm-c-source-find-files): Issue #166 
Add a match function. (helm-ff-match-fn): New.
       new  ddc8425fd2 * helm.el (helm-get-candidates): Don't use 
while-no-input when filtering.
       new  b6639ca391 doc/Home.mdpp: Update
       new  fc0e883018 * helm-locate.el: Simplify UI for creation of a local db 
file. (helm-locate-1): Do it. * helm-help.el: Update helm find files help.
       new  bbd228bfb0 * helm-locate.el (helm-c-locate-init): Issue #167 Don't 
use '-i' arg with mdfind.
       new  f33d60ed50 * helm.el (helm-print-error-messages): safer. * 
helm-files.el (helm-find-files-get-candidates): Add comments.
       new  fc240e4fc1 * helm.el (helm-get-candidates): Use one new attr 
`no-delay-on-input'. prevent returning t. * helm-bookmark.el: Use 
non-essential. * helm-files.el ( helm-c-source-find-files): Use 
no-delay-on-input. * helm-mode.el (helm-c-read-file-name): Same and add missing 
match attr. * helm-help.el: Document no-delay-on-input.
       new  1fce92ec76 * helm-bookmark.el (helm-c-highlight-bookmark): 
workaround for non-essential broken on 24.2.
       new  f63f0c05ca * helm.el: Issue #168 Allow displaying helm-buffer in 
this window. (helm-split-window-default-side): Allow new value 'same. 
(helm-split-window-default-fn, helm-default-display-buffer): Use it.
       new  a9cbafdbe0 * helm.el: Issue #168 Handle persistent actions in one 
window. (helm-onewindow-p): New flag. (helm-execute-persistent-action, 
helm-display-buffer): Use it.
       new  6d89683567 * helm-buffers.el: Issue #170 Support multi-byte 
character in buffer list. (helm-c-highlight-buffers): Use 
`helm-substring-by-width' calculate buffer name
       new  985c2d1c4e Issue #173 Use no-delay-on-input in sources involved by 
helm-for-files. * helm-bookmark.el: do it in all sources * helm-buffers.el ( 
helm-c-source-buffers-list) * helm-files.el: apply on sources involved by 
helm-for-files.
       new  21e9a36edc * helm.el (helm-samewindow): Renamed to helm-full-frame. 
make it obsolete.
       new  ee3c09c864 * helm-config.el: Update autoloads.
       new  e3a206718b * helm.el: (helm-default-display-buffer): Fix displaying 
helm window with *full-frame enabled.
       new  5f0ff1c084 * helm.el: Fix docstrings for display vars.
       new  1145c63b6a Merge pull request #171 from luozengbin/Issue170
       new  40f27180cb * helm-utils.el (helm-substring-by-width): Clean.
       new  0b03bf4504 * helm.el (helm-execute-persistent-action): Allow using 
a cons cell for persistent-action attr. * helm-elisp.el: Use it in apropos 
functions/sources. * helm-help.el: document it.
       new  a9c2ffbccf * helm-elisp.el: Fix file completion at point. 
(helm-c-complete-file-name-at-point, 
helm-lisp-completion-or-file-name-at-point): Fix searching. * helm-utils.el 
(helm-create-completion-filename): Removed.
       new  03959c1b80 * helm.el (helm-nest): restore *onewindow-p.
       new  8432f7292c Avoid splitting and deleting windows unnecessarily in 
some persistent actions. * helm-files.el * helm-buffers.el
       new  48c71eb357 * helm-buffers.el (helm-c-highlight-buffers): Issue #170 
Use truncate-string-to-width instead of helm-substring-by-width. * 
helm-utils.el: Remove helm-substring-by-width.
       new  b24cfbb8da * helm-buffers.el: Issue #170 revert precedent changes. 
* helm-utils.el: put back helm-substring-by-width.
       new  85cd39d3ca * helm-help.el (helm-ff-help-message): Add tips.
       new  bc8bc4913b * helm-buffers.el (helm-c-highlight-buffers): Issue #170 
fix it. * helm-utils.el: (helm-substring, helm-string-multibyte-p): New 
(helm-substring-by-width): Use them.
       new  c0c3b998a5 * helm-buffers.el (helm-c-highlight-buffers): Issue #170 
Revert again. Keep using only `helm-substring-by-width' for all. This is not 
working with european fonts AND using multibyte strings as buffer names, but 
works fine with common Japonese/chinese fonts, so keep it like this for now. * 
helm-utils.el (helm-substring-by-width): Revert.
       new  20a1fb12f6 * helm.el (helm-execute-persistent-action): Fix 
persistent action is a lambda form.
       new  217e94a756 * helm-files.el: Issue #174 Move selection to first 
valid candidate when updating. (helm-ff-move-to-first-real-candidate): New 
added to helm-after-update-hook.
       new  8af5594eee * helm.el (helm-toggle-resplit-window): Send message 
when trying to resplit a single window.
       new  d4b05f8f8b * helm.el: Set helm-full-frame to correct value when 
resuming. (helm-create-helm-buffer): make helm-full-frame local var. 
(helm-resume): Use local buffer value of helm-full-frame.
       new  4fd8fae44a * helm-man.el (helm-c-source-man-pages): Use init to 
initialize helm-c-man-pages.
       new  8cf9bc213d * helm-man.el (helm-c-source-man-pages): Fix. 
(helm-man-woman): Allow refreshing cache.
       new  9928943f7b * helm-elisp.el 
(helm-lisp-completion-at-point-or-indent): minor change, use or. * helm-man.el 
(helm-c-source-man-pages): no backquote.
       new  708b24b7dd * helm-files.el (helm-find-files-1): Remove *full-frame. 
* helm-sys.el (helm-top): helm-let local vars instead of let-binding them. * 
helm.el (helm-resume): Use buffer-local-value. (helm-default-display-buffer): 
Use the local value of helm-full-frame if available.
       new  53778d8503 * helm-sys.el (helm-top): Don't delete ow when helm is 
alive.
       new  1a5dd97b6c * helm.el (helm-persistent-action-display-buffer): 
Handle special-display*. Disable `special-display-regexps' and 
`special-display-buffer-names' unless 
`helm-persistent-action-use-special-display' is non--nil.
       new  bfd26e30c6 * helm.el (helm-update): reset helm-force-updating-p 
after preselection. (helm-preselect): Remove one search clause that seem 
unneeded and search literally first.
       new  9505554145  * helm.el: Introduce helm-define-multi-key, now C-t run 
both *toggle-resplit-window and *swap-windows. (helm-define-multi-key, 
helm-run-multi-key-command, helm-iter-list, helm-iter-next): New (helm-map): 
Bind C-t to toggle-resplit and swap-windows.
       new  a96c12e517 * helm.el (helm-define-multi-key): Add example to 
docstring, gensym prefix is now helm-iter-key.
       new  e82588cd12 * helm-elisp.el 
(helm-lisp-completion-at-point-or-indent): removed, use *define-multi-key now. 
(helm-lisp-indent): new. * helm.el (helm-define-multi-key): Don't use kbd here.
       new  59eb3867ef * emacs-helm.sh: Remove obsolete commands.
       new  6e8b501f43 * helm.el: Issue #177; fix 
helm-execute-action-at-once-if-one and helm-quit-if-no-candidate. 
(helm-read-pattern-maybe): Do it. (helm-exit-or-quit-maybe): New.
       new  d86a9df280 * helm.el: Add comments and docstring, no code changes.
       new  59b0cbae49 * helm-preselect: Fix don't forward line in force update 
(it is already done).
       new  d10716066c * helm-elisp.el (helm-c-apropos): match stricly symbol.
       new  41cc72a206 * helm.el (helm-set-case-fold-search): Handle filenames.
       new  19d5bc9a5f * helm.el (helm-map): Disable 
next-matching-history-element (M-s)
       new  66b99bab4d * helm.el: Issue #178, introduce 
`helm-maybe-use-default-as-input'. (helm-maybe-use-default-as-input): new 
(helm-read-pattern-maybe): Use new default arg of 
`helm-check-minibuffer-input'. (helm-check-minibuffer-input, 
helm-check-new-input): Take now one optional arg.
       new  81b24589fe * helm.el: Issue #178, Initialize default input. This is 
needed for when source is not delayed and requires-pattern is set, in this case 
minibuffer is bypassed and no input is given when using 
helm-maybe-use-default-as-input. (helm-initialize, helm-initial-setup): one 
more arg any-default Set helm-pattern here when helm-maybe-use-default-as-input 
is in use.
       new  3016d3f8aa * helm.el: Add autoload cookie for 
`helm-define-multi-key'. * helm-config.el: update autoloads.
       new  c235e76fe2 * helm.el (helm-sources-using-default-as-input): Issue 
#178 New user var. (helm-internal): Use it. * helm-info.el 
(helm-info-at-point): Use helm-maybe-use-default-as-input. * helm-tags.el 
(helm-c-etags-select): Remove thing-at-point with prefix arg.
       new  1a5f5e6024 * helm-tags.el (helm-c-etags-select): wrap 
thing-at-point in regexp.
       new  2f8ceb205c * helm.el: Issue #178, partial fix. make it working with 
non--delayed sources.
       new  e408c91d77 * helm.el: Issue #178 Fix now delayed sources. 
(helm-check-new-input): check default input from here for delayed sources.
       new  2366c60e1c * helm.el (with-helm-after-update-hook): New. 
(helm-read-pattern-maybe, helm-check-new-input): Use it.
       new  5ca44d410e * helm-locate.el (helm-locate-1): Fix prompt.
       new  57d08dd0d8 * helm-info.el (helm-info-at-point): remove 
helm-maybe-use-default-as-input.
       new  8c1b74f2cf * helm.el (helm-map): Unbind `C-h C-h' and `C-h h'.
       new  e07f9f5afb * helm.el (helm-delete-minibuffer-contents): Issue #178 
update display when contents is already empty. (helm-check-new-input): Not need 
to check a second time for helm-maybe-use-default-as-input in after-update-hook.
       new  833515b69c * helm-regexp.el: Fix browse code, don't (never) use 
*current-buffer directly.
       new  50dc4cd6b5 * helm-regexp.el (helm-c-source-regexp): Don't use 
current-buffer as helm buffer.
       new  ceb8074203 * helm.el: Remove report-bug stuff. * helm-help.el: 
same. * helm-config.el: update autoload
       new  5d6f8c1aae * helm-regexp.el: Fix force-update in resumed moccur 
sessions. (helm-multi-occur-buffer-list): New local var, store buffer list here 
for further resuming. (helm-m-occur-init): Use it, remove buffers arg. 
(helm-c-source-moccur): remove buffers arg. (helm-multi-occur-1): same.
       new  909c2888c1 * helm.el: Pass arg SOURCE to helm-update for 
preselection. (helm-update, helm-process-delayed-sources, helm-preselect): take 
one more optional arg SOURCE. (helm-force-update): Pass SOURCE to helm-update 
for preselection.
       new  4a091bf788 * helm.el (helm-map): Rebind helm-debug-output. * 
helm-files.el: remove it.
       new  a495ab599d * helm-files.el (helm-c-source-file-name-history): 
Reenable find-file action.
       new  f8a70cdd93 * helm-elisp.el 
(helm-lisp-completion-or-file-name-at-point): Fix when point is in the middle 
of string or symbol.
       new  8e09fa50f7 * helm-elisp.el (helm-c-apropos): use regexp-quote for 
preselection.
       new  5c83b00323 * helm-config.el: fontlock with-helm* functions.
       new  b0dc4e408b * helm-elisp.el: (helm-c-apropos): Issue #180 check if 
default is non--nil.
       new  606fec6dbb * helm-elisp.el: Issue #181 Remove show info in mode 
line in apropos.
       new  6cc5ee0712 * helm-regexp.el (helm-occur): Fix, bind 
helm-multi-occur-buffer-list.
       new  f38ff43a36 * helm.el (helm-mark-all): rewrite regexp.
       new  df8ee1a683 fix jumpy follow-mode
       new  ea0fed06c1 * helm.el (helm-persistent-action-display-buffer): Be 
sure buffer window isn't dedicated. * helm-command.el (helm-M-x): Don't handle 
dedicated window from here. * helm-utils.el: Disable these pesty messages in 
describe-* functions.
       new  8ce4de4e7a Merge pull request #182 from ubolonton/master
       new  73573575fd * helm-mode.el (helm-this-command): new 
(helm-completing-read-default, helm-generic-read-file-name): use it.
       new  81e573c37c * helm-files.el: Add source and command for find shell 
command. * helm-config.el: Bind helm-find, update autoloads.
       new  396044f722 * helm-mode.el (helm-this-command): Fix don't use 
this-command and blacklist *exit-minibuffer funs..
       new  6d56659921 * helm-mode.el: Move helm-this-command to helm.el
       new  3087236a5c * README.md: Update.
       new  aef154d08e Merge branch 'exp'
       new  b2f1bcdb61 * README.md: Warn about alternate install.
       new  772645a2d1 * helm-misc.el: Issue #184 Speedup loading by moving 
unrelated library to helm-files.el. Don't require *buffers and *files anymore.
       new  f821421e06 * helm-config.el: Issue #184 Move 
`helm-minibuffer-history-key' from helm-misc.
       new  eb005dc43f * helm.el (helm-read-pattern-maybe): Issue #172 Limit 
`helm-input-idle-delay' to 0.1.
       new  3019fb5f14 * helm-misc.el: Issue #184 Speedup loading by moving 
unrelated library to helm-files.el. Don't require *buffers and *files anymore.
       new  06eb7dd9dc * helm-config.el: Issue #184 Move 
`helm-minibuffer-history-key' from helm-misc.
       new  1b1b9da35c * helm.el (helm-read-pattern-maybe): Issue #172 Limit 
`helm-input-idle-delay' to 0.1.
       new  e3029130d0 * helm-files.el: Make find working when resuming.
       new  031fcdc3ea * helm-files.el: Integrate find in helm-find-files.
       new  95b8cd26cd * helm.el (helm-get-candidates): Fix error fn message. 
(helm-compute-matches): Don't inhibit errors.
       new  0a36f6e6b5 * helm-files.el (helm-files-save-file-name-history): 
Don't save directories.
       new  9149893a23 * helm.el: Issue #172 Disable temporarily while-no-input.
       new  3dfbfa3392 Merge branch 'master' into exp
       new  89651e9ed6 * helm.el (helm-get-candidates): Fix error fn message. 
(helm-compute-matches): Don't inhibit errors.
       new  6cf81fe876 * helm-files.el (helm-files-save-file-name-history): 
Don't save directories.
       new  2b6940a28f * helm.el (helm-never-delay-on-input): Move in var 
section and give default value to nil.
       new  0085c6fb51 * helm.el (helm-debug-variables): Replace 
helm-debug-forms, remove alias. (helm-debug-forms): removed.
       new  6781017b30 * helm.el (helm-debug-buffer): New use it.
       new  f2289d106d Merge branch 'master' into exp
       new  ad73da5d68 * helm.el (helm-never-delay-on-input): Issue #172 Move 
to defcustom and default to non--nil.
       new  1ee31a467d * helm-files.el (helm-files-save-file-name-history): Use 
one new optional arg. (helm-ff-save-history): Fix docstring.
       new  74569a4685 * helm.el : Fix some debugging issue with 
condition-case. (helm-compute-matches, helm-get-candidates, helm-log-eval): Do 
it.
       new  d33a57da9e * helm-elisp.el (helm-c-apropos-init): Issue #186 
require helm-help.
       new  07f830798a * helm-elisp.el (helm-c-apropos-init): Issue #186 Don't 
show "any-*" local vars. * helm-mode.el (helm-completing-read-symbols): Same.
       new  debffe917d * helm-files.el (helm-files-save-file-name-history): Use 
one new optional arg. (helm-ff-save-history): Fix docstring.
       new  28968da857 * helm.el : Fix some debugging issue with 
condition-case. (helm-compute-matches, helm-get-candidates, helm-log-eval): Do 
it.
       new  70991e7a4c * helm-elisp.el (helm-c-apropos-init): Issue #186 Revert 
precedent changes, only check for keywords. * helm-mode.el 
(helm-completing-read-symbols): Same.
       new  89b9ebd6eb * Rename all helm-c-source* functions in various places. 
* helm-elisp.el * helm-adaptative.el * helm-tags.el
       new  ad3acb17ef Merge branch 'exp'
       new  b205c84a78 * helm.el: Fix some condition-case's issues. 
(helm-match-from-candidates): take one more arg, source handle error in this 
condition case. (helm-compute-matches): Renamed from 
helm-compute-matches-internal. (helm-compute-matches-internal): removed.
       new  256a6adba2 Merge branch 'exp'
       new  41f8337ae4 * helm-mode.el (helm-completing-read-handlers-alist): 
Remove trace-functions*. When command contain more than one completing-read, 
same function will be reused, here `helm-completing-read-symbols' which is 
correct for symbols but not buffers. * helm.el: Add comments, no code--change.
       new  4978e39ecc * helm.el: Add comments, no code--change.
       new  b493395548 README.md: Update.
       new  362f25587b * helm-pkg.el: Update version number.
       new  8d3f61d2a6 * helm.el: Allow deleting minibuffer-contents from 
point. (helm-delete-minibuffer-contents-from-point): New user var. 
(helm-delete-minibuffer-contents): Do it.
       new  9d254e6fbf * helm.el: Sources from `helm-source-filter' should not 
be initialized. (helm-funcall-foreach): Use now optional arg sources. 
(helm-initial-setup): Remove maybe sources that are not in *source-filter. 
(helm-set-source-filter): Use `helm-force-update' to call init/update functions 
omitted in `helm-initial-setup'.
       new  d0fe50f599 * helm-utils.el (helm-quit-and-find-file): Fix for grep 
line style entries (occur+grep).
       new  2f8c959c7b * helm-utils.el (helm-quit-and-find-file): Fix, check 
grep-line, and fall back to DD when no selection.
       new  257dce6d64 * helm.el (helm-default-directory): Issue #188 New 
internal var.
       new  a1709693d6 * helm.el: Allow deleting minibuffer-contents from 
point. (helm-delete-minibuffer-contents-from-point): New user var. 
(helm-delete-minibuffer-contents): Do it.
       new  fa43873e67 * helm-utils.el (helm-quit-and-find-file): Fix for grep 
line style entries (occur+grep).
       new  bc9709a72e * helm-utils.el (helm-quit-and-find-file): Fix, check 
grep-line, and fall back to DD when no selection.
       new  d69c09d9ac * helm.el: Sources from `helm-source-filter' should not 
be initialized. (helm-funcall-foreach): Use now optional arg sources. 
(helm-initial-setup): Remove maybe sources that are not in *source-filter. 
(helm-set-source-filter): Use `helm-force-update' to call init/update functions 
omitted in `helm-initial-setup'.
       new  883f94e303 * helm-utils.el (helm-display-all-sources): New show all 
sources previously hidden by <C-M a>. * helm.el: Bind it.
       new  a6a19922e0 Merge branch 'master' into exp
       new  eb9e6b9794 * helm-color.el: Fix initialization of sources.
       new  c7913c16e2 * helm-eval.el (helm-eldoc-show-in-eval): Avoid error 
messages in emacs 24.4.
       new  2c129d7213 * helm-eval.el (helm-eldoc-show-in-eval): Avoid error 
messages in emacs 24.4.
       new  a3998d63e5 Merge branch 'master' into exp
       new  977cf75451 load wgrep's helm handler if available
       new  336d18d648 * helm.el (helm-resume): Bind default-directory and 
reset helm-current-buffer.
       new  753f683f17 Merge branch 'master' into exp
       new  21c5b12243 * helm-utils.el (helm-show-all-in-this-source-only): Fix 
bind *default-directory.
       new  cdae248e17 * helm-buffers.el: Use force-update with arg candidate. 
(helm-buffer-revert-and-update, helm-buffer-save-and-update): Do it.
       new  c3651e59e5 * helm.el (helm-edit-current-selection-internal): 
Restore multiline property after editing. (helm-mark-current-line): Fix 
separator-pos checked twice. (helm-goto-source): Log error.
       new  aab46367f4 * helm.el (helm-edit-current-selection): Fix docstring.
       new  5a91baac4a Replace beginning-of-line in some place.
       new  b69d392ac2 * helm.el (with-helm-default-directory): Don't execute 
body when dir is nil.
       new  2105ac4f9f * helm.el (with-helm-default-directory): Fall back to DD.
       new  e2fa39a5a4 * helm-files.el (helm-ff-highlight-files): Don't use 
file-existes-p.
       new  baa167dec3 * helm-files.el (helm-ff-highlight-files): Don't use 
file-exists-p.
       new  c6c7da3060 Merge branch 'master' into exp
       new  011b7549c6 * helm.el (with-helm-buffer): new.
       new  1b6b695af9 * helm-config.el: Fontlock `with-helm-buffer'.
       new  5681c6d4fe * helm-files.el: Use helm-default-directory in find (fix 
also remote usage)
       new  db3cec5695 * helm-files.el (helm-find-shell-command-fn): Let-bind 
process-connection-type.
       new  7c1c4e2bb3 * helm.el: Remove direct-insert-match.
       new  825886b473 * helm-misc.el (helm-c-source-minibuffer-history): use 
multiline.
       new  7c56c5fe25 * helm.el: Fix with-helm-buffer and new fun 
helm-default-directory, use it in with-helm-default-directory.
       new  2a265d2d4c * helm.el: (helm-default-directory): Fix. * 
helm-files.el: Use it.
       new  ac252c8f20 * helm.el (helm-resume): use buffer-live-p.
       new  7623147f0b * helm.el (helm-resume): use buffer-live-p.
       new  4eaffadc01 Merge branch 'exp'
       new  f127c13694 protect all uses of ffap-url-regexp with nil checks. 
(some already have nil checks, but not all.) ffap lets you set ffap-url-regexp 
to nil to disable URL features, which is useful to prevent helm from ever 
trying to open network connections.
       new  942638bb48 Merge pull request #189 from snarfed/master
       new  389c39b504 * helm-utils.el: Fix paren error in commit 942638b.
       new  03cacaccc0 * helm-help.el (helm-c-buffer-help-message): Fix color 
infos.
       new  1fb1f6965a * helm-files.el (helm-c-source-ffap-guesser): Issue #191 
Don't call the transformer on this crap source.
       new  c4cad2a2c8 * helm-files.el: Issue #191 Remove ffap stuff.
       new  1a1c111e5a * helm-files.el: Fix changes comitted by error.
       new  238c2468d4 * helm-files.el: Fix extra arg unused in find call.
       new  590ec383a0 * helm.el: Run helm-after-update-hook after process 
finish.
       new  949354b5f8 * helm.el: Report also helm-after-update-hook in 
post-process in non--delayed srcs.
       new  0dfbb0f958 * helm-eval.el: Fix eldoc error (bob and scan).
       new  253d9fa4ad * helm-files.el (helm-find-shell-command-fn): Fix tramp 
switching to real-handler when updating.
       new  84d3bc30e2 * helm-files.el (helm-find-shell-command-fn): Allow case 
where user suspend itself updating.
       new  e1b43f92e7 * helm-files.el: (helm-find-shell-command-fn):  Kill 
process in sentinel.
       new  8b186d16cb Add tog.suspend in various mode-lines.
       new  74a008d9eb * helm-regexp.el (helm-occur): Fix setting 
helm-multi-occur-buffer-list while let-bound.
       new  218e03b87a * helm.el: (helm-open-last-log) Use view and visual 
modes.
       new  6e1c538c24 * helm-files.el (helm-find-shell-command-fn): Check if 
helm is still alive in callback.
       new  fd4d644a97 * helm.el (helm-get-candidates): Fix error function.
       new  c71f1d21b5 * helm.el: Reset default-directory when creating buffer.
       new  45bb630934 * helm-files.el: Allow using 
tramp-connection-min-time-diff in find callback. * helm.el 
(helm-get-candidates): Fix error messages.
       new  0cd6a4a436 * helm.el (helm-process-deferred-sentinel-hook): New. * 
helm-files.el: Use it.
       new  c3de5b62c2 * helm-grep.el (helm-c-grep-init): Use 
helm-process-deferred-sentinel-hook. (helm-do-grep-1): Remove idle delay 
setting in helm args.
       new  fde068c90b * helm-utils.el (helm-yank-text-at-point): Fix use 
save-excursion. * helm.el (helm-delete-minibuffer-contents): Reset 
helm-yank-point.
       new  967d0d4815 * helm-files.el (helm-find-files-1): Use expanded file 
at point as default.
       new  772cb1758b * helm-match-plugin.el (helm-mp-highlight-match): Fix 
when helm buffer is empty.
       new  a3283909a7 * helm.el (helm-select-action): Don't send error when no 
candidates.
       new  b907583150 * helm.el (helm-get-candidates): Fix invalid-regexp 
error.
       new  ac2b3aee81 * helm-grep.el: (helm-grep-split-line-regexp): Fix gnus 
buffer names with ":".
       new  a456b13750 * helm.el (helm-get-candidates): Improve error message.
       new  74e2da2e79 * helm-match-plugin.el 
(helm-mp-highlight-match-internal): Fix error when function run in timer after 
exit.
       new  16b730cb2a * helm-files.el (helm-find-files-get-candidates): 
Protect file-directory-p when arg is nil. (helm-c-find-file-or-marked): Same.
       new  1439f8d853 * helm-files.el (helm-find-files-get-candidates): 
Protect file-directory-p when arg is nil. (helm-c-find-file-or-marked): Same.
       new  d823223384 * helm-match-plugin.el 
(helm-mp-highlight-match-internal): Fix error when function run in timer after 
exit.
       new  cbb649bda8 * helm-regexp.el: occur/moccur action: Set mark with 
prefix arg.
       new  f395928c45 * helm-grep.el (helm-grep-split-line-regexp): Use 
non--greedy operator.
       new  e31c18c8c3 Merge branch 'exp'
       new  ef3caebc42 * helm-eval.el (helm-eldoc-show-in-eval): Fix error 
message in condition-case.
       new  4ff34928e7 * helm.el (helm-nest): Don't try to mark line when 
buffer is empty.
       new  7d6ac0193b Merge branch 'exp'
       new  30ccbfc7f5 * helm.el (helm-resume-previous-session-after-quit): 
New, come back to previous helm session. (helm-resume): Allow specifying a 
buffer as arg.
       new  98aeb05825 * helm-config.el: Update autoloads.
       new  77688df8bf * helm-files.el (helm-find-files-ediff-files-1): Remove 
locate switch. * helm-locate.el: Remove no more used locate rfn.
       new  c1638b0bbb * helm.el (helm-read-pattern-maybe): Issue #175 Try to 
save-selected-window.
       new  3237537509 * helm.el (helm-compile-source--dummy): Add a fct entry 
only when needed.
       new  a066b136fd * helm-help.el (helm-help-internal): Issue #175 Avoid 
using save-window-excursion. Don't modify mode-line. (helm-help-event-loop): 
Use its own prompt.
       new  9b6c6bd355 * helm-help.el (helm-help): Issue #175 save window 
selection.
       new  1d844338fd * helm.el (helm-delete-action-from-source): new, Feature 
request.
       new  ba27bbc601 * helm-help.el (helm-help-internal): Save frame 
configuration for minibuffer own frame users (works with windows too).
       new  dd82e7e613 * helm-files.el: Remove helm-dired-mode and all 
sources/command linked to it. * helm-mode.el (helm-mode): Signal error when 
using on incompatible Emacs (<24).
       new  f4f113484c * helm-config.el: Update autoloads.
       new  86e36e3d4e * helm-files.el (helm-dired-action): Use 
with-helm-after-update-hook for helm-ff-maybe-mark-candidates. Remove 
helm-ff-maybe-mark-candidates from helm-after-update-hook.
       new  8eda52b7c4 * helm-pkg.el: Forget to update version.
       new  7f536afe9c * helm-help.el: Propertize minibuffer help and use 
scroll-*-command.
       new  9e171edebd Remove helm-additional-attributes.
       new  952ff1581e * helm.el: Reorder internal vars, no codechange.
       new  dc1a6be3f0 * helm.el (helm-persistent-action-display-buffer): Fix 
point in minibuffer when `helm-persistent-action-use-special-display' is 
enabled.
       new  63af6de16e * helm-command.el (helm-M-x): Allow using 
`helm-persistent-action-use-special-display'.
       new  973b3b0b5f * helm-command.el (helm-M-x): Don't kill help buffer 
when it is a frame.
       new  5c4e995751 * helm-files.el (helm-c-source-ff-file-name-history): 
C-z does nothing, add a filter.
       new  dbf7470e0e * helm-files.el (helm-c-source-ff-file-name-history): 
Move the lambda filter in defun, add autoload cookie. * helm-config.el: Update 
autoloads.
       new  7a6d3ec261 * helm-files.el: Add missing autoload cookies. * 
helm-config.el: update autoloads.
       new  e449ff4261 * helm.el (helm-delete-minibuffer-contents): Issue #196 
; require helm-utils.
       new  f62b1a92af hide *hlbookmark list* buffer
       new  3d658e11fe Merge pull request #197 from myuhe/bookmark
       new  68dac0b1db * helm-bmkext.el: Use 'global buffer names. * 
helm-bookmark.el: idem. * helm-color.el: idem. * helm-eshell.el: idem.
       new  3e8044c3e2 * helm-sys.el ( helm-c-source-top): Show actions only on 
line starting by a PID. (helm-c-top-sh): Simplify, take two args now.
       new  80a80081d7 * helm-sys.el (helm-c-top-command): Issue #199 Move to 
defcustom. (helm-sys-set-top-command): set helm-c-top-command on start if not 
already done.
       new  9386496a8c * helm-sys.el: Issue #199; Fix typo, use 'env' for tcsh 
command.
       new  aab2531809 * helm-config.el: Issue #200 Remove removed commands 
*write-file and *insert-file.
       new  8b47eca93c correct #199 fix
       new  36582803c1 Merge pull request #202 from syohex/fix_helm-top
       new  6c122e52dd * helm-mode.el (helm-mode): Fix docstring.
       new  e89a4bef7a Merge branch 'master' of github.com:emacs-helm/helm
       new  d173dff5fb * helm-sys.el: Remove `helm-sys-set-top-command', no 
more needed. Give instead a default value that work for all shells to 
`helm-c-top-command'. (helm-top-transformer): New, return empty string for 
invalid candidates. ( helm-c-source-top): Remove action attr no more needed.
       new  39c7a69981 * helm-help.el: Fix tip for helm-find-files.
       new  6e0b27a1e2 * helm-plugin.el (helm-p-candidates-file-init): Don't 
use `helm-current-buffer' as candidate buffer.
       new  43e5483b43 * helm-buffers.el (helm-buffer-save-and-update): Don't 
try to unmark when no candidates marked. (helm-buffer-revert-and-update): same.
       new  e8254f58cb * helm-files.el (helm-ff-quick-delete): Handle marked 
files, simplify.
       new  2087a99892 * helm-buffers.el (helm-buffer-save-and-update): Fix 
precedent changes in length marked checking. (helm-buffer-revert-and-update): 
same.
       new  879ca97a2e * helm-ring.el (helm-c-source-mark-ring): Simplify, 
remove `ignore-errors' which seems unuseful here.
       new  a30633a664 * helm-info.el (helm-c-define-info-index-sources): Don't 
prefix sources with "helm-c-".
       new  4166d8a3d9 Replace "helm-c-" prefix by "helm-" in all files.
       new  c66716ba6f * helm-aliases.el: New load all helm obsoletes aliases. 
* helm-config.el: require it.
       new  ddcaaa50b7 * helm-config.el: update autoloads.
       new  646224692e * helm-pkg.el: Update version number.
       new  4c8bdde766 * helm-ring.el: Give a buffer name to mark ring commands.
       new  054b96b413 * helm-plugin.el: Remove obsolete plugins.
       new  7a401ee770 * helm.el (helm-resume): Reset `cursor-type'.
       new  bfa270beff * helm-buffers.el (helm-buffer-toggle-diff): Don't use 
special display.
       new  1236d27e3c * helm-aliases.el: Fix functions to ignore already bound 
aliases.
       new  2b5fdbc697 * helm.el (helm-kill-async-process): Kill filter 
directly.
       new  7862d345c1 * helm.el: Remove unused var.
       new  a70f927f55 New attr no-matchplugin to disable match-plugin from 
sources. * helm-grep.el: use it * helm-match-plugin.el: use it * 
helm-regexp.el: use it.
       new  9a0a26dd29 * helm-elisp.el: Remove one empty line.
       new  3eee9913d2 * helm.el: Remove helm-default-match-functions and 
replace by only a function.
       new  351d8510cd * helm-files.el 
(helm-ff-transformer-show-only-basename): Now non--nil is default.
       new  b6b6f7ade7 * helm-files.el 
(helm-ff-transformer-show-only-basename): Fix typo in docstring.
       new  e7768c41f6 * helm.el (helm-internal): Issue #208 Reset 
`helm-alive-p' in last unwind-protect.
       new  c0988fa214 * helm.el (helm-read-pattern-maybe): Fix check if buffer 
is empty with helm-get-current-source.
       new  bd7cf37e15 * helm-buffers.el (helm-highlight-buffers): Add process 
buffer notification.
       new  5face94fb2 * helm.el (helm-always-two-windows): New user var. 
(helm-default-display-buffer): use it.
       new  70aaa109f5 * helm-grep.el (helm-pdfgrep-default-read-command): When 
nil use doc-view.  Now default to nil.
       new  ab7fc66a8f * helm.el (helm-default-display-buffer): Fix when 
starting in a minibuffer with helm-always-two-windows enabled.
       new  4f61a7f033 * helm-files.el (helm-ff-quick-delete): Fix, reset 
marked when done.
       new  31e36b0d08 * helm.el (helm-internal): Issue #175 is fixing #163, so 
cursor-in-echo-area should not be needed anymore.
       new  b710b92752 * helm.el: Revert precedent changes (not working in 
24.2) and comment.
       new  3c57c99803 * helm.el (helm-follow-mode): Issue #210 enable follow 
mode by source. (helm-follow-execute-persistent-action-maybe): do it when 
follow attr exists.
       new  c93f885688 * helm.el: Allow not allowing helm-follow-mode in some 
sources.
       new  8edbd31c6f * helm.el (helm-follow-mode): Use assq.
       new  5d2a25c6c0 * helm-help.el: Document follow attribute. * 
helm-pkg.el: Update version number. * helm.el: Fix typo in docstring.
       new  3825d7dfbe * helm.el (helm-follow-mode): Fix docstring.
       new  5255451372 * helm.el (helm-yank-selection): With a prefix arg use 
real value. (helm-kill-selection-and-quit): Same.
       new  307950660f * helm.el (helm-kill-selection-and-quit): Fix docstring.
       new  8f9701cad6 * helm.el (helm-follow-mode): Limit follow-mode to 
current source, not all buffer. (helm-follow-execute-persistent-action-maybe): 
Check only attr, not local var.
       new  788ad2c436 * helm.el (helm-follow-mode): Now a function. 
(helm-find-files-down-one-level): Disable helm-follow-mode.
       new  54e96b7030 * helm.el (helm-follow-mode): Add now persistency; Issue 
#210. (helm-follow-mode-persistent): New user var.
       new  2ee0da14a8 * helm.el: Fix now mode-line in follow-mode; Issue #210.
       new  a11b5dcdcf * helm-grep.el (helm-do-grep-1): Allow persistence in 
grep.
       new  5ca4dab2d4 * helm.el (helm-follow-mode-persistent): Issue #210 
default value is now nil.
       new  50f1708463 * helm.el (helm-last-sources): Removed.
       new  3ea2fd9cf3 * helm.el (helm-set-sources): Removed.
       new  e9361d88be * helm.el (helm-last-sources-local): Removed, now 
helm-sources is local.
       new  5645b7d517 * helm.el: Reorder vars and fix helm docstring. No 
codechange.
       new  b149f4523e * helm.el: Cleanup reorder some functions.
       new  f7f80ee112 * helm.el (helm-set-sources): Put back the modified 
version.
       new  21d598ee21 * helm.el (helm-this-command-key): Removed .
       new  01d22e1230 * helm-sys.el: Issue #201, Add sort commands for top.
       new  88777ab95b * helm-sys.el (helm-top-sort-by-mem): Use >. Add 
autoload cookies.
       new  9fe5cb3731 * helm-help.el: Add help string and mode-line for top. * 
helm-sys.el: Add help command to top map. * helm-config.el: Update autoloads.
       new  03a8831263 * helm-sys.el (helm-top-set-mode-line): New, use it to 
notify sort state in mode-line.
       new  8a63cbaf2b * helm-locate.el: Issue #211 modify default locate 
command for Windows.
       new  e6d0634c41 * helm-mode.el (helm-completing-read-handlers-alist): 
Issue #212 disable tmm-menubar.
       new  e1e52fd801 (require 'time) in initialization function of 
`helm-source-time-world'
       new  e20461f8d5 Update copyrights.
       new  7754386d58 Merge pull request #213 from vderyagin/master
       new  d8eb8a9643 * helm-regexp.el: Add goto line other window/frame 
actions in moccur and bound them to keys. * helm-help.el: Document new key in 
moccur.
       new  5cd2c097d4 * helm-grep.el: Add switch other frame command and bind 
it * helm-help.el: document grep.
       new  e2d112bf6c * helm-plugin.el: Issue #215 require helm-utils.
       new  05340da0af * helm-utils.el (helm-goto-line-before-hook): New hook. 
This hook run when jumping from `helm-goto-line', `helm-etags-default-action', 
and `helm-imenu-default-action'. (helm-save-pos-before-jump-register) 
(helm-save-pos-to-register-before-jump) * helm-tags.el 
(helm-etags-default-action): Use it. * helm-imenu.el 
(helm-imenu-default-action): Use it.
       new  a7d64fc598 * helm-ring.el (helm-source-mark-ring): Don't push mark 
after jumping. * helm-utils.el (helm-save-current-pos-to-mark-ring): New.
       new  8a025a1e2c * helm-utils.el (helm-save-current-pos-to-mark-ring): 
Don't save in persistent action.
       new  69db708632 * helm-ring.el (helm-mark-ring-get-candidates): Use 
force arg of mark.
       new  e2e3e80249 * helm-ring.el (helm-global-mark-ring-get-candidates): 
Check if global-mark-ring is nil.
       new  4eb4b2b543 Fix toggling value of 
`helm-moccur-always-search-in-current'. * helm-buffers.el: * helm-help.el: * 
helm-regexp.el:
       new  aa6733f85f * helm-help.el: update dummy doc.
       new  4b1edb5bb9 * helm-apt.el (helm-shell-command-if-needed): Removed. 
(helm-apt-cache-show): Move helm-shell-command-if-needed code here, use view.
       new  613485a479 * helm-apt.el (helm-apt-init): Fix, faster.
       new  f778a81beb * helm-apt.el (helm-apt-candidate-transformer): Allow 
filtering installed deinstalled and all. (helm-apt-show-only): New.
       new  5beef76dc6 * helm-apt.el: Add the command and keymap to filter only 
de/installed, all. (helm-apt-show-all, helm-apt-show-only-deinstalled 
helm-apt-show-only-installed): commands (helm-apt-map): map.
       new  65dc911f6c * helm-apt.el: Add help command and mode-line to apt. * 
helm-config.el: update autoload. * helm-help.el: Add help string and help 
command for apt.
       new  80fee19043 * helm-apt.el (helm-apt-query): Removed unused.
       new  5f4b0533e8 * helm-apt.el (helm-apt-candidate-transformer): now a 
filtered-ct.
       new  5aac47a039 Merge pull request #220 from emacs-helm/exp
       new  1a32f6f5be * helm-apt.el (helm-apt-generic-action): Don't quote.
       new  fb7c62406f * helm-files.el: Don't quote here too. * helm-locate.el: 
same
       new  7dbf01285f * helm-files.el (helm-find-shell-command-fn): Fix 
case-fold-search.
       new  bbe5af24c7 * helm-apt.el (helm-apt-show-only-not-installed): Filter 
not installed. * helm-help.el: Document it.
       new  13fa1e2629 * helm-apt.el (helm-apt-candidate-transformer): Fix.
       new  045a23ba58 * helm-apt.el (helm-apt-candidate-transformer): Fix long 
lines.
       new  37a4033b38 * helm-match-plugin.el: Fix headers, no codechange.
       new  0616e1b3cb * helm-locate.el (helm-source-locate): Disable mp.
       new  aee0e6e84d * helm-apt.el: Name buffer.
       new  de81e602d8 * helm-files.el (helm-file-completion-source-p): Issue 
#223 ; Use `helm-in-file-completion-p'. * helm.el (helm-in-file-completion-p): 
New flag. * helm-mode.el: Use it.
       new  645474bbce * helm-utils.el (tramp-dissect-file-name): Advice for 
24.4 to disable user-error.
       new  96dd95c15e * helm.el (helm-cleanup): Reset 
`helm-in-file-completion-p' here also.
       new  c87dd9d3e8 * helm-files.el (helm-file-completion-sources): Remove 
no more used entries.
       new  9521b7830f Start fixing tramp completion user-error for emacs-24.4. 
* helm-files.el (helm-find-files-get-candidates): let-bind non-essential * 
helm-utils.el: Comment tramp-dissect-file-name defadvice. * helm.el: let-bind 
non-essential to t on helm startup.
       new  58dfea8451 * helm-files.el (helm-ff-move-to-first-real-candidate): 
match tramp regexp instead using file-remote-p.
       new  4a740426ab * helm-files.el (helm-find-files-transformer): Fix 
basename on invalid tramp entries. (helm-ff-highlight-files): same * 
helm-utils.el (helm-ff-get-host-from-tramp-invalid-fname): New. 
(helm-basename): Always use non-essential.
       new  e2c22dcaf2 * helm.el 
(helm-resume-previous-session-after-quit):Allow resuming nth precedent buffers.
       new  240ed4f0de * helm-files.el (helm-find-files-down-one-level): Issue 
#223 delay update.
       new  f1bc6bd585 Merge pull request #225 from 
emacs-helm/tramp-completion-24.4
       new  12cde93586 Merge branch 'master' into exp
       new  a39abf1825 helm-regexp.el: Add command to invoke occur form isearch.
       new  975eaf1ea4 helm-regexp.el: Add command to invoke multi occur form 
isearch.
       new  e30f22c8b4 Merge pull request #231 from yasuyk/occur-form-isearch
       new  d4ed2efa08 * helm-config.el: Update autoloads.
       new  7a250542be * helm-regexp.el: reindent no code change.
       new  9d0eb077c5 * helm.el (helm-resume-previous-session-after-quit): Fix 
index and simplify.
       new  a2ecf8c0e5 * helm.el (helm-resume-previous-session-after-quit): 
Fix, use <.
       new  d8361ebd8a Implement bookmark show filename * helm-bookmark.el 
(helm-source-bookmarks): Use candidates and add transformer. 
(helm-bookmark-transformer): new. (helm-bookmark-show-filename): new defvar, 
will be a defcustom later. (helm-bookmark-toggle-filename): Command to toggle 
bookmark location visbility.
       new  7bb6bbb906 Add toggle filename to highlighted bmks * 
helm-bookmark.el (helm-highlight-bookmark): Do it
       new  c0073582d6 * helm-bookmark.el (helm-highlight-bookmark): Fix, use 
sep which is already defined.
       new  4dc273ccb4 Remove obsoletes sources and fn and use candidates. * 
helm-bookmark.el: Use candidates and add cache.
       new  ca2f7232f3 * helm-bmkext.el: Remove obsolete code. * 
helm-aliases.el: Update
       new  2995d7a239 * helm-bmkext.el 
(helm-bookmark-local-files-setup-alist): Use bmkext-file-alist-only.
       new  99ce2adc95 * helm-config.el: Use helm-bookmarks by default.
       new  5aa29bcd42 * helm-bookmark.el: Cleanup.
       new  5f134bedf2 * helm-bookmark.el (helm-source-pp-bookmarks): Change 
source name.
       new  8658abd2b8 * helm-bookmark.el: Make pp-bookmarks searching/matching 
works with candidates-in-buffer. (helm-source-pp-bookmarks): Use 
candidates-in-buffer and new search/match functions. 
(helm-pp-bookmark-match-fn, helm-bookmark-search-fn) : New, use them.
       new  417885509e * helm-bookmark.el: Add docstring and comments.
       new  2fbaccc529 * helm-bmkext.el: Add search and match specialized 
functions to all sources (same as pp-bokmarks). 
(helm-bmkext-filter-setup-alist): Give location prop to all bmks.
       new  0ddef7a277 Merge pull request #233 from 
emacs-helm/bookmark-show-fname
       new  6381daec82 * helm-config.el: Update autoloads.
       new  8c9ffd9249 * helm-bookmark.el: Remove unused face.
       new  4994782157 * helm.el: Issue #235 Disable previous helm session when 
user try to run helm in wrong context. (helm): Do it (helm-alive-p): New, use 
it.
       new  b0e457840a Merge branch 'master' into exp
       new  52be2468d3 Update doc for bookmark. * helm-bookmark.el 
(helm-bookmark-toggle-filename): Add docstring. * helm-help.el: update bookmark 
help.
       new  698005a34c * helm-bookmark.el (helm-pp-bookmark-match-fn): Match 
against name+loc.
       new  ef5874deb8 * helm-bookmark.el (helm-highlight-bookmark): Fix 
aligment of annotated bookmarks.
       new  b72545d281 * helm-bmkext.el (helm-source-bmkext-addressbook): Fix 
prefix arg usage. * helm-grep.el: reindent.
       new  c7ba2d1910 * helm-bookmark.el (helm-bookmark-transformer): Use sep.
       new  db7dc7c327 * helm-bookmark.el: Fix truncation of multibyte bookmark 
names. * helm-utils.el (helm-substring-by-width): New optional arg.
       new  a90e5d0803 * helm-bookmark.el (helm-highlight-bookmark): Use 
string-width when creating separator.
       new  cc396cb0a6 * helm-bookmark.el (helm-highlight-bookmark): Simplify 
loop, fix long lines.
       new  8657164813 * helm-config.el: Font-lock define-helm-type-attribute.
       new  f8e0dbfe68 * helm-bookmark.el (helm-bookmark-addressbook): New face.
       new  fd40894c48 * helm-bookmark.el (helm-source-bookmarks): Update 
comment with link to issue.
       new  e53afb7a9b * helm-bookmark.el: Use helm-substring in transformers. 
* helm-utils.el (helm-substring): Use buffer-substring. 
(helm-substring-by-width): Fix docstring.
       new  3a83975ed7 Enable to pop back to where helm-etags-select was last 
invoked.
       new  afd89119e4 Merge pull request #237 from 
yasuyk/etags-select-enable-to-pop-back
       new  4cddae7746 * helm-tags.el: Revert previous commit.
       new  2070e1c32d * helm-tags.el (helm-etags-default-action): Fix previous 
pull-request #237, declare `find-tag-marker-ring' and require etags.
       new  cafd2b2303 * helm-utils.el (helm-walk-directory): Allow skiping 
subdirs. (helm-walk-ignore-directories): New.
       new  11e80fc1e7 * helm-apt.el (helm-apt-generic-action): Don't recreate 
a new term buffer.
       new  69cf9f3340 * helm-apt.el (helm-apt-cache-show): Use new mode 
helm-apt-show-mode.
       new  84181664df * helm.el (helm-minibuffer-completion-contents): New, 
replace minibuffer-completion-contents. (helm-delete-minibuffer-contents): Use 
it. * helm-eval.el (helm-eldoc-show-in-eval): Use it
       new  9b3b7b49bf * helm-eval.el (helm-eldoc-show-in-eval): Get rid of 
`minibuffer-completion-contents'.
       new  2285de058d * helm-utils.el (helm-find-file-as-root): Issue #240 
let-bind non-essential.
       new  2a89446a94 * helm-bmkext.el: Add a delete command to addressbook.
       new  8acb30c245 * helm-help.el (helm-ff-help-message): Remove obsolete 
info.
       new  e633243d17 * helm-plugin.el (helm-headline-get-candidates): avoid 
using flet.
       new  0fddcbb1a7 * helm-mode.el (helm-comp-read-get-candidates): Issue 
#241 Fix wrong-type-argument error in predicate.
       new  8baee3c83d * helm-mode.el: Issue #241 Handle commandp predicate as 
before.
       new  42bf93aca9 * helm-firefox.el: Issue #243 allow customizing firefox 
directory location. (helm-firefox-default-directory): new. 
(helm-get-firefox-user-init-dir): Don't hardcode firefox directory location.
       new  2a9815e654 * helm.el (with-helm-temp-hook): New macro. 
(with-helm-after-update-hook): Use it.
       new  41c6492324 * helm-config.el: Font-lock with-helm-temp-hook. * 
helm.el (with-helm-after-update-hook): Add declare form.
       new  5db9a61ef8 * helm-files.el (helm-findutils-transformer): Use 
helm-boring-file-regexp-list. (helm-findutils-ignore-boring-files): New.
       new  26bc8a523e * helm-files.el 
(helm-ff-transform-fname-for-completion): Fix weird directory name completion. 
(helm-ff-match-fn): removed.
       new  c1f601f3c0 Merge branch 'master' into exp
       new  96bb364b60 * helm-files.el: Cleanup some helm-find-files functions. 
(helm-find-files-down-one-level): simplify, use with-helm-after-update-hook to 
call helm-ff-retrieve-last-expanded. Remove helm-ff-retrieve-last-expanded in 
helm-after-update-hook. (helm-find-files-get-candidates): call file-directory-p 
only once.
       new  a95382ccd8 * helm-files.el (helm-ff-retrieve-last-expanded): Quote 
regexp. * helm-mode.el (helm-read-file-name): Don't use match function.
       new  8db79d1d79 * helm-files.el (helm-ff-move-to-first-real-candidate): 
Fix use or and simplify.
       new  6f0c8d0c21 * helm-files.el (helm-find-files-down-one-level): 
Preselect current selection when it is an existing file.
       new  de708bbdc3 * helm-files.el 
(helm-ff-transform-fname-for-completion): Use file-name-as-directory.
       new  cc82d12888 * helm-files.el (helm-find-files-down-one-level): Fix 
timer delay for remote filenames. * helm.el (helm-get-candidates): Don't use 
while-no-input on remote files.
       new  b09e7946b9 * helm-command.el (helm-command-M-x-sort-fn): Issue #236 
new sort function.
       new  260c6bd3b7 * helm-command.el (helm-command-M-x-sort-fn): Issue #236 
Try to handle also multi regexps.
       new  caa9a01534 * helm-command.el (helm-command-M-x-sort-fn): Issue #236 
Keep improving.
       new  5e252fdb15 * helm.el (helm-run-multi-key-command): Reset iterator 
when another key is pressed (Michael Heerdeg).
       new  d147b035b5 * helm.el (helm-run-multi-key-command): Fix, use 
real-last-command (Michael Heerdeg).
       new  bb00ac0cfb * helm-command.el (helm-command-M-x-sort-fn): Use 
string-less-p when pattern is empty.
       new  bbdf2ed6d0 * helm-command.el (helm-command-M-x-sort-fn): Fix typo.
       new  8a251cb139 * helm-command.el (helm-command-M-x-sort-fn): Match 
against the cdr (real).
       new  9517d0a684 * helm-command.el (helm-M-x-requires-pattern): Fix 
docstring.
       new  8659fd8887 * helm-ring.el (helm-show-kill-ring): Show completion. 
(helm-kill-ring-show-completion): New user var.
       new  04fac2e10f * helm-files.el 
(helm-ff-transform-fname-for-completion): Handle backslashs in fnames. 
(helm-ff-handle-backslash): new, use it.
       new  b1cbebbfff * helm-files.el (helm-find-files-initial-input): Don't 
try to get default input in image-mode.
       new  5f7b84ebf8 * helm-config.el: session.el settings have nothing to do 
here and cause bad warnings at compilation, removed.
       new  d641781630 * helm-ring.el: Issue #245 require helm-elisp. * 
helm-config.el: Update autoloads.
       new  b1d6aa3230 * helm.el: Improve multi key feature (Thanks Michael 
Heerdeg). (helm-make-multi-command): new (helm-define-multi-key): Use it. 
(helm-multi-key-defun): new. (helm-toggle-resplit-and-swap-windows): New 
multikey function. (helm-map): Bound it to C-t. * helm-elisp.el 
(helm-multi-lisp-complete-at-point): New multikey function. * helm-config.el: 
font lock `helm-multi-key-defun'.
       new  421d2b2ec4 * helm-buffers.el (helm-buffer-match-major-mode): Fix 
search with ^name @inside pattern.
       new  5d6cf611d9 * helm-elisp.el (helm-lisp-completion-at-point): Fix, 
`lisp-completion-at-point' may return a string.
       new  09492f53c7 * helm-command.el: Move and rename 
`helm-command-M-x-sort-fn' to `helm-elisp-sort-symbols-fn'. require helm-elisp. 
* helm-elisp.el (helm-elisp-sort-symbols-fn): New moved from helm-command. 
(helm-lisp-completion-transformer): Use it to sort candidates.
       new  5dbf0e4bb5 * helm-elisp.el (helm-set-variable): No need to be 
interactive.
       new  d16a8ed592 * helm-elisp.el 
(helm-lisp-completion-predicate-at-point): New. Borrowed from 
`lisp-completion-at-point' version of emacs-24.3. 
(helm-lisp-completion-at-point): Use it to calculate predicate that is no more 
calculated in emacs-24.3.50.1.
       new  482c0617b4 * helm-elisp.el 
(helm-lisp-completion-predicate-at-point): Fix need to pass beg arg.
       new  a5253b8ac0 * helm-elisp.el 
(helm-lisp-completion-predicate-at-point): Simplify use unless.
       new  735df0b743 * helm-elisp.el (helm-lisp-completion-at-point): Check 
if beg is non--nil (a space before point)
       new  f3e12731e1 * helm-help.el (helm-ff-help-message): Add empty lines.
       new  8abdcfe8f0 * helm-elisp.el (helm-lisp-completion-at-point): Try to 
get rid of `lisp-completion-at-point' which is evil in 24.3.50.1.
       new  b84480058c * helm.el (helm-run-multi-key-command): Use 
call-interactively to allow some commands.
       new  61ad6565c0 * helm-elisp.el 
(helm-lisp-completion-predicate-at-point): Simplify, don't return nil.
       new  1259e6c2eb * helm-elisp.el (helm-lisp-completion-at-point): Provide 
local vars (only 24.3.50.1)
       new  3d1775a8fd * helm-elisp.el (helm-lisp-completion-at-point): Minor 
changes, comment and rename var.
       new  398a4d880a * helm-elisp.el: Use when in some places instead of and.
       new  22e74ea609 * helm-dabbrev.el: New.
       new  ca35cabbd6 * helm-dabbrev.el (helm-collect-dabbrev): Fix free 
variable result. * helm-config.el: Update autoloads.
       new  a44d89054e * helm-dabbrev.el (helm-collect-dabbrev): Remove unused 
buf arg in lambda.
       new  8941383bca * helm-dabbrev.el: Add autoload cookie removed by error. 
* helm-config.el: update autoloads.
       new  ec034966ee * helm-dabbrev.el (helm-collect-dabbrev): Search 
litteraly.
       new  131c9e34b1 * helm-dabbrev.el (helm-dabbrev): New group. 
(helm-dabbrev-max-length-result): new var. (helm-dabbrev-always-search-all): 
new var. (helm-dabbrev-get-candidates): Use them.
       new  c9bd104580 * helm-dabbrev.el 
(helm-dabbrev-ignored-buffers-regexps): new user var. 
(helm-dabbrev-buffer-list): new.
       new  6ae0e3a928 * helm-dabbrev.el (helm-dabbrev-major-mode-assoc): new 
user var. (helm-dabbrev-same-major-mode-p): new.
       new  73ba2fa2b4 * helm-dabbrev.el (helm-dabbrev-collect): Search first 
the 12 lines forward and backward.
       new  813740b143 * helm-dabbrev.el (helm-dabbrev-lineno-around): New user 
var. (helm-dabbrev-collect): use it.
       new  9c6e502032 * helm-dabbrev.el (helm-dabbrev-lineno-around): default 
to 30.
       new  bc4808dd7a * helm-dabbrev.el (helm-dabbrev-collect): search from 
previous positions.
       new  861ef84aa4 * helm-files.el 
(helm-ff-transform-fname-for-completion): Issue #249 check if fname is an empty 
string.
       new  04503e7349 * helm-dabbrev.el (helm-dabbrev-collect): Add assertion. 
* helm-elisp.el (helm-show-completion-init-overlay): Prevent errors on beg end. 
(with-helm-show-completion): Fix errors with overlays, don't let-bind 
helm-display-function.
       new  143022efff * helm-dabbrev.el: Fix typo.
       new  120fae7d07 Fix prefixes names, don't recompute current-buffer. * 
helm-dabbrev.el (helm-dabbrev-max-length-result): Default to 20. 
(helm-dabbrev-major-mode-assoc): Fix docstring. 
(helm-dabbrev--exclude-current-buffer-flag): new internal flag. 
(helm-dabbrev--buffer-list): use it. (helm-dabbrev--get-candidates): don't 
recompute current-buffer.
       new  8e72c214b4 * helm-dabbrev.el: Allow usage in minibuffer, delay 
action and allow-nesting. * helm-elisp.el: Same for lisp completion. * 
helm-eval.el: Get rid of emacs completion in minibuffer.
       new  247f913ebf * helm-dabbrev.el: Fix assertion.
       new  89f922af39 * helm-dabbrev.el (helm-dabbrev): let-bind 
enable-recursive-minibuffers. * helm-elisp.el (helm-lisp-completion-at-point): 
same.
       new  183c20190d * helm.el: Allow 0.01 for helm-(input)-idle-delay.
       new  2e3812885d * helm-dabbrev.el: Send message when nothing found.
       new  3a321a231c Update version number.
       new  236d5ca34c * helm-elisp.el: Rewrite elisp library scan, now 
locate-library.
       new  adc45ec44e * helm-config.el: update autoloads.
       new  d3645cb86f Merge branch 'master' into exp
       new  0b56b8a1fa * emacs-helm.sh: Allow extra args to emacs.
       new  e45871762d * helm-match-plugin.el (helm-mp-highlight-region): Fix 
regexp error.
       new  3c6ea34c8c * emacs-helm.sh: Add a minimal help in scratch buffer.
       new  79cbd55d4f * helm-locate.el (helm-locate-init): shell-quote 
helm-pattern (thanks Michael).
       new  be910d892b * helm-elisp.el (helm-lisp-completion-at-point): Improve 
detection and insertion at point.
       new  d51e139232 * helm-elisp.el (helm-bounds-of-thing-before-point): Fix 
docstring.
       new  ad4cb6cb02 * helm-mode.el (helm-generic-read-file-name): Default 
should be a directory.
       new  3e61b307d9 * helm-elisp.el (helm-lisp-completion-at-point): Fix 
insertion of candidate.
       new  175bf428af * helm-elisp.el (helm-thing-before-point): New optional 
arg. (helm-bounds-of-thing-before-point): DRY, use `helm-thing-before-point'.
       new  1110b5f5ef * helm-dabbrev.el (helm-dabbrev--collect): Start 
searching backward before target. (helm-source-dabbrev): Fix string insertion 
in action (same behavior as lisp completion). (helm-dabbrev): Use thing before 
point.
       new  729bba34cc * helm-elisp.el (helm-insert-completion-at-point): New. 
* helm-dabbrev.el: Use it.
       new  d8b5c0fc51 * helm-dabbrev.el (helm-dabbrev--collect): Fix again 
start of search backward.
       new  37c8dedbc9 * helm-mode.el (helm-generic-read-file-name): remove 
unused let-binded ini-input. (thanks michael ;-)).
       new  4a1ecc3a6a * helm-files.el (helm-files-in-all-dired-candidates): 
Simplify.
       new  68e0efc356 * helm-elisp.el (helm-thing-before-point): Fix setting 
of limits.
       new  e14b93b7bb * helm-files.el: Reorder some functions, no code change.
       new  fdc45c187a * helm-grep.el (helm-do-grep-1): Fix ack-grep running 
instead of zgrep.
       new  33fe3eb4f7 * helm-grep.el: Try to fix zgrep resuming. 
(helm-grep-init): Fix default-directory. (helm-do-grep-1): make all args vars 
local. pass helm-default-directory in helm args.
       new  6f127b4195 * helm-grep.el (helm-grep-init): Fix error in zgrep.
       new  2d7e06d058 * helm-grep.el: Fix resuming in zgrep recurse.
       new  817ab31db1 * helm-grep.el (helm-do-grep-1): Fix comment.
       new  f5473c0486 * helm-grep.el: Fix local setting of grep command.
       new  fa822e6583 * helm-grep.el: Fix git-grep resuming too.
       new  61998dc47b * helm-grep.el: Use the -a option of grep by default.
       new  45b84d690c * helm-files.el 
(helm-ff-transform-fname-for-completion): Fix error bd eval.
       new  f970c9558a * helm-help.el: Improve helm-find-files help.
       new  a1e45f0452 * helm-files.el 
(helm-ff-transform-fname-for-completion): Fix when helm-ff-smart-completion is 
disabled and handle regexps in mp.
       new  be47847283 * helm-files.el 
(helm-ff-transform-fname-for-completion): Simplify.
       new  1d956cce48 * helm-grep.el: Add -a option to zgrep and fix 
helm-zgrep-file-extension-regexp.
       new  a69904f5bd * helm-utils.el (helm-basedir): New * helm-files.el: Use 
it, add comments.
       new  9eb7a6a050 * helm-buffers.el (helm-buffer-max-length): Allow 
setting it to nil. (helm-source-buffers-list): Calculate a default value for 
helm-buffer-max-length when it is nil.
       new  30ba7a3d5c move "*" to be first glob option for grep
       new  dd6d18a067 C-d should delete a character.  ALWAYS.
       new  ab464a6875 * helm-bookmark.el: Issue #259 bind non-essential.
       new  ace48b11d0 Merge pull request #258 from lewang/rando-fixes
       new  2a30a5ddfd * helm-files.el (helm-find-files-map): Use C-c d instead 
of C-D which doesn't disable C-d.
       new  aede17d57f * helm.el (helm-resume-list-buffers-after-quit): New 
binded to C-x C-b.
       new  1791fe0e6b * helm-mode.el (helm-comp-read): Avoid using eval, 
reorder.
       new  fbc34c8257 Merge branch 'exp'
       new  ebe1e8a89e * emacs-helm.sh: Fix typo in doc.
       new  0b8dd162cf * helm.el (helm-get-candidates): Attempt to use a 
modified version of `while-no-input'. (helm-while-no-input): New, avoid using 
`input-pending-p'.
       new  03469017ca * helm-files.el (helm-source-tracker-search): Issue #256 
Don't use regular file transformer and handle ansi-color.
       new  dad79cc6bd * helm-grep.el (helm-grep-guess-extensions): Fix 
previous commit. Use helm-grep-preferred-ext and not prefixed *-c alias, remove 
duplicates, simplify.
       new  523ced25f7 * helm.el (helm-run-multi-key-command): Use symbol-value.
       new  589c1a996e * helm.el (helm-composed-funcall-with-source): Increase 
readability.
       new  2dce46862e * helm.el: Fix docstring and comments in some places.
       new  c43e13deaa * helm.el: Use a hash table for helm-candidate-cache.
       new  55c62c6724 * helm-utils.el (helm-generic-sort-fn): Moved and 
renamed from `helm-elisp-sort-symbols-fn'. * helm-man.el: Use it * 
helm-elisp.el: Use it * helm-command.el: Use it
       new  eff0ed77a3 * helm-man.el (helm-source-man-pages): Use 
candidates-in-buffer.
       new  071f3793a8 Wiki update.
       new  b09b896a2b * helm-apt.el: Fix Issue #265, user try to use helm 
commands outside helm. * helm-config.el: update autoloads.
       new  56e3662319 Merge pull request #266 from xiaohanyu/master
       new  4830b0f9c4 * helm-dabbrev.el: Implement cycling in first candidates 
before helm completion.
       new  08d1af1faf * helm-dabbrev.el (helm-dabbrev-cycle-thresold): New 
user var, disable cycling when 0 or null.
       new  130322b646 * helm-dabbrev.el: Remove hardcoded value for 
helm-dabbrev-cycle-thresold.
       new  f39f3aa33e * helm-dabbrev.el (helm-dabbrev-cycle-thresold): Fix 
docstring.
       new  461f1d739c * helm-buffers.el (helm-buffer-max-length): Issue #267.
       new  86fc78c9ba * helm-dabbrev.el (helm-dabbrev-cycle-thresold): Fix 
defcustom.
       new  2c2a179292 * helm-dabbrev.el: Change prefixes in internal vars.
       new  fb633b9ef2 * helm.el (with-helm-current-buffer): Use current-buffer 
when helm-current-buffer is not already set.
       new  f084c4261f Merge branch 'exp'
       new  b52c231b36 * helm-dabbrev.el (helm-dabbrev): Fix when len cache is 
< thresold.
       new  727806c861 * helm-dabbrev.el (helm-dabbrev): Store iterator in 
structure.
       new  cfa318b252 Merge branch 'exp'
       new  3ec09e667f * helm-dabbrev.el: Fix typo.
       new  3d33b5bdb5 * helm-ring.el (helm-kill-ring-max-lines-number): Fix 
defcustom definition (allow nil). Change some default values.
       new  d4d1e8cb32 * helm-dabbrev.el (helm-dabbrev--collect): Rename lambda 
fn to search-and-store.
       new  fff4dd8b93 * helm.el (helm-update-blacklist-regexps): Add .* 
(helm-set-case-fold-search-1): New. (helm-set-case-fold-search): Use it.
       new  9846a48531 * helm.el (helm-candidate-number-limit): Allow setting 
to nil from custom ui.
       new  88e7541729 * helm-dabbrev.el (helm-dabbrev): Check with 
helm-dabbrev-info-p before setting iterator.
       new  b5f0335dd8 * helm-elisp.el (helm-complete-file-name-at-point): 
Issue #268 require helm-mode when needed.
       new  c77b1e03d0 * helm.el (with-helm-current-buffer): Set 
helm-current-buffer if not already done.
       new  ba08c2543d * helm.el (with-helm-current-buffer): Reset 
*-current-buffer when no more alive.
       new  b07c2ceae1 * helm-dabbrev.el (helm-dabbrev--get-candidates): Use 
current-buffer.
       new  732c8f2dc0 * helm-dabbrev.el (helm-dabbrev-case-fold-search): New 
user var. * helm.el (helm-case-fold-search): Fix definition.
       new  e92f0cc668 * helm-dabbrev.el (helm-dabbrev-case-fold-search): Fix 
docstring.
       new  3c88e6d547 * helm-files.el (helm-source-recentf): Issue #269 use 
candidates-in-buffer.
       new  a8873fe589 * helm.el (helm-get-cached-candidates): Fix don't use 
the cdr of candidate-cache.
       new  3d0b0eea8a * helm-mode.el (helm-comp-read): Don't use regexp-quote 
in input.
       new  f0c456ceaa * helm-mode.el (helm-completing-read-default-1): Revert 
previous changes and use regexp-quote.
       new  09a1bb6cf7 * helm-mode.el (helm-comp-read): unquote regexp-quoted 
candidates added by CR input.
       new  f6817204e3 * helm-mode.el (helm-cr-default-transformer): Compare 
pattern and input unquoted.
       new  e9ced53901 * helm-mode.el (helm-cr-default-transformer): Fix 
duplication and unquote candidates.
       new  0bdfadf5de * helm-files.el: Handle whitespace at end of directories 
path on Windows. (helm-ff-directory-files): New. 
(helm-ff-update-when-only-one-matched, helm-ff-directory-files, 
helm-ff-set-pattern): Use it.
       new  d92a777a1c * helm-files.el (helm-find-files-get-candidates): Check 
for helm-file-directory-p here.
       new  2d0334226b * helm.el (helm-iter-list): Redefined as a function.
       new  5aff755d35 * helm-files.el: Remove helm-file-directory-p and use 
file-accessible-directory-p instead.
       new  91f5aad9a6 * helm-files.el 
(helm-find-files-eshell-command-on-file-1): Allow using sudo.
       new  c8009edaaf * helm-files.el 
(helm-find-files-eshell-command-on-file-1): Allow also passing su command.
       new  4b9400c93d * helm-files.el: Revert previous changes.
       new  3cc43ec7d4 * helm-net.el (helm-surfraw): Work around bug in surfraw 
with duckduckgo.
       new  39d4b3bb4d * helm-net.el (helm-build-elvi-list): cache it.
       new  2869b1802c * helm-pkg.el: update version.
       new  86a50f99c5 * helm-eval.el: Simplify according to eldoc-eval.
       new  d8c0fd7d8f * helm-ring.el (helm-show-kill-ring): Don't resume.
       new  4ce659b265 * helm-eshell.el (helm-source-eshell-history): Use 
append in eshell-write-history.
       new  c557a36074 * helm.el (helm-cleanup): Use replace-buffer-in-windows 
instead of bury-buffer.
       new  989be2559b * helm-mode.el (helm-cr-default-transformer): Fix, check 
if cand is a string.
       new  9250a263bd * helm-files.el (helm-ff-checksum): Fix usage of object 
in sha fns.
       new  f1f2b81269 * helm-ring.el: noresume *mark-ring and register.
       new  2ed2ab4360 Remove unnecessary back quote
       new  5669a13b35 * helm-regexp.el: Enable match plugin in (m)occur. 
(helm-source-moccur): Remove no-matchplugin and nohighlight. 
(helm-m-occur-transformer): Use multi-match arg of helm-grep-highlight-match. * 
helm-grep.el (helm-grep-highlight-match): new arg multi-match. * helm.el 
(helm-get-candidates): Hide wrong-type-argument error.
       new  71d08acab6 * helm-grep.el (helm-grep-highlight-match): Fix typo use 
reg. * helm-regexp.el (helm-source-moccur): Use nohighlight.
       new  e04c341e5a * helm-grep.el (helm-grep-highlight-match): save 
excursion to allow reverse match.
       new  62ff68ac96 * helm-grep.el (helm-grep-highlight-match): Cleanup.
       new  b8e27a4647 * helm-grep.el (helm-grep-highlight-match): Fix 
highlighting with !candidates.
       new  4f7529650b * helm-regexp.el (helm-occur-match-plugin-mode): New 
minor-mode, enabled by default.
       new  9c7ee9df20 * helm-regexp.el: Add autoload cookie. * helm-config.el: 
Update autoloads.
       new  536a808808 * helm-match-plugin.el (helm-mp-split-pattern): Renamed 
from helm-mp-make-regexps. * helm-grep.el: Use it.
       new  880ea338e9 * helm.el (helm-cleanup): Reuse only bury-buffer.
       new  ce8e718139 * helm.el (helm-move-selection-common): Simplify usage.
       new  2156f4ac87 * helm-grep.el (helm-grep-highlight-match): Fix, go back 
to initial place only when changing regexp.
       new  4073a87400 * helm.el: Fix commentary and docstring.
       new  7a2cf1182e * helm.el (helm-move-selection-common): Use ecase.
       new  d02c8cfb20 helm.el (helm-move-selection-common): Fix typo was using 
wrong arg.
       new  4f736f55d3 * helm-mode.el (helm-read-file-name): Add new arg 
default. (helm-generic-read-file-name): Use it to handle default-filename arg 
of read-file-name.
       new  a1d78e7743 * helm-mode.el (helm-read-file-name): Fix exiting with 
empty string. (helm-generic-read-file-name): remove unused default binding.
       new  2cc14cc0c3 * helm-ring.el (helm-register): Issue #273 Fix typo.
       new  586a261bef * helm-locate.el (helm-locate-init): Quote only pattern 
and not rest args.
       new  09386f76f0 typo: pcomplete --> eshell-pcomplete
       new  300f8f536e Merge pull request #272 from onjiro/fix-document
       new  0b87e8d80e Merge pull request #274 from makp/wiki-suggest
       new  209f711901 * helm.el (helm-append-at-nth): Fix when index is > len 
seq.
       new  2000e01351 * helm.el (helm-add-action-to-source): Fix when source 
have type attr and no action attr.
       new  550f2af18d * helm.el (helm-add-action-to-source): Check for action 
attr before type   in or form.
       new  aa96a2054e * helm-plugin.el (helm-info-init): Remove unused 
let-binding and allow debugging.
       new  750c6552a5 * helm.el (helm-add-action-to-source-if): Handle also 
actions from type   attr. (helm-delete-action-from-source): idem.
       new  19b9a8ba5e * helm-mode.el: Issue #277 reverse order of sources in 
completing-read's. (helm-comp-read): New arg reverse-history. 
(helm-completing-read-default-1): Use it.
       new  9ba3f75165 * helm.el (helm-map): Bind helm-mark-all and 
helm-unmark-all. * helm-files.el (helm-find-files-map): Remove helm mark 
commands.
       new  e87986f83d * helm-mode.el (helm-comp-read): Use nreverse.
       new  3e6996ad73 * helm-mode.el (helm-comp-read): Document 
REVERSE-HISTORY.
       new  a925784dfc * helm-dabbrev.el (helm-dabbrev): Don't deactivate mark 
in cycling.
       new  8fc7fb684e * helm-elisp.el (helm-lisp-completion-at-point): Use a 
buffer arg in   helm call. * helm-mode.el (helm-read-file-name): Change default 
buffer name .
       new  1d3efa7286 * helm-dabbrev.el (helm-dabbrev--collect): catch also 
fnames.
       new  3edce028b5 * helm-elisp.el (helm-insert-completion-at-point): Fix, 
check for   filename too.
       new  90d6875bee * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): 
Fix, check   current-buffer majot-mode is one of associated mode.
       new  ff026fb55b * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): 
Reuse let-bounded value.
       new  c049312e76 * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): Fix 
by looping in   the assoc list
       new  42596613cb * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): 
remobe buf arg and   use let.
       new  02385290f0 Use string-width in some places.
       new  d85812dfd0 * helm.el (helm-update-source-p): Handle spaces in 
pattern that user   have probaly entered when using match-plugin feature.   
Also replace quoted spaces to check for helm-update-blacklist-regexps.
       new  0ecc87cb9b * helm-elisp.el (helm-thing-before-point): add optional 
arg regexp. * helm-dabbrev.el (helm-dabbrev--regexp): new (helm-dabbrev): use 
it.
       new  ed9070596b * helm-dabbrev.el (helm-dabbrev--regexp): Add tab to 
regexp.
       new  6f8b30e5ca * helm-elisp.el (helm-thing-before-point): Fix docstring.
       new  8f8f85dc3d * helm-dabbrev.el (helm-dabbrev--regexp): Simplify.
       new  9252b0e029 * helm.el (helm-display-mode-line): Use length here.
       new  7a855a61e1 * helm.el (helm-cleanup): Try to use 
replace-buffer-in-windows after   restoration of winconf.
       new  612ed3cd66 * helm.el (helm-cleanup): Add comments, remove reset or 
cursor-type.
       new  ea93d50a8f * helm-files.el (helm-findutils-find-program): Issue 
#280 New user var. (helm-find-shell-command-fn): Use it.
       new  3dab32a243 * helm-files.el (helm-ff-find-sh-command): Run always 
inside current   directory, that is helm-ff-default-directory.
       new  94da27b4a7 Only match completely blank entries.  Fixes #279.
       new  1fbd9f94c1 Merge pull request #281 from russell/279
       new  e5358e3ee5 * helm-net.el (helm-surfraw): default read-string arg is 
thing-at-point.
       new  69ecf63e07 * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): 
Take one arg that   allow passing current-buffer.
       new  7707c690d7 * helm.el (helm-execute-selection-action-1): Issue #283 
bind non-essential.
       new  a76315b278 * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): Fix 
inheritance in helm-dabbrev-major-mode-assoc.
       new  a3a9e0639b * helm-dabbrev.el (helm-dabbrev): Assertion if nothing 
before point. (helm-dabbrev--regexp): Add backquote.
       new  975ebaf3ba * helm.el: Issue #282 #194 Don't allow switching out of 
minibuffer from   helm session. (helm-display-buffer): Add no-other-window 
property to all visible windows. (helm-frame-or-window-configuration): save 
no-other-window property too.
       new  efaeb9b5fd * helm.el (helm-prevent-switching-other-window): New. 
(helm-toggle-resplit-window, helm-display-buffer): Use it.
       new  ab255e7a95 * helm.el (helm-prevent-escaping-from-minibuffer): New 
user var.
       new  236fa1dcad * helm.el (helm-insert-match): Skip empty string.
       new  11c0a8eb58 * helm-dabbrev.el (helm-dabbrev--collect): Allow all 
buffers from minibuffer.
       new  8732ba5664 * helm-dabbrev.el (helm-dabbrev--collect): Allow all 
buffers from minibuf before major-modes. * helm-elisp.el 
(helm-thing-before-point): Return the beginning of field when regexp is not 
matched. This allow searching from e.g field in customize.
       new  9e1d315503 * helm-dabbrev.el 
(helm-dabbrev-ignored-buffers-regexps): Remove minibuffer regexp.
       new  368bbd8e1f * helm-buffers.el (helm-highlight-buffers): Issue #284 
Apply Russel changes with modifications.
       new  0ae6b175bb * helm-dabbrev.el (helm-dabbrev--collect): Fix running 
from minibuffer.
       new  64a5058489 * helm-dabbrev.el (helm-dabbrev--collect): check 
minibuffer outside of loop.
       new  d7ddd32b92 * helm-dabbrev.el (helm-dabbrev): regexp-quote dabbrev.
       new  1796c196bc * helm-pkg.el: update version.
       new  3673dba34d * helm-man.el (helm-man-or-woman-function): Issue #285 
New user function. (helm-man-default-action): Use it.
       new  a4a8b5c152 * helm-dabbrev.el (helm-dabbrev--regexp): Improve regexp.
       new  209a3681f1 * emacs-helm.sh: Allow giving path of Emacs on command 
line.
       new  608239d3d6 * helm-net.el (helm-surfraw-duckduckgo-url): New user 
var.
       new  694eb01465 * helm-buffers.el (helm-buffers-persistent-kill): Fix 
updating after killing buffer.
       new  e40ef8bd1d * helm-files.el: Remove obsolete outline stuff.
       new  a14103cb20 * helm-files.el: Remove obsolete shorten-home-path 
functions.
       new  8f75da50dc * helm.el (helm-internal): Issue #286 reset 
overriding-local-map after exiting helm minibuffer.
       new  e3a1163854 * helm-files.el (helm-ff-skip-boring-files): New user 
var. (helm-source-find-files): Use it.
       new  0f1272c3c6 * helm-misc.el: (helm-stumpwm-commands-init) Cleanup 
whitespace and sort.
       new  ede2e71294 * helm-buffers.el: Refactored buffer-list display.
       new  ade3fbce89 Merge pull request #289 from russell/stumpwm-commands
       new  8950184efd Merge pull request #291 from russell/buffer-list
       new  01f7a3a474 * helm-buffers.el: Fix alignment in buffer list.
       new  ef0a3769d9 * helm-buffers.el: Show meta info in all buffers.
       new  2bd2c6fba4 * helm-buffers.el: Allow toggling details in buffer list 
with C-].
       new  d3926c22df * helm-locate.el (helm-locate-init): Issue #287 get 
process id from its buffer. * helm-grep.el (helm-grep-init): same. 
(helm-pdfgrep-init): same.
       new  2af126a8aa * helm-help.el: Update buffer help string.
       new  f5d52ce02e * helm-eval.el (helm-source-evaluation-result): Allow 
evaling within edebug when active.
       new  537fbbc7a2 * helm-elisp.el: Issue #288 Reintroduce sexp attributes 
removed by error.
       new  d8fb115370 * helm-buffers.el (helm-buffers-list): Fix docstring.
       new  18afad0409 * helm-man.el (helm-man-default-action): Issue #285 Fix 
using completion for man files and man.
       new  e15c579628 * emacs-helm.sh: Let emacs sending exit code.
       new  04deb1fd8c * helm.el (helm-truncate-lines): Issue #290 New user 
var. * helm-buffers.el (helm-buffers-list): Use it.
       new  625fde980c * helm-buffers.el (helm-buffers-list): Remove now 
unuseful code.
       new  e23c9d541b * helm.el (helm-create-helm-buffer): Issue #290 Fix set 
truncate-lines after setting helm-let-variables.
       new  940db2bdfe * helm.el (helm-make-visible-mark): Fix marking 
multilines.
       new  a336ea1884 * helm-grep.el: Use truncate-lines in some places * 
helm-regexp.el: same.
       new  90a0235460 * helm-files.el (helm-find-files-ediff-files-1): Use 
default-directory of other-window when present.
       new  e6288891b6 * helm-files.el (helm-source-find-files): Add docstring.
       new  153402c8fa * helm-files.el (helm-highlight-files): separate 
helm-skip-boring-files from this.
       new  c6dcb37b8f * helm.el (helm-attr, helm-attrset): Return attribute 
from type if available. (helm-get-attribute-from-source-type, 
helm-add-action-to-source, helm-delete-action-from-source 
helm-add-action-to-source-if): Use helm-attr only.
       new  defd6a6a9b * helm-locate.el (helm-locate-read-file-name): New 
(revived). A basic read-fname. * helm-config.el: Update autoloads.
       new  bcacaa8894 * helm.el (helm-attr-defined): Use helm-attr.
       new  eb63b0b662 * helm.el (helm-append-at-nth): Don't compute len at 
each turn.
       new  64db0cf834 * helm-files.el (helm-files-insert-as-org-link): New 
action for files.
       new  12fa42b353 * helm-files.el: Add insert org link in keymaps. * 
helm-locate.el: Same. * helm-help.el: Document it.
       new  c22ed641b9 * helm-files.el: Fix parse error.
       new  6b779c72ca Merge pull request #294 from tdksk/hotfix/parse_error
       new  4298b30277 * helm.el (helm-attrset): New arg added.
       new  b541a50e9d * helm-files.el 
(helm-insert-file-name-completion-at-point): Fix error, insert candidate even 
if nothing at point.
       new  659616a06a * helm-files.el (helm-find-files-map): Bind 
helm-insert-file-name-completion-at-point to C-c i.
       new  5927a6b616 * helm-eshell.el (helm-esh-get-candidates): Don't 
display relative and full path names.
       new  794c25d3a0 * helm-eshell.el (helm-esh-get-candidates): Revert 
previous change and fix (entry should be replaced by the expanded form.)
       new  99a24fc3af * helm-eshell.el (helm-esh-get-candidates): Keep fixing 
duplication of entry.
       new  e75036f8d0 * helm-eshell.el (helm-esh-get-candidates): Fix 
wrong-type-argument errors.
       new  dcbd70e9b2 * helm-eshell.el (helm-esh-get-candidates): Don't add 
entry when already in prompt.
       new  e0afd2ed23 * helm-eshell.el (helm-esh-get-candidates): Don't add 
entry when completion is not file related.
       new  96393031f9 * helm-eshell.el (helm-esh-get-candidates): Cleanup.
       new  e1101ae369 * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Make code more readable and simplify. (helm-ff-set-pattern): simplify, now 
default-directory is set locally on each start of helm session.
       new  2e64da9965 * helm-files.el (helm-ff-save-history): Remove text 
properties.
       new  88faf62951 * helm-eshell.el (helm-esh-get-candidates): Remove 
Emacs23 compatibility (probably broken).
       new  f688329209 * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Fix regexp, don't use $ in string.
       new  eb2f6ca9ff * helm-files.el: Fix expansion of "~/". 
(helm-ff-set-pattern, helm-ff-auto-expand-to-home-or-root): Do it.
       new  d1fe48ef79 * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Apply michael patch and fix it with tramp.
       new  47f6c65c6a * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Issue #295 Allow C-a and /.
       new  22f6f7d13e * helm-files.el (helm-substitute-in-filename): Fix for 
windows file names.
       new  f00d0f66be * helm-files.el (helm-substitute-in-filename): Use 
string-match-p. Fix docstring and comments in other places.
       new  d422f20947 * helm-files.el (helm-substitute-in-filename): Add 
docstring.
       new  43e42fb029 * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Keep fixing expansion of ~/. (helm-ff-update-when-only-one-matched): Use 
file-equal-p fix expansion of ~/.
       new  8c0fc0a0a5 * helm-files.el (helm-ff-update-when-only-one-matched): 
Check existence of strings before comparing. 
(helm-ff-auto-expand-to-home-or-root): Check eol in minibuffer-window buffer is 
enough.
       new  887c688c0a * helm-buffers.el (helm-revert-buffer): Always revert.
       new  2e340591b8 * helm-ring.el (helm-kill-ring-action): Clean.
       new  8756c71bd4 * helm-files.el (helm-ff-update-when-only-one-matched): 
Fix regexp.
       new  234b622002 * helm-files.el (helm-ff-update-when-only-one-matched): 
Fix equality checking for completed-p.
       new  81f21b3bcc Merge branch 'master' into 
origin-auto-expand-to-yanked-text
       new  e1c2760772 * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Use helm-set-pattern. Try fixing issue with helm-ff-default-directory.
       new  2b5d0151cb * helm-files.el (helm-ff-update-when-only-one-matched): 
Fix completed-p. (helm-ff-auto-expand-to-home-or-root): Check minibuffer input.
       new  5c7fa8879c * helm-files.el (helm-source-find-files): Make 
helm-in-file-completion-p buffer local.
       new  ac9eeb18cb * helm-ring.el (helm-kill-ring-action): Be sure we check 
for last command in the kill ring source.
       new  7017b8ebda Merge pull request #296 from 
emacs-helm/auto-expand-to-yanked-text
       new  e5007d993f Merge branch 'master' into origin-exp
       new  44973809df * helm-ring.el (helm-kill-ring-action): Delay insertion, 
Fix point after inserted text.
       new  a0bf55c362 * helm.el: Advice next-history-element and 
previous-history-element (delay)
       new  d70f10c8c4 * helm-files.el (helm-find-files-get-candidates): Fix 
expansion of initial tramp names.
       new  05f53c105c * helm-files.el (helm-files-save-history-extra-sources): 
New user var. (helm-files-save-file-name-history): Use it.
       new  467a44a660 * helm-buffers.el 
(helm-buffers-toggle-show-hidden-buffers): New, allow seeing/hiding boring 
buffers.
       new  a15163a355 * helm-buffers.el (helm-highlight-buffers): Reset max 
length of buffers created by persistent action.
       new  b4c69f157b * helm-buffers.el (helm-highlight-buffers): Set length 
of mode in init. (helm-source-buffers-list): Do it.
       new  c16f93fbc8 * helm-files.el (helm-find-files-persistent-action): Set 
default-directory in image-dired buffers. * helm-utils.el 
(helm-quit-and-find-file): Use local value of default-directory for non files 
buffers.
       new  e77312fd29 * helm-files.el (helm-findutils-skip-boring-files): 
Renamed from helm-findutils-ignore-boring-files. (helm-findutils-transformer): 
Don't handle skipped files here. (helm-source-findutils): but here in 
filtered-candidate-transformer.
       new  ae4b8f3b46 * helm-files.el (helm-find-files-down-one-level): 
Simplify minibuffer checking.
       new  359ecefa9d * helm-elisp.el: Add info lookup action in apropos 
functions.
       new  8cf83b8381 * helm-info.el (helm-info-default-sources): New user var.
       new  d91593baf4 * helm-regexp.el (helm-m-occur-action): Move point to 
the nearest matching regexp from bol.
       new  a55cdf8590 * helm-regexp.el (helm-occur-init-source): Set name attr 
here.
       new  061a15fdab * helm-info.el (helm-info-default-sources): Add eieio 
source.
       new  2cfb4a4471 * helm-files.el (helm-find-files): Clean. 
(helm-find-files-initial-input): Same.
       new  c04c7db359 * helm-buffers.el (helm-buffers-persistent-kill): Delay 
updating in the after action hook.
       new  4e58165a6c * helm-elisp.el (helm-info-lookup-symbol): New action 
for helm-apropos. * helm.el (helm-read-pattern-maybe): Don't force update when 
no candidates and helm-quit-if-no-candidate is non--nil.
       new  af15b78e03 * helm.el (helm-update, helm-process-delayed-sources): 
Update mode-line.
       new  cdb6a7672b helm-ff-set-pattern: fix for issue 301
       new  21db79d00e Merge pull request #302 from michael-heerdegen/fix-301
       new  b443c2e4cb * helm.el (helm-mark-current-line): Issue #304 Fix wrong 
move-overlay arg.
       new  c77c866de1 * helm-mode.el (helm-generic-read-file-name): [FIX Emacs 
bug for helm] Workaround a bug in `ido-read-internal' that doesn't support the 
INITIAL arg.
       new  2262d5d12d * helm-mode.el (helm-generic-read-file-name): Revert 
previous commit.
       new  fed03ce486 * helm-files.el (helm-source-recentf): Issue #304 Allow 
toggling basename.
       new  0224e34111 * helm-files.el (helm-source-recentf): Issue #303 Allow 
toggling basename.
       new  b3b664d383 Merge branch 'exp' of github.com:emacs-helm/helm into 
origin-exp
       new  e6ec1c6593 * helm-ring.el (helm-show-kill-ring): Remove 
with-helm-show-completion.
       new  f1f33fa2b5 * helm-elisp.el (helm-show-completion-display-function): 
Fix for dedicated windows.
       new  63ebf28509 * helm-misc.el (helm-recentf): Issue #308 always show 
full path in recentf.
       new  05334d076e * helm-files.el (helm-source-tracker-search): Issue #309 
Use cdr for actions.
       new  54b95a5b36 * helm-files.el (helm-source-tracker-search): Issue #309 
backquote sexp.
       new  b905d7740c * helm-utils.el (helm-files-match-only-basename): Issue 
#310 New match function that allow adding a -b flag at end of pattern. * 
helm-files.el (helm-source-recentf, helm-source-files-in-current-dir): Use it.
       new  1ed08c4370 * helm-locate.el (helm-locate-pattern-transformer): New, 
pattern transformer for locate. (helm-source-locate): Use it, avoid failing 
miserably when user enter multiple patterns, though it will fail to match with 
inversed pattern, but without error.
       new  e90917c091 * helm-firefox.el (helm-source-firefox-bookmarks): Issue 
#312 Use helm-firefox-bookmarks-get-value.
       new  afebe12fdf * helm-firefox.el (helm-source-firefox-bookmarks): add a 
message after killing candidate. * helm-adaptative.el: Fix docstring.
       new  404e6d3a4c * helm-adaptative.el (helm-adaptative-mode): Load, save 
and enable/disable hooks from here. (helm-adaptive-save-history, 
helm-adaptative-maybe-load-history): Not need to test for mode here.
       new  cf0c385ed2 * helm-help.el: Consistent formatting of doc-strings
       new  7eca6f099b * helm-plugin.el: Consistent formatting of doc-strings
       new  6cc0d3157a Merge pull request #313 from tmalsburg/master
       new  2e53b1ab56 * helm-imenu.el: Use helm-execute-action-at-once-if-one 
and quit. * helm-regexp.el: Remove obsolete browse code. * helm-aliases.el: 
Remove old aliases. * helm-config.el: Update autoloads.
       new  56df0e5c8b * helm.el (helm-split-window-default-fn): Prevent 
displaying helm-buffer in a dedicated window. (helm-window-in-direction): New 
use it. (helm-prevent-switching-other-window): Allow switching back to a 
dedicated window.
       new  fc22034bc0 * helm-eshell.el: Issue #314 Fix user calling 
non--interactively helm eshell completion commands.
       new  f7acd17023 * helm-files.el (helm-ff-sort-candidates): New 
transformer for helm-source-find-files.
       new  52427ff83f * helm-eshell.el: Revert previous changes.
       new  d54177ba91 * helm-eshell.el: Revert previous changes.
       new  7437328d8d Merge branch 'origin-exp'
       new  3926da1c4e * helm.el (helm-get-candidates): Fix timer error.
       new  75dec2ef36 * helm-buffers.el: Remove binding to elscreen. * 
helm-help.el: Update buffer help.
       new  fa3a803977 * helm-files.el: Disable sort transformer in 
helm-source-find-files which is not fully finished.
       new  219c24d45b * helm-files.el (helm-ff-sort-candidates): Fixed. 
reenable it.
       new  5ca9239c85 * helm-buffers.el (helm-buffer-match-major-mode): Avoid 
matching all modes when entering only "mode". (helm-buffers-sort-transformer): 
New.
       new  48feccfe6e make helm-execute-action-at-once-if-one and 
helm-quit-if-no-candidate configurable.
       new  e10a5a8727 * helm-files.el (helm-ff-sort-candidates): Test also the 
length of strings.
       new  f6c76da391 Merge pull request #318 from 
lbsx/make-execute-at-once-and-quit-configurable
       new  2d114b2d83 Merge branch 'master' into origin-exp
       new  5d6e429ee0 * helm-eshell.el: Issue #315 Add a keymap for eshell 
completion.
       new  afd75f49c5 * helm-files.el (helm-ff-switch-to-eshell): Delete input 
before cd-ing, check if a process is running.
       new  38f597ad5b * helm-files.el: Declare eshell-kill-input.
       new  a280c1f261 * helm-mode.el (helm-mode-handle-completion-in-region): 
New, helm-mode will replace completion-in-region-function. 
(helm--completion-in-region): New. (helm-mode): Use it.
       new  72ca910b5c * helm-mode.el (helm--completion-in-region): Use prompt.
       new  63dcc250c2 * helm-files.el (helm-ff-sort-candidates): Handle some 
possible errors.
       new  ed51d372d3 * helm-mode.el (helm-mode-handle-completion-in-region): 
Fix docstring.
       new  c15dcd3155 * helm-elisp.el (helm-def-source--emacs-variables): Add 
set variable action.
       new  df6fa92d55 * helm-utils.el: Attempt to fix Issue #307.
       new  cc489d03b9 * helm-mode.el (helm-mode): Fix free variable for 
emacs-24.3.
       new  e999ee87e2 * helm-utils.el (helm-walk-directory): Use lambda 
instead of labels.
       new  199513d63f * helm-imenu.el (helm-imenu): Issue #320 Don't bind 
`helm-quit-if-no-candidate'. (helm-imenu-quit-if-no-candidate): Removed.
       new  d8a1ce1efc * helm.el: reset helm-marked stuff directly on buffer 
creation and remove the hooks.
       new  7549572b4b * helm.el (helm-move-selection-common): Update keymap 
directly here and remove helm-maybe-update-keymap from 
helm-move-selection-after-hook.
       new  d366f7c89b * helm.el (helm-log): Use outline.
       new  2dec040488 * helm.el (helm--window-side-state): New, use it to 
restore helm-window on last used side after swapping or toggling. 
(helm-window-side-state): New flag, internal. (helm-initial-setup): reset 
helm-window-side-state. (helm-display-buffer, helm-toggle-resplit-window 
helm-swap-windows): Set helm-window-side-state with helm--window-side-state fn.
       new  1190c92e88 * helm.el (helm--window-side-state): Renamed from 
helm-window-side-state (internal var). (helm--get-window-side-state): Renamed 
from helm--window-side-state (function).
       new  abe85486ed * helm.el (helm-initial-setup): Fix restoration of 
helm--window-side-state. (helm--window-side-state): Use by default the default 
value of `helm-split-window-default-side'.
       new  cc882eca22 * helm.el (helm-swap-window): Don't swap in a dedicated 
window.
       new  ce9b6fa701 * helm.el: Define helm-toggle-resplit-and-swap-windows 
multi-key with a delay of 1.
       new  d7a6908194 * helm-command.el (helm-M-x): Issue #322 handle repeat.
       new  5e73385297 * helm.el (helm--get-window-side-state): Add docstring, 
no code--change.
       new  91f29164f0 * helm.el (helm-next-point-in-list): Return to first or 
last point when at start or end of list.
       new  acc135288b * helm-files.el (helm-find-files-do-action): prevent 
setting window-start.
       new  c1377e947e * helm.el (helm-compile-sources): make it more readable.
       new  40ada5b58f Fix unused args source in some filtered candidates 
functions.
       new  1157c18a7b * helm-files.el: prefix some unused args with _.
       new  82d3cde7d7 * helm-mode.el (helm-mode-reverse-history): New user 
variable, allow seeting reverse-history in helm-mode.
       new  5fa1e80ad9 Add variable helm-etags-match-part-only.
       new  b82caa80ea replace all cl symbol by their cl-lib equivalent.
       new  b740a4b4c1 Finish replacing cl symbols and requiring cl-lib, no 
compile error.
       new  b1279b4be1 * helm.el: Fix source args replaced by error with 
_source. * helm-adaptative.el: Same.
       new  1af88494bb Merge pull request #323 from 
ranulf/helm-etags-match-part-only
       new  287c8db1d6 Add lexical-binding in only these 3 files, fix _source 
errors.
       new  e1592becdd * helm.el: Fix expansion of source. * helm-regexp.el: 
Fix helm-attrset source arg.
       new  505e79bfea * helm-adaptative.el: Fix _source arg.
       new  8036056402 Handle most errors except condition-case err warnings, 
it seems working.
       new  798c81fb8d reindent.
       new  1301d14793 Merge branch 'master' into lex
       new  92a0875b31 Reindent all files.
       new  3b3896e8d3 * helm.el: Fix unused args endp and exit. 
(helm-match-from-candidates, helm-search-from-candidate-buffer): Do it.
       new  e9dfeb9d29 Merge branch 'master' into lex
       new  74fda7f044 * helm-mode.el (helm-comp-read-get-candidates): Simplify.
       new  9f4170200c * helm-mode.el (helm-cr-default-transformer): Remove 
unused with clause.
       new  593ce125ad * helm-mode.el: Fix Issue #324, don't try complete on 
symbols which value itself is a symbol. (helm-comp-read-get-candidates, 
helm-comp-read, helm-completing-read-default): Do it.
       new  7d2d6f9008 * helm-mode.el: Issue #324 Simplify. 
(helm-comp-read-get-candidates): Create a special clause for symbol with a 
symbol-value which is a symbol. (helm-completing-read-default-1): No need to 
handle this from here now.
       new  ea96b057ff * helm-mode.el: Fix comments, no code--change.
       new  6a42a3ddef * helm-mode.el (helm-comp-read): Fix Issue #324, Don't 
try to setcar history when it is a symbol.
       new  112e3eb512 * helm-mode.el (helm-comp-read): Don't redefine twice 
the same lambda.
       new  d5a2fd72a4 * helm-mode.el: Fix typo.
       new  20279b4a10 * helm-config.el: font-lock helm-aif.
       new  bbab087d97 * helm.el (helm-candidates-in-buffer): Take source as 
arg now. (helm-compile-source--candidates-in-buffer): Pass arg source to 
helm-candidates-in-buffer.
       new  174f7b5062 * helm.el (helm-current-source): New internal var. 
(helm-get-current-source): Don't declare source, use helm-current-source. 
(helm-funcall-with-source, helm-compute-matches): Bind helm-current-source. 
(helm-internal): reset helm-current-source.
       new  98b0f74c31 Merge branch 'master' into lex
       new  43b4a0d268 * helm-mode.el: finish merging.
       new  d4d611e761 * helm-buffers.el: Check if buffer is a buffer-file-name 
before saving or reverting.
       new  80b75d7bcd * helm-mode.el: Prefix one more source arg unused.
       new  1b0ed5c060 * helm-files.el: Prefix some more unused args.
       new  200c270bff * helm.el (helm-update-blacklist-regexps): Fix typo.
       new  0df741806b * helm.el (helm-get-candidates): Better error handling. 
(helm-log-error): Docstring. (helm-print-error-messages): Start message with 
helm issued errors.
       new  43749f36fe Ido-style backspace in find files
       new  83b089aa0e Helm M-[ issue
       new  e493483622 Made this only apply when the current key is M-[
       new  dd02e31a6d Fix stray f
       new  8cf2c2bd25 Expand user name directories like ~root/ (just like 
ido-find-file)
       new  5a526608d0 Merge pull request #329 from mlf176f2/patch-3
       new  37333757eb Merge pull request #328 from mlf176f2/patch-2
       new  0334ae76b6 Merge pull request #327 from mlf176f2/patch-1
       new  94d20b7656 * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Fix Issue #329.
       new  37f8638e62 * helm-utils.el (helm-position): Transform in macro.
       new  7e7358dd25 Merge branch 'origin-exp' into lex
       new  46b4e94dff * helm.el: Fix cl-block, cl-return-from
       new  9dd3c9a754 * helm-elisp.el (helm-lisp-completion-transformer): Use 
typecase. (helm-lisp-completion-at-point): Ignore errors for completion on 
let--bounded vars.
       new  16ee218534 * helm.el: Shutup byte compiler about err args of 
condition-case.
       new  95c30fa481 Merge branch 'origin-exp' into lex
       new  a05bd4267c Fix previous merge.
       new  07f06c488d Update autoloads, lexical bind elisp and match-plugin.
       new  81ef9de5c0 * helm-dabbrev.el (helm-dabbrev--get-candidates): 
Simplify, avoid using declare. (helm-dabbrev): Fix iterator when length of 
candidates is < to max len.
       new  2d1ac23c3f * helm-dabbrev.el (helm-dabbrev): Fix comments, no 
code-change.
       new  5149fc286b * helm-match-plugin.el: Prefix unused arg _ignore.
       new  e728b6400d * helm.el (helm-approximate-candidate-number): renamed 
to `helm-get-candidate-number'. * helm-files.el: Use 
`helm-get-candidate-number'. * helm-aliases.el: MAke an obsolete alias for 
`helm-approximate-candidate-number'.
       new  5d7f6e340c * helm.el (helm-get-candidate-number): Use with.
       new  b9f5592b73 * helm-tags.el (helm-etags-split-line): New. 
(helm-source-etags-select, helm-etags-default-action): Use it.
       new  dc3818e779 * helm-files.el (helm-find-files-persistent-action): Fix 
image-dired-display-image-buffer detection.
       new  8a759f564c * helm-files.el (helm-find-files-do-action): Disable 
auto-update when copying/renaming etc...
       new  1c18ec5cd4 Merge branch 'master' into lex
       new  530d89feec Enable lexical-binding in all files.
       new  10433fce31 * helm-grep.el (helm-grep-save-results): Don't prefix 
candidate with _.
       new  22be3f8631 * helm.el (helm-get-candidates): Fix condition-case. 
(helm-match-from-candidates): Fix error handling.
       new  ce9c151f8e * helm.el (helm-get-candidates): log errors.
       new  d8f127bfd7 * helm-man.el (helm-man-default-action): Fix unused err 
from condition-case.
       new  927f9be7be * helm-eval.el (helm-source-evaluation-result): Simplify 
action 1.
       new  bee9f14ff2 * helm.el (helm-debug-open-last-log): renamed from 
helm-open-last-log.
       new  3c9cdce47e (helm-match-line-color-current-line, 
helm-persistent-highlight-point): Replaced by helm-highlight-current-line. 
*helm-grep.el *helm-imenu.el *helm-misc.el *helm-org.el *helm-regexp.el 
*helm-ring.el *helm-semantic.el *helm-tags.el *helm-utils.el
       new  920d1ffc80 Merge branch 'origin-exp' into lex
       new  c182dc68e0 Fix some merge and typo errors.
       new  288c71174f * helm-elisp.el: Fix lisp-completion for lex. * 
helm-buffers.el: Declare ido vars.
       new  b83c4cf3c5 Start fixing unused vars.
       new  e4ad20f508 * helm-mode.el (helm-read-file-name): Use 
helm-full-frame.
       new  9b5065509e Keep fixing unused args
       new  aea8b5dfc2 Finish fixing unused vars.
       new  749bf3caf2 * helm-command.el (helm-M-x): Remove unuseful vars. * 
helm-files.el: same.
       new  9555d38dc7 * helm-files.el (helm-ff-backspace): Fix arg usage.
       new  dda8a001a9 * helm-files.el (helm-ff-backspace): Simplify.
       new  6f3831b9be * helm-config.el: Update autoloads.
       new  a3804b4017 * helm.el: Add comments, no code-change.
       new  bd84ab585c * helm.el (helm-log-eval-internal): Removed.
       new  ddbcee672c * helm.el (helm-log-eval): oops, use dolist.
       new  4433c6241d * helm.el (helm-log-eval): don't use lexical arg of eval.
       new  861fe2af45 * helm.el: Fix helm-log-eval.
       new  625f77be9f * helm.el: Fix helm-log-run-hook.
       new  04ad8ed9db * helm.el: Fix helm-log-eval and helm-log-run-hook 
(compatible with lex).
       new  966a91300a * helm.el (helm-log-eval): Don't use cl-dolist here.
       new  b228700f14 * helm-mode.el (helm-comp-read): Fix 
candidates-in-buffer src.
       new  97990624af * helm.el: Issue #338 delay 
next/previous-history-element.
       new  086cd44fbd * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Revert changes introduced with Issue #329.
       new  72170c7b93 * helm-mode.el (helm-read-file-name): Fix hist and test 
lex args.
       new  37a1822716 * helm-mode.el (helm-read-file-name): Reindent.
       new  30317b615d * helm-mode.el (helm-read-file-name): Fix must-match and 
keymap.
       new  16fb9f0db6 * helm-mode.el (helm-read-file-name): Fix must-match and 
keymap according to lex-branch.
       new  60053a72d3 Merge branch 'master' into lex
       new  30109f2fff * helm-files.el (helm-ff-backspace): Fix unused arg.
       new  2d319a78ed * helm-dabbrev.el (helm-dabbrev--collect): Fix result 
arg.
       new  b038690e9c * helm-dabbrev.el (helm-source-dabbrev): Don't backquote.
       new  cb286d43fc * helm-dabbrev.el (helm-source-dabbrev): Use candidates.
       new  a6b0e518f2 * helm-dabbrev.el: Revert previous change.
       new  06ce3b4d49 * helm-dabbrev.el: Forget to remove 
candidates-in-buffer. Seems ost things are working from now, still 
candidates-in-buffer that need to be fixed.
       new  6577d513f9 * helm-org.el: Stop supporting keywords for emacs-24.4.
       new  8bc75b6994 * helm-org.el: Stop supporting org keyword in last emacs.
       new  07e0e5e45a * helm-org.el: Fix last commit according to exp branch.
       new  60620ef14b Fix typo in docstring
       new  3077195ae3 * helm.el (helm-init-candidates-in-buffer): declare 
indent .
       new  c09a41235b * helm-mode.el (helm-comp-read): Fix history fn.
       new  e5fd545fe4 * helm.el: Issue #338 reenable advices for 
next/previous-history-element. They are now activated only in helm.
       new  b462b3e259 Merge branch 'master' into lex
       new  b3c4a99ea6 * helm.el (helm-candidates-in-buffer-1): Fix start-point.
       new  7f550ec656 * helm-match-plugin.el 
(helm-compile-source--match-plugin): Fix typo introduced by the cl- prefix 
replacement argh!.
       new  25b5a326c8 Fix some more cl-search typo.
       new  628122cfbd * helm-dabbrev.el (helm-source-dabbrev): Reenable 
candidates-in-buffer. * helm-elisp.el: Same.
       new  9f4c746771 * helm-mode.el (helm-comp-read): Improve according to 
lex branch.
       new  452bac1f8c Merge pull request #345 from cmpitg/patch-1
       new  39beb48afe * helm-pkg.el: update version num.
       new  bab4ad4c40 Merge branch 'master' of github.com:emacs-helm/helm
       new  ff7848f6ec Merge branch 'master' into lex
       new  b5d1efd6e6 * helm-mode.el: Don't declare marked-candidates.
       new  b8c6cb2785 Replace cl-prefix added by error (cl-the).
       new  7fddd0aff6 Replace cl-coerce added by error.
       new  a1d11914db Use elisp declare for indent etc...
       new  fbccdca599 * helm-elisp.el (helm-lisp-completion-at-point): Inline 
source to pass beg end.
       new  d7c76d3b70 * emacs-helm.sh: Add comment about helm-dabbrev.
       new  ac57c65825 * helm-mode.el (helm-read-file-name): Issue #347 Fix 
test (quote it).
       new  d50f10e032 * helm-mode.el (helm-generic-read-file-name): Use 
cl-defun to create an implicit block.(removed by error)
       new  1505852461 * helm-external.el (helm-external-commands-list-1): Fix 
loop.
       new  79161f4319 emacs-helm.sh: resolve symlinks to get correct helm 
directory
       new  2a8d8f8feb * helm-mode.el (helm-completing-read-symbols): Issue 
#351 Fix expansion of args.
       new  3c1dc59c37 Merge pull request #352 from michael-heerdegen/fix-349
       new  5649d59d3a * helm.el (helm-marked-candidates): Issue #333 Coerce 
marked-candidates.
       new  8c5d46c0a4 Merge branch 'master' of github.com:emacs-helm/helm
       new  10760f294f * helm-command.el (helm-M-x-reverse-history): New user 
var.
       new  4e6ddbb2fa Make declarations with defvar. * helm-emms.el * 
helm-eval.el * helm-files.el * helm-misc.el * helm-mode.el * helm-yaoddmuse.el
       new  d25aaaa906 * helm-semantic.el: Issue #336 Display class name for 
each candidate.
       new  6d60c28a3d * helm-semantic.el (helm-semantic-default-action): Run 
helm-goto-line-before-hook.
       new  559becc5a0 * helm-semantic.el (helm-semantic-init-candidates): Use 
arrow to format childrens.
       new  dacaf62d29 * helm-semantic.el (helm-semantic-default-action): Fix 
setting tag on parent. * helm-files.el: replace a cl-dolist by cl-loop. * 
helm-misc.el: same.
       new  2ddd9d9b64 * helm-mode.el (helm-comp-read): Issue #355 Make 
candidates-in-buffer source working with not compiled files. candidate function 
should be quoted to work with non--compiled files in candidates-in-buffer 
source.
       new  a53495d3b4 * helm.el (helm--accumulate-candidates): Renamed from 
helm-accumulate-candidates-internal. Fix docstring. 
(helm-search-from-candidate-buffer): Remove unused arg endp.
       new  e91e2e3987 * helm.el: Issue #337 Introduce new attribute 
allow-dups. * helm-semantic.el: Use it. * helm-imenu.el: idem. * helm-help.el: 
Document it.
       new  e20a932fdf * helm-imenu.el: Simplify code for collecting candidate.
       new  416e0955ed * helm-imenu.el (helm-source-imenu): Use 
candidate-transformer.
       new  1216b6be11 * helm-imenu.el (helm-imenu-transformer): Use 
helm-imenu-delimiter.
       new  6d61658dc3 * helm-config.el: Bind C-x c i ti helm-semantic-or-imenu.
       new  bb423f4fcb * helm-config.el: Update autoloads.
       new  9457cde4fb * helm-imenu.el (helm-imenu--candidates-1): Workaround 
bug in imenu.
       new  2d5905e41b * helm-imenu.el (helm-imenu--candidates-1): Use 
imenu--subalist-p.
       new  af7dd577d6 * helm-utils.el (helm-highlight-current-line): new arg 
pulse. (helm-goto-line): Use it. * helm-semantic.el 
(helm-semantic-default-action): Highlight.
       new  01e2559aec * helm-imenu.el: Fix highlighting in actions. * 
helm-semantic.el: Same
       new  1684491064 * helm-semantic.el (helm-semantic-or-imenu): Behave like 
helm-imenu when using imenu.
       new  f92654ba01 * helm-imenu.el (helm-imenu-transformer): Add faces.
       new  bb4eadbf25 * helm-files.el (helm-find-files-ediff-files-1): Allow 
ediffing two marked files.
       new  ebd5aaa05a * helm-pkg.el: Update version.
       new  42e67e5d65 * helm-imenu.el: Issue #359 require helm-utils.
       new  581aca2e44 * helm.el (helm-match-from-candidates): Always ignore 
regexp errors.
       new  8a8daaae94 * helm-elisp.el (helm-info-lookup-symbol): Don't allow 
resuming.
       new  5f386ae2f0 * helm-match-plugin.el 
(helm-compile-source--match-plugin): Use helm-mklist.
       new  2abe760469 * helm-files.el (helm-tramp-file-name-regexp): New 
internal. Use it.
       new  dc2eb59a2c improve lacarte.el related stuff
       new  fb5ae3519d Merge pull request #365 from 
michael-heerdegen/improve-lacarte-interface
       new  6c8573e9b4 * helm-config.el: Update autoload. * helm-misc.el: Add 
autoload cookie.
       new  4b934a6aad First attempt to place a one filter at source. Try to 
apply on helm-ff.
       new  b74e24b3e4 * helm-files.el: Fix ff sort function.
       new  806a646f74 Rename filter attribute.
       new  310e1c6b0b * helm-files.el (helm-ff-filter-candidate-one-by-one): 
Handle tramp files. * helm-help.el: Document filter-one-by-one.
       new  b4187b0d43 * helm.el: Add comment.
       new  212c4f107f * helm.el (helm-match-from-candidates): Allow more than 
one function in filter-one-by-one.
       new  2f3161c8db * helm-mode.el (helm-read-file-name): Use 
filter-one-by-one and sort.
       new  db53c66866 * helm-files.el: Remove now unused transformer function 
and var.
       new  1d14b774f9 new fun helm-lacarte-candidate-transformer: propertize 
key hints with face helm-M-x-key
       new  b7ccbb082e Merge pull request #366 from 
michael-heerdegen/improve-lacarte-interface
       new  749e2c0eb1 * helm-files.el (helm-ff-auto-update-initial-value): New 
default value is now nil. Bind toggle auto update to C-c <backspace> for terms 
users. * helm-help.el: Document C-<backspace> usage in helm-find-files.
       new  a989ad3ad9 * helm.el (helm-match-from-candidates): Check if 
candidate is in hash.
       new  7d662de04b * helm.el (helm-search-from-candidate-buffer): Allow 
using `filter-one-by-one' in candidates-in-buffer sources. * helm-regexp.el 
(helm-source-buffers-list): Use now `filter-one-by-one'.
       new  54a0a7fe2f * helm.el 
(helm--maybe-process-filter-one-by-one-candidate): New macro. 
(helm-search-from-candidate-buffer, helm-match-from-candidates): Use it.
       new  2bf8807cca * helm.el (helm-match-from-candidates): No need to check 
cand in hash as it had been maybe modified by one-by-one filter. * 
helm-regexp.el: Align let.
       new  eb98eaf97c * helm.el (helm-output-filter--collect-candidates): 
Handle `filter-one-by-one', take one more arg 'source'. * helm-grep.el 
(helm-do-grep-1): Use now filter-one-by-one.
       new  51a8e40b15 * helm-net.el: Add eww browser.
       new  813a6325bf * helm-regexp.el (helm-m-occur-filter-one-by-one): Fix 
docstring.
       new  4f5ae3b809 * helm-help.el: Improve filter-one-by-one doc.
       new  f7e256c543 * helm.el: Improve filter-one-by-one. 
(helm-match-from-candidates, helm-search-from-candidate-buffer): check the hash 
table. (helm--accumulate-candidates): filter-one-by-one here, but push the cand 
in hash before modifying.
       new  4f2a14a18e Fixing some incorrect spellings in the wiki
       new  7ca16b520d * helm-bookmark.el: require bookmark.
       new  c502396714 * helm-files.el: no need to require dired here.
       new  5b382fb830 Merge pull request #367 from 
steveshogren/some-spelling-fixes
       new  b21a98eeca * helm-mode.el (helm-mode-handle-completion-in-region): 
Default to non--nil.
       new  70208ca084 * helm-mode.el (helm--completion-in-region): Fix prompt 
for completion-at-point family that have no prompt.
       new  1198dc7ce0 * helm-mode.el (helm-mode-handle-completion-in-region): 
Fix docstring.
       new  a8380961fa * helm-mode.el (helm--completion-in-region): Try to 
guess default value or require-match.
       new  39979da67f * helm-mode.el (helm--completion-in-region): Add source 
name and buffer.
       new  898cc99906 helm-tags.el (helm-etags-select): don't force `execute 
action at once'
       new  c5425f7baa * helm-mode.el (helm--completion-in-region): Use 
buffer-substring-no-properties.
       new  51c1dc65d4 * README.md: update.
       new  35a976c55d * helm-mode.el (helm--completion-in-region): Add space 
to input.
       new  bda1411fa7 Merge pull request #370 from mgalgs/etags-exec-at-once
       new  40bf869d78 * helm.el (helm-output-filter--collect-candidates): 
Issue #374 Don't collect nil candidates returned by filter-one-by-one.
       new  a7a235033f * helm.el (helm-update-source-p): Issue #375 Fix 
backslash replacement.
       new  1e88da09df * helm-mode.el (helm--completion-in-region): Fix 
filename completion in shell-mode.
       new  e38e5858ea * helm-mode.el (helm--completion-in-region): Fix error 
with args in symbol completion.
       new  be98b8d07e * helm-mode.el (helm--completion-in-region): Don't loose 
pcomplete completion on prog args.
       new  8f0a15777e * helm-mode.el: Simplify, now need to fix input for 
filenames.
       new  36e6bb0e4b * helm-mode.el (helm--completion-in-region): Keep fixing 
input insertion. (helm-mode--in-file-completion-p): new.
       new  4b37434c85 * helm-mode.el (helm--completion-in-region): remove ./ 
and ../.
       new  de7c44ca8b * helm-mode.el: Use cl-loop.
       new  760594e860 * helm-mode.el (helm--completion-in-region): 
exec-when-only-one.
       new  d0f84fbb56 * helm-mode.el (helm--completion-in-region): Not space 
after input in crm.
       new  c85671b4b7 * helm-buffers.el (helm-buffer-match-major-mode): Issue 
#372 allow negation on modes.
       new  20db392074 * helm-buffers.el: Revert previous commit.
       new  50ddb131a1 * helm-grep.el (helm-ack-grep-executable): New, Issue 
#377
       new  644a8f829d * helm-buffers.el: Fix previous commit.
       new  918a29c9db Merge branch 'master' into origin-exp
       new  4d692df3c8 * helm.el (helm-internal): Disable cua-mode.
       new  b39495970f * helm-mode.el (helm--completion-in-region): Don't 
append space when input is empty.
       new  364498d9ff * helm-mode.el (helm-mode--in-file-completion-p): Fix 
error when candidate is nil.
       new  a716facb55 * doc/Home.mdpp: update.
       new  3aba60d304 * doc/Home.mdpp: update helm-mode.
       new  663e6bd298 * helm-buffers.el: revert again previous changes in 
match major-mode.
       new  b10cd31de2 * helm-buffers.el (helm-buffer-match-major-mode): 
Finally fix negation. (helm-buffer--match-mjm, helm-buffer--match-pattern): new.
       new  c5a58a9816 * helm-help.el: Document new behavior of buffer listing.
       new  c1abf8ed1d * helm-mode.el (helm-comp-read): New arg 
quit-when-no-cand. (helm--completion-in-region): Use it.
       new  c6187aa934 * helm-buffers.el (helm-buffer--match-mjm): Allow 
specifying more than one mjm.
       new  321c6a676c * helm-regexp.el (helm-multi-occur-from-isearch): Fix 
prefix-arg invocation from helm buffer.
       new  468880fb67 * helm-buffers.el (helm-buffer--match-mjm): Remove now 
unused check for mode.
       new  3cf030d4ff * helm-buffers.el (helm-buffer--match-mjm): Allow 
selecting more than one positive mode.
       new  a9d9b199e1 Separate computing candidates from displaying them to 
get rid of some flicker (#380).
       new  33c6bfee28 Separating functions for computing/rendering matches, 
bugfixing - #381.
       new  e408c67223 Small cleanups - #381.
       new  42682fb703 * helm-grep.el: Reenable filtered-candidate-transformer 
for now.
       new  27b9548759 * helm-pkg.el: Update version.
       new  ddcc6a5e80 Merge branch 'jaroslawr-master'
       new  a28411149f * helm.el (helm-output-filter--collect-candidates): Fix 
don't remove last from incomplete-line-info. * helm-grep.el: Reenable 
filter-one-by-one.
       new  d09ca7be61 * helm-grep.el (helm-grep-cand-transformer): Check for 
non--nil candidates.
       new  da29e424cb * helm-net.el: Remove delayed attr in google and yahoo 
sources. (helm-source-google-suggest, helm-source-yahoo-suggest): do it.
       new  4f0c7c72fc * helm-mode.el (helm--completion-in-region): Send 
message when no candidates.
       new  4dd1cd7b67 * helm.el (helm-output-filter--collect-candidates): Fix 
nil and missing candidates. (helm-output-filter--process-source): same.
       new  f391f24b4a etags: add support for multiple tags
       new  4894b9666e added comments on \\_<foo\\> default
       new  28fc7bc7a1 * helm-tags.el (helm-etags-all-tag-files): Remove unused 
directory arg. (helm-source-etags-select): Use mapc.
       new  af8d0c22f5 * helm-tags.el (helm-etags-all-tag-files): Use 
helm-fast-remove-dups instead of delete-dups.
       new  21c7e58d96 * helm-tags.el (helm-etags-all-tag-files): Also no need 
to copy-sequence.
       new  6f839862f5 * helm-tags.el (helm-etags-select): use  \\_<foo\\_>  as 
default but allow inserting foo on M-n (second press). * helm.el 
(helm-initial-setup): Allow using a list for :default in helm.
       new  b068639d11 * helm.el (helm): Update :default arg doc.
       new  eb5ac13dd9 * helm-tags.el (helm-etags-select): clear cache of old 
tag files
       new  307f7e6730 Merge pull request #384 from vitoshka/master
       new  37181f053c * helm-imenu.el (helm-imenu): use new default behavior. 
* helm-semantic.el (helm-semantic, helm-semantic-or-imenu): same. * helm.el 
(helm-sources-using-default-as-input): Add semantic.
       new  7008252bc6 * helm-tags.el: add require helm-utils for 
`helm-fast-remove-dups'.
       new  731b3a1aff Merge pull request #385 from deftsp/shihpin
       new  e12f2a3fee * emacs-helm.sh: Use completion-at-point if available. * 
helm-bmkext.el: remove google source.
       new  b62cd2279d * helm-bmkext.el: Use the sort function of bmkext.
       new  590001429f * helm-bmkext.el: Add sort commands. * helm-bookmark.el 
(helm-bookmark-map): bind them.
       new  dd2a2c6ea4 * helm-bmkext.el: Setup mode-line.
       new  4bea6dfd8e * helm-bmkext.el: Fix initialisation of mode line.
       new  6ee03fd823 * helm-help.el: Update bookmark help.
       new  e45bce7e23 * helm-bmkext.el: Fix man/woman filter.
       new  064302a2d3 Update copyrights.
       new  5b67f2aa6a * helm.el (helm--initialize-one-by-one-candidates): new 
filter candidates when pattern is empty. (helm-transform-candidates): Use it.
       new  0419325a6b * helm.el (helm-process-delayed-sources): Fix bug with 
new render-source running in wrong buffer (action).
       new  31c64bf666 * helm-adaptative.el (helm-adaptive-sort): Use the real 
candidate and not the one stored without props.
       new  a04a32ada8 * helm-man.el: Disable persistent-action.
       new  75e1e04763 * helm-mode.el (helm-mode--in-file-completion-p): check 
also if target ends with /.
       new  dcb7869a01 * helm-regexp.el (helm-occur): Support preselect
       new  cce41c01c4 Merge pull request #388 from yasuyk/helm-occur-preselect
       new  d04473f3ad Add option 'helm-apt-cache-show-function'.
       new  aebd040366 Merge pull request #390 from manateelazycat/patch-2
       new  01d4660296 * helm-mode.el: Issue #391 prefix some internal 
functions with helm--. Make clear that helm--completing-read-default and 
helm--generic-read-file-name should not be used by users.
       new  e568219319 * helm.el: Issue #387 helm-next/previous-line move to 
beg or end of source when on top or bottom. 
(helm-move-to-line-cycle-in-source): new. (helm-move--previous-multi-line-fn): 
new. (helm-move--previous-line-fn): Do it. (helm-move--next-multi-line-fn): 
new. (helm-move--next-line-fn): Do it. (helm-move--beginning-of-source, 
helm-move--beginning-of-source): new.
       new  693be18ddc * helm.el (helm-next-line, helm-previous-line): Ensure 
helm-move-to-line-cycle-in-source is used only in interactive calls.
       new  91c3002287 * helm-ring.el: Fix global mark ring. 
(helm-global-mark-ring-get-candidates): Fix.
       new  8caae15ffe Issue #392 Fix usage of 
`helm-move-to-line-cycle-in-source' in interactive calls. * helm.el 
(helm-next-line, helm-previous-line): Do it.
       new  a25ba8180d * helm.el: (helm-process-delayed-sources): Issue #393. 
Avoid flickering in delayed sources.
       new  d659f90c5a * helm.el (helm-process-delayed-sources): compute 
candidates from helm-buffer.
       new  b4e40fbd6d * helm.el (helm-process-delayed-sources): Erase buffer 
here and use helm-while-no-input. * helm-files.el (helm-source-find-files): Use 
delayed to test new code.
       new  4cd9e69c25 * helm.el (helm-process-delayed-sources): Don't erase 
here (maybe later, not now) just go to point-max. (helm-update): Use also 
helm-while-no-input.
       new  e95f1b7893 * helm.el (helm-process-delayed-sources): Fix, save 
excursion to avoid duplicates sources.
       new  eaacb1187e Remove no-delay-on-input usage. * helm.el 
(helm-process-delayed-sources): return when no cands. (helm-get-candidates): 
Remove no-delay-on-input stuff. * helm-bookmark.el: * helm-buffers.el: * 
helm-files.el: * helm-help.el: * helm-mode.el:
       new  29979b014b * helm-files.el (helm-ff-filter-candidate-one-by-one): 
Remove unuseful `or' forgotten.
       new  3aea35e4e5 Merge branch 'master' into delayed_sources
       new  d314c1c3ff * helm-files.el (helm-source-find-files): Remove delayed.
       new  5e5db6621b * helm-pkg.el: update version number.
       new  657dc5bab0 Merge pull request #395 from emacs-helm/delayed_sources
       new  0f01d4f456 Use a buffer to show marked candidates for action. * 
helm-utils.el (with-helm-display-marked-candidates): New macro. * helm-files.el 
(helm-find-files-do-action,                  helm-delete-marked-files): Use it.
       new  057aa9704b * helm-files.el (helm-find-files-do-action): Keep 
position when quitting.
       new  be05fe5d27 Take advantage of dired-format-columns-of-files. * 
helm-files.el (helm-find-files-do-action,                  
helm-delete-marked-files): Do it.
       new  2ef78d83f4 Take advantage of dired-format-columns-of-files. * 
helm-files.el (helm-find-files-do-action,                  
helm-delete-marked-files): Do it. * helm-utils.el: Do it.
       new  b6e1d77127 Merge branch 'exp' of github.com:emacs-helm/helm into 
origin-exp
       new  3c5f69daa3 Remove delayed attr in all sources. * helm-bookmark.el 
(helm-source-bookmarks): Do it. * helm-files.el (helm-source-tracker-search, 
helm-source-findutils, helm-source-mac-spotlight):Do it. * helm-grep.el 
(helm-do-grep-1, helm-do-grep-1): Do it. * helm-locate.el (helm-source-locate, 
helm-locate-read-file-name): Do it. * helm-regexp.el (helm-source-moccur, 
helm-source-regexp): Do it.
       new  ac5d84f1e0 * helm-regexp.el (helm-source-moccur): Issue #396 remove 
reference to no more used helm-m-occur-idle-delay.
       new  327c16391a Issue #386 Notify prefix arg in mode-line with helm-M-x. 
* helm-command.el (helm-M-x--notify-prefix-arg): new. (helm-M-x): Run a timer 
to notify prefix-arg. * helm.el (helm--mode-line-display-prefarg): New 
internal. (helm-display-mode-line): allow notifying prefix arg, take one more 
arg 'force.
       new  73941ec872 Issue #386 Reset helm--mode-line-display-prefarg in 
helm-M-x. * helm-command.el (helm-M-x): Reset helm--mode-line-display-prefarg 
when done. This avoid showing prefix arg in next helm commands runned from M-x.
       new  53d117f064 * helm-mode.el (helm-read-file-name): Fix auto update 
flag initialization.
       new  7604030abe * helm.el (helm-match-from-candidates): Issue #397 delq 
nil candidates if some.
       new  08eddd5b1f * helm.el (helm-match-from-candidates): Use nconc.
       new  d618fc82eb * helm-files.el (helm-dwim-target-directory): Fix with 
number of windows now I have helm-marked-buffer-name. 
(helm-marked-buffer-name): New internal.
       new  b9c5727a35 * helm-mode.el (helm-read-file-name): Use its keymap in 
history.
       new  2791918592 * helm-files.el (helm-find-files-do-action): Add a / at 
end of directory in helm marked buffer.
       new  9e5f0ae8e6 Issue #398 Don't allow user to run helm commands outside 
of context. * helm.el (with-helm-alive-p): New macro. * helm-files.el: remove 
autoload cookies in all commands running from helm. * helm-config.el: Update 
autoloads.
       new  586425f8f6 Use with-helm-alive-p in many places and remove autoload 
cookies where needed. * helm-bmkext.el * helm-bookmark.el * helm-buffers.el * 
helm-font.el * helm-grep.el * helm-mode.el * helm-regexp.el
       new  163653000b * helm-config.el: Update autoloads.
       new  5416a9cb8d * helm-files.el (helm-ff-directory-files): Use defsubst.
       new  b92acd5dea * helm.el: Update keymap in *after-update-hook. * 
helm-bookmark.el: Toggle filename visibility with C-] for consistence with 
other sources.
       new  272bb08f21 * helm.el (helm-output-filter--post-process): Don't 
update keymap it is done in *after-update-hook.
       new  fea7bcbaa5 * helm-command.el (helm-M-x): Now prefix arg can't be 
set before calling M-x.
       new  d8b265b1cd Issue #398 Prevent running 
helm-source--ff-file-name-history ouside of context. * helm-files.el 
(helm-source--ff-file-name-history): Renamed with *--. Prevent running this 
source outside of helm. Add docstring.
       new  0ac93e5e30 * helm-dabbrev.el (helm-dabbrev--get-candidates): Fix 
error when tap return nil. (helm-dabbrev): same.
       new  5a7156d83c * helm-bmkext.el: No need to require adaptative.
       new  cd0a3f024f Allow saving to grep buffer in m/occur. * helm-regexp.el 
(helm-moccur-map): Bind helm-grep-run-save-buffer. * helm-grep.el 
(helm-grep-action): Fallback to default-directory when 
helm-ff-default-directory doesn't exists yet.
       new  bbc11af647 * helm-grep.el (helm-goto-next-or-prec-file): When in 
helm-grep-mode, helm-get-selection is not available.
       new  d433e4c17e * helm.el: No changes; Add commented code for 
replacement of adviced tramp-read-passwd.
       new  eac563bfb9 * helm-files.el (helm-delete-marked-files): Add a / at 
end of directories in notification buffer.
       new  78013bf4e2 * helm-files.el (helm-ff-serial-rename-action): Use 
with-helm-display-marked-candidates.
       new  7fd344b605 * helm.el (helm-update): Fix comments.
       new  70ee3f809a * helm.el (helm-select-action): Fix displaying action 
buffer with own frame minibuffer setting.
       new  6209019149 * doc/Home.mdpp: update.
       new  1499497293 * helm-misc.el: Add completion on shell history. 
(helm-comint-input-ring): New command. (helm-comint-input-ring-action, 
helm-source-comint-input-ring): New.
       new  62a7674259 * helm-imenu.el: Issue #401 recurse also in props. 
(helm-imenu-get-prop): new. (helm-imenu-transformer): use it.
       new  ef1577752d * helm-imenu.el (helm-imenu--get-prop): rename with 
internal prefix.
       new  209996c98c * helm-imenu.el (helm-imenu-transformer): Use 
helm-imenu-delimiter.
       new  435bf0544e * helm-imenu.el (helm-imenu--get-prop): Add comments.
       new  a95fbe8efa * doc/Home.mdpp: update.
       new  013015c9c6 * helm.el (helm-prevent-switching-other-window): Fix 
docstring.
       new  667f977dae * helm.el (helm-map): Issue #402 Disable mouse click. * 
helm-mode.el (helm-comp-read): Enable keymap from source also. * 
helm-command.el (helm-M-x): Use helm-map.
       new  5208dd3363 * helm-files.el (helm-source-find-files): Enable keymap 
from source.
       new  3d0f36ed39 * helm.el (helm-map): Issue #402 Prevent also drag 
events.
       new  5e49e74b63 * helm-help.el: Fix read-file-name doc.
       new  af9b3af4ee * helm.el (helm-map): Issue #403 Bind M-[ to nil, use 
M-(/) instead of M-[/]. (helm-prev-visible-mark): revert 
83b089aa0e09720a250f9f6290cfe7353f6aedc0.
       new  05411a3d8c * helm-files.el (helm-source-find-files): Issue #408 
Update keybinding infos in action buffer.
       new  655fe58f7f * helm.el (helm-marked-candidates): Handle wildcard when 
files key is specified. * helm-files.el: Use it in most all 
helm-marked-candidates calls.
       new  6f52341135 * helm-grep.el (helm-grep-prepare-candidates): Simplify 
handling of wildcard.
       new  7665e4381d * helm-mode.el (helm-read-file-name): Handle wildcards 
here too. * helm-grep.el: add comments. no change.
       new  690a7e2959 * helm-mode.el (helm--completion-in-region): predicate 
is unused and should not be in the all-completions call. It is only related to 
the mode in charge of displaying the ugly *Completions* buffer, but never used 
by helm.
       new  5be396c289 * helm-mode.el (helm--completion-in-region): Predicate 
is needed, revert previous change.
       new  89aff97038 * helm-mode.el (helm--completion-in-region): Issue #407 
provide metadata in completion-at-point.
       new  86a441504a * helm-mode.el (helm--completion-in-region): Add 
comments, no changes.
       new  4d4f975c85 * helm-mode.el (helm--completion-in-region): Issue #407 
Apply face on annotation.
       new  5a963a9b98 * helm-mode.el: Issue #407 reindent no changes.
       new  f245b87084 * helm.el: Issue #410 Fix usage of file-expand-wildcards 
on non--existent file.
       new  033801921c * helm-mode.el (helm--completion-in-region): Issue #407 
Don't match the extra properties.
       new  142e4fcaf7 * helm.el (helm-marked-candidates): Issue #410 Use 
helm-coerce-selection on file-expand-wildcards.
       new  beea82466d * helm.el (helm-marked-candidates): Modify docstring. no 
changes.
       new  8881d965eb * helm-mode.el (helm--completion-in-region): Sort 
candidates with own helm sort fn.
       new  f6d7f113da * helm.el (helm-marked-candidates): Issue #411 Fix 
compatibility with emacs-24.3. (helm-aif doesn't expand `it' inside a loop in 
emacs-24.3)
       new  22ce5be0fd * helm.el (helm-marked-candidates): Simplify. key name 
is now more explicit. * helm-files.el: Change key name on 
helm-marked-candidates calls.
       new  795ae50e62 * helm-dabbrev.el: Issue #412 Fix string insertion from 
helm action. (helm-dabbrev-default-action): New, use it instead of the lambda 
from source, use helm-dabbrev--regexp.
       new  9c6457e6d4 * helm-dabbrev.el: Reorder defvar on top, avoid warning 
at compile.
       new  5b6ec3a368 * helm.el (helm-marked-candidates): Fix docstring.
       new  543ad8d3d6 * helm-files.el (helm-find-files-do-action): let-bind 
helm-always-two-windows.
       new  8336a802a1 * helm-files.el (helm-find-files-do-action): Fix window 
settings.
       new  b5fc064366 * helm-eshell.el (helm-source-esh): Sort candidates with 
helm-generic-sort-fn.
       new  c4f7592b62 C-@ key binding for helm-toggle-visible-mark
       new  89df285b57 Merge pull request #414 from yasuyk/c-@
       new  e4ce2c3730 * helm-mode.el: Issue #415 Fix argument key of 
helm-marked-candidates.
       new  6839f2c461 * helm.el (helm-initial-setup): Fix initialization of 
window split. (helm-display-buffer): Use when for better reading.
       new  128db1bf52 * helm-files.el (helm-files-save-file-name-history): 
Allow saving multiple marked files or wildcard.
       new  b01dd63864 * helm-semantic.el (helm-semantic-init-candidates): 
Issue #418 Reset class when coming back to toplevel.
       new  1a515e3f95 * helm-semantic.el 
(helm-semantic--maybe-set-needs-update): Issue #418 New, allow resetting cache 
when buffer is modified. (helm-source-semantic): use it.
       new  9d7f29e792 * doc/Home.mdpp: update
       new  5ffcf6e006 * helm-color.el (helm-custom-faces-init, 
helm-colors-init): Use save-selected-window.
       new  2662e9bf78 * helm-elisp-package.el: New file: helm interface for 
package.el.
       new  34556d9d77 * helm-elisp-package.el: Prevent warnings at 
byte-compile. * helm-config.el: update autoloads.
       new  f5e9411fa8 * README.md: Update.
       new  cbdd121e5b * helm-files.el (helm-find-files-input): Issue #419 Let 
use ffap-alist.
       new  cf55f88125 Correct use of the ring
       new  4cdce7cb93 * helm-elisp-package.el (helm-el-package--init): Reset 
helm-el-package--show-only.
       new  e6318bfe1a Merge pull request #420 from 
sabof/helm-comint-input-ring-fix
       new  f84c528a4b Merge branch 'origin-exp'
       new  f12078f098 * helm-grep.el (helm-grep-hack-types): Issue #422 Fix 
command line args for compat with 2.1+ version of ack.
       new  378c1b7851 helm-comint-input-ring support for all commint modes
       new  f705609e18 Merge pull request #423 from 
sabof/support-all-comint-modes
       new  8bf292416f Fix typo: "an helm" -> "a helm"
       new  9dec20ca67 Merge pull request #425 from cmpitg/patch-2
       new  99a1327a39 * helm.el (helm-toggle-visible-mark): Issue #428 don't 
switch to next source when marking last candidate of current source.
       new  3310a5c402 * helm-grep.el (helm-grep-prepare-candidates): Issue 
#421 Reenable searching in a whole directory with plain grep removed by error.
       new  5d3eea3791 Merge branch 'master' of github.com:emacs-helm/helm
       new  6249b11a0a * helm-files.el (helm-substitute-in-filename, 
helm-ff-auto-expand-to-home-or-root): Issue #424 attempt to fix regexp for unc 
paths on Windows.
       new  c8f23f0444 * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Issue #424 Fix also autoexpansion when pasting. (helm-substitute-in-filename): 
Use skip-chars-forward.
       new  8848050a49 * helm-files.el (helm-source-find-files): Fix setting of 
helm-in-file-completion-p. (helm-ff-auto-expand-to-home-or-root): Expand to env 
var "SystemDrive".
       new  bc8c0e8a98 * helm.el (helm-sources): Issue #426 Add docstring. 
(helm-candidates-in-buffer): Remove reference to `helm-sources'.
       new  2e30a1785f * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Ensure we are on Windows when using SystemDrive.
       new  63ab03fd95 * helm-elisp.el 
(helm-lisp-completion--predicate-at-point): Try to be smarter to detect where 
to show only functions. (helm-lisp-unquoted-function-list, 
helm-lisp-quoted-function-list): new user vars.
       new  a12b3e78fc * helm-elisp.el 
(helm-lisp-completion--predicate-at-point): Complete on all symbols in 
non--lisp modes.
       new  e0bc33d780 * helm-elisp.el 
(helm-lisp-completion--predicate-at-point): Add inferior-emacs-lisp-mode.
       new  bd65bac8a7 * helm-grep.el (helm-grep-prepare-candidates): ack-grep 
handle directory.
       new  fd0bf6423e * helm.el (helm-exit-minibuffer-hook): New hook. * 
helm-files.el: Use it to save history file.
       new  50497b58eb * helm-buffers.el: Issue #429 Toggle details hide size 
and mode and show full buffer name. (helm-buffer--show-details): new. 
(helm-buffer--details): Use it and renamed from helm-buffer--details.
       new  8e434d8129 * helm-eshell.el (helm-esh-get-candidates): Fix 
:/tmp/foo/ $ cd foo.
       new  c332dc3166 * helm-buffers.el (helm-buffer--show-details): Issue 
#429 No need optional arg. (helm-buffer--details): Fix calls to 
helm-buffer--show-details.
       new  d4810aade0 * helm-buffers.el (helm-toggle-buffers-details): Issue 
#429 Fix preselection.
       new  e2805a7b02 * helm-files.el (helm-source-file-name-history): Use 
appropriate transformer and action to not attempt tramp connection. Tks Ted. * 
helm-misc.el (helm-mini-default-sources): New user var. (helm-mini): Use it.
       new  9e00afb251 * helm-aliases.el (helm-async-be-async): Moved from 
async and make it obsolete. * helm-files.el (helm-dired-action): Use 
dired-async-be-async instead of obsolete var helm-async-be-async.
       new  ba22a24d12 * helm-pkg.el: Update version. * helm-config.el: Update 
autoloads.
       new  2998a6df84 * helm.el (helm-frame-or-window-configuration): Fix for 
own minibuf frame.
       new  8769e6aac1 * helm.el (helm-frame-or-window-configuration): Always 
reset focus even with winconfs.
       new  f0b320c225 * helm-apt.el (helm-apt-cache-show-function): Clarify 
and use default `helm-apt-cache-show-1'. (helm-apt-cache-show-1): New. 
(helm-apt-cache-show): Use it.
       new  65452ab8f2 * helm-buffers.el: Fix preselection in save and revert 
buffers.
       new  386d9b70c6 * helm.el (helm-preselect): Avoid scrolling right on 
long lines.
       new  cbd5f87f5e * doc/Home.mdpp: update.
       new  e0557397c8 * helm-mode.el (helm-read-file-name): No need to check 
for remote file before calling file-exists-p (#430)
       new  b46db3cc03 * helm-utils.el (with-helm--temp-buffer-window): Inline 
emacs-24.3 of `with-temp-buffer-window' which is broken in 24.4.
       new  238b104913 * helm-utils.el: Fix corruption due to previous bugfix.
       new  f6a4299daf * helm-utils.el (with-helm-display-marked-candidates): 
Remove old commented code.
       new  0234d93681 * helm-utils.el (with-helm-display-marked-candidates): 
Get rid of `with-temp-buffer-window'. * helm-files.el 
(helm-delete-marked-files): No need to create buffer.
       new  88b0e28ca6 * helm-files.el (helm-find-files-grep): Delay to allow 
changing buffer (allow history on empty buffer).
       new  b29f3ce0c5 * helm-bookmark.el: Add most functionalities of *bmkext 
but without the need of dependencies. * helm-bmkext.el: Move and rename 
*run-edit. * helm-config.el: Update autoloads.
       new  2366bf2061 * helm-bookmark.el: Preserve compatibility with old 
bookmarks entries. Fix w3m handler.
       new  5a986c5991 * helm-bookmark.el (helm-bookmark-edit-bookmark): Fix 
name.
       new  a06b4079e5 * helm-help.el: update bookmark help.
       new  c056f8565f * helm-bookmark.el (helm-bookmark-jump-w3m): require 
helm-net.
       new  6bfb463f11 * helm-bookmark.el: Enable helm adaptative in all 
filtered sources.
       new  e79dc16366 * helm-buffers.el: Add a face for directory 
`helm-buffer-directory' (#434).
       new  5c7f779ec2 * helm-bookmark.el: Add a source for bookmarks matching 
no categories.
       new  5633ef0270 * helm-mode.el (helm--completion-in-region): Fix 
searching backward prompt (#432) thanks Michael.
       new  2c04d1cb81 * helm-mode.el (helm--completion-in-region): Limit to 
START when searching backward.(#432)
       new  2698bd6391 * helm-files.el (helm-find-files-grep): Don't use an 
idle timer.
       new  fe6366a275 * helm-eshell.el (helm-ec-insert): Don't insert full 
path when not needed (#438)
       new  88c6afdcf5 * helm-sys.el: Use ps command instead of top for OSX 
users (#436).
       new  61a1c5117c * helm-eshell.el (helm-source-esh): Display same thing 
as what will be inserted (#438).
       new  3cc5718435 * helm-mode.el (helm--completion-in-region): Quote 
string when inserting (#440)
       new  52915d40b6 * helm-eshell.el (helm-source-esh): ignore for 
persistent-action (#438).
       new  ab8dd44daf * helm-grep.el (helm-grep-filter-one-by-one): Bind 
helm-grep-default-directory-fn (fix root is not provided in ff).
       new  cc910943d4 * helm-grep.el (helm-grep-filter-one-by-one): Use the 
root fn if available (ls-git).
       new  fedea79920 * helm-grep.el (helm-grep-prepare-candidates): Fix 
directory candidates with ack.
       new  056f34f0bf * helm-sys.el: Fix top command for Mac Osx (#436)
       new  93df3df0ec * helm-files.el (helm-find-files-do-action): Bind 
helm-ff-auto-update-initial-value (#441) * helm-mode.el (helm-read-file-name): 
Fix usage of helm-ff-auto-update-flag.
       new  80f8da1726 * helm-files.el (helm-ff-set-pattern): Fix expansion of 
".(.)/" (#442)
       new  c0fdbe6a0f * helm.el (helm-split-window-default-fn): Allow reusing 
other-window-for-scrolling when method 'other is used.(#443) 
(helm-split-window-default-side): New method allowed 'other. 
(helm-default-display-buffer): Don't reuse lastwindow state when 
helm-split-window-default-side is 'other.
       new  5d659a13df * helm-sys.el (helm-top-action-transformer): Add actions 
(#436)
       new  7d2808eb65 * helm-sys.el (helm-top-action-transformer): Add a 
must-match to comp-read (#436).
       new  a70ce67dea * helm-grep.el (helm-do-grep-1): Use now 
requires-pattern == 2. same for pdfgrep.(#444)
       new  46124261b1 Added additional actions to Google Suggestions.
       new  544e37edd0 Merge branch 'more_actions_for_search_suggestions' of 
git://github.com/nerton/helm into nerton-more_actions_for_search_suggestions
       new  fe8195dd8a * helm-bmkext.el: deleted file. * helm-bookmark.el 
(helm-filtered-bookmarks): add set bookmark source, new prompt, and default to 
current-buffer.
       new  16915643c6 * helm-bookmark.el: Add an alias for 
bookmark-w3m-bookmark-jump, add comment and fix docstring.
       new  0259e826e6 * helm-files.el (helm-files-save-file-name-history): 
Don't run file-exists-p on nil (#446)
       new  e46de7b1b8 * helm-eshell.el: Fix insertion with input starting with 
"./" (#447).
       new  db114d6c6d * helm-mode.el (helm--completion-in-region): Run the 
sort function after the default transformer.
       new  1fb79a9437 * helm-mode.el (helm--completing-read-default): Disable 
`minibuffer-completion-table' and `minibuffer-completion-predicate' (#448)
       new  0d1ff83572 * helm-files.el (helm-find-files-down-one-level): Don't 
update when helm-suspend-update-flag is non--nil.
       new  138b9509a3 * helm.el (helm-prevent-switching-other-window): Fix 0 
arg paren error.
       new  1ea1dbe93f * helm-mode.el (helm--completion-in-region): Quote only 
in finename completion (#449)
       new  d6042a9573 * helm-files.el (helm-source-find-files): Reenable 
delayed attr to allow changing minibuffer (#446) (#451).
       new  9ba1cf2c17 * helm-mode.el (helm-read-file-name): Same as previous 
commit, reenable delayed (#446) (#451).
       new  68392c1ded * helm-files.el (helm-find-files-persistent-action): Use 
helm-ff-invalid-tramp-name-p.
       new  efdc64a27d * helm-files.el: Remove helm-ff-ido-style-backspace.
       new  8a63f22a39 * helm.el (helm-while-no-input): Bind inhibit-quit 
(nil). (tramp-read-passwd): Bind inhibit-quit (t) (helm-render-source): 
reindent. (helm-process-delayed-sources): Fix, don't cl-return but reset 
matches.
       new  e6dba2c6f0 * helm.el (helm-update): break long line.
       new  e41d01b02a * helm.el (tramp-read-passwd): Add comment, no code 
change.
       new  6c37a9dbf3 * helm.el (helm--maybe-use-while-no-input): new macro. 
(helm-process-delayed-sources): use it.
       new  cd74abb99e * helm.el (helm--maybe-use-while-no-input): Check if 
connected.
       new  c9ff88950c * helm.el (helm--maybe-use-while-no-input): Add 
docstring and comment.
       new  1b6c75d22e * helm.el (helm--maybe-use-while-no-input): Log when 
using helm-while-no-input.
       new  2a56e2da95 * helm-buffers.el: Remove mode suffix (#452)
       new  bd254b5ed4 * helm.el (tramp-read-passwd): No need now to bind 
inhibit-quit.
       new  763d4719a3 Handle non-string mode names in buffer list.
       new  d49f0f6cab Merge pull request #454 from jcinnamond/format-mode-line
       new  172aca59bf * helm-buffers.el (helm-buffer-match-major-mode): Use 
mode-name here too (#452).
       new  d122d3ef6b * helm.el (helm-process-delayed-sources): Fix 
preselection.
       new  aef44481af * helm.el (helm-idle-delay, helm-input-idle-delay): 
Change default values, allow using a smaller value down to 0.001.
       new  7f4c51e1ef * helm.el (helm-internal): Enable and disable 
tramp-read-password from here. (tramp-read-password): Suspend timeout to fix 
volatile prompt.
       new  7904710832 * helm.el (tramp-read-passwd, 
helm--advice-tramp-read-passwd): Reenable timeout when done.
       new  ddaf4e02a6 * helm-imenu.el: bind candidate-number-limit. * 
helm-semantic.el: same.
       new  4513f38a23 * helm.el (helm--advice-tramp-read-passwd): Remove code 
now merged in emacs-24.
       new  88562a9601 * helm.el (helm--advice-tramp-read-passwd): Fix paren 
error from prvious commit.
       new  0b5c90f252 * helm.el (helm-preselect): Use now only regexp 
searching. * helm-files.el (helm-ff-toggle-basename): regexp-quote preselection.
       new  6906c936ec Use regexp-quote in some places for preselection. * 
helm-files.el: * helm-utils.el: * helm.el:
       new  d0c90a0294 * helm-files.el (helm-find-files): Check if preselect is 
non--nil.
       new  bac8f791dd * helm-bookmark.el (helm-filtered-bookmarks): Change 
order of sources.
       new  aac87441ff fix typo (overridding -> overriding)
       new  f0419f610d Merge pull request #458 from tekezo/fix-typo
       new  e2832d5086 Merge branch 'master' of github.com:emacs-helm/helm
       new  2ebe76b92a Fix setting of `helm-current-buffer' on startup (#456) * 
helm.el (helm--current-buffer): New. (helm-initial-setup): use it.
       new  c2e3f1a642 * helm-files.el (helm-ff-set-pattern): Fix expansion of 
abbreviated directory at point.
       new  bc32284e7e * helm-files.el (helm-files-save-file-name-history): 
Don't save wild-card expanded candidates.
       new  ff8ea349f9 Added source and preconfigured function for Wikipedia 
lookup with Wikipedia suggestions.
       new  296219b7d2 * helm-bookmark.el (helm-bookmark-run-delete): Fix 
y-or-n-p prompt.
       new  bb9f6dffe9 Allow disabling marked candidates. * helm.el 
(helm-mark-all, helm-toggle-visible-mark): Don't mark when nomark present in 
source. * helm-command.el (helm-M-x): Disable marking * helm-elisp.el: disable 
marking in lisp completion. * helm-eshell.el: disable marking in eshell 
completion and history. * helm-sys.el: disable marking in top. * helm-mode.el 
(helm-comp-read, helm-read-file-name): new keyword nomark. 
(helm--completion-in-region): use it. * helm-help.el: Docume [...]
       new  7d10747140 * helm.el (helm-update): (#463) Compute candidates in 
own loop, use helm--maybe-use-while-no-input. * helm-files.el 
(helm-source-find-files): No need now to delay. * helm-mode.el: same.
       new  5f18ee1f6b * helm.el (helm-update): Fix comments, the not 
flickering feature is now disabled.
       new  9fe06d040c * helm.el (helm-update): Add more comments.
       new  5e3c1e3cc6 * helm-files.el (helm-dired-action): Fix following.
       new  752c79d769 Merge pull request #461 from nerton/wikipedia_lookup
       new  fbc0490f84 * helm.el (helm--compute-sources): New. 
(helm-process-delayed-sources, helm-update): use it.
       new  f5d9e5d84d * helm-net.el: Fix and simplify wikipedia suggestions.
       new  5e4cc0b117 * helm-net.el: declare json-read-from-string.
       new  da36b4b8e5 * helm-net.el (helm-wikipedia-parse-buffer): New. 
(helm-wikipedia-suggest-fetch): Use it allow using curl to fetch data.
       new  888df40f9c * helm-help.el: Document `helm-find-files' behavior 
(#464).
       new  512981d171 * helm-help.el (helm-read-file-name-help-message): Use a 
part of helm-find-files doc.
       new  9d09d4176f * helm-config.el: Use now helm-filtered-bookmarks by 
default.
       new  d92dfe525b * helm-net.el (helm-wikipedia-suggest-fetch): Remove 
second arg of url-retrieve-synchronously for compatibility.
       new  f988691b43 Additional actions on helm-etags items and keybindings
       new  f5604ebf02 Merge pull request #465 from markus1189/helm-etags-other
       new  775cbe54ae * helm-buffers.el (helm-buffers-persistent-kill): Fix 
preselection.
       new  fd81faa7da Added persistent action to wikipedia suggest which shows 
the summary of a topic.
       new  8ae4cebfff Merge pull request #467 from nerton/wikipedia_persistent
       new  3d6c510032 * helm-net.el: Minor changes to last wikipedia feature 
(use "when" when possible which is more readable)
       new  67a46adc86 * helm-net.el (helm-wikipedia--summary-cache): Add 
caching. (helm-wikipedia--summary-cache): new hash-table.
       new  70fbdc617d Enable follow-mode in wikipedia suggest (#467) * helm.el 
(helm-follow-input-idle-delay): New var, when bound following happen after this 
delay. * helm-net.el (helm-wikipedia-suggest): Use it. 
(helm-source-wikipedia-suggest): Enable follow.
       new  859ef00f70 * helm-net.el (helm-wikipedia-persistent-action): Don't 
run when candidate is Search for...
       new  f0ed02c5be Add follow-delay attr to wikipedia source (#467) * 
helm.el: New attr follow-delay. * helm-help.el: Document it. * helm-net.el: Use 
it in wikipedia source.
       new  602725f36d * helm-net.el (helm-wikipedia-follow-delay): new user 
var.
       new  dc690a1450 * helm.el: Put all calls of helm-maybe-update-keymap in 
their hooks as before (#466)
       new  3c3e2f2c67 * helm-net.el (helm-wikipedia-persistent-action): Don't 
use switch-to-buffer. (helm-source-yahoo-suggest, helm-source-google-suggest, 
helm-source-wikipedia-suggest): bind keymap. This prevent escaping helm with 
the mouse.
       new  85f25dceb1 * helm-net.el (helm-wikipedia-persistent-action): Fix 
buffer name.
       new  35790fb630 * helm-elisp.el: Fix timer sources and format function 
(#468). (helm-elisp--format-timer): new renamed from 
helm-timer-real-to-display. (helm-source-idle-time-timers, 
helm-source-absolute-time-timers): use transformers.
       new  4577931a24 * helm.el: Fix cycling in multiples source using 
multiline. (helm-move--previous-multi-line-fn, helm-move--previous-line-fn)
       new  d530755f11 * helm.el (helm-maybe-update-keymap): Use 
make-composed-keymap (#466).
       new  fc0f3452eb * helm-bookmark.el (helm-bookmark-toggle-filename): Fix 
preselection.
       new  36a48a33ee * helm.el (helm-maybe-update-keymap): Make local helm 
map appear in first position (#466).
       new  1c326d3d14 * helm.el (helm-maybe-update-keymap): No need to append 
the parent (#466).
       new  c11ad210bb * helm.el (helm-maybe-update-keymap): Revert previous 
commits (#466)
       new  61e85dfac3 * helm.el (helm-maybe-update-keymap): Use 
set-transient-map. (helm-read-pattern-maybe): run helm-maybe-update-keymap in 
timer.
       new  2088a8c7a7 * helm.el (helm-maybe-update-keymap): Fallback to 
set-temporary-overlay-map when set-transient-map is not available (#466)
       new  f73f9f1aad * helm.el: Fix tramp-read-passwd with new keymap setting 
(#466). (helm-internal): In some rare case a helm binding could still be active 
after exiting helm, ensure overriding-terminal-local-map is reset before 
exiting. (helm--advice-tramp-read-passwd, tramp-read-passwd): Disable 
overriding-terminal-local-map before prompting.
       new  cc28a81e2c * helm.el (helm--maybe-update-keymap): Renamed from 
helm-maybe-update-keymap, Add comments (#466).
       new  047d3133bd * helm-mode.el (helm--completion-in-region): Ignore 
errors in lisp--local-variables by advicing it. 
(helm-mode--advice-lisp--local-variables): use it.
       new  41d4a30797 * helm.el (helm--maybe-update-keymap): No need to check 
source with listp.
       new  b822fcf3ba * helm-buffers.el (helm-buffer-run-kill-persistent): New 
command. (helm-buffer-map): bind it. * helm-help.el: Document new command for 
buffer.
       new  a3ae2b149a * helm.el (helm--maybe-update-keymap): refactor. 
(helm-internal): add and remove helm--maybe-update-keymap to post-command-hook. 
(helm-read-pattern-maybe): remove helm--maybe-update-keymap from timer.
       new  0fd4a79a49 * helm-pkg.el: Update version number.
       new  4ef72598af * helm.el (helm--maybe-update-keymap): Use 
with-helm-buffer as there is no guarantee the helm window is alive. Remove 
`helm--maybe-update-keymap' from `helm-move-selection-after-hook', it is no 
needed anymore as the function is running in `post-command-hook'.
       new  4e7a873278 * helm.el (helm--maybe-update-keymap): Fix docstring.
       new  ab7ffa04af * helm.el: Add a plugin for keymap to ensure original 
helm-map is used by default when no keymap is found. * helm-bookmark.el: Fix 
unused backquote. * helm-buffers.el: Remove now unuseful keyamp attrs set to 
helm-map. * helm-net.el: Same.
       new  b9f5ae71a2 * helm-buffers.el (helm-source-buffer-not-found): 
Replace unused backquote.
       new  aaceb7886e Revert commit ab7ffa04af5f7da053ad6adb0df3c5684ec6666c
       new  75404053cb * helm-utils.el (helm-yank-text-at-point): Simplify, 
break newline if needed.
       new  004debab68 * helm-command.el (helm-M-x): Improve docstring, no code 
change. * helm-mode.el (helm-comp-read): Fix docstring for mode-line arg. 
(helm-read-file-name): New arg mode-line.
       new  e7e16ce3b0 * helm-command.el (helm-M-x): Add keymap. * 
helm-help.el: Add help for helm-M-x.
       new  2c12bff8ee * helm.el: Log error only when helm-debug is non--nil 
(#474).
       new  15d5c67b0d Declare helm-log-eval before using it
       new  476b7321d9 * helm-files.el (helm-ff-set-pattern): Be sure pattern 
is a string (#476).
       new  219b31a85a Merge pull request #477 from russell/helm-log-eval
       new  598cfe9d08 * helm.el: New functions to move line and execute 
persistent action. (helm-follow-action-backward, helm-follow-action-forward, 
helm--follow-action): New.
       new  2840076ce7 * helm.el (helm--temp-follow-flag): New internal flag to 
signal a follow action. * helm-files.el (helm-find-files-persistent-action): 
Use it.
       new  1592c28fc4 Reindent all files.
       new  908f8a5cf1 * helm-help.el: Document helm-ff for C- down and left.
       new  01809252db * helm-grep.el (helm-grep--filter-candidate-1): Set 
helm-realvalue property for wgrep (#480).
       new  c85c9a57f3 * helm-grep.el: Revert previous commit, fixed instead on 
wgrep-helm.el (#480).
       new  3458132272 * helm-files.el (helm-ff-checksum): Complete on algos 
before computing.
       new  85a970cbbf * helm-regexp.el: Fix helm-m-occur prefixes to 
helm-moccur. * helm-help.el: Same.
       new  d6643fcd61 Add keymap and help to imenu and semantic. * 
helm-config.el: * helm-help.el: * helm-imenu.el: * helm-semantic.el:
       new  e45d44c634 * helm.el (helm--follow-action): Don't go to 
next/previous line when previous action is not a follow action.
       new  0cee812703 * helm-utils.el (helm-insert-in-minibuffer): Removed.
       new  0092d7fde1 * helm-dabbrev.el (helm-dabbrev--regexp): Add a new 
separator (#481).
       new  7cbbcf7ea5 * helm-dabbrev.el: Fix previous commit, simplify (#481).
       new  6809c50471 Fix typo -- "unknow".
       new  a7ed557ae1 Merge pull request #482 from emacs-helm/pr-lw-fix-typo
       new  c67a76ed82 * doc/Home.mdpp: Update pcomplete-extension url.
       new  875a89d937 * helm-net.el (helm-surfraw-duckduckgo-url): quote query.
       new  845886dd5d * helm-net.el (helm-surfraw-duckduckgo-url): Finally 
don't quote pattern but url-hexify-string's it in helm-surfraw. (helm-surfraw): 
do it.
       new  7986b328e6 * helm-bookmark.el 
(helm-bookmark-get-bookmark-from-name): Don't check for assoc on else form.
       new  78d1bfe58d * helm-bookmark.el (helm-bookmark-edit-bookmark): Fix 
edition of mu4e bookmarks.
       new  0c38e07482 * helm-elisp-package.el (helm-el-package-describe): New, 
use it. (helm-el-package-install): Fix.
       new  7e621fb654 * helm-elisp-package.el: Fix emacs-24.3 compatibility. 
(helm-el-package--transformer, helm-el-package-describe, 
helm-el-package-install): Use package-desc-name only when available.
       new  e6c3ff1120 Reindent all files again. * helm-elisp-package.el: Use 
with instead of let.
       new  9bc2702cf1 Reindent all again.
       new  bc4fb132f2 Finally reindent with the cl indentation behavior of 
24.4.50. It have font-lock broken in some place but is not broken as in 
24.3.90. So perhaps it is the best option for now.
       new  aae877e190 * helm-buffers.el: Add fuzzy searching matching. 
(helm-buffers-fuzzy-matching): New option. (helm-buffer--match-pattern): Use 
helm--mapconcat-candidate. * helm-files.el: Remove helm-ff-mapconcat-candidate 
and move to helm-utils. * helm-utils.el (helm--mapconcat-candidate): New 
renamed from helm-ff-mapconcat-candidate.
       new  29fae9807f * helm-bookmark.el: Fix edit bookmark.
       new  775d8ff8a5 * helm-buffers.el (helm-buffers-fuzzy-matching): Fix 
docstring, no code change.
       new  19f225f6df Fix indentation of "into" in some files. * 
helm-command.el: * helm-elisp-package.el: * helm-emms.el: * helm-mode.el: * 
helm-regexp.el: * helm.el:
       new  b749c7dfb4 * helm-elisp.el: Use minibuffer-with-setup-hook in sexp 
attr definition.
       new  aa6d3b8126 * helm-command.el (helm-M-x): Record command in 
command-history.
       new  500db39f7e * helm-elisp.el (helm-source-complex-command-history): 
Use cdr.
       new  9a44dbf347 * helm-elisp.el (helm-source-complex-command-history): 
filter out `helm-complex-command-history'.
       new  11bf8b0712 * helm-elisp.el (helm-sexp-eval): Use call-interactively 
on only interactive commands.
       new  577ff40166 * helm-bookmark.el (helm-filtered-bookmarks): Change 
:default to a list.
       new  92a641bb12 * helm-bookmark.el: Fix toggle filenames with mu4e 
bookmarks.
       new  338edf20c7 * helm-bookmark.el: Fix toggle filenames with mu4e also 
with normal bookmarks.
       new  1831d60728 * helm.el: add post-command-hook after creating 
helm-buffer and init funs have run. (#492)
       new  297d5f091a * helm-bookmark.el: reindent one line, no code change.
       new  729bdeeb8e * helm-elisp-package.el: Don't fetch package at each 
time.
       new  2ee3d70b7f Add shortcuts for helm-colors
       new  9b8a67f1e0 * helm-color.el: Remove interactive specs from action 
functions (#493).
       new  c993f4824b * helm.el (helm-define-key-with-subkeys): New macro. * 
helm-files.el: Use it to bind new function helm-ff-delete-char-backward. 
(helm-ff-delete-char-backward, helm-ff-delete-char-backward--exit-fn): new.
       new  49bba77423 * helm.el (helm-define-key-with-subkeys): Don't run 
funcall on nil if exit-fn is not specified.
       new  d8575b0eca * helm-files.el (helm-ff-auto-update--state): New 
internal flag. (helm-ff-delete-char-backward--exit-fn): Use it to control the 
state of helm-ff-auto-update-flag.
       new  fe3be4a7d2 * helm-mode.el (helm-read-file-name): bind 
helm-ff-auto-update--state. * helm-files.el: Bind DEL in read-file-name map.
       new  74884d68ca * helm.el: Add autoload cookies. * helm-config.el: 
Update autoload.
       new  f8e6a55eb8 Fixes issue #496
       new  e9aeb16fe7 Add helm mental model FAQ.
       new  060767f923 Use upstream markdown-pp.
       new  fea54400f2 Merge pull request #497 from ravaa/master
       new  cc20e54304 * helm.el (helm-multi-key-defun): Use cl-declare to 
avoid update of autoload adding incompatible function-put (#496). * 
helm-config.el: update autoloads.
       new  775950db47 * helm-config.el: Inline function-put for compatibility 
with 24.4+ (#496). * helm.el (helm-multi-key-defun): Use declare as before.
       new  6464a446a7 * helm-locate.el: Remove pattern transformer (#498).
       new  5169de7484 * helm-locate.el (helm-locate-set-command): Change 
default value (#498).
       new  b808850fc0 * emacs-helm.sh: Check is temp file still exists before 
deleting (#504).
       new  b6289feecb * helm-elisp.el (helm-sexp-eval): Partially fix issue 
with called-interactively-p (#489). Not backward compatible, not working with 
compiled code.
       new  b76ad7df97 * helm.el (helm-make-visible-mark): Last candidate have 
no separator, fix it (#505).
       new  ff1bee4d64 * helm.el (helm-make-visible-mark): Fix also with more 
than one ML source (#505).
       new  034ee182a1 * helm.el: Don't mark separators when marking all 
(#505). (helm-get-next-candidate-separator-pos): Handle next source and eob 
here. (helm-make-visible-mark): Now it is fixed use only 
`helm-get-next-candidate-separator-pos'. (helm-mark-all): Go to separator 
before forwarding when in multiline.
       new  986a27050a * helm.el (helm-get-next-candidate-separator-pos): Don't 
return point-max when at eob (#555).
       new  f78f396421 * helm.el (helm-marked-candidates): Don't use the action 
buffer (#507). (helm-show-action-buffer): Don't allow marking in action buffer.
       new  7cdf10a770 * helm.el (helm-end-of-source-p): Support now multi-line 
sources.
       new  42dd9948b7 Merge branch 'origin-exp' into complex-command-history
       new  621e87a85f * helm-elisp.el (helm-sexp-eval): Fix compatibility with 
old emacs (#489).
       new  15392f4e35 * helm-elisp.el (helm-sexp-eval): Use 
funcall-interactively. * helm-utils.el: Inline funcall-interactively.
       new  c65a36af6b * helm-utils.el: Add comment and ref to emacs bug#17446 
for funcall-interactively.
       new  a556d24d9d Merge pull request #508 from 
emacs-helm/complex-command-history
       new  21e0156cb1 * helm-elisp.el (helm-apropos-init): Use intern-soft 
(#509).
       new  bbdab0584b * helm-elisp.el (helm-apropos-init): simplify (#509).
       new  3d6b5f0034 * helm.el (helm-show-candidate-number): Return nil 
outside of helm context (#511).
       new  e3a2d94cff * helm.el (helm-show-candidate-number): Return nil 
intead of error (#511).
       new  40f17a7121 * helm.el (helm-display-mode-line): Remove hard coded 
face for prefarg (#513). (helm-prefarg): new.
       new  aa9a9755cb fix cursor in minibuffer for emacs24.3 or later
       new  8a99487106 * helm-locate.el: use regexp searching in default 
GNU/Linux command (#498).
       new  96de83a101 * helm-files.el: Jump to first valid candidate if 
connected (#515).
       new  cc603b4e82 * helm-elisp.el (helm-sexp-eval): Use 
helm-run-after-quit to call helm-sexp--eval-1 (#489).
       new  3b1d6ef980 * helm-elisp.el (helm-sexp-eval): Fallback to 
called-interactively-p-functions hack (#489). * helm-utils.el: Remove 
funcall-interactively.
       new  dac6295bb8 * helm-elisp.el (helm-btf--usable-p): Renamed from 
helm-btf--usable.
       new  8d2a0fa4a7 * helm-files.el 
(helm-ff-transform-fname-for-completion): Complete on all matching file/dir 
when pattern is a valid dirname (#518).
       new  f527344739 * helm-files.el 
(helm-ff-transform-fname-for-completion): Fix when fname is empty string (#518).
       new  1348a2561d * helm-grep.el (helm-grep--prepare-cmd-line): New. 
(helm-grep-init): Use it, take now only one arg. 
(helm-grep-collect-candidates): use *grep-init with one arg.
       new  a8424fa328 Merge pull request #521 from 
hage/fix-cursor-in-minibuffer-for-emacs24.3-or-later
       new  aaa0af4e1a * helm.el (helm-internal): Use version<. * 
helm-locate.el: Minor change, fix indentation.
       new  6068e71c5d * helm-info.el (helm-default-info-index-list): Fix 
emacs-lisp-intro is eintr (#523).
       new  442650d8f2 * helm-locate.el (helm-locate-finish): New face use it.
       new  743e16d064 * helm.el: minor change, reindent one line.
       new  aacb9cb433 * helm.el: Revert aa9a975 and add comment.
       new  31197cb8c6 Merge branch 'grep_revert' into origin-exp
       new  d9682e2461 * helm.el (helm-internal): Bind pre-redisplay-function 
to nil (#522).
       new  789a649ec6 * helm-locate.el: Revert default locate command to be 
sure it works with all versions of locate. i.e -A is not supported on old 
ubuntu. * helm.el: Revert last fix to be able to reproduce bug.
       new  6f97e33d0c * helm.el (helm-internal): Fix again (removed by error 
in this branch) Issue (#522).
       new  09414a5896 * helm-grep.el: minor fix, reindent one line.
       new  4d09e60bbf * helm.el (helm-internal): Remove 
pre-redisplay-function. (helm-display-mode-line): Remove redundant code, thanks 
stefan.
       new  8fb0b9e9a1 transform tracker-search candidates so they can be 
visited
       new  737d3bc1a5 * helm.el (helm-internal): remove comment.
       new  35d8731baf * helm-grep.el (helm-grep-mode--revert-buffer-function): 
Implement revert buffer function. (helm-grep-mode): set revert-buffer-function, 
use special-mode. (helm-grep-save-results-1): Bind locally cmd line.
       new  8c196a9822 Merge pull request #525 from scrathat/master
       new  141cb0ac67 Merge branch 'master' into grep_revert
       new  6a5d1a857d * helm-grep.el (helm-grep-mode--revert-buffer-function): 
Add realvalue prop for wgrep.
       new  1d34b76deb * helm-grep.el (helm-grep-mode-map): Remove quit now 
special-mode is used. (helm-grep-mode-quit): Removed.
       new  d4aa623d69 * helm-regexp.el: Remove helm-grep-run-save-buffer. * 
helm-help.el: Update moccur help. * helm-config.el: Update autoloads.
       new  20a8964c62 * helm-grep.el (helm-grep-save-results-1): Fix docstring.
       new  9b944767f6 * helm-regexp.el: Introduce helm-moccur-mode to save 
moccur results. Not fixed yet.
       new  a784aac5c6 * helm-regexp.el (helm-moccur-init): No need to use a 
local var. (helm-multi-occur-1): Set up helm-multi-occur-buffer-list here.
       new  f76c508a24 Merge branch 'origin-exp' into grep_revert
       new  2ba053a87c * helm-regexp.el (helm-occur): make 
helm-multi-occur-buffer-list local from here. (helm-multi-occur-1): same.
       new  3884d9bab0 * helm-regexp.el (helm-occur-from-isearch): Dont resume 
this.
       new  058f426a10 * helm-regexp.el: Fix last commit, this have to be 
resumed.
       new  f01e23a183 Merge branch 'origin-exp' into grep_revert
       new  45321f1ffa * helm-regexp.el 
(helm-moccur-mode--revert-buffer-function): Fix local var and display 
candidates in right order.
       new  f8930978b8 * helm-regexp.el 
(helm-moccur-mode--revert-buffer-function): Add helm-realvalue prop.
       new  d8cfb75766 * helm-grep.el (helm-grep-save-results-1): Set buffer 
local var in mode. (helm-grep-mode): set local vars here. 
(helm-grep-collect-candidates): set helm-grep-last-cmd-line local here. 
(helm-grep-init): remove setting of helm-grep-last-cmd-line.
       new  0efbacd12e * helm-regexp.el (helm-moccur-save-results-1): Save 
helm-multi-occur-buffer-list in the mode. (helm-moccur-mode): do it.
       new  ee61ae16a7 * helm-grep.el (helm-goto-next-or-prec-file): Handle 
moccur-mode. * helm-regexp.el: Add keymap and basics commands for moccur-mode.
       new  f3d97602e7 * helm-grep.el (helm-goto-next-or-prec-file): Fix for 
moccur-mode again.
       new  e2beee5cbd More elaborated tracker-search source
       new  4f639c1b1e * helm-regexp.el: Move unused code to helm-plugin.el 
(#531). * helm-plugin.el: Added type attributes def of line and file-line.
       new  09e3a1cdc2 * helm-files.el 
(helm-ff-transform-fname-for-completion): Fix deirectory names with one char 
(#528).
       new  951608bd55 Another approach for the tracker-transformer
       new  b2e81ee1d6 Merge remote-tracking branch 
'refs/remotes/upstream/master' into mod-only-tracker
       new  14dafa1fb6 Add github reference for 'multiline issue
       new  321bdf7417 Remove test-candidate from tracker-transformer
       new  33191b3697 * helm-files.el: improve tracker source (#529).
       new  482f7d3e2e * helm-files.el: Remove unknow source 
helm-source-picklist.
       new  e49a70c372 Improved tracker-transformer
       new  47f5345133 Merge remote-tracking branch 'upstream/master' into 
mod-only-tracker
       new  84031c55f7 * helm-buffers.el (helm-buffers-list--match-fn): Add 
filename matching to *buffers-list (#532). Renamed from 
helm-buffer-match-major-mode.
       new  250d6e97b9 * helm-buffers.el (helm-buffers-list--match-fn): Fix 
typo (#532).
       new  c03d02addd * helm-buffers.el (helm-buffers-list--match-fn): Fix 
some clauses that was noop. * helm-help.el: Document new buffer matching 
feature.
       new  63a85629cd * helm-buffers.el (helm-buffers-list--match-fn): 
Matching only on directory name is better. * helm-help.el: Document it.
       new  75a1412542 * helm-buffers.el (helm-buffers-list--match-fn): Allow 
matching inside after matching on fname.
       new  3f71030773 Merge remote-tracking branch 
'refs/remotes/upstream/master' into mod-only-tracker
       new  23b0b2d163 Moved to cl-loop, removed helm.el modifications
       new  a07dd4d7c6 * helm.el (helm--maybe-update-keymap): Don't add a 
keymap if already there (fix emacs bug#17642).
       new  3a6b3d5cb2 * helm.el (helm--maybe-update-keymap): Revert previous 
commit (fixed in emacs-24 branch).
       new  5e548fd897 * helm-files.el 
(helm-ff-transform-fname-for-completion): regexp-quote also bn when cand is a 
directory (#534).
       new  fb189a1b60 * helm-files.el 
(helm-ff-transform-fname-for-completion): concat after 1 char and quote single 
chars (#534). * helm-utils.el (helm--mapconcat-candidate): quote single char. * 
helm.el: Disable blink-matching-paren.
       new  a6d3e94508 * helm-files.el (helm-ff-set-pattern): string-match 
should match pattern not regexp.
       new  de9bf68183 * helm-files.el 
(helm-ff--transform-pattern-for-completion): Renamed from 
helm-ff-transform-fname-for-completion.
       new  4b28475d8c Rename all occurence of adaptative to adaptive. * 
helm-adaptative.el: renamed to helm-adaptive.el * helm-adaptive.el: new. * 
helm-config.el: update autoloads. * helm-pkg.el: Update version number. * 
helm-aliases.el: Add an alias for *adaptive-mode * helm-bookmark.el: do it. * 
helm-config.el: do it. * helm-firefox.el: do it. * helm-grep.el: do it. * 
helm-pkg.el: do it. * helm-w3m.el: do it.
       new  d26214256d * helm-files.el: Fix wording issue about "down one 
level".
       new  8fd6649fe8 Merge pull request #533 from scrathat/mod-only-tracker
       new  2784bc66ee * helm-files.el 
(helm-find-files-eshell-command-on-file-1): Handle tramp files (only the 
sequential part).
       new  4d06e24d86 * helm-files.el 
(helm-find-files-eshell-command-on-file-1): helm-basedir is already using 
file-name-as-directory.
       new  bcadb12219 * helm-files.el 
(helm-find-files-eshell-command-on-file-1): Use cdr, add comments. * 
helm-help.el: Update help of eshell on file.
       new  b229231e44 * helm-utils.el (helm-file-human-size): make kbsize an 
optional arg that default to helm-default-kbsize.
       new  1bb8d67323 * helm-files.el 
(helm-ff--transform-pattern-for-completion): Fall back to 3 char for now before 
updating.
       new  dca9f80a3b * helm-files.el (helm-find-files-up-one-level): No need 
to check minibuffer input twice.
       new  2ce2c1fd62 * helm.el: Reset cursor-type after running a helm nested 
session.
       new  6da81a2fee * helm-files.el (helm-find-files): Fix preselection.
       new  88d5dc9be4 * helm-utils.el (helm-show-all-in-this-source-only): No 
need to save-window-excursion.
       new  7e66f378d2 * helm-files.el (helm-find-files-get-candidates): Enable 
auto update at third char. (helm-ff--transform-pattern-for-completion): Start 
concating earlier at second char.
       new  f134c5f1a6 * helm-files.el (helm-ff-auto-update--state): removed. 
(helm-ff-toggle-auto-update): Don't use it. (helm-ff--deleting-char-backward): 
new flag. (helm-ff-delete-char-backward, 
helm-ff-delete-char-backward--exit-fn): Use it. 
(helm-ff-update-when-only-one-matched): Don't allow auto updating when deleting 
backward. (helm-find-files-get-candidates): Set path-namedir after maybe 
setting auto update.
       new  a77c7614dd * helm-files.el: helm-ff-auto-update--state is needed 
reenable it. (helm-ff--auto-update-state): renamed from 
helm-ff-auto-update--state.
       new  f67639e0bb * helm-files.el (helm-find-files-get-candidates): And 
check also for helm-ff--auto-update-state here.
       new  9ff0ffa50a Allow using prefix arg in `helm-next/previous-line' 
(#536) Fix calculation of line number in mode-line. * helm.el 
(helm-render-source): Use cl-loop and pass candidate number to 
`helm-insert-match'. (helm-insert-match): New optional arg NUM. 
(helm-output-filter--process-source): Use it. (helm-candidate-number-at-point): 
New (helm-display-mode-line): Use it instead of `line-number-mode'. 
(helm--next-or-previous-line): Generic for *next/previous-line. 
(helm-next-line,  [...]
       new  73e26e1d1e * helm-grep.el: (helm-grep-init, helm-pdfgrep-init): Use 
helm-candidate-number-at-point in mode-line.
       new  a39eeef16a * helm-files.el (helm-find-files-get-candidates): Enable 
auto update at 3 char unless dir-p. 
(helm-ff--transform-pattern-for-completion): Use regexp-quote for dir stating 
at a len of 2.
       new  93b6625738 * helm.el (helm-internal): Simplify 
`helm-read-pattern-maybe' call. No need to restore twice 
overriding-terminal-local-map. (helm-read-pattern-maybe): Call helm-cleanup in 
its unwind-protect form, handle any-history arg here instead of in 
helm-internal.
       new  6a9da83133 * helm.el (helm-internal): Revert one of previous 
change, run helm-read-pattern-maybe inside an unwind-protect. (instead of 
running in its own).
       new  17d5604bbf * helm.el (helm-funcall-foreach): Fix docstring.
       new  9aa378c7cb Fix issue when user typing too fast press RET (#450) * 
helm.el (helm-exit-minibuffer): Now non--interactive. (helm--updating-p): New 
predicate. (helm-maybe-exit-minibuffer): Replace old interactive 
helm-exit-minibuffer. (helm-this-command): Ignore also 
helm-maybe-exit-minibuffer.
       new  6caab28349 * helm.el: Remove unneeded autoloads cookies, helm is 
now autoloaded. * helm-config.el: update autoloads.
       new  79fdb7714a Gracefully handle match not found from helm-occur.
       new  37365ec3dc * helm-regexp.el (helm-moccur-action): Use when instead 
of unless.
       new  bef4335896 * helm-regexp.el 
(helm-moccur-mode--revert-buffer-function): Fix when one or more buffers have 
been killed.
       new  baede9499d * helm.el (helm-candidate-number-at-point): Return 1 
when buffer is empty. (helm-display-mode-line): use %d.
       new  6f0f097a29 * helm.el (helm-display-mode-line): Fix long line.
       new  65bde66f45 * helm-files.el (helm-ff-save-history): Save only 
existing directories.
       new  a83c2c09b1 Fix when user unable to enter a passwd in tramp. * 
helm.el (helm--reading-passwd): New flag. (tramp-read-passwd, 
helm--advice-tramp-read-passwd, helm-maybe-exit-minibuffer): Use it.
       new  3efc6e5101 * helm-files.el (helm-find-files-get-candidates): Fix 
comment, no code--change. (helm-ff--transform-pattern-for-completion): Fix 
docstring, no code--change.
       new  5106dd263c * helm-files.el 
(helm-ff--transform-pattern-for-completion): Fix when BD have a subdir similar 
to BN (#541).
       new  1de02b037c * helm-files.el (helm-find-files-get-candidates): Use 
only once expand-filename.
       new  ce0f06bae4 * helm.el (helm-nested): Restore cursor-type to nil.
       new  d5e83a2a60 * helm-files.el (helm-ff-update-when-only-one-matched): 
Auto expand to full path when pattern is "~/" (#542).
       new  094a9c24fb Bind `helm--reading-passwd-or-string' when 
reading-string during helm session (#544). * helm.el (helm-read-string): New. 
(helm--reading-passwd-or-string): Renamed from `helm--reading-passwd'. * 
helm-bbdb.el:     Use it. * helm-external.el: Use it. * helm-files.el:    Use 
it. * helm-grep.el:     Use it. * helm-regexp.el:   Use it. * helm-w3m.el:      
Use it.
       new  9db698ab0e * helm.el (helm-preselect): Handle multiline (#543). 
(helm-move--beginning-of-multiline-candidate): New. 
(helm-move--previous-multi-line-fn): Use it.
       new  79af232509 * helm.el (helm-confirm-and-exit-minibuffer): Use 
helm-maybe-exit-minibuffer.
       new  9a04412c7e * helm.el (helm-confirm-and-exit-minibuffer): Check if 
helm is in update before handling must-match.
       new  f09889585e * helm.el (helm--updating-p): Use equal.
       new  594e20aa03 * helm.el (helm--in-update): New flag. 
(helm-check-minibuffer-input): set it before running update. Reset it in 
helm-after-update-hook. (helm--updating-p): Use it.
       new  060adeb7c8 * helm.el (helm-exit-idle-delay): New user var. 
(helm--reset-update-flag): New run in helm-after-update-hook. Reset 
helm--in-update after helm-exit-idle-delay seconds.
       new  8c3557b336 * helm.el (helm--updating-p): Add comments 
no--code-change.
       new  fe6506e4f9 * helm.el (helm-output-filter--process-source): Fix 
lines number.
       new  d488ba99f1 * helm-files.el (helm-find-files-get-candidates): Fix 
host completion.
       new  1eda12df07 * helm.el (helm-exit-idle-delay): Fix docstring.
       new  657641eeec * helm.el: No need to reset cursor-type in 
after-update-hook now.
       new  e5dd2b8a5a Use helm-maybe-exit-minibuffer where needed, update 
autoloads.
       new  32fd9d3189 * helm-files.el (helm-find-files-get-candidates): change 
var name, fix comment.
       new  ccb05e175d * helm-files.el (helm-find-file-or-marked): Set 
`helm-ff-default-directory' and push it to history when creating new dir. 
(helm-find-files-get-candidates): Fix comments.
       new  5fcb4d91a5 * helm-files.el (helm-find-file-or-marked): Attempt to 
fix #546, when epg is prompting for password.
       new  580e88860d * helm-files.el: Fix again #546 when epg is prompting 
for password.
       new  e802e5ffa6 * helm-utils.el (helm-quit-and-execute-action): No need 
to use helm-maybe-exit-minibuffer here. This may lead to infloop.
       new  17e03ae974 * helm.el (helm-this-command): Add 
`helm-confirm-and-exit-minibuffer'.
       new  bae3b0c490 * helm-utils.el (helm-goto-line-before-hook): Add 
`helm-save-current-pos-to-mark-ring' by default (#548).
       new  7eaf9a5b9b * helm-utils.el: Fix trailing white space.
       new  edaea20f05 * helm-regexp.el (helm-moccur-save-results-1): Removed, 
no more needed.
       new  4761be099a * helm-utils.el (helm-find-many-files): Fix [display not 
ready] issue with epg here too (#549).
       new  4b46c8bb00 * helm-files.el (helm-ff-kill-or-find-buffer-fname): 
Same let-bind `helm--reading-passwd-or-string'.
       new  309c04dd17 * helm.el (helm--follow-action): Go to next/previous 
line if previous commmand is persistent-action. * helm-regexp.el: No need to 
have a specific function for nth1 persistent. * helm-grep.el: Same.
       new  325744d388 * helm-files.el 
(helm-find-files-eshell-command-on-file-1): Fix for url's.
       new  cbcf027249 * helm-buffers.el (helm-source-buffer-not-found): Use 
intern-soft.
       new  38272b96d4 * helm-mode.el (helm-cr-default-transformer): Unquote 
candidate only for comparing (#551).
       new  5d74743277 Move `helm-mode-line-string' to helm.el (#554).
       new  9400e81ebe * helm-buffers.el (helm-buffer--match-pattern): Disable 
fuzzy matching when pattern starts with "^".
       new  928fcd8d4d * helm-help.el: Update buffers doc.
       new  4958a5a937 Update "Advanced Usage"
       new  7abed54a35 Merge pull request #552 from tuhdo/master
       new  570bc0f5f6 * helm-buffers.el (helm-buffers-mark-similar-buffers): 
New, bind it.
       new  a5a3903e58 * helm-help.el: Update buffers doc.
       new  2205bc35c5 Merge branch 'origin-exp'
       new  75ee942f51 * helm-buffers.el (helm-buffers-mark-similar-buffers): 
Count marked and mark current-line.
       new  cb26360502 * helm-buffers.el (helm-buffers-mark-similar-buffers): 
Make it now a toggle command.
       new  06dc3659ea * helm-buffers.el (helm-buffers-mark-similar-buffers-1): 
Fix typo.
       new  e88409cab7 * helm-buffers.el (helm-buffers-mark-similar-buffers-1): 
Fix paren error.
       new  af48ef585e * helm-net.el: Allow using conkeror.
       new  647ec6a6f8 * helm.el (helm-exit-idle-delay): Default is now 0, stop 
complaining.
       new  f3b46b3579 * helm.el (helm-map): Remove helm-select-nth... actions. 
Bind all actions from 1 to 9 to C-1/.../9 and document it. 
(helm-get-candidate-number): Allow counting actions. (helm-select-action): 
Update mode-line when coming back from action buffer. 
(helm-show-action-buffer): Use an appropriate mode-line string. Remove nth... 
fn now unuseful. * helm-help.el: Document all. * helm-config.el: Update 
autoloads.
       new  7b8734e142 * helm.el (helm-map): Use f1/.../12 keys for nth 
actions, bind C-j to persistent action.
       new  509ea7914a * helm.el: Fix comment.
       new  6c7c578390 * helm.el (helm-get-action): Renamed to 
`helm-get-actions-from-current-source'.
       new  1e3b117dfe * helm.el: Fix long lines.
       new  bf55edebec * helm.el (helm-map): Fix index of nth actions (#558). 
(helm-show-action-buffer): Show nth keys. (helm-select-action): Allow using nth 
keys from action buffer.
       new  934b2c32fa * helm-elisp.el: Replace some C-z with C-j (#547) * 
helm-files.el: same. * helm-help.el: same.
       new  cc3d7448ad * helm.el (helm-map): Fix comment.
       new  d706422ecb Update documentation of resume attribute (#562). * 
helm.el (helm-initialize): Add comment, use when, add newline. * helm-help.el: 
Fix documentation of `resume' attr.
       new  dfa530724e * helm.el (helm-initialize): Fix comment.
       new  e0ac151bcb * helm.el (helm--set-local-variable): New.
       new  88e87085ed * helm.el (helm--let-internal, helm--let-variables): 
Renamed from helm-let-internal and helm--let-variables.
       new  24413c883e * helm.el (helm--set-local-variable): Allow binding 
after init.
       new  57813f20d5 * helm.el (helm--local-variables): new. 
(helm-set-local-variable): use it. (helm-create-helm-buffer): append 
helm--local-variables to helm--let-variables.
       new  b9f872f5ce * helm-files.el (helm-ff-query-replace-in-marked): New 
action. (helm-source-find-files): Add it in actions and reorder.
       new  c9d5c447d7 * helm-files.el (helm-ff-query-replace-in-marked-1): 
New. (helm-ff-query-replace-in-marked): Use it, run in helm-run-after-quit to 
fix keymap.
       new  a93fcdcbcd * helm-files.el (helm-ff-query-replace-in-marked-1): 
Display candidates.
       new  76c59095d5 * helm-files.el (helm-ff-run-query-replace-in-marked): 
New and bind it to M-%.
       new  8146bffeb7 * helm.el (helm-create-helm-buffer): Reinit local vars. 
* helm-grep.el (helm-do-grep-1): Use helm-set-local-variable.
       new  0aa9f6acb5 * helm-help.el: Update *find-files doc.
       new  778a94d5d0 Use helm-set-local-variable in several places. * 
helm-elisp.el:do it. * helm-files.el:do it. * helm-mode.el: do it. * 
helm-help.el: Fix typo.
       new  3c8837d102 * helm-files.el: Rename the query-replace fn with 
"on-marked" instead of "in-marked".
       new  4b4da0c1a3 * helm-help.el: Fix typo (on-marked).
       new  5180fd67a8 * helm-files.el (helm-ff-query-replace-on-marked-1): 
Improve prompt.
       new  61efe3dfdf * helm-files.el (helm-ff-query-replace-on-marked-1): Add 
comment, no code--change.
       new  8c6e014e9a Revert recent changes with helm-set-local-variable 
(#568). * helm-elisp.el: Don't use helm-set-local-variable for now. * 
helm-files.el: Don't use helm-set-local-variable for now. * helm-grep.el: Don't 
use helm-set-local-variable for now. * helm-mode.el: Don't use 
helm-set-local-variable for now.
       new  e7b4a71372 * helm.el: Regression, remove helm-set-local-variable 
for now.
       new  ddd534ebf6 Reenable helm-set-local-variable, fix it and use it 
where needed.
       new  f99ad19fda * helm.el: Remove helm--let-internal.
       new  52daaf4edc * helm.el: Rename helm--let-variables to 
helm--local-variables.
       new  35502e997f * helm.el: Fix typo.
       new  27265ff490 Merge branch 'master' into helm-local-var
       new  ffb2b3c91c * helm.el (helm-set-local-variable): Add it again. 
(helm): Append to local vars.
       new  6ce83b83b2 * helm-grep.el (helm-do-grep-1): Don't use not yet 
expanded value of local vars as value when setting locally.
       new  5feab034ae * helm.el (helm): Local vars passed by keyword take 
precedence.
       new  cfbd355281 * helm.el (helm-set-local-variable): Fix docstring.
       new  2421bd7903 * helm.el: Fix typo.
       new  69270003f6 Get rid of `helm-multi-occur-buffer-list' global value. 
* helm-regexp.el (helm-moccur-init,helm-multi-occur-1, helm-occur): Do it.
       new  9cc0aa491f * helm-regexp.el (helm-occur-from-isearch): Get rid of 
buffers global value here too.
       new  e0d2da5c6c * helm-regexp.el (helm-multi-occur-buffer-tick): New 
store tick list. (helm-source-moccur): Add resume attr. 
(helm-moccur-resume-fn): New, the resume fn. (helm-multi-occur-1, helm-occur, 
helm-occur-from-isearch): Bind local vars.
       new  6b28a8b141 * helm-regexp.el (helm-occur-from-isearch): Remove 
unneeded keyword arg.
       new  d0bd6b28c4 * helm-regexp.el (helm-moccur-auto-update-on-resume): 
New var. (helm-moccur-resume-fn): Use it.
       new  db86112da9 * helm-regexp.el (helm-moccur-auto-update-on-resume): 
New. (helm-moccur-resume-fn): Improve.
       new  8c4aa7bfcb * helm-regexp.el (helm-occur-from-isearch): Don't set 
buffers locally twice.
       new  066cdef979 * helm-regexp.el (helm-moccur-resume-fn): Update buffer 
list. Use buffer-chars-modified-tick instead of buffer-modified-tick.
       new  21b38c339d * helm-regexp.el (helm-moccur-resume-fn): always save 
buffers.
       new  8d719ac362 * helm-regexp.el (helm-moccur-resume-fn): Don't 
highlight header line.
       new  e9b5d3be74 * helm-regexp.el (helm-moccur-resume-fn): Add FIXME 
comment.
       new  88e81fac99 * helm-regexp.el: Update buffer list on resume. 
(helm-moccur-resume-fn): New. (helm-source-moccur): use it.
       new  1d943942e5 * helm.el (helm-set-local-variable): Allow seting VAR to 
VALUE like setq. * helm-grep.el (helm-do-grep-1): Use it.
       new  86c76a7e19 * helm-regexp.el (helm-moccur-resume-fn): Handle tick 
when killed buffers, fix case where no more buffer to parse.
       new  fdf3655e18 Merge branch 'autoresume_moccur' into exp
       new  6160e52c7a fix #571 helm-locate-library should not list backup files
       new  a398c3f4b9 Merge pull request #572 from michael-heerdegen/fix-571
       new  ed9737c022 * helm-files.el (helm-ff-query-replace-on-marked-1): Fix 
prompt names.
       new  cb2663fbb0 * helm.el: Fix with multiline candidate when going to 
eob (#574).
       new  3cfb06781a * helm.el (helm, helm-set-local-variable): Fix docstring.
       new  93aaa4d7cf * helm-help.el: Fix doc of update attr (#562).
       new  5831938dd8 * helm.el (helm-move-selection-common): Fix cb2663f.
       new  1ceb84199a * helm.el (helm): Add allow-nest in docstring arglist 
and add comment.
       new  b4dd99df70 * helm.el (helm): Fix docstring again.
       new  a3a2f7d09a * helm.el (helm): Forget to upcase args on docstring.
       new  71fbec0329 * helm.el: Reverse previous commit.
       new  624f598411 * helm.el: Get rid of evil helm-log-eval.
       new  3cbc424f0f * helm.el (helm-define-key-with-subkeys): Fix typo in 
docstring.
       new  40b15c2613 * helm.el (helm): Finally fix usage docstring.
       new  0199b0d78c * helm.el (helm-set-local-variable): Fix usage docstring.
       new  9454e07635 * helm-config.el: Update autoloads.
       new  2e555f2e59 * helm-help.el: Update generic help about new shortcuts.
       new  c8a1cd0446 * helm-help.el (helm-help-message): Update.
       new  ae4eeb9f79 Merge branch 'master' of github.com:emacs-helm/helm
       new  41a4798e2a Merge (conflict).
       new  85dbe670cf * helm-grep.el: Fix recursive `helm-do-grep' with empty 
extensions (#578). (helm-do-grep-1): Don't call `helm-grep-read-ack-type' when 
using grep and exts is empty string. (helm-grep-get-file-extensions): Return 
nil when user press C-RET.
       new  0a47d65374 * helm.el (helm-kill-selection-and-quit): Fix docstring.
       new  44d3ebbb39 * helm-files.el: Fix boring-file in *findutils (#579). 
(helm-boring-file-regexp-list): Build it from `completion-ignored-extensions'. 
(helm-ff-skip-boring-files): Document. (helm-source-findutils): Don't skip 
boring files from transformer. (helm-find-shell-command-fn): Build command from 
`find-cmd'.
       new  aec1f550f9 * helm-files.el (helm-find-shell-command-fn): require 
find-cmd.
       new  4e813db382 * helm-files.el (helm-find-shell-command-fn): Handle 
also "-type d" (#579).
       new  34294aaabf * helm-files.el (helm-find-shell-command-fn): Ensure we 
use always the good proc (paranoia).
       new  05d643ac0a * helm-help.el (helm-grep-help-message): Update.
       new  f1ca95ac78 * helm-files.el (helm-find-shell-command-fn): No need to 
use or for type.
       new  327a98b699 * helm-files.el (helm-find-shell-command-fn): Fix 
helm-log call.
       new  16ef24fe1b * helm-files.el (helm-find-shell-command-fn): Fix 
ignored-files are still matched. (helm-findutils-transformer): Show also 
symlinks and dirs.
       new  a026d17e54 * helm-files.el (helm-find-shell-command-fn): Fix format 
string for log.
       new  61ef9cc752 * helm-files.el (helm-find-shell-command-fn): Fix 
case-fold-search.
       new  d11f615c9a * helm-files.el (helm-find-shell-command-fn): Use 
(i)path instead of (i)name (#580).
       new  cf24f4b932 * helm-files.el (helm-findutils-search-full-path): New 
user var, control the use of -path or -name in find (#580). 
(helm-find-shell-command-fn): Use it. (helm-source-findutils): Increase 
candidate-number-limit.
       new  0d83c53641 * helm-files.el (helm-ff-quick-delete): Be sure files 
are removed from marked list.
       new  d0a9a315d0 * helm.el (next/previous-history-element): Avoid timer 
error (#581).
       new  af3d771d8d * helm-grep.el (helm-do-grep-1): Check for recurse 
before checking for ack (#582). (helm-grep-command): Be sure we have a string. 
(helm-grep-use-ack-p): same.
       new  404e51d4f5 * helm.el (next/previous-history-element): Don't enable 
advices for now , see comments (#581).
       new  d3d59d00e5 Use type file for helm-source-locate-library
       new  66da7f1abc helm-source-locate-library: use candidate-number-limit 
9999
       new  4815267dde Merge pull request #584 from michael-heerdegen/fix-575
       new  f0dc4b20f2 * helm-elisp.el: require helm-files.
       new  96ef028b46 * helm-config.el: Update autoloads.
       new  d409fb2c38 Use [:lower/upper:] in regexps (#563). * helm-files.el: 
Do it. * helm-grep.el: Do it. * helm-locate.el: Do it. * helm-org.el: Do it. * 
helm-tags.el: Do it. * helm.el: Do it.
       new  63fc7ecb2c * helm-buffers.el (helm-buffer-query-replace-1): Bind 
`helm--reading-passwd-or-string'.
       new  3e041f2d25 Update GNU grep installation instructions
       new  fe02e4cb34 Merge pull request #586 from sometimesfood/patch-1
       new  3f9cb73c0f * doc/Home.mdpp: update grepping on remote.
       new  f53c67d2a6 * helm-pkg.el: Update version number.
       new  e061b3d2ff * helm-ring.el: Fix new format of frame register for 
emacs-24.4 (#588).
       new  637f2a55cd * helm-ring.el: Fix undo-tree entries (#588).
       new  4c794f07a3 * helm-dabbrev.el: Disable persistent action. * 
helm-ring.el: Same.
       new  c7ebcaef15 * helm.el (helm-mark-all): Disable follow-mode if 
enabled (#590).
       new  4572f3e645 * helm.el (helm-mark-all): Be quiet when 
enabling/disabling HF (#590). Fix long lines, some names and use string=.
       new  203124cc48 * helm.el (helm-copy-to-buffer): New, bind it to C-c C-i 
(#589).
       new  b43e81ce6d * helm.el (helm-cleanup): Disable no-other-window 
property.
       new  6da416f337 * helm.el (helm-toggle-resplit-window): Fix prevent 
switching other-window.
       new  c19125eac9 * helm.el (helm-source): Add new helm-source class. 
(helm--create-source): New method for helm-source class. (helm-define-source): 
New function to create new sources.
       new  e8b9cb39f9 * helm.el (helm-source): Add some more slots.
       new  4db45f87e4 * helm.el (helm-source): Continue adding attrs.
       new  121eed5264 * helm.el (helm-source): Use custom in nearly every 
slots.
       new  63bb13b274 * helm.el: require eieio.
       new  af588868ec * helm.el (helm-source): Fix keymap slot.
       new  97caec772d * helm.el (helm-source): Fix paren error.
       new  8b99dcc104 * emacs-helm.sh: Avoid dependency to readlink by using 
emacs to resolve symlink (#591).
       new  491c5f4763 * helm.el (helm-source): Fix many slots.
       new  07b347a69e * helm-grep.el (helm-do-grep-1): Use helm-define-source.
       new  c43580b0f3 * helm-call-tree.el: Removed. * helm-config.el: Update 
autoloads.
       new  9c2bbf7125 Merge branch 'master' into helm_source
       new  3c15a44104 * helm-aliases.el: Remove all call-tree aliases.
       new  e18a77066c Merge branch 'master' into helm_source
       new  3bb4b6ea8e * helm-files.el (helm-delete-file): Bind 
`helm--reading-passwd-or-string'.
       new  1b15d9af9e * helm.el (helm-make-source): Renamed from 
`helm-define-source'.
       new  f60102c11c * helm-dabbrev.el (helm-dabbrev--collect): Remove quotes 
in candidates.
       new  4929b73fa3 * helm-dabbrev.el (helm-dabbrev--collect): Remove quote 
only at end of pattern.
       new  d3b9b04b68 * helm-dabbrev.el (helm-dabbrev--collect): Fix comments.
       new  2c265930f0 try to fix #593
       new  1dc3b9879a try to fix #559
       new  ffb09ba983 Merge pull request #596 from michael-heerdegen/fix-559
       new  6b7fc50a89 Merge branch 'master' into exp
       new  55d77693be * helm-utils.el (helm-quit-and-find-file): Handle 
bookmark files (#595).
       new  a62486f4c3 Merge pull request #594 from michael-heerdegen/fix-593
       new  693c29f6db * helm-files.el: Fix expansion of ~user. 
(helm-find-file-or-marked, helm-point-file-in-dired): Use 
`substitute-in-file-name'.
       new  97e32cb83f * helm-grep.el: Use helm-make-source.
       new  45d4026c5f Merge branch 'exp' into helm_source
       new  c48abb7757 * helm-files.el (helm-substitute-in-filename): Return 
fname on url's. (helm-find-file-or-marked, helm-point-file-in-dired): Use 
`helm-substitute-in-filename'.
       new  3e49d02a5e * helm.el (helm-source): Add header-line slot.
       new  1960477df9 * helm.el: Remove delayed-init. * helm-help.el: Same.
       new  821c5735ea Merge branch 'exp' into helm_source
       new  af976f748d * helm.el (helm-source): Add more slots.
       new  d81afed8be * helm.el : Don't treat lambda's as list in 
filter-one-by-one. (helm--maybe-process-filter-one-by-one-candidate): do it.
       new  58b6a76d12 Merge branch 'exp' into helm_source
       new  8e80d0635e * helm-grep.el: Don't use helm-make-source in grep.
       new  90c49b5ce0 * helm.el: Start adding documentation to `helm-source'.
       new  ca7cb6b943 * helm.el: Fix docstring and rearrange helm-source.
       new  223282cc4b * helm-source.el: New move helm-source code from 
helm.el. * helm.el: Remove helm-source code. * helm-config.el: Update autoloads.
       new  195be001f4 * helm-source.el: Add locals vars.
       new  9888079d02 * helm-files.el (helm-source-find-files): Use 
helm-make-source. * helm.el: Require helm-source.
       new  a2e28977bc * helm-source.el: No need to autoload helm-make-source 
now. * helm-config.el: Update autoloads.
       new  d948d482da * helm-files.el (helm-substitute-in-filename): Fix 
regexp (#597).
       new  0a5bdb80e5 * helm.el (helm-make-actions): New function to build 
action alists. * helm-files.el: Use it.
       new  367c835e8b * helm-grep.el (helm-do-grep-1): Use helm-make-actions.
       new  2f88f0f71e * helm-bookmark.el: Use helm-make-actions * 
helm-buffers.el: SAme.
       new  eb90bba985 * helm.el (helm-make-actions): Fix docstring.
       new  b27eec8b7d * helm.el (helm-make-actions): Upcase pair too in 
docstring.
       new  72ab3d141f Merge branch 'exp' into helm_source
       new  d98610ceb9 * helm-source.el: Provide separate classes for each helm 
methods.
       new  eb0eeba3af * helm-source.el (helm--make-source): Fix docstring.
       new  4b367e7acf * helm-source.el (helm--create-source): Fix docstring.
       new  029b12212d * helm-source.el: Add a build macro for each class.
       new  992c02edd8 * helm-source.el (helm-source-dummy): default to 
non--nil.
       new  4eaa7dae89 * helm-elisp.el (helm-set-variable): quote symbols and 
lists in minibuf.
       new  0c6a52a058 * helm-files.el (helm-ff-toggle-basename): Fix 
preselection.
       new  95100ef7fb * helm-source.el: Don't involve compile source function 
when building source.
       new  4eab068a48 * helm-source.el (helm-source-in-buffer): Remove 
candidates-in-buffer slot.
       new  2a89c3bd7f * helm-plugin.el: Fix persistent help for no 
interference with future classes. (helm-compile-source--persistent-help): Don't 
add this if already done.
       new  bac21d6d52 Fix duplicates and unneeded entries in mp compile 
function. * helm-match-plugin.el (helm-compile-source--match-plugin): Do it.
       new  280bc9a6ad Merge branch 'exp' into helm_source
       new  dab9e7c636 * helm-source.el: Fix divers slots.
       new  4b8567dad8 * helm-plugin.el: Fix header-line attr, the plugin 
shouldn't return nil.
       new  abd0686b52 * helm.el (helm-candidates-in-buffer): Make source arg 
optional.
       new  d3b0d221c0 Merge branch 'exp' into helm_source
       new  549b08fab7 * helm-source.el (helm-source-in-buffer): The 
candidates-in-buffer slot   is also needed for now to notify match-plugin.
       new  84100031da * helm-buffers.el (helm-revert-buffer): Check if buffer 
file exists.
       new  668f51dce0 * helm-files.el: Fix backslash expansion on Windows 
(#599).
       new  995bc9a7f2 Merge branch 'exp' into helm_source
       new  32e0d5a72e * helm.el (helm-make-actions): Add signature.
       new  39ab110037 Merge branch 'exp' into helm_source
       new  c3f2d3b682 * helm.el (helm-compile-sources): New attribute 
dont-plug, use it. * helm-source.el (helm-source): Add the dont-plug slot. 
(helm-source-in-buffer): Use it.
       new  d29059e824 * helm-source.el: Fix typo.
       new  e92bbb9f0a * doc/Home.mdpp: Add doc in wiki for find.
       new  57ad0ea9d9 * doc/Home.mdpp: Add newlines.
       new  4e31f8b574 * helm-source.el: Move back some slots in main source. 
Add commentary section on top.
       new  bd380031d1 * helm-source.el: Better handling of missing slots.
       new  a7fea87643 * helm.el (helm-init-candidates-in-buffer): Handle 
symbol lists.
       new  ba1bbdc334 Merge branch 'exp' into helm_source
       new  9a224e5230 * helm.el (helm-init-candidates-in-buffer): Use 
symbol-name.
       new  a10c4a21c7 Merge branch 'exp' into helm_source
       new  18007c9523 * helm-source.el: Simplify in-buffer source creation. 
(helm-source-in-buffer): New slot :data. (helm--make-source): Setup the init 
slot function according to :data.
       new  d2d73ddf7f * helm-source.el: Fix indent no code change.
       new  b19689a794 * helm-files.el: Remove unused variable 
`helm-findutils-find-program'.
       new  ac66f78d53 * helm-source.el (helm-source): Add more documentation 
on slots.
       new  4972761afd * helm-source.el: Keep documenting slots.
       new  82a61d757b * helm-source.el (helm--setup-source): Create methods to 
setup slots.
       new  6c7eac637c * helm-source.el: Handle more slot errors.
       new  f2a9666567 * helm-source.el: Add migemo slot.
       new  c42aef93df * helm-source.el: Add docstring in *build* macros.
       new  dea6b29a3c * helm-source.el (helm--make-source): Fix docstring.
       new  97d67a65c0 * helm-source.el: Fix unused arguments in methods.
       new  b30422a6d8 Merge branch 'helm_source' into exp
       new  e918da10b4 * helm-source.el: Add classes for type with access 
functions.
       new  20c791b3f8 * helm-source.el: Introduce new slots 
before/after-init-hook. * helm.el (helm-initial-setup): Run local source hooks. 
* helm-files.el (helm-source-find-files): now nil. (helm-find-files-1): Setup 
source here, add it the init hooks. Use helm-build-type-file to build type file.
       new  f001e3fd9f * helm-source.el: Use object-class instead of 
eieio-object-class (#601).
       new  e278ed2e58 * helm-source.el: Document the *init-hook slots.
       new  82acae028f * helm-grep.el (helm-do-grep-1): Use 
helm-build-async-source.
       new  ae0c7161a5 * helm-source.el: Setup keymap in a primary method for 
helm-source. * helm-regexp.el: New class to define the m/occur source, use it.
       new  2d203eb2b6 * helm-source.el (helm-source-in-buffer): Fix doc of 
data.
       new  976b964009 * helm-source.el: Fix typo.
       new  f60fc758fe * helm-bookmark.el: Remove old functions from map.
       new  cf761eea3c * helm-bookmark.el: Redefine helm-source-bookmarks.
       new  a96af2afb1 * helm-bookmark.el (helm-source-bookmarks): Use the init 
slot.
       new  28d582c66e * helm-help.el (helm-bookmark-help-message): Remove old 
entries.
       new  26fa8e23a7 * helm-source.el: Allow using a init function with data 
slot in *-in-buffer class.
       new  73b5d9cbb6 * helm-source.el: Fix the default init message for 
in-buffer.
       new  609792de9c * helm-source.el (helm--setup-source): dry.
       new  45185336a8 * helm-source.el (helm-source): Remove the init slot. * 
helm-bookmark.el: Don't use type.
       new  95892178fe * helm-source.el: Allow inheritance of types. * 
helm-bookmark.el (helm-source-basic-bookmarks): inherit from type   bookmark. 
(helm-source-bookmarks): build it from helm-source-basic-bookmarks.
       new  88b393bdcf * helm-source.el (helm-source): name slot default to nil.
       new  56cb81b803 * helm-source.el: Handle match plugin from classes. 
(helm-source): remove no-matchplugin and add matchplugin. 
(helm-source-mp-get-search-or-match-fns): Setup mp fns. 
(helm-source-in-buffer): Remove candidates-in-buffer and dont plug match 
plugin. (helm-source-sync): dont plug match plugin.
       new  edf601e2ee * helm-source.el 
(helm-source-mp-get-search-or-match-fns): Use let.
       new  146c7106f6 * helm-source.el: Add type buffer class. 
(helm-source-async): Set matchplugin to nil by default. * helm-grep.el: Use 
matchplugin slot.
       new  696d504a38 * helm-source.el (helm-source-in-buffer): Add quotes in 
docstring.
       new  abd386a847 * helm-source.el: add a defgeneric def for 
*setup-source. * helm-buffers.el (helm-source-buffers): New class, generate   
`helm-source-buffers-list' from it. (helm-source-buffer-not-found): generated 
with helm-build-dummy-source.
       new  93def86c1e * doc/Home.mdpp: Update.
       new  c68f54abfb * helm-source.el: Handle error in *source-dummy setup 
method.
       new  8e68b997af Clarify helm-moccur usage in demo
       new  080e341cb2 Merge pull request #613 from tuhdo/master
       new  bb5cde1d30 * helm-elisp.el: Enable sorting in apropos. Use 
helm-build* functions to build source in apropos functions.
       new  8cb7a9e0b9 * helm-source.el: Rename helm--make* to helm-make. * 
helm-bookmark.el: same. * helm-buffers.el: same. * helm-regexp.el: same.
       new  5427415b11 * helm-sys.el: Display column line and give it 
properties. (helm-top-columns): new face. (helm-top-transformer): propertize 
this line. (helm-top-sort-transformer): It seems it is not needed to check the 
cdr and return butlast of this list, just returns this list.
       new  46da374fb0 * README.md: Add a note of problems installing from 
(m)elpa.
       new  f1d3175945 * doc/Home.mdpp: Add note about upgrading helm.
       new  abb7b42667 Merge branch 'master' into exp
       new  0f5376bc55 * helm-utils.el: Fix (#618). (helm-quit-and-find-file): 
Check bmk before file.
       new  427152bd3f * doc/Home.mdpp: Add note in FAQ about fixing package.el 
bug with async.
       new  4eff25a4ae * doc/Home.mdpp: Fix typo.
       new  86df54d173 * helm-bookmark.el: Fix typo in address-book source.
       new  645cc4fd2f * helm-sys.el (helm-top): Preselect first cand. Remove 
unneeded autoloads.
       new  dbc56fae9c * helm-config.el: Update autoloads.
       new  0f031b9030 * Makefile: Generate autoloads from here now. * 
emacs-helm.sh: Error when autoload file isn't found. * helm-config.el: load 
autoload file.
       new  e747d3dd88 * helm-config.el: require async-bytecomp. * helm-pkg.el: 
Add dependency for async.
       new  52875de045 Merge branch 'exp' into async_dep
       new  42c077c695 * helm.el: Remove the now unneeded advices for 
next/previous-history-element.
       new  a2cf29dc0f * helm-files.el: Fix typo.
       new  3b43f8254a * helm-source.el: Fix (#621) require match-plugin.
       new  bbaace3638 * helm-config.el: Use load for autoload file (#626). I 
guess package.el is not adding a provide to its autoload file...
       new  f9c2a96077 * helm.el (helm-internal): Remove cursor-in-echo-area. 
Probably this not needed anymore.
       new  f2884829de Merge branch 'master' into async_dep
       new  dad5988282 * helm-config.el: Don't compile.
       new  e013103ce0 * README.md: Mention async dependency (#628).
       new  a8c9ec7d52 * helm-config.el: soft require async-bytecomp. * 
README.md: Fix documentation about async.
       new  f705e4c57a * helm-config.el: Now allow compiling.
       new  49bd499e09 Update documentation.
       new  d649d73d2a * README.md: Keep updating doc.
       new  51a6042ec3 * emacs-helm.sh: Fix when the file is a symlink (#631).
       new  957bf806a1 * emacs-helm.sh: Fix when $0 is not a symlink (#631).
       new  e887d563b9 * helm-files.el (helm-dired-action): Don't follow 
symlinks.
       new  57070b8580 * emacs-helm.sh: fix with relsymlinks (#631).
       new  9ac89694c2 * emacs-helm.sh: Fix relsymlink by using readlink for 
now (#631).
       new  5d0bea873a * emacs-helm.sh: Finally cd in calling directory to eval 
correctly relative name (#631).
       new  c51ae2393a * .gitignore: Add autoload file (#632)
       new  2c5ab7de1d * helm-mode.el (helm-completing-read-symbols): Temporary 
fix keymap (#622).
       new  0b61ab31c8 * helm-source.el (helm--setup-source): Fix 
initialization for data in helm-source-in-buffer.
       new  482b55f18c * helm-files.el (helm-source-file-cache): Simplify. 
(helm-file-cache-add-directory-recursively): New.
       new  4fec53a797 * helm-files.el: Fix some long lines.
       new  ce8b80d32e * helm-files.el (helm-ff-cache-add-file): New, use it in 
file sources. * helm-source.el: Add action to type file.
       new  6bb353b943 * helm.el (helm-add-action-to-source-if): Fix doctring 
(#604).
       new  e5879c642c * helm-source.el: Fix migemo docstring.
       new  201bb3631a * helm-source.el: Fix long lines.
       new  77920fa046 * helm-files.el (helm-read-file-map): Make available C-o 
again.
       new  f8a69af4fb * helm.el (helm-add-action-to-source-if): Handle dups.
       new  7a445b29df Fix autoloading helm-buffers-list
       new  ae53035cda Merge pull request #640 from 
itiut/fix-autoloading-helm-buffers-list
       new  86a0d2381a * helm-files.el (helm-source-ffiles): New class to 
define helm-source-find-files. * helm-source.el 
(helm-source-add-action-to-source-if): new.
       new  20edb94afe Merge branch 'master' into exp
       new  ade4e54195 * helm-buffers.el (helm-buffer-file): New face (#641).
       new  479e4358c6 Merge branch 'exp'
       new  446a8ca180 * helm-files.el (heklm-source-ffiles): Add browse 
project action.
       new  c103300e3c * helm-source.el (helm-setup-user-source): New method.
       new  057ed7c770 * helm.el (helm-follow-mode): Was broken, fix it. Make 
it working with helm-follow-mode-persistent. 
(helm-follow-execute-persistent-action-maybe): Same.
       new  3aac950a6e * helm-utils.el: Remove reset-yank-point from PA hook.
       new  a4b78fd3de * helm.el (helm-copy-to-buffer): Don't add newline to 
last inserted (#645).
       new  949b7caa70 * helm.el: Revert previous change for (#645).
       new  2ca056731b * helm.el (helm-follow-mode): Add some comments, no code 
change.
       new  cfb6ce165b * helm.el (helm-follow-mode): Reenable follow only for 
sources. i.e not globally for all helm-buffer. 
(helm-follow-execute-persistent-action-maybe): same.
       new  7d3531b5cf * helm.el (helm-display-mode-line): Revert previous 
change about HF.
       new  5af90e0e7e * helm-files.el (helm-source-file-cache): Read all 
directories of file-cache-alist
       new  6cd27c1157 Merge pull request #646 from ytaka/master
       new  430eb471a1 Merge branch 'master' of github.com:emacs-helm/helm
       new  b057c9ff76 * helm-files.el: Allow removing files from file-cache. 
(helm-ff-file-cache-remove-file helm-transform-file-cache): new.
       new  74210d8d84 * helm-files.el: Allow removing marked files in 
file-cache. (helm-ff-file-cache-remove-file-1): new. 
(helm-ff-file-cache-remove-file): delete on marked.
       new  335c8e0ffa * helm-files.el (helm-transform-file-cache): Change 
title of action.
       new  169dbe5ff2 * helm.el: Check if source have a symbol name (#647).
       new  1c593c9068 * helm-bookmark.el (helm-bookmark-edit-bookmark-1): Bind 
helm--reading-passwd-or-string.
       new  ab3dec417b * helm-files.el: bind helm--reading-passwd-or-string in 
serial rename (#649).
       new  bb432b85d4 Add more types of tags to be displayed to helm-semantic
       new  dea14f441c Merge pull request #650 from tuhdo/master
       new  9320627377 * helm-files.el: Fix tramp anoyances (#648). 
(helm-find-files-input): Bind non-essential and don't try to input remote 
files. (helm-find-files-1): Use file-remote-p on TAP.
       new  13bf6ab42d * helm.el (helm-follow-mode): Don't start when empty 
source.
       new  4a795e5d35 * helm-files.el (helm-dwim-target-directory): 
expand-file-name (#653).
       new  286a0db181 * helm.el (helm-match-functions): Fix when match fn is a 
lambda.
       new  0206c0e8d2 * helm-files.el (helm-find-files-initial-input): Bind 
ffap-machine-p-known (#648).
       new  bf4cc8260a * helm-files.el: Bind C-c r for ff as root (#655).
       new  8e073d892f Add n/p keys for convenience
       new  44d41f2fb7 Merge pull request #656 from tuhdo/master
       new  4cf64c4f20 * helm-regexp.el: Fix typo (#657).
       new  121e2b3821 * helm-grep.el: Revert PR from issue (#656). Such 
bindings prevent editing the *grep buffer.
       new  7b73c42409 * helm-regexp.el: Require helm-plugin (#644).
       new  22470f0f6b * helm-mode.el: Unquote helm-pattern (#662). Unquote 
helm-pattern when it is added as candidate.
       new  f3c007cfd4 * helm-files.el: Don't append 
helm-files-save-history-extra-sources to   completion sources. 
(helm-files-save-file-name-history): Do it.
       new  1e97e71e2b * helm-apt.el: Allow listing all installed packages.
       new  8732a56200 * helm-apt.el (helm-apt-candidate-transformer): Revert 
previous change for this function.
       new  93c2eebd0d * helm-apt.el: Make visible packages with arch (#667).
       new  f159d12c65 * helm-apt.el: Ensure we don't fail if one of the dpkg 
command returns more than one arg (#667).
       new  6815f14ca4 * helm-apt.el: Remove one trailing white space, no code 
change.
       new  961f6dcd88 * helm-files.el (helm-find-file-or-marked): Find backup 
files (#668).
       new  babcc655a4 Improve helm-semantic
       new  545a932b13 * helm.el (helm-preselect): Allow using a cons cell 
instead of regexp arg.
       new  ab3a583f38 * helm-semantic.el: Use a cons for preselection.
       new  89947e34c2 Fix a bug where Semantic buffer is empty
       new  3637af190c Merge pull request #671 from tuhdo/exp
       new  a4c5758e7c * helm-buffers.el: Show action in buffer action properly 
(#674).
       new  fe9d48caeb * helm-semantic.el: Rename some symbols. 
(helm-semantic--tags-cache): from helm-semantic-tags. 
(helm-semantic--fetch-candidates): from helm-semantic-init-candidates
       new  e6daefc346 * helm-eval.el: Fix keymap conflict with tab.
       new  c0a603d44d * helm-source.el: Attempt to fix (#672). 
(helm--setup-source): Ensure symbols are quoted.
       new  9f496223f9 * helm-files.el (helm-ff-cache-add-file): Allow using 
wild-card.
       new  c0acb0f7dc Merge branch 'master' into exp
       new  eb6e4cc6e8 * helm-files.el (helm-substitute-in-filename): Fix 
docstring.
       new  dd8e65e68b * helm-mode.el: Allow disabling completion-in-region in 
modes (#673). (helm-mode-no-completion-in-region-in-modes): New user var. 
(helm--completion-in-region): Use it.
       new  9c9de1601f * helm-mode.el (helm-comp-read): Allow adding a 
transformer to hist source. Use helm-source for source history. * 
helm-command.el: Use it.
       new  c327f600fe * helm-mode.el (helm-comp-read): Use helm-source to 
build src and src1.
       new  83a57119a2 * helm-source.el: Indent 1 in build macros. * 
helm-mode.el: Reindent.
       new  d8643f3795 * helm-command.el: Don't sort history candidates.
       new  e66344d163 * helm-mode.el: Bind M-RET for emacs-nw (#686). * 
helm-help.el: Document mode-line.
       new  d49407021d Update labels for helm-buffers actions
       new  97eaa6d1d9 Merge pull request #688 from tuhdo/exp
       new  ad772e5cd9 * helm-files.el (helm-find-files-map): Bind ediff-merge 
to M-= to fit with buffers.
       new  8ee52cebd9 Merge branch 'exp'
       new  5bc85f98bb * helm-source.el: Add bindings to actions names.
       new  c16b5f14a7 * helm-ring.el (helm-execute-kmacro): New (#685).
       new  eab8d0ade1 * helm-ring.el (helm-execute-kmacro): Fix persistent 
message.
       new  e7e0d77be1 * helm-ring.el (helm-execute-kmacro): Add a delete 
action.
       new  66deb7df80 * helm-grep.el (helm-grep-default-command): Fix 
docstring (#689).
       new  cffbfed28a * helm-ring.el (helm-execute-kmacro): Remove delete 
function for now.
       new  d58a6b7ab7 * helm-eshell.el: Fix completion after real commands.
       new  f370b9a877 Merge branch 'exp'
       new  6b7eeaaa90 * helm-mode.el: Don't deactivate mark in current buffer 
(#690). (helm-mode--keyboard-quit): New, use it to replace `keyboard-quit'.
       new  01491122c8 * helm-ring.el (helm-execute-kmacro): Push last used 
macro on top.
       new  1c2dce74bf * helm.el (helm-this-command): Ignore byte-code (#691).
       new  6abba27965 * helm-files.el: Don't fail on cyclic symlinks (#692).
       new  8cc1b4f749 * helm-files.el (helm-ff-valid-symlink-p): Add comment 
(#692).
       new  5bafe8bbda * helm-source.el: Fix initialization of :data slot.
       new  668430710a * helm-grep.el: Get rid of `helm-ack-grep-executable' 
(#689). (helm-ack-grep-executable): Removed. (helm-grep-use-ack-p, 
helm-grep-hack-types): Do it.
       new  0629391db3 * helm-mode.el: Optimize execute-extended-command. 
(helm-completing-read-handlers-alist): Do it.
       new  30ce6a4453 * helm-command.el (helm-M-x): signal error when user 
enter prefix arg before M-x.
       new  ff5326937b * helm-help.el: Update documentation. * doc/Home.mdpp:
       new  ccaed1be08 * helm-files.el (helm-read-file-map): Bind M-RET here 
too. * helm-help.el: Update accordingly.
       new  24cc3ec797 * helm-mode.el (helm-completing-read-symbols): Use 
helm-build-in-buffer-source.
       new  eb40fad173 * helm-mode.el (helm-completing-read-symbols): require h 
elisp on init. * doc/Home.mdpp: Fix index of FAQ.
       new  8252db467e * helm-source.el (helm-source): New slot :fuzzy-match. * 
helm.el (helm-fuzzy-match, helm-fuzzy-search): new fns.
       new  b05feba37b Move helm--mapconcat-candidate to helm.el.
       new  c81fa45bc5 * helm.el (helm-fuzzy-search): Fix use pattern as arg.
       new  8f6d621bea * helm-source.el: Update docstrings.
       new  02b5563d77 * helm.el (helm-fuzzy-search): Add FIXME comment.
       new  91e60ec471 * helm-source.el: Fix setting of :search slot.
       new  8934640b70 * helm.el (helm-fuzzy-search): Attempt to fix negation, 
still broken though.
       new  94eac66a71 * helm-match-plugin.el: Add comment.
       new  f0617a2589 * helm.el (helm-search-match-part): Fuzzy search when 
enabled.
       new  5e36fda75c * helm.el (helm-search-from-candidate-buffer): Get rid 
of helm-point-is-moved. (helm-point-is-moved): Removed.
       new  91ab9f15d6 * helm-mode.el: Add history to symbol function (#702). 
(helm-completing-read-symbols): Add history source.
       new  41bc1cfb03 * helm-source.el (helm-source-in-buffer): Bind 
match-part (#145).
       new  86ddb3f90f * helm-source.el: Use identify only whe fuzzy is enabled.
       new  b2a081f239 * helm.el: Fix negation in fuzzy search. 
(helm-fuzzy-search, helm-search-from-candidate-buffer, helm-search-match-part): 
Do it.
       new  ac23469c33 * helm.el (helm-search-match-part): Handle also negation 
in multiple pattern matching.
       new  b21ee98b00 * helm.el (helm-search-match-part): Handle also fuzzy in 
multiples match.
       new  3ccfe0fd73 * helm.el (helm-search-match-part): Reindent.
       new  54cf01a750 * helm.el (helm--mapconcat-candidate): Renamed to 
`helm--mapconcat-pattern'. (helm--mapconcat-pattern): Rework it. * 
helm-buffers.el: use it. * helm-files.el:   use it.
       new  35ab60d56c Remove execute-extended-command from 
helm-completing-read-handlers-alist. * helm-mode.el 
(helm-completing-read-symbols): Revert to no history.
       new  1aa21f075b * emacs-helm.sh: Bind M-x to helm-M-x.
       new  5dfcdae35c Merge branch 'master' of github.com:emacs-helm/helm
       new  75b3f7b7bd * helm-mode.el: Allow exiting when predicate return 
non--nil (#707). i.e exit when predicate returns non--nil even if must-match is 
t. (helm-read-file-name, helm-comp-read): Bind 
`minibuffer-completion-predicate'. * helm.el 
(helm-confirm-and-exit-minibuffer): Test with `minibuffer-completion-predicate'.
       new  210277837c * helm.el: Handle also predicate with two args for hash 
tables (#707). (helm-confirm-and-exit-minibuffer): Do it. * helm.mode.el 
(helm-comp-read): Bind minibuffer-completion-table.
       new  89d3dc06b4 * helm.el (helm-fuzzy-search): Improve performances 
(#145). * helm-source.el: Now no need to bind match-part slot when using fuzzy.
       new  0f47940cde * helm.el (helm-fuzzy-search): Add comment to explain 
algo (#145).
       new  30603c8e9c * helm.el: Fix negation in CIB (#145). 
(helm-search-from-candidate-buffer): Call match-part fn when using negation. 
(helm-search-match-part): Fix docstring.
       new  a703ff2808 Merge branch 'fuzzy'
       new  97c2e241e7 * helm-source.el: Add fixme comments.
       new  5fac3d834b * helm-bookmark.el: Add cc and bcc actions in 
addressbook.
       new  5097900e40 * helm.el (helm-fuzzy-search): Use if instead of when 
(#145).
       new  b9e6883199 * helm-match-plugin.el (helm-mp-3-match): Use cl-defun 
to setup pattern.
       new  82d575bf54 Merge branch 'fuzzy' into exp
       new  bb295dc7a4 Allow using match-part in sync sources also. * 
helm-source.el: Move match-part slot to helm-source. * helm.el 
(helm-match-from-candidates): Use match-part.
       new  7dfc0e4108 * helm.el (helm-compute-matches): Pass match-part fn 
from here. (helm-match-from-candidates): Take one new arg match-part-fn.
       new  d4c8341119 * helm.el (helm-confirm-and-exit-minibuffer): Fix type 
argument for predicate (#710).
       new  e9384b7776 * helm-bookmark.el: Declare functions to shutup 
byte-comp.
       new  2b4e07f630 Merge branch 'exp'
       new  9672f0052b * helm.el (helm-confirm-and-exit-minibuffer): Use 
try-completion ( * helm-mode.el (helm-read-file-name): Bind 
minibuffer-completing-file-name.
       new  7dfc0274c2 * helm.el (helm-confirm-and-exit-minibuffer): Use 
try-completion (#707) (#710). * helm-mode.el (helm-read-file-name): Bind 
minibuffer-completing-file-name.
       new  f629a4d741 * helm.el (helm-confirm-and-exit-minibuffer): Check if 
predicate exists (#707) (#710).
       new  0fa8301151 Merge branch 'exp'
       new  335f0ac229 * helm-match-plugin.el (helm-mp-3-search-base): Fix 
negation.
       new  a487536b25 * helm.el (helm-fuzzy-search): Add comment.
       new  c1ae6b55c5 * helm-match-plugin.el (helm-mp-3-search-base): Don't 
fail miserably on invalid regexps.
       new  19d0cd9762 Merge branch 'exp'
       new  2a22c5715b * helm-source.el: disable highlighting in fuzzy matching.
       new  9ae17985d0 * helm-ring.el (helm-kill-ring-transformer): Remove 
read-only prop (#716).
       new  9f64244881 * helm.el: Don't write pwd in helm-buffer on ftp passwd 
prompt (#718). (ange-ftp-get-passwd): New advice. 
(helm--advice-ange-ftp-get-passwd): same.
       new  614e24a117 * helm-files.el: Fix label in helm-find-files (#721).
       new  2451738320 * helm.el (helm-revive-visible-mark): Finally use equal 
for testing (#706).
       new  d2488d2a90 * README.md: update.
       new  6922e225a0 * helm-grep.el (helm-grep-use-ack-p): Fix ls-git,check 
if recursive command is set. (helm-grep--prepare-cmd-line): no need to bind 
default-directory here. (helm-grep-init): bind default-directory here. 
(helm-do-grep-1): Remove unused var.
       new  db505ed6fa * helm-grep.el: Remove definition of 
`helm-grep-last-default-directory'.
       new  068fb101c7 * helm-grep.el (helm-grep-prepare-candidates): Take now 
two args. (helm-grep--prepare-cmd-line): bind default-directory for 
helm-grep-prepare-candidates.
       new  746be2d6b4 * helm-grep.el (helm-grep-prepare-candidates): Fix 
preparation of remote files.
       new  736ccc6b38 * helm-help.el: Update grep help.
       new  97b2f30024 Added helm faces to the Faces customize group.
       new  100eda2289 Merge pull request #724 from etanzapinsky/master
       new  0be1b37e4a * helm.el: Add new sort fn for fuzzy (#145). 
(helm-score-string-for-pattern, helm-fuzzy-matching-default-sort-fn): New.
       new  1bed882943 Merge branch 'master' into exp
       new  f4fd0322b3 * helm-source.el: Enable new sort fn for fuzzy matching 
(#145).
       new  ddc6c14b1c * helm.el: Add new user vars for fuzzy (#145). 
(helm-default-fuzzy-sort-fn, helm-default-fuzzy-search-fn, 
helm-default-fuzzy-match-fn): new.
       new  1ab4d9bff8 * helm-help.el (helm-help-event-loop): Remove isearch 
support for now.
       new  49c3d257eb Build some sources with helm-build-in-buffer-source. * 
helm-dabbrev.el (helm-dabbrev): Do it. (helm-source-dabbrev): Removed. * 
helm-elisp.el (helm-lisp-completion-at-point): Same.
       new  fba50ec2f1 * helm-source.el: Enable highlighting in setup methods 
(#145). Use the default sort fn from the var instead of hardcoding it. Move 
common code (sort and highlight to setup method of helm-source to avoid 
duplication of code.
       new  a13c7d09fe * helm-source.el: Update doc of nohighlight slot.
       new  6318c8a268 * helm-source.el: Handle nil values for fuzzy sort and 
highlight fns.
       new  e377d2d7bf * helm.el: Fix doctrings. (helm-default-fuzzy-sort-fn, 
helm-default-fuzzy-matching-highlight-fn): Do it.
       new  3030b04612 * helm-source.el: Improve doctring of fuzzy-match slot.
       new  357538af1b fix 727 (deliver MAPS arg correctly to 
lacarte-get-overall-menu-item-alist)
       new  366c1a0e78 * helm-source.el: Add classes for type function and 
command. Add accessors for all defined types.
       new  1bc7b95ab1 Attempt to improve performances of fuzzy matching. * 
helm.el (helm-fuzzy-matching-regexp-cache,            helm--in-fuzzy): New 
internal vars. (helm-fuzzy-match-maybe-set-pattern): new. 
(helm-check-new-input): Use it. (helm-initialize): Use it, set new var 
helm--in-fuzzy by looping in helm-sources.
       new  79e90f54ef * helm.el: Rename fuzzy internal vars and fns.
       new  d02849f1e7 * helm.el (with-helm-time-after-update): New macro.
       new  8b2a67efc4 Start preparing regexp cache for in-buffer method. * 
helm.el (helm--fuzzy-regexp-cache): Renamed from 
helm--fuzzy-matching-regexp-cache. (helm--fuzzy-match-maybe-set-pattern): Set 
helm--fuzzy-regexp-cache as a list. (helm-fuzzy-match): Use now the cdr of 
helm--fuzzy-regexp-cache.
       new  b5fa89b74f * helm.el (helm-fuzzy-search): Optimize using the regexp 
cache.
       new  96c4d6355e * helm.el (helm-search-functions): New use it to set 
helm--in-fuzzy. (helm-initialize): Use it. (helm-fuzzy-search): Remove now 
uneeded code.
       new  273c0dffdd Merge pull request #728 from michael-heerdegen/fix-727
       new  b0780ec79f Merge branch 'master' into exp
       new  1318383da8 Merge pull request #729 from emacs-helm/exp
       new  5f11481741 Merge branch 'fuzzy' into exp
       new  d28bd65376 fix #730
       new  bc77c00829 * helm.el (helm--fuzzy-match-maybe-set-pattern): Check 
for an index > 1 for negation.
       new  8bb8f702c7 * helm.el (helm-fuzzy-default-highlight-match): Use 
search-forward thanks thudo (#145).
       new  67cd24faf5 * helm.el: Fix some docstrings.
       new  ac9b24da80 * helm-match-plugin.el (helm-mp-3-match): Fail safe on 
invalid regexps.
       new  710ce917f3 * helm.el (helm-search-match-part): Use the cache (split 
not handled actually).
       new  bccceb71e2 * helm.el (helm--fuzzy-match-maybe-set-pattern): Add 
comment.
       new  0293633910 Merge branch 'master' of github.com:emacs-helm/helm
       new  616a291c0e * helm-grep.el (helm-grep-init): Fix remote grepping 
(#723).
       new  7be47f8ddb * helm-grep.el: Fix also action on remote file (#723). 
(helm-grep-action): Simplify and fix jumping to remote files.
       new  360b78a3c1 Merge branch 'exp'
       new  4f3028bd45 Merge pull request #731 from michael-heerdegen/fix-730
       new  69e25ea897 * helm.el (helm-fuzzy-search): Remove one unneeded 
string-match call.
       new  bee4863712 * helm.el (helm-fuzzy-search): Behave the same as 
fuzzy-search for negation. No caching is done yet for negation.
       new  325d466c17 Add comments about fuzzy.
       new  fa943c21e7 * helm-grep.el: Fix recursive grep (#723).
       new  19ceb6bd1c * helm-grep.el (helm-grep-action): Revert prvious 
changes, setup the tramp name correctly (#723).
       new  3d6fab533c Change the rules for fuzzyvsmatch-plugin. * helm.el: 
(helm-fuzzy-match, helm-fuzzy-search, helm-search-part): From now when pattern 
contain spaces delegate the job to match-plugin (so each part is regexp matched 
and not fuzzy matched).
       new  7683bb31cc * helm-source.el: Allow appending lambda's.
       new  f6261e081d * helm.el (helm-fuzzy-matching-default-sort-fn): Fix 
(display . real) candidates (#145).
       new  233c96f0f0 * helm.el (helm-fuzzy-matching-default-sort-fn): Add 
comment.
       new  5d7c439d30 * helm-locate.el (helm-locate-1): Fix setting of 
helm-locate-command.
       new  82345a1216 * helm.el (helm-compute-matches): Setup fuzzy pattern 
cache here (#145).
       new  c41d2b1e1e * helm-files.el (helm-source-recentf): Enable 
fuzzy-matching (#145).
       new  7feb8efab7 Enable fuzzy in helm-M-x (#145). * helm-mode.el 
(helm-comp-read): Allow using fuzzy. * helm-command.el (helm-M-x): Enable fuzzy.
       new  40d451ad87 * helm.el (helm-fuzzy-matching-default-sort-fn): Sort 
against real (#145).
       new  333cbd7aa4 * helm-source.el: Use helm-mklist.
       new  b274dc71fc * helm-mode.el (helm-comp-read): Fuzzy sort hist only 
when pattern is not empty (#145).
       new  2356200ef4 * helm-mode.el (helm-comp-read): Fix source arg name of 
sort fn.
       new  454e694e5a * helm.el: Fix comment.
       new  482393cdf5 * helm.el: Add comment.
       new  3fe905e26d * helm.el (helm-fuzzy-matching-default-sort-fn): Don't 
sort until patern is not empty (#145).
       new  f9eabdfe82 * helm-elisp.el (helm-lisp-completion-at-point): Enable 
fuzzy matching.
       new  eb3b143773 * helm-files.el (helm-ff-file-name-history): Use 
helm-source, enable fuzzy.
       new  6a4085390f * helm-files.el: Move recentf-list def on top to shutup 
byte-comp.
       new  a4e61a01c1 * helm-elisp.el (helm-lisp-completion-at-point): Fix 
input for fuzzy.
       new  d1098e58d3 * helm-elisp.el (helm-lisp-completion-at-point): Remove 
unused lex var.
       new  f2cc3191ba * helm-elisp.el (helm-locate-library): Enable fuzzy 
matching. (helm-locate-library-class): new class.
       new  1f5ed9589b * helm-ring.el: Remove obsolete variable (#734).
       new  69ef0e0bab Fix display real issue in fuzzy. * helm.el 
(helm-fuzzy-matching-default-sort-fn, helm-fuzzy-matching-default-sort-fn): Do 
it.
       new  1400f355e1 * helm.el (helm-fuzzy-match-mode): New minor-mode. * 
helm-command.el: Use it. Reenable a function transformer with no sorting for 
history.
       new  c3420d1f25 Make a generic function for fuzzy sorting.
       new  e3074a60e6 Remove global fuzzy mode.
       new  b7cb159fed Use defsubst in some places.
       new  59b766c480 Add fuzzy-matching for helm-semantic/imenu
       new  263400136a Add fuzzy-matching for helm-apropos
       new  d44e0c0f8b Merge pull request #738 from tuhdo/exp
       new  41187d6130 * helm-elisp.el (helm-apropos-fuzzy-match): Add group 
and type and move on right section.
       new  86ecbfc060 Fix apropos transformers when fuzzy disabled.
       new  f6ef62d8cb * helm-elisp.el: Fix previous commit.
       new  d85b817671 Disable by default fuzzy matching in symbol completion.
       new  5433a9196c Allow fuzzy matching in ido virtual buffers.
       new  b8345f3fa9 Allow customizing fuzzy-matching in imenu and semantic.
       new  57ef03cf6e * helm-buffers.el: Declare some ido var and fn to shutup 
byte compiler.
       new  0cd367897e Add org-headings.
       new  9aa8083697 Fix issues in helm-org. get rid of use of -flatten.
       new  1164cbdba3 * helm-misc.el.orig: Delete file added by error.
       new  4a9c647a03 * helm-imenu.el: require helm-help (#740).
       new  e000b84f3f Enable fuzzy in helm-source-files-in-current-dir, use 
now a class.
       new  fa0a139dbe * helm.el (helm-flatten-list): New.
       new  8df8215ac6 Fix highligthting matches in *-locate-library and 
*-recentf (#145).
       new  97a8102850 Redefine source for semantic and imenu, fix setting of 
fuzzy for both (#145).
       new  9fa1e4824b * README.md: Add a paypal icon.
       new  1bb02a1e37 Define `helm-source-buffers-list' at run time.
       new  eb0ec193ba Fix prompt in lisp completion.
       new  2d52ab2edf Tag classes and methods in lisp completions.
       new  0267213175 Remove some of the obsolete sources and functions.
       new  42ef105c66 Fix setting of fuzzy matching in helm-apropos (#743).
       new  8330f118a7 * helm.el (helm-flatten-list): Handle lambda's.
       new  738c2fe399 * helm.el (helm-flatten-list): Allow removing nulls.
       new  4bdcd92372 Add sources for classes and generic fns in helm-apropos.
       new  ae4f80a49b Enable outline in helm help.
       new  c822b5d5d1 * helm-help.el: Fix some newlines in help string's.
       new  5fff8beaf4 * helm-locate.el: Enable fuzzy in locate.
       new  f058bf40ff Allow customizing fuzzy in recentf and fix the 
pattern-transformer (#145).
       new  e2ec329918 Merge branch 'master' into exp
       new  2014cd4961 Fix small errors in org headings.
       new  d15f0a8dcb Merge branch 'IvanMalison-helm-org-headings' into exp
       new  29d80ce236 * helm-plugin.el: Remove headlines plugin now unused.
       new  aa504dda60 Sort candidates at end of loop (#748).
       new  bfaf8fe345 Merge branch 'master' into exp
       new  60c6337082 * helm-org.el (helm-documentation): Fix, use 
helm-documentation-filecache.
       new  98f2bceb15 * helm-locate.el (helm-locate-pattern-transformer): Fix, 
use pattern arg.
       new  21bb19f838 * helm-help.el: Fix some outline headings level.
       new  2649df17c6 Merge branch 'master' into exp
       new  a56e34c146 Allow enabling fuzzy matching in file cache.
       new  ba890dbe19 Merge branch 'master' into exp
       new  2c71be086b * helm-locate.el: Enable fuzzy in locate.
       new  ef8069b02e * helm-locate.el (helm-locate-pattern-transformer): Fix, 
use pattern arg.
       new  1c138d7a9d * helm-pkg.el: Update version number.
       new  f25ad81907 Expand tilde in tramp pathnames (#747).
       new  2fa8e11200 Improve helm-walk-directory.
       new  8c0bf6c8cf Merge branch 'master' into exp
       new  95002ce475 Allow browsing non-vc project recursively.
       new  1a5fa828b9 * helm-files.el (helm-browse-project): Update docstring.
       new  e7ba0ca3e7 Try to fix slowness with many tramp buffers (#749).
       new  ec51629623 Disable ange-ftp advice (#752).
       new  451f903314 Allow refreshing cache in helm-browse-project.
       new  d4fb2ae171 * helm-utils.el (helm-walk-directory): Allow passing a 
function to PATH.
       new  644d1e6308 Revert commit f25ad81 fixing (#747) but introducing 
another bug (#753).
       new  840d415967 Improve helm-walk-directory.
       new  259819b92a The helm-walk-directory version using 
file-name-all-completions.
       new  9c9a767209 * helm-utils.el (helm-walk-directory): Fix long lines.
       new  3a5f78cf12 * helm-utils.el (helm-walk-directory): Fix bug with 
infinite loop on symlinks.
       new  d6e989f2e1 * helm-utils.el (helm-walk-directory): Call 
directory-file-name only once.
       new  e002743ed5 Keep improving helm-walk-directory.
       new  168b97d5a3 Allow fontifying helm-org-headings.
       new  b2a10b68d1 Add a new command for all sources documentation.
       new  dc16ec8f38 * helm-aliases.el: Add helm-org-headlines alias.
       new  6afb3861a1 Fix expansion of tilde in tramp names (#753) (#747).
       new  090768902c * helm-files.el (helm-browse-project-find-files): Fix 
long lines.
       new  8d6cdf8e2b Improve helm-walk-directory directory checking.
       new  5ebe4a763f Update embeded documentation.
       new  bbf370cf58 Fix details on remote candidates (#749).
       new  70b594707b Get file actions with (helm-actions-from-type-file).
       new  9148d5d65c Get rid of persistent-help plugin (#757).
       new  ebc67be60c * helm-source.el (helm-source): Initialize header-line 
to nil.
       new  97e2faf215 Merge pull request #761 from 
emacs-helm/pr-get-file-actions
       new  41abd181b4 Merge branch 'exp'
       new  6f356f0d4c fix #746
       new  3804522193 Add mode-line message to browse-project.
       new  4938775942 * helm-help.el: Fix elisp-package help string.
       new  54c2c128d3 * helm-help.el: Add another note on elisp package help.
       new  4b07efde69 fix last commit for older Emacsen without 
add-face-text-property
       new  bf22897e8a Fix header-name in browse project.
       new  cd67e0cf0c * helm-utils.el (helm-walk-directory): Reuse cl-labels 
now it is fixed.
       new  4b9dc17e1a Fix one-by-one function in recentf (#767).
       new  9c560add6a * README.md: Update package.el instructions, add links.
       new  bb3e953c96 Fix read-file-name when command is an interactive lambda 
(#769).
       new  95eb0c41d5 * helm-source.el: Update documentation.
       new  dd9a9f2853 Fix local-variables completion in 
helm-lisp-completion-at-point.
       new  1015e2190e Merge pull request #762 from michael-heerdegen/fix-746
       new  c3a3965388 compute score only once for each candidate
       new  a6a05becbc fixed copy/paste bug
       new  6db6086de5 Remove "-default" portion of variable names.
       new  887ba6bb34 Merge pull request #774 from 
emacs-helm/pr/rename-fuzzy-variables
       new  b7589259b6 Merge pull request #773 from killdash9/master
       new  09184c8377 Fix parenthesis, no code change.
       new  0796161223 Use cl-caddr and not caddr.
       new  71b8f2d066 Put candidates fully matched on top when fuzzy sorting 
(#145).
       new  a41be7b39a Improve fuzzy sort function.
       new  9ea601ec45 Get all infos of major-mode in helm-semantic and 
simplify (#777).
       new  d03eef9e4f Allow adding more than one function to match/search 
slots.
       new  6da0242a8d * doc/Home.mdpp: Update FAQ.
       new  6cedec4530 * helm.el (helm-score-candidate-for-pattern): 
regexp-quote pattern.
       new  0b3d314eb8 Add docstring in fuzzy sort function.
       new  2afc5bbd95 * helm.el (helm-score-candidate-for-pattern): Fix 
docstring.
       new  d2937599de Neutralize invalid regexps in in-buffer search.
       new  23a7ca2e06 * helm-files.el (helm-ff-sort-candidates): Use 
helm-score-candidate-for-pattern and memoize.
       new  201c374557 Move `helm-fuzzy-matching-default-sort-fn-1' logic into 
`helm-fuzzy-sort-fn'.
       new  628ded4d10 Minor fixes in previous (#783 PR) commit.
       new  03a39814b3 Update fuzzy-matching doc
       new  733356c55d Merge pull request #786 from tuhdo/exp
       new  a15447986f Fix evaluation of persistent action (#788).
       new  e2bad122c6 Use helm-symbol-name in some places.
       new  4ef1d9d7dd Merge branch 'master' of github.com:emacs-helm/helm
       new  5375a30ce4 Autoload multi key definitions.
       new  a01dce6a39 Prepare for adding upgrade feature.
       new  430799660c Add helm-package-menu--find-upgrades.
       new  b8ed544ad0 Add upgrade function.
       new  edbba0ce98 * helm-elisp-package.el (helm-el-package-upgrade-all): 
Renamed
       new  92eeecddcc Prepare functions for upgrading action.
       new  71cfb5db46 * helm-elisp-package.el: Add upgrade all as action.
       new  dfe0dc7d73 Fix issues in elisp packages functions.
       new  3ab21b231d Fix construction of list in upgrade fn.
       new  0d979fdca2 Don't expand to single file candidate on input (#793).
       new  46956d7329 Force update when pattern is unchanged (#793).
       new  d3c56b1b6a Sort also directories in helm-find-files (#794).
       new  063cef69aa Allow customizing sorting directories (#794).
       new  d719c40f9b Auto-resize mode (#791).
       new  b8920da5a0 Ensure we set the default values of vars in 
helm-set-variable.
       new  eda54ed75d * helm.el (helm-always-two-windows): Fix docstring.
       new  e48cfa6b7f Add face to filenames in etags (#758).
       new  183b846cf1 Build etags source with helm-source at runtime.
       new  76ac53de46 Update Home.mdpp
       new  11719afbb1 Merge pull request #798 from ReneFroger/patch-1
       new  a2ce01ad57 Make helm-autoresize-mode uses percentage
       new  3dc8005a1b Add helm-autoresize-mode to README.md
       new  a17733cb9c Merge pull request #801 from 
tuhdo/pr/helm-autoresize-percentage
       new  9dee675b63 Merge pull request #800 from tuhdo/exp
       new  c10672f50b Update README
       new  baa8ee469c Merge pull request #805 from tuhdo/master
       new  eab42ba14e Don't autoload helm-multi-key-defun definitions (#802).
       new  e5608ad86e Remove multikey definition (#802).
       new  e49b6a3fd9 Update Home.mdpp
       new  9b6f12f7f8 Merge pull request #807 from ReneFroger/patch-2
       new  d9eadf8e7a Don't define twice the keymap (#797).
       new  c1c51f76b7 Initialize current-input-method (#797).
       new  b0f1bdc41f Update keymap with minor-mode instead of 
set-transient-map (#797).
       new  0fbc9fe1f2 * helm.el (helm-read-pattern-maybe): Update comments.
       new  5f3e654b97 Merge branch 'exp'
       new  f9f2df9763 Prevent users from using helm--minor-mode outside of 
context.
       new  b76e8caed6 Merge branch 'exp'
       new  66c6eca8ab * helm-help.el: Fix help for elisp packages about 
upgrades.
       new  011be281ee Merge branch 'exp'
       new  d246b2b37b Fix typo, now use helm-dabbrev-cycle-threshold (#809).
       new  274579d73c Merge branch 'master' into exp
       new  e8dc33c7e5 Fix error when changing desktop (#812).
       new  b73f1452b3 Use helm-source in elisp package.
       new  87fb3b0f5b Make helm mode-line ending dashes match regular emacs
       new  4249b730bd Merge pull request #813 from PythonNut/master
       new  a6e5f71747 Make helm-score-candidate-for-pattern a defun, not a 
defsubst
       new  215157754a Merge pull request #814 from PythonNut/master
       new  ef818c97ec Fix eieio compatibility with emacs-25 (#815).
       new  a52776661c Fix error in with-helm-window when switching desktop 
(#812).
       new  039530ddf5 Skip dotted files (#792).
       new  5c29628b90 Change face for dotted files (#792).
       new  ea406add9f Improve helm help command (#808).
       new  5eca00e44e Simplify with-helm-window (#812).
       new  e737731bc6 Disable call to select-frame-set-input-focus (#822).
       new  5d23cf22fd Fix infloop in empty directories.
       new  c28d1aa232 Revert to previous behavior helm ff skip dotted file 
(#792).
       new  c3a5e78866 Get rid of class-slot-initarg (#815).
       new  01c50b1740 Fix non--quoted argument to helm-make-source.
       new  30b6e5186f Remove now unneeded alias in helm-source.
       new  615a9b94e5 new macro `helm-with-gensyms'; fix local macro variables
       new  a778090358 * helm.el (helm-delayed-source-p): Ignore quick update 
with single source.
       new  6a0c387942 Get rid of helm-find-files-sort-directories.
       new  8489bee0ce Remove last occurence of 
helm-find-files-sort-directories.
       new  37f9b06b56 Enable fuzzy in completion-in-region function (#145).
       new  613fa40cf5 Log locate command line (#822).
       new  49c4d030dc Reset helm-pattern.
       new  a70eb55882 Fix highlighting in fuzzy (#145).
       new  5849fd887d * helm.el (helm--accumulate-candidates): Fix typo.
       new  548df25657 Allow `helm-ring' in minibuffer
       new  98627402dd Merge pull request #826 from thisirs/fix-helm-ring
       new  423788ac6c Allow helm updating when complex input-methods are in 
use (#822).
       new  e4486c62d8 Allow killing buffers with newline (#824).
       new  d48fd4ab10 * helm-mode.el (helm-cr-default-transformer): Fix test 
if cand is a string.
       new  f61d3ea55a Remove comment.
       new  7a7426b135 Fix disabling mouse events while in helm.
       new  72e9e1058b * helm-utils.el (helm-quit-and-find-file): Fix it for 
non string candidates.
       new  3fbb32d26a Add documentation for kmacro.
       new  5504a3ca83 * helm-files.el (helm-browse-project): Soft require 
libraries.
       new  26298cd9a8 Fix helm-ff--auto-update-state typo (#819).
       new  b37f45b63e Refactor `helm-candidate-get-display` to minimize 
consing.
       new  236f775e48 Use `helm-candidate-get-display` in `helm-insert-match`.
       new  81291cb417 Merge pull request #833 from 
emacs-helm/pr/get-display-minimize-cons
       new  5cf389a64c Minor fix in helm-candidate-get-display.
       new  a1c7927bfc Allow using helm-find-file-as-root on remote files 
(#764).
       new  d17b8bcf0f * helm-utils.el (helm-find-file-as-root): Fix, use let*.
       new  3d3c05a1d2 * helm-utils.el (helm-find-file-as-root): Simplify.
       new  61b92b491e * helm-utils.el (helm-find-file-as-root): Fix 
remote-path (#764).
       new  1a60150f8e Fix disabling mouse clicks in helm (#834).
       new  fc1fa2ff3f * helm.el (helm--remap-mouse-mode): Prevent running 
outside helm context.
       new  8097c39cdf Simplify helm--remap-mouse-mode by using its own keymap 
(#834).
       new  f50ac1ff67 Add query replace on contents actions in *find-files 
(#832).
       new  6effcb86b4 Remove unused and deprecated function.
       new  1eb07354f5 Fix eieio errors with emacs-25 (#835).
       new  46252ca4d7 * helm-mode.el (helm-comp-read): simplify.
       new  6a4d350880 * helm-mode.el (helm-completing-read-symbols): Get rid 
of quoted lambda.
       new  7c4f6b7bea * helm-mode.el (helm-read-file-name): Use helm-source to 
builds sources.
       new  4ac71cdf2a * helm-elisp.el (helm-show-completion): Remove props.
       new  0cf04643fb Use same face for file and buffer-file (#817).
       new  b0e3538b77 helm-find-shell-command-fn: allow passing arbitrary args 
to find
       new  b3f372bf8a Reenable fuzzy after running a nested session.
       new  bbc90818e6 Merge pull request #836 from michael-heerdegen/fix-828
       new  ea4156c42d Fix helm-define-key-with-subkeys.
       new  5a40ae6403 Improve helm-define-key-with-subkeys.
       new  95f3642c30 Fix long lines in docstring.
       new  2a296a40f0 Fix again docstring of helm-define-key-with-subkeys.
       new  69ade070ca helm-find-shell-command-fn: fix using case fold
       new  a113d280f8 Merge pull request #839 from michael-heerdegen/fix-828
       new  2adc98fc2b Fix message in deletion of elisp packages.
       new  f907702a50 sequentially has two L's
       new  6d1e42be63 Merge pull request #842 from farleyknight/patch-1
       new  48ec95d604 helm-imenu-candidates: memorize buffer tick at end (fix 
841)
       new  fb7f82cf66 Merge pull request #843 from michael-heerdegen/fix-841
       new  f809e17161 Update README.md
       new  e72a085c68 * helm-help.el: Add documentation for find (#828).
       new  8e693fe3a5 * helm-pkg.el: Update version number.
       new  31a7f0e89f Merge pull request #845 from jjasghar/patch-1
       new  f5fe85bf52 Anticipate on setting packages-installed-directly when 
installing.
       new  8ead5fb2ee rewrite with-helm-restore-variables to use let
       new  7c34382abc Merge pull request #847 from michael-heerdegen/mh
       new  2719d8a3ff Merge branch 'master' into exp
       new  b26a313419 helm-org-capture-templates
       new  0e620f9162 Resize helm-window when switching to and back action 
buffer.
       new  985dd2ff12 Merge pull request #850 from 
IvanMalison/helm-org-capture-templates
       new  87e09821e3 Merge branch 'master' into exp
       new  d57369e609 * helm-org.el: Declare org-capture-templates to shutup 
byte compiler.
       new  09bf98764b Fix slow down on small set of candidates in locate 
(#840).
       new  5ad1f0253b Use truncate-lines in helm-mini (#851).
       new  da2930b866 Rename packages-installed-directly to 
package-selected-packages.
       new  6d23dfa510 Move actions to action transformer.
       new  6c70028957 * doc/Home.mdpp: Move FAQ at end.
       new  ae2c293d44 * helm.el (helm-preselect): Skip header-line.
       new  c044643487 * helm-elisp-package.el (helm-el-package--transformer): 
Show packages directly installed.
       new  3ea798b00e fix #854
       new  69417d071b helm-apropos: use face-list for collecting faces
       new  69cb0375dc Merge pull request #856 from michael-heerdegen/fix-854
       new  11a3538bf8 Generalize usage of mapconcat in in-buffer sources for 
optimization (#854).
       new  c2b14db921 * helm-elisp.el (helm-def-source--emacs-variables): 
Remove keywords.
       new  ac1b0aa2be * helm-mode.el (helm-completing-read-symbols): Use 
helm-apropos-init.
       new  c184557b9a Don't remove from selected-packages when upgrading 
package.
       new  8ffb096a43 Flag selected packages with S to not confuse with I of 
list-packages.
       new  513c084dfe * helm-help.el: Document elisp packages.
       new  0ca6feca26 Shutup byte-compiler.
       new  e9e6865e4e Show removables packages in package list.
       new  7f062f9e76 * helm-help.el: Update package help.
       new  be6a3ab2c8 Don't switch to next-line on valid candidate in 
helm-find-files.
       new  67513db51c Allow killing persistently more than one buffer.
       new  8f463364f0 Fix preselection when killing buffers persistently.
       new  f9dc5ffb4d Fix preselection of truncated buffers when killing.
       new  d41cd4665d Fix highlighting history in helm-M-x.
       new  0f94e16ab8 Fix upgrade package list for emacs-25.
       new  c1bfccd434 Contiguous matches get a coefficient of 2 in fuzzy 
matching.
       new  9a8c75854c * helm-buffers.el: Don't jump to next source explicitely 
when buffer empty.
       new  699f5e6e99 * helm-elisp-package.el: Refresh package list on update.
       new  9c416b4067 * helm-command.el (helm-M-x): Fix history loop.
       new  0750db765a Fix creation of image-dired-dir.
       new  82ecb4a83f * helm-buffers.el (helm-buffer-revert-and-update): Fix 
preselection.
       new  c67ca03f4b Make helm-selection-overlay overhiding helm-visible-mark 
(#784).
       new  b2d78a1efa * helm-elisp-package.el: Fix typo.
       new  07ef3c2658 * helm.el (helm-selection): Underline is no more needed.
       new  1b48c0c2f0 Allow switching to more than one buffer (#861).
       new  ec559ff55d * helm.el (with-helm-restore-variables): Revert to old 
behavior. Avoid let-bounding local variables.
       new  6fe3fec9b7 Find files in different windows (#861).
       new  f201020982 * helm.el (helm-show-action-buffer): Add newline, no 
code change.
       new  3d8ce24208 * helm-pkg.el: Update version, add url.
       new  3e446d0ffc fix help - according to code "update" runs before "init"
       new  65ff4d11b0 remove double call list-process--refresh
       new  597ff93745 Use a format string for url's in web search (#866).
       new  55f99fa661 Merge branch 'master' into exp
       new  7f4d08aa99 Use ansi colors in ack-grep (#865).
       new  2633304d76 Document how to use ANSI in grep.
       new  20edfeec52 Remove helm buffer from buffer-list if buffer gets 
killed.
       new  7a1ae5d0ea Fix helm-define-key-with-subkeys (#868).
       new  a87cb96ede * helm-source.el: Fix documentation of :update. * 
helm-help.el: Same.
       new  58a89886f5 Fix ANSI color for git-grep (#865).
       new  6e99fcc4ac Fix wrong regexp for ansi (#865).
       new  30851aea75 Fix real candidate in grep filter.
       new  69fe2e3a63 Fix completion-in-region for helm-mode (#867).
       new  b895675534 * helm-grep.el: Fix some docstrings.
       new  f9036a7b33 Merge pull request #869 from swhahn/work-remove-buffer
       new  f146eb9ec4 Fix some bugs happening after resuming.
       new  3bf263b7e4 make `helm-define-key-with-subkeys' a function
       new  a0ca9fb6ab Merge pull request #873 from 
michael-heerdegen/fix-for-868
       new  ce91bfdd73 * helm-elisp-package.el: Don't limit search to package 
name.
       new  0074841a76 * Makefile: Sort files list (#874).
       new  2b356c5493 Merge branch 'master' of github.com:emacs-helm/helm
       new  ffd193f4a8 * doc/Home.mdpp: Document grep highlighting.
       new  495290c872 allow debugging candidate functions
       new  623e62df9f Use default-directory when default input is empty string 
(#870).
       new  c02d1a0a05 fix last commit (use `condition-case-unless-debug')
       new  9d0603a9c9 Allow insertion of relative path at point (#455).
       new  6c524072fb Merge pull request #877 from 
michael-heerdegen/allow-debug-cands-funs
       new  8ce77a8f19 Merge branch 'master' into exp
       new  509f92cd26 Don't plug matchplugin in async source.
       new  eac1692ae3 Don't highlight matches in helm locate.
       new  86cc76f0af Fix quitting.
       new  b21864aafb Remove catch exit tag no more needed apparently.
       new  b237ceca1d * helm-help.el: Update file doc.
       new  004edd1caa Build source with helm-build*.
       new  5669ee8b36 Disable mp highlighing in async sources.
       new  d631473aa4 * helm-grep.el (helm-grep-default-command): Improve 
doctring.
       new  bde081ba30 Move to next line when candidate is incomplete.
       new  eb83d9672e * helm-regexp.el (helm-multi-occur-1): Fix buffers list 
with prefix arg.
       new  a3232dd593 * helm.el (helm-set-source-filter): Check if preselect 
string exists.
       new  96137abcab Allow using filter sources with symbols sources.
       new  296723aa20 Make shebang portable
       new  dc07c9ce2a Merge pull request #882 from DamienCassou/patch-2
       new  8b14fb400b * helm-match-plugin.el: Remove highlighting.
       new  6c5e8f8afd Fix completion-in-region when returned data is a string 
(#881).
       new  ff090278ad Merge branch 'master' into highlight_matches
       new  4e7d5fd655 Highlight candidates with filters.
       new  b71b7d3339 * helm.el (helm-fuzzy-highlight-matches): New. * 
helm-source.el: Use it for type buffers. * helm-buffers.el: Don't use default 
highlighting.
       new  07511f3fb0 save-excursion when retrieving heading name for linking 
in helm-org-insert-link-to-heading-at-marker. Fixes #884
       new  b5a2a263b7 Use fuzzy highlighting everywhere.
       new  93df17d82f Make highlighting happen in 
filtered-candidate-transformer.
       new  d2782d6c4b Use helm-source to setup filtered bookmark sources.
       new  c9b562d68d Merge pull request #886 from 
IvanMalison/save-excursion_in_helm-org-insert-link-to-heading-at-marker
       new  5d8d0afad5 Merge branch 'master' into highlight_matches
       new  81c45a5352 * helm-sys.el (helm-source-top): Use helm-source.
       new  acecba3cfc * helm.el (helm-match): Moved from *match-plugin.
       new  0fda52b45f Add helm-multi-files a replacement of helm-for-files.
       new  10e5390750 Fix source list in multi files when locate is present.
       new  a013775cf6 * helm-help.el (helm-help--string-list): Add 
helm-kmacro-help-message.
       new  3e68d25c40 * helm-source.el: Fix documentation of nohighlight slot.
       new  64169313fe Fix completion on directories in shell (#888).
       new  336bc816c6 Simplify helm-mode--in-file-completion-p.
       new  12dee0f792 Don't hardcode toggle locate binding in helm-multi-files.
       new  534e08a119 Reenable isearch in help.
       new  8197240079 * helm-grep.el (helm-do-pdfgrep-1): Use helm-source.
       new  9259197df7 * helm-help.el (helm-help): Protect user against itself.
       new  db55080767 Show codepoint in hex with description and char.
       new  f1eb8cda7a Fix test for file completion (#888).
       new  a070d766c5 Allow expansion of env vars in *find-file(s) (#891).
       new  9e40ab299d helm-browse-menubar: use multiple sources instead of 
prefix arg (fix #885)
       new  fb2d23975b Merge pull request #893 from michael-heerdegen/fix-885
       new  e4cd1beefa Fix Updating keymap with recursive minibuffers.
       new  8510f45350 * helm-eshell.el (helm-esh-pcomplete): Fix target.
       new  3391921302 Use helm-source to build source in helm-ring.
       new  1ced30c103 * helm.el: Add comment, no code change.
       new  b5c5d6393b Handle env var with file value (#881).
       new  92b4506b16 Added insert actions for name and hex code of char in 
`helm-ucs`.
       new  79c079e5c1 Merge pull request #892 from tmalsburg/master
       new  8480d602ab * helm.el (helm-fuzzy-default-highlight-match): Ensure 
display is a string.
       new  314d31624e Move helm-symbolify and helm-stringify.
       new  ed1368af8f Fix exiting minibuffer in helm-comp-read (#896).
       new  135813d230 * helm-source.el (helm-source-in-file): New class.
       new  6283d15ea2 Add class and user function for candidates-in-file.
       new  3a55ebb124 * helm-source.el (helm-build-in-file-source): Forget 
args.
       new  6613f82aa3 Add new functions for matching buffers.
       new  c3748c0aed * helm-buffers.el: Clean, remove DRY.
       new  7bc1a5c998 * helm-buffers.el (helm-buffer--match-mjm): Use patterns.
       new  5437bd1cdb * helm-buffers.el (helm-buffer--match-mjm): Fix negation.
       new  19f29dbb3e * helm-buffers.el (helm-buffers--match-from-directory): 
Fix check if buf have a fname.
       new  200c650f9e Require gnus-dired, thanks Tassilo.
       new  f88f66616d Allow matching buffers from more than one directory.
       new  71fc445ed7 * helm-help.el: Update buffers documentation.
       new  c29fddcc81 * helm-buffers.el (helm-buffers--match-from-mjm): Fix no 
need to loop.
       new  ef0cfb9d83 * helm-aliases.el: Remove bbdb aliases. * helm-bbdb.el: 
deleted. * helm-emms.el: deleted. * helm-firefox.el: deleted. * helm-gentoo.el: 
deleted. * helm-w3m.el: deleted. * helm-yaoddmuse.el: deleted.
       new  53e2d52a4e * helm-aliases.el: Remove unused aliases.
       new  25bd25c663 * helm-config.el: Remove unused bindings.
       new  8ef7c43c53 * helm-buffers.el: Declare helm-comp-read and require 
*help.
       new  35c60c9089 * helm.el (with-helm-quittable): Add comment.
       new  f717552d1e move helm-read-repeat-string from helm-bbdb.
       new  0a114db7e9 * helm.el (helm--mapconcat-pattern): Use 
split-string-and-unquote.
       new  179858598a * helm-regexp.el: Remove helm-occur-match-plugin-mode.
       new  ac7fdc08b2 * helm.el (helm-update-source-p): Fix mp checking.
       new  765bf36d9e Allow searching empty lines in moccur.
       new  e9e799b38f * helm-regexp.el: Use <EMPTY LINE>.
       new  182e287dcb * helm-regexp.el (helm-moccur-get-line): Use empty 
string to show empty line.
       new  87a58382d7 * helm-regexp.el (helm-moccur-get-line): Add comments, 
use when.
       new  452e6282a9 Rename function and add comments.
       new  9c727944a4 Declare lpr* vars and fix lpr cmd line.
       new  b4ce439370 * helm-files.el (helm-ff-print): Fix condition for 
setting cmd.
       new  3880ae6837 Return nil on non file buffers when matching on 
directories.
       new  97c3c22a50 Fix matching from directory names in buffers (#903).
       new  eb17461379 Don't run toggle-basename when buffer is empty (#904).
       new  5c46dc382c Fix empty action buffer (#907).
       new  f8a4ef927c Merge branch 'master' into helm-ff-print
       new  7b921469cd Fix behavior of helm-delete-minibuffer-contents (#907).
       new  9a59d8b49e Delete inconditionally minibuffer contents when at eob 
(#907).
       new  78b131134c Change default value of 
helm-delete-minibuffer-contents-from-point (#907).
       new  1dae8ece9d Merge branch 'master' into helm-ff-print
       new  44c86eb079 Show filenames in org headings (#902).
       new  e3ef7e868d Merge branch 'master' into helm-ff-print
       new  e52f02a985 * helm-files.el (helm-ff-print): require lpr.
       new  5b62994707 * helm-files.el (helm-ff-print): Update docstring.
       new  19b5d2c4cf * helm-files.el: declare lpr-printer-switch (again).
       new  c30de7cc0d Merge pull request #900 from emacs-helm/helm-ff-print
       new  4a52d69c71 Fix setting of default-filename in read-file-name (#913)
       new  e4e4aac941 Sort candidates in helm-mode symbol completion fn (#912).
       new  d05cc3499d Fix error when fname and/or initial are not provided in 
completing-read.
       new  030796bf16 * helm-pkg.el: Update version number, remove unneeded 
local vars.
       new  e5639c6ee5 Fix emacs bug#20010 for Windows.
       new  14d3828b33 * helm-elisp-package.el: Revert previous commit failing 
on GNU/Linux.
       new  1e527d3157 * README.md: Update.
       new  01205d25fd Don't move to first real candidate (file) in some cases 
(#910).
       new  ac1ba8a6ca Allow turning off display of header-line (#917).
       new  951b753f6c * helm-pkg.el: Modify url.
       new  716971fdd9 * helm-pkg.el: Fix again url.
       new  60f1b33ba5 Fix creation of info source with class.
       new  c22e412d39 Full outline path to a heading included in org helm 
candidates
       new  c1adad3483 * helm-info.el: Minor fix on comment, also use start and 
end.
       new  384d2acd03 Start cleaning the mess in info init fn.
       new  4c9f04c394 * helm-plugin.el: Remove unneeded stuff.
       new  416e29120f * helm-info.el (helm-info-at-point): Remove old google 
stuff. * helm-bookmark.el: require helm-net here. * helm-external.el: same.
       new  e5d5ce426a * helm-info.el (helm-info--pages-cache): Renamed from 
helm-info-pages.
       new  52102ce87a * README.md: Add melpa icons.
       new  ea88684a81 Fix start of insertion in dabbrev cycling.
       new  5cd9949ed2 Minor refactoring
       new  3d0d6603f6 Merge pull request #919 from amarek/master
       new  69d11b2247 Remove code for Emacs 23
       new  ede1fae37b Merge pull request #922 from syohex/remove-needless-code
       new  c010e4522f Treat more cases to use helm-completing-read-symbols 
(#921).
       new  9d8acc0d25 Fix moving to first real cand in files completion (#923).
       new  83a2fbc10c Ignore dotted files added to boring regexps in 
helm-find-files (#924).
       new  3d0f2e9c1c Handle winner-boring-buffers (#925).
       new  3f6ed155cb Simplify helm-handle-winner-boring-buffers (#925).
       new  f672d1ba12 Run helm-handle-winner-boring-buffers in *cleanup-hook 
by default.
       new  f536573cc7 * README.md: Update.
       new  9e31da70fa Add the generic match plugin fns.
       new  5fed70ea2d Fix generic fns in match-plugin.
       new  865fa27185 Get rid of helm-match-plugin-mode.
       new  ecdce8b4c8 * helm-match-plugin.el 
(helm-mp-default-search-backward-functions): Fix typo.
       new  68d3d060c6 Merge branch 'master' into matchfns
       new  c7d6abf276 Fix colors for dark and light backgrounds (#926).
       new  8f29bbae10 Notify in mode-line when find process finish (#927).
       new  d85a1e987b [Fix #929] Improve helm-semantic interface
       new  891ade5d07 Use highlight face for helm-selection-line (#926).
       new  8e75025b8f Move helm-selection-line to *faces group (#926).
       new  d729e20cca Use `set-slot-value' instead of `oset' (#930).
       new  945c4909f7 Merge branch 'master' of https://github.com/tuhdo/helm 
into tuhdo-master
       new  3a7b067588 * helm-info.el (helm-define-info-index-sources): No need 
to loop twice.
       new  800e4b81f2 * helm-info.el (helm-build-info-index-command): Get rid 
of eval.
       new  da915e66ad org-get-outline-path used in fast mode to accelerate 
large org file scans
       new  fca349065c Merge pull request #934 from amarek/master
       new  e8d9981ea6 Introduce helm-file-globstar.
       new  3f472f4b38 * helm.el (helm-file-expand-wildcards): Reindent.
       new  0cf113959a * helm-files.el 
(helm-find-files-eshell-command-on-file-1): Remove unused code.
       new  1463f50339 * helm-files.el (helm-ff-auto-expand-to-home-or-root): 
Expand default-directory.
       new  7343969ee3 Find files in background as before unless prefarg (#939).
       new  c8c9410d38 * helm-help.el: Update file documentation.
       new  b8aaa74c1e Remove obsolete code.
       new  655b42234a * helm-regexp.el (helm-regexp-get-line): Remove unneeded 
workaround.
       new  89fcec74fd * helm-utils.el: Remove compatibility functions no more 
needed.
       new  9cd62c40bb Remove obsolete search-from-end feature.
       new  e9e5f61f92 * helm.el 
(helm-initial-candidates-from-candidate-buffer): limit to eobp.
       new  7c314791f1 Update copyrights.
       new  9cdbd5bd5f * helm.el (helm-inherit-input-method): New user var.
       new  a921784e9e Handle case where the candidates list is a list of one 
empty string (#938).
       new  406c38e99c * helm.el (helm-get-candidates): Remove unneeded close 
left by error.
       new  967627883a * helm-files.el (helm-ff-dotted-directory): Fix 
docstring.
       new  eba7aa7c6f * helm.el (helm-selection): Use distant-foreground.
       new  03c501adf6 Use slot-value and set-slot-value, use quoted slots.
       new  a309d1cf62 Highlight matches when jumping to a line.
       new  24e2cff9ca New face to highlight matched item.
       new  3eb9b9b3c4 * helm-utils.el (helm-selection-item-inline): Renamed to 
helm-match-item.
       new  215a478ebc * helm-utils.el (helm-selection-line): Use 
distant-foreground.
       new  47621a3233 * helm-utils.el (helm-highlight-current-line): Remove 
forgotten unneeded var.
       new  c260f4a216 Fix eshell target (#946).
       new  df81970671 Use a buffer as real candidate buffer and not a 
buffer-name (#948).
       new  e3d52cb27d Fix error related to buffer-names introduced by (#934).
       new  e19ec9c35d Create buffer maybe according to auto-mode-alist (#949).
       new  b58017f6c8 Filter out the negations in helm-highlight-current-line.
       new  19aa5718f1 Fix bug in helm-quit-and-find-file introduced by (#948).
       new  be694c074c Update helm-config.el
       new  f24158dd41 Merge pull request #950 from thomasf/patch-1
       new  a4d82ddc74 Merge branch 'master' of github.com:emacs-helm/helm
       new  cb57568b74 * helm-files.el (helm-ff-move-to-first-real-candidate): 
Ensure selection is a string.
       new  abbd168656 Fix helm-in-file-completion-p.
       new  bd362cbe87 Reenable exit catch (#954).
       new  dd16c90a6b Document helm moccur (#958).
       new  19b45b6abf Allow searching all buffers regardless to major-mode in 
helm-dabbrev.
       new  d1e2c0977e Allow highlighting matches around current line.
       new  4d188fe1e5 Don't try to exit minibuffer when already done (#954).
       new  a717595a73 Add optional args to helm--autoresize-hook (#961).
       new  dab1e6c23d Allow resizing some helm buffers on persistent action.
       new  a5a235ec11 * helm-utils.el (helm-persistent-autoresize-hook): Check 
is split is vertical.
       new  519d4250cb Bind switch to other frame in generic file map (#962).
       new  d85452f514 Try to fix non--translated ansi sequence in grep.
       new  14ea21dadb Ensure buffer-name is called on a buffer when killing 
buffer.
       new  3f2d02c730 Prevent error when going to a line with an 
invalid-regexp.
       new  2bf654f6ce * helm.el (helm-file-expand-wildcards): Use 
wildcard-to-regexp.
       new  dcba385fd6 helm-etags-select selected region if possible
       new  10c2c4f916 Don't try to highlight empty matches when going to a 
line.
       new  d8cb947fe2 Merge pull request #965 from redguardtoo/master
       new  d1314581a5 Merge branch 'master' of github.com:emacs-helm/helm
       new  3124ec7e6b * helm-buffers.el (helm-source-buffers): Add new slot 
:buffer-list.
       new  6d33f60e37 Get rid of helm-in-file-completion-p.
       new  a9fa5e28a1 * helm-pkg.el: Update version number.
       new  c810e8f1ee * helm-utils.el (helm-quit-and-find-file): Fix 
preselection.
       new  bbf3b41e47 Temporary fix in helm-org-agenda-files-headings (#964).
       new  164581852e * helm-help.el: Remove search-from-end doc.
       new  1098aba543 Avoid calling twice all-completions in completing-read's.
       new  0a8d9c3795 Same with cands in buffer for completing-read's, use 
alistp.
       new  587691509c Allow setting a default input from helm-do-grep-1.
       new  56892182ef Fix dwim target file when used outside of 
helm-find-files (#970).
       new  5a3987fe39 New command to call package list without fetching remote 
infos (#971).
       new  94d2c35561 Update README.md
       new  2bfa38cff7 Merge pull request #973 from mattknox/master
       new  29df1f61de Cleanup match-plugin.
       new  23c925ee19 Add bookmark handlers for helm-find-files.
       new  ec2882e6dd * helm-files.el (helm-ff-bookmark-set): Use full name 
for bookmark name.
       new  24ac882606 Add bookmark source for helm-find-files bookmarks.
       new  b562c91bdd * helm-help.el: Update helm-find-files infos.
       new  004b3f8454 * helm-files.el (helm-ff-bookmark-set): Add a space to 
end of message.
       new  240dbc0756 Update README.md
       new  f0cc1d6d3c Merge pull request #977 from jakuzure/patch-1
       new  09d94bac60 Update README.md
       new  e37b3caa28 Merge pull request #978 from jakuzure/patch-1
       new  0349e4e05e Get rid of helm-default-directory, the variable, use now 
the fn.
       new  cc63d40a5a Merge branch 'master' of github.com:emacs-helm/helm
       new  becf96eac6 Use helm-source for helm-regexp.
       new  5b7f7f272d Merge branch 'master' into exp
       new  9643c8bf86 * helm-bookmark.el (helm-highlight-bookmark): Fix 
helm-find-files bmk highlighting.
       new  b9c7ca67a3 * helm-bookmark.el (helm-highlight-bookmark): Fix again 
hff bookmarks highlighting.
       new  e8985352c2 * helm-files.el (helm-ff-browse-project): Remove 
obsolete comment.
       new  316208d7df Use helm-source for timers and complex-commands.
       new  4a05d8c298 * helm-elisp.el: Remove trailing white spaces.
       new  f587e6d759 Remove ctags.
       new  8966d3d03a * helm-misc.el: Use helm-source for minibuf hist.
       new  12cabca9e1 * helm-semantic.el: Reorder.
       new  39c79911cb * helm-mode.el (helm-completing-read-default-1): Fix 
comments, no code changes.
       new  88dcaa9b68 Disable find-file-at-point in helm-mode.
       new  5b7cfaa745 Don't autoexpand in hff when yanking at point.
       new  a22d70816a Fix initial-input in completing-read.
       new  ad08b3dcf3 * helm-mode.el: Uncomment.
       new  36d85820ae * helm-mode.el: regexp-quote only if it is a string.
       new  69ea42381b Fix find-file-at-point completion (#984).
       new  a91b4caba5 * helm-mode.el (helm-completing-read-handlers-alist): 
Remove find-file-at-point.
       new  e3a78189ba Allow customizing bookmark source list.
       new  82f321d8e1 Fix completing-read input.
       new  dd6977068b * helm-mode.el (helm-completing-read-default-1): Fix 
pcase rule.
       new  b319312631 Keep fixing initial-input in completing-read.
       new  4c492aff48 Use the second arg of looking-back in several places 
(#985).
       new  51aebbb199 Split helm-M-x.
       new  f9df3bdc3a * helm-command.el (helm-M-x): intern-soft.
       new  9eb7cd568f * helm-command.el (helm-M-x): Ensure command-name is a 
string.
       new  40477db644 * helm-files.el (helm-ff-bookmark-jump): Fix 
preselection.
       new  c7c563af68 * helm-files.el (helm-ff-make-bookmark-record): Same fix 
preselection.
       new  03e67f1249 * helm-command.el (helm-M-x): Clarify prefix arg usage.
       new  7bf38c1743 * helm.el (helm-maybe-exit-minibuffer): Don't delay in 
kmacros.
       new  f1ccb83f92 Prevent using helm commands when defining kmacros.
       new  7cbbfc0d41 * helm-mode.el (helm-mode): Use add/remove-function 
instead of setq.
       new  430caa5993 update the require emacs version
       new  59f53fc267 Merge pull request #988 from favadi/update-requirements
       new  63b300af73 Fix issue with M-x and kmacros (#982).
       new  ca22e84e46 * helm-command.el: Fix long lines.
       new  d1b21d2bdc * helm-command.el (helm-M-x-read-extended-command): Add 
docstring.
       new  c8a16b651c Fix helm-mode compatibility with emacs-24.3.
       new  4606ccc2ba * helm-help.el: Update.
       new  5e584f15ff * helm-command.el (helm-M-x): Fix prefix arg in both 
case.
       new  a2279b4538 * helm-grep.el (helm-grep-mode-jump): Dont delete other 
windows (#994).
       new  df84654cff Fix helm-org-in-buffer-headings when used in indirect 
buffer (#987).
       new  9e6bfb9630 Fix helm dabbrev regexp (#997).
       new  0bf7847e5a Update hgrep keymap for more convenient
       new  94213c5139 Fix eldoc compatibility with emacs-25 (#998).
       new  677a57f4cd * helm-eval.el: Make the loop for eldoc compat simpler.
       new  9b20eba156 Add buffers list to browse non vc project.
       new  7333b7bda1 Merge pull request #999 from tuhdo/master
       new  fbc389ee16 Add new commands for helm-moccur-mode.
       new  8fe87b2f05 Allow customizing helm-find-files bookmark name prefix.
       new  15391b5ce4 Make helm-moccur-mode-map compliant with 
helm-grep-mode-map.
       new  7a9842f641 Allow choosing a filter for elisp packages at startup.
       new  d54fed2611 * helm-pkg.el: Update version number.
       new  8857dd71ec Get rid of helm-compose
       new  53619133bd * helm.el (helm-funcall-with-source): Use when in the 
loop.
       new  aa6f849d7f Fix helm-funcall-with-source with simple transformers 
(no cdr).
       new  103645a3a9 * helm-source.el: Reindent.
       new  bb7a56ada2 * helm-source.el: Fix long lines.
       new  7844bf81ae * helm.el: Revert previous commits.
       new  f49f4045d6 Delay helm-info-lookup action (#1005).
       new  f8d4bce5c2 Remove function-put alias (#1007).
       new  1e89c82227 Add some extra sources to 
helm-files-save-history-extra-sources.
       new  18d2b59aa2 * doc/Home.mdpp: Add new sections to wiki.
       new  a7b45d9bd3 * doc/Home.mdpp: Add examples.
       new  669e66713a Fix url at point in find-file-at-point (#1009).
       new  661390108e Merge branch 'master' into exp
       new  a771b0d014 Allow jumping to helm-find-files bookmarks from 
helm-find-files.
       new  8bf7de33ea * helm-files.el (helm-find-files-toggle-to-bookmark): 
Add docstring and comments.
       new  ca2ba2b020 * helm-files.el (helm-files-save-history-extra-sources): 
Fix typo in source name.
       new  5642dbda06 * helm.el (helm-get-candidates): Call process fn with no 
arg source.
       new  eebdb84b86 * helm-source.el (helm-source-async): Fix doc of 
candidates-process slot.
       new  d6fdc0183c * doc/Home.mdpp: Simplify async example.
       new  317c3c5156 Fix default-directory for find.
       new  b75ebff777 * helm-help.el (helm-documentation): Compute command 
keys.
       new  f2c0f8f48e Search only the relevant part of tag in etags.
       new  f3c8c81e68 * helm-files.el (helm-find-files-toggle-to-bookmark): 
Simplify.
       new  f4f93576a0 Fix update of helm-find-files keymap.
       new  b851af7d5b Remove helm--maybe-update-keymap from 
helm-after-update-hook.
       new  4d6d8b0eb8 Remove false matches.
       new  e928ba51ae Avoid cycling forever when only one candidate.
       new  6d13770709 Keep fixing transition between cycling and helm 
completion.
       new  558e4ae15f Fix adding actions at nth 0 (#1013).
       new  ede839d3e3 * helm-dabbrev.el (helm-dabbrev): Delete-region with old 
limits.
       new  4b00627860 [NEW] Add Find file at linum in action transformer 
(#1014).
       new  0450cbc5c0 * helm-elisp.el (helm-info-lookup-symbol): Set timer 
delay to 0.01.
       new  edfadc970b Check egality of files in find file at linum action 
transformer test (#1014).
       new  4145d526ae Divers fixes in global-mark-ring.
       new  0faffe8f06 helm-dabbrev: Fix when helm-dabbrev-cycle-threshold is 
zero or null (#1016).
       new  b5eb20d8eb Ensure expand-file-name argument is non-nil in 
helm-find-files (#1018).
       new  98f2a23cd0 Find linum even if not at eol (#1014).
       new  6e8ab5f408 Fix helm-ff-set-pattern with urls.
       new  f238abc4ea Expand pattern starting with env var (no starting /).
       new  078825fe60 Fix helm-find-files auto update on env vars.
       new  c9d728bbb9 * helm-help.el: Update hff doc.
       new  fa00deef20 * helm-help.el: Update hff doc about accessing bookmarks.
       new  81e3b4fbdb Fix limit of looking-back to 1 before point.
       new  5b24020849 Add actions for files.
       new  005a0c3503 Fix copying/renaming targets.
       new  715e27e9d7 * helm-files.el: Soft require dired-async.
       new  75b8ccff3f Fix helm-dwim-target-directory.
       new  8b52cec345 * helm-files.el: Remove soft require of dired-async.
       new  54846c545b * helm-files.el: Handle new dired-async-mode.
       new  2a947b9554 * helm-aliases.el: Remove unneeded aliases.
       new  489fe45e09 Revert changes made in helm-dwim-target-directory.
       new  a85ff28567 * helm-files.el (helm-dwim-target-directory): Add 
comment.
       new  66c31538b6 Add preselection to man (#1019).
       new  6dfed2c94f No need finally to preselect (#1019).
       new  dc170e15ab Simplify initialization of cache.
       new  398e63485f Make init function for man.
       new  44e4cd41d4 * helm-eval.el: Fix eldoc compat with emacs-25.
       new  cdd33d8c1f * helm.el (helm-sources-using-default-as-input): Add man 
(#1019).
       new  7fd66167c5 Store default in helm-input when using 
helm--maybe-use-default-as-input.
       new  8dbbdad051 * helm.el (helm--maybe-use-default-as-input): Fix 
docstring.
       new  09a70ee5a8 * helm-regexp.el (helm-occur): Fix preselection.
       new  d8407aa747 * README.md: Remove gratipay tag.
       new  c26d3a9395 Avoid calling file-attributes on remote (#749).
       new  2c74a89536 Remove obsolete helm-yank-symbol-first.
       new  1eaefe0788 * helm-utils.el (helm-yank-text-at-point-function): Fix 
docstring.
       new  bba54f1251 Keep actions added by transformer when there is marked 
candidates.
       new  3b3146c03a Add comment.
       new  ea74c71896 Check if action transformer fit with each marked 
candidate.
       new  2774d30b5e Use async-bytecomp-package-mode to enable async 
compilation of helm.
       new  6a53b7fcbd * helm-elisp-package.el: Fix action names.
       new  fa6180b9b6 * helm-help.el: Update moccur info.
       new  85b5ce4837 Restore position only if helm-current-buffer is here.
       new  5a98e06dc5 Use maybe parent directory in browse project.
       new  f1a617969c Fix when helm-browse-project-get--root-dir returns nil.
       new  a32e961b2d Be safe with helm-browse-project-get--root-dir.
       new  d9c0eb85de Don't infloop on remote names in 
helm-browse-project-get--root-dir.
       new  9973867e41 * helm-files.el (helm-browse-project): Reindent and 
remove trailing ws.
       new  7c93bb80f2 * helm-pkg.el: Update version number.
       new  e8c2b1b742 Try to fix issue with TEMP environment var on cygwin.
       new  d6626c2dfe * helm-config.el: Ensure we don't call 
async-bytecomp-package-mode with old versions of async.
       new  278cdbbc24 Don't set globally helm-buffer-max-length (#810).
       new  20d571e925 Test actions with functionp to avoid consing to lambda's 
(#1028).
       new  ac6a03a294 Allow showing less infos in semantic tags (#1027).
       new  7d587d9757 Add commands to navigate in sections in imenu.
       new  b2d37a6795 * helm-elisp-package.el: Add visit hompage action
       new  9c6860923c Allow using any `semantic-format-tag-*' function in 
helm-semantic (#1027).
       new  e01555d60d Merge pull request #1029 from xuchunyang/master
       new  5776429859 Allow setting helm-semantic-display-style according to 
major-mode (#1027).
       new  e2b4fc6c21 * helm-semantic.el (helm-semantic--fetch-candidates): 
Fix typo.
       new  0715c74953 Check for symbol or function in 
*-add-action-to-source-if thx Michael (#1028).
       new  8612bf1636 * helm-semantic.el (helm-semantic-display-style): Add 
default for emacs-lisp.
       new  827fca0d6e * helm-semantic.el (helm-semantic-display-style): Fix 
docstring.
       new  71e1a60940 * helm-semantic.el (helm-semantic-display-style): Change 
default for c-mode.
       new  b28cecaef7 Fix `helm-set-local-variable' to work in an init 
function when force-updating.
       new  17dde51f94 Use helm-source to define sources in helm-color.
       new  6a853c329a Compute completing-read COLLECTION in its context 
(#1030).
       new  6492505e84 Add comment in `helm-comp-read-get-candidates' (#1030).
       new  93ea4ad3d4 [New] Introduce helm-gid.
       new  480c6247fc Notify mode-line when gid process ends.
       new  d800471b75 Fix unused arg in helm-gid.
       new  4e26239d5c Improve header-name in helm-gid.
       new  b53e0a73ab * helm-adaptive.el: Add autoload cookie for 
helm-adaptive-mode
       new  276f63ffc6 Fix typo in helm-regexp.
       new  fced0c7480 Use helm-input when saving occur results.
       new  6ba5d2f973 Remove obsolete slot recenter.
       new  c63cbe9c11 Add note about async source not supporting 
default-as-input.
       new  99ba73ae52 Merge pull request #1032 from xuchunyang/master
       new  437d65a4ee Fix docstring in helm-gid.
       new  ec91dde855 Fix keymap in helm-gid.
       new  92552147ea Reindent helm-grep-highlight-match.
       new  3952942f04 Update async dependency version.
       new  6ad13a7fe8 Add gid to global map and menu.
       new  152ad42005 Fix default-directory in helm-gid.
       new  e7cbfabd6b Add ID to .gitignore
       new  4e40b127c3 Fix docstring.
       new  91a7254b77 Handle file-error in windows (broken predicates for 
files in emacs).
       new  c998424dbe Add comments.
       new  4a256427bc Buffers file with their file deleted or not already 
saved not shown correctly.
       new  f271b55f92 Move helm-gid to its file.
       new  0ee442d262 Add own class for helm-gid.
       new  0132721499 Add local vars and fix copyright in helm-id-utils.
       new  6e276bbc11 Remove obsolete number of results in google suggest 
(#1033).
       new  5bf109d4a9 And remove obsolete variable for google suggest (#1033).
       new  1fa57988bf Make the helm-grep-mode revert function working with gid.
       new  91ff90b9f4 Use helm-source to define sources in helm-eval.
       new  fa8bb072ee Fix byte-compiler warnings in helm-eval.
       new  757fb11b75 Add comment in helm-ff-directory-files.
       new  32d4265e3b Allow not using "-l" switch in man (#1035).
       new  2ea44573d5 Don't display helm-buffer in helm-current-buffer window 
...(#1036).
       new  35ebd10fa2 Attempt to make find command working on remote (#1037).
       new  457d6aa29f Fix find transformer for find on remote (#1037).
       new  1068465653 Fix default-directory in grep.
       new  26cf9a7e13 Fix docstring in helm-after-initialize-hook.
       new  f14ac02db9 Fix splitting windows with helm-split-window-in-side-p 
(#1042).
       new  2a08419c89 Fix docstrings.
       new  184951045a Improve docstring of helm-goto-line-before-hook.
       new  7c294088a6 Fix paren error.
       new  c9f85cf2d6 Require helm-org in function.
       new  f1599a5118 Allow async sources receive use-default-as-input.
       new  45a96e6f3f Revert previous changes.
       new  d62d48e909 * doc/Home.mdpp: Fix eshell alias error
       new  498919c1c0 Check if dired-async-mode is bound.
       new  367f488c36 Reenable async use default as input.
       new  5ff5477442 Merge pull request #1046 from xuchunyang/master
       new  aafc88250b Prevent updating to an empty pattern with 
default-as-input.
       new  9218243c8e Fix macros helm-with-gensyms and with-helm-temp-hook.
       new  89f65fb1cd Use helm-remove-if-match in helm-cleanup.
       new  55170ae8b4 Move the *remove-if functions to helm.el.
       new  07d9500fa5 Merge branch 'master' of github.com:emacs-helm/helm
       new  c5a11dd7af Add comments no code change.
       new  d79297357e * helm.el (helm--updating-p): Compare with helm-input.
       new  e29f3abd78 Revert previous change.
       new  81b5caea86 Disable default-as-input in helm-gid for now.
       new  486b974486 Fix helm commands docstrings and remove some unneeded 
autoloads.
       new  9834be5bcb Add some basics functions to list helm commands (#1044).
       new  f990731bfe Fix typo.
       new  49327b92d1 Allow using a different history in 
helm-M-x-read-extended-command (#1044).
       new  1bfe532882 Set helm-after-update-hook earlier when using 
default-as-input.
       new  4b868a5276 Simplify previous changes in helm-read-pattern-maybe.
       new  6d5c1b317b Allow highlighting all output of async sources with 
default-as-input.
       new  e87975f351 Clean maybe all the temporary hooks on exit/quit.
       new  515e8ed4e3 Don't run toggle basename as a persistent-action.
       new  b7cc03e89a Prevent running *goto-next/previous-file outside of helm.
       new  0fdc947f0d Improve eshell-command from find-files.
       new  1f64ef279a Merge branch 'exp'
       new  1612c76af6 Ensure force-update when pattern empty with 
default-as-input.
       new  950668c3d9 Use a generic fn to reset pattern (DRY).
       new  afe91afdc9 Use filtered-candidate-transformer in gid.
       new  73339c0a35 Fix initialization of filter-one-by-one.
       new  95ccd12ea3 Reuse now filter-one-by-one in gid.
       new  48bbee40fc Add gid fns for helm-find-files.
       new  cb2458c7e7 Fix one-by-one filter with more than one filter.
       new  41f02d18df No need to require id-utils.
       new  39581a67de Document id-utils.
       new  95947cf597 Add some documentation for helm-find-files.
       new  4d78bd83b1 Finally reuse filtered-candidate-transformer for gid.
       new  16b1a9a904 Remove the deprecated types attributes.
       new  3c324ad1bc Fix grep one-by-one transformer to work with 
default-as-input.
       new  2d6a67c57f Don't quote arg in single quotes.
       new  81d48dfcec Don't let-bound helm-ff-transformer-show-only-basename 
(#1049).
       new  4ae90a54cb adding option to show full help with 
helm-lisp-completion-persistent-action
       new  d877b9ba16 use cl-typecase for one line doc of elisp symbols
       new  608f0ec0e4 Merge branch 'master' of 
https://github.com/raghavgautam/helm into raghavgautam-master
       new  226d865aa8 Add minor changes to previous PR.
       new  b5c9b072b0 Use eshell-quote-argument in eshell command on file.
       new  7006f05413 Use also eshell-quote-argument in the second loop.
       new  ef890537d0 Declare eshell-quote-argument.
       new  77fe78684c Update version number.
       new  6e197becec Fix in-buffer searching with mp or fuzzy.
       new  391020f2dd Avoid matching first line when searching empty string.
       new  62624c64e2 Fix helm regexp line number.
       new  4819dea024 Move candidates-process and filter fns in functions.
       new  19b6cf19e0 Move menu definitions from helm-config to new file 
helm-easymenu.el.
       new  8abd3b3c8c Bind helm-el-package-show-uninstalled in elisp packages.
       new  7ff70a0f78 Add list-elisp-packages to menu and command map.
       new  c472392236 [Fix #1053] Use proper way to detect when to update
       new  df49bc22f8 Merge pull request #1054 from tuhdo/master
       new  8f66adf1cc Merge branch 'master' into exp
       new  77338b9aab [New] Add helm-imenu in all buffers.
       new  27c1c2f55e Add helm-source-imenu-all to 
helm-sources-using-default-as-input.
       new  e32722e0c2 Add docstring to helm-imenu-in-all-buffers.
       new  b88e210446 Allow setting truncate-lines in helm-buffers (#1055).
       new  d5d2a8a772 Allow setting truncate line in helm-mini with 
helm-buffers-truncate-line.
       new  a766ec27fc Put occur sources in helm-sources-using-default-as-input.
       new  2aeb7a8ecd Fix typo in variable name.
       new  38f63cc532 Add help-echo in imenu candidates and use buffer-list.
       new  f8be88e86f Fix last commit
       new  d33b2a0821 DRY in  helm-imenu-next-or-previous-section.
       new  71aad568e1 Merge pull request #1056 from xuchunyang/master
       new  6ce0e4999a Minor fix, reindent.
       new  ce9d50f9a7 Ensure value of candidates in imenu are markers (#1060).
       new  33fefdcc1d Move helm-mini to helm-buffers.el (#1057).
       new  37585306b7 Add a input argument to helm-do-grep-1 (#1061).
       new  0ee8d6d960 Fix grep docstring (#1061).
       new  d31471252b [New] helm-push-mark-mode.
       new  8c087e61d4 Fix docstring in helm-browse-project.
       new  624954bad9 Add "Files from Current Directory" to 
helm--file-completion-sources (#1062).
       new  3468631cb0 Split window according to helm-split-window-default-side 
in show completion.
       new  8a618e2ba2 Use derived-mode-p in imenu.
       new  832a4ecd8c No neeed to use a hight value for candidate-number-limit 
in imenu.
       new  4f41c509a4 Start fixing actions to reuse window if available 
(#1064).
       new  28c0e95c6c * helm-files.el: Allow browsing svn project when 
helm-ls-svn is installed.
       new  961848a674 Merge pull request #1065 from xuchunyang/master
       new  be9a5d3f4e Revert previous changes.
       new  175ab013ed Merge branch 'master' into exp
       new  da2001ddd4 Change link from git to https
       new  db55e13ef5 Merge pull request #1066 from joelparkerhenderson/patch-1
       new  1ce18ace80 Merge branch 'master' into exp
       new  b7d1ea2363 Shutup byte compiler about helm-ls-svn-ls.
       new  1ec62028c6 Show input in header-line (#1064).
       new  662d2c6364 Update docstring of slots affected by new 
helm-echo-input-in-header-line.
       new  6b58aa0d05 Allow customizing the header-line prompt.
       new  2f75b209df Add cursor in header-line (not fully working).
       new  7d6aa31f1e Fix helm--update-header-line.
       new  6f95d29fdd * helm.el (helm--update-header-line): Use 
active-minibuffer-window.
       new  4964acb59a * helm.el (helm--update-header-line): Give color to 
cursor.
       new  55cef34149 Avoid error when helm-pattern is empty in 
helm--update-header-line.
       new  bac056790a Rename helm--update-header-line to helm--set-header-line.
       new  eeea37b4f0 Use same value for header-line prompt and minibuffer.
       new  d958b8ee03 Add a space before pattern in header-line.
       new  ff7c54d395 Use now post-command-hook to update header-line.
       new  977a5b3baf Remove now helm-header-line-prompt unused.
       new  890a1b07d9 Fix issue with kill-ring and flyspell on windows.
       new  413516a1c8 Kill some empty line in helm-ring.el no code change.
       new  6e015695b7 Don't allow persistent kill of helm-current-buffer.
       new  0e25ae6140 Add helm-imenu-in-all-buffers to menu and bind it in 
helm-command-map.
       new  a943ec0915 Add a progress reporter in imenu all.
       new  9b722a761e Run helm-goto-line-before-hook in imenu action.
       new  473f15ae6e Remove timers apparently unneeded in kill-ring action.
       new  059d33045f Use left-fringe for leading space in header-line 
(#1064).  Thanks Michael.
       new  74b9b4a540 Bind actions to keys in elisp packages.
       new  9708b124d1 Don't hardcode TEMP env var in emacs-helm.sh.
       new  d8e4e8a85c * emacs-helm.sh: Add comment.
       new  d2ae934395 Oops forget to update version in helm-pkg.el.
       new  2ac73e16ba Fix keymap issue.
       new  4a4b55acc9 Change source name for imenu in all buffers.
       new  94300a3bb8 Add a hook that allow setting up minibuf when 
header-line is used (#1064).
       new  b1c307068f Rename hook for minibuffer and allow running with no 
conditions (#1064).
       new  4f1c9a6f78 Fix docstring of helm-minibuffer-set-up-hook.
       new  92bc39d0e6 Disable helm-echo-input-in-header-line in 
helm-eval-expression.
       new  5025a84298 Allow using helm-echo-input-in-header-line as local var 
(#1064).
       new  079532215c Only docstring changes, no code change.
       new  619aafefc6 Simplify helm--set-header-line.
       new  f08ef63f4e simplify input-in-header code; handle input longer than 
one line
       new  a36828e515 fixes #1077: helm-global-mark-ring: error with marks at 
empty lines
       new  0875daff9b Merge pull request #1078 from michael-heerdegen/fix-1077
       new  8d54290d41 Merge branch 'exp-michael' of 
https://github.com/michael-heerdegen/helm into michael-heerdegen-exp-michael
       new  6f7fb0c617 Merge branch 'master' of github.com:emacs-helm/helm
       new  ecc41e238c Fix comments in helm--set-header-line, no code change.
       new  762041eb8b Add helm logo to readme (#1070).
       new  a1dd4ffe2a Remove unsused bindings in helm-find-files-map.
       new  9d62023cfe Add helm-mode-fuzzy-match.
       new  bf47576bca Merge pull request #1079 from bling/master
       new  fe1fb8c7e7 Keep using a prompt even with truncated line in 
header-line (#1064).
       new  ab60ba6c23 Don't let minibuffer growing when using header-line.
       new  fcc7c5e2a5 Clean long lines, comment, and align let in last 
changes.  No code changes.
       new  f3b26da849 Bind resize-mini-windows in helm-read-pattern-maybe.
       new  3905c2e9dd regexp-quote preselection in read-file-name.
       new  3313c79715 Merge branch 'exp' into header-line
       new  1cebaf4392 require helm-utils for helm-org.el
       new  199b9feb39 Merge pull request #1081 from dfeich/helm-org-utils-fix
       new  a36ad623df Merge branch 'exp' into header-line
       new  57acdfa6b9 A new version of helm--set-header-line that show a sign 
when no prompt (#1064).
       new  b697a8e2e4 Use a new face in helm--set-header-line (#1064).
       new  fb09b90b57 Merge pull request #1080 from emacs-helm/header-line
       new  6a7f8c9083 Return a directory ending with slash in 
read-directory-name (#1083).
       new  b3299a3886 Fix compatibility with emacs-24.3 (#1076).
       new  ac30bd705f Be sure advices, hooks, and local modes keep running 
after helm-nest.
       new  8e7e8204a8 Move helm--prompt in internal vars section.
       new  cf1cc4519f Fix preselection in helm-find-files quick delete.
       new  0292cc7fc2 Restore mode-line when restoring from a nested session.
       new  0f45a55626 Fix switching to buffers in imenu.
       new  dfd85f5de1 Move faces from helm group to helm-faces group.
       new  7363f7cbe9 Escape regex characters in `helm--prompt`
       new  30762fc421 Merge pull request #1085 from randymorris/master
       new  957f819d5a Add the function to hide minibuffer when header-line is 
in use.
       new  fd5aa830d6 Update version number.
       new  45ee499197 Improve README.
       new  6f6f37b783 * README.md: Improve.
       new  f08f1d497e Fix docstring.
       new  2bef00d665 * README.md: Update.
       new  b0dfbe9d81 Fix listing of preconfigured helm cmds.
       new  09a00d3b00 Merge branch 'exp' of github.com:emacs-helm/helm into exp
       new  50dde5bd9e Simplify helm-cmd--get-preconfigured-commands.
       new  571572773e Allow using list of symbols with fuzzy.
       new  d3af39ee5a Allow uninstalling package even if upgradable.
       new  f07e624e58 Cleanup helm bookmark.
       new  6058ee8c4d Ensure candidate is a string in grep filter.
       new  8e11e37bd1 Add comments to bookmarks.
       new  8c6193492e * README.md: Add table of contents.
       new  ad46d560c2 * README.md: Improve.
       new  488c93de3a * README.md: Add comment on lisp example.
       new  408c7c1d64 Fix display of actions.
       new  3548445d56 Don't auto expand directory when switching to actions.
       new  af12dcac06 Allow specifying action as a symbol variable.
       new  f71ce5ef5b Allow customizing actions in helm-find-files.
       new  9a1de37fe8 Allow customizing actions in all types.
       new  352aa4ab9e Add new file and fix actions from types.
       new  21ba445f0c Fix docstring of helm-attr.
       new  f444feba94 Allow customizing moccur actions.
       new  277a8d1f4c Add actions customizable for addressbook bookmarks.
       new  3dc278d442 Move many functions to helm-lib.el
       new  a1feb07f8a Require helm-lib before helm-source.
       new  72c8d68096 Use helm-source to build apt source and allow 
customizing actions.
       new  dedf934ebe * helm-apt.el: require helm-help.
       new  7864239e09 Move functions from helm-utils to helm-lib.
       new  ead60dbd22 * helm.el: remove last dependencie to helm-utils.
       new  3711e6dd54 Move helm-file-expand-wildcards to helm-lib.
       new  9bad864c74 Move helm-file-globstar to helm-lib.
       new  2ae3430506 Move helm-file-completion-source-p to helm.el.
       new  8af3171465 Reorder helm-lib and move code from helm-help.
       new  cdab783494 * helm-source.el: Declare vars (will be needed later).
       new  6cd108fb2d Move types from helm-source.el to helm-types.el
       new  36014ae5e4 Move build type fns to helm-types.
       new  3faccbde0c * helm-types.el: Add separator, no code change.
       new  5bb73dec7c Allow retrieving last directories visited by 
helm-find-files-up-one-level (#1090).
       new  d4e6442c83 * helm-locate.el: require helm-types
       new  8d6c599c4e Reset tree also in helm-after-persistent-action-hook 
(#1090).
       new  a27b7fbd8f Merge pull request #1091 from bsuh/fix-missing-dependency
       new  5415ab3204 Merge branch 'master' into exp
       new  d9593bf637 Rewrite timezone.
       new  68b5cd14fc Document new feature C-r in helm-find-files (#1090).
       new  7c691b7fde Prevent running helm-find-files-down-last-level outside 
of context (#1090).
       new  082b2429e9 Bind gid in generic file map and update doc.
       new  247aa8d49d * helm.el (helm-candidates-in-buffer): Update doctring, 
no code change.
       new  b067c1b649 Rewrite some sources with helm-source, use action vars 
when available.
       new  fc5234bad8 Prepare pkg file for separation of packages.
       new  45671eb757 Declare function and var from time.el.
       new  3587d24eb0 * helm.el: Move type attributes functions in own section.
       new  6b247420a6 * README.md: Update about helm-core.
       new  e6d2ead8b1 * README.md: Update table of contents.
       new  e70bc6c4ad * helm-core-pkg.el: Update description.
       new  6c7dc1b639 Define keymap also locally in moccur.
       new  f8abd09d8d Fix action titles in apt.
       new  8eef813698 Require cl-lib.
       new  c18b21a403 Update FAQ.
       new  b13137c5f2 Fix upgrade all action in package manager.
       new  51d796c975 Fix previous commit.
       new  b73d604498 Require cl-lib and eieio.
       new  333a01957f Fix compatibility with emacs-24.3 (push-mark).
       new  3e1619b305 Generalize usage of C-h m everywhere.
       new  b95e5b0493 Remove most mode-line strings to use generic one.
       new  95d23ea300 Minor change, add separator.
       new  3400002494 Remove old help command from all maps affected.
       new  63726a8c15 Update wiki.
       new  5ce43dd6c3 Move helm-helm and helm-help-message to helm-lib.
       new  4092cafe59 Add autoload cookie.
       new  787e66f817 Require helm-help in several places.
       new  bf803de5ae Add help message to gid.
       new  a20fb45d5e Remove old help command entries in doc.
       new  9303e6a91f Fix previous commit, remove the remaining help string 
commands.
       new  93265e83ea Add a notification about local help when not source is 
not ready.
       new  d0959ffe18 Update version to 1.7.5
       new  4640dd8950 Fix usage of multi-query-replace-map in query-replace 
(#832).
       new  395c50cfeb Simplify query-replace (#832).
       new  cfda848cd2 Move helm-help and helm-help-message to helm.el.
       new  658673c8d2 RET in helm-find-files now expand directory and RET RET 
open in dired.
       new  cdc0da894f Fix previous commit, don't bind RET by default.
       new  91737c93a2 Revert completely last changes.
       new  e1cd1ee3be helm-ff auto update expands to directory although the 
match is not unique (#1099).
       new  5d4205a4b9 Reorganize code in helm-ff-update-when-only-one-matched 
(#1099).
       new  b341cbee85 Don't go to next-line in hff history (#1099).
       new  e6956c5e58 Update doc of helm-find-files.
       new  8ea9062939 Fix helm-ff-update-when-only-one-matched when deleting 
backward (#1099).
       new  97be19476e Ensure helm-next-line run always in a file comp based 
source (#1099).
       new  79072fd1e9 Remove file in current directory from 
helm--file-completion-sources.
       new  1a3241862f add option helm-grep-save-buffer-name-no-confirm
       new  8c6f88273f Merge pull request #1102 from jixiuf/master
       new  804179c6bb Update helm-help key binding in wiki.
       new  00d7ca9a53 * helm-grep.el: Reindent from previous commit, no code 
change.
       new  d201205d37 Fix large elisp code block for syntax highlighting in 
wiki.
       new  27b5a0d298 Merge pull request #1103 from xuchunyang/master
       new  726b7c1357 Remove Home.mdpp now helm.wiki is editable by users.
       new  217e676153 Remove unneeded call to ignore.
       new  bc2c314c0d Show packages upgradables on startup if some.
       new  d3edcbf861 Delete now unneeded .gif file.
       new  2942cbe5e4 helm-register-candidates should not return a string 
(#1107).
       new  b0fa1a3bff Fix tramp error in helm-find-files.
       new  c8d9309751 Fix previous commit with expansion of single directory.
       new  3ed5f3be7c Add one comment, no code change.
       new  2840f31a7f Revert previous changes related to issue #1099 and 
restart from here 1.7.5.
       new  9c5ee7b944 Fix comment (#1099).
       new  8bf654d333 Fix auto expansion of single dir (#1099).
       new  a1ea2ab505 Ensure action buffer use helm-map.
       new  5810af438d Don't enable default as input when input is given 
(#1112).
       new  7647ab8eb5 Fix initial-input in read-file-name.
       new  0778a10081 Quote preselection in generic function (read-file-name).
       new  0b6381fb0e Remove preselect from generic fn.
       new  1efd5e8d2b Ensure helm-core is in load-path (#1114).
       new  0c98356002 Check in elm of extended-command-history is non-nil 
(#1114).
       new  8121644983 Get rid of grep.
       new  576cc21f38 Fix cycling in sources when last source is dummy and 
empty (#1117).
       new  79e5249fe2 Don't hardcode C-l in *find-files doc header (#1120).
       new  241ec5fbb9 small improvements to `helm-substring-by-width'
       new  faa6ea73e5 Fix header in helm-read-file-name.
       new  60a1fd5db8 Fix previous commit.
       new  0cd6f119a5 Fix helm-substring-by-width.
       new  d2ba6a8d53 Don't expand symlinked dirs to their truename (#1121).
       new  ee6d013ea8 Fix unknow candidate with fuzzy and upcase candidates.
       new  0a8235f831 Sort generic completion (#1122).
       new  094bbe642c Allow expanding to true directory name with a prefix arg.
       new  8885857660 Improve helm-find-files help.
       new  1676ea1530 Don't hard code endstr in truncated buffers (#1113).
       new  90531695e8 Disable sorting in helm-mode (#1123).
       new  ea91899001 * helm-mode.el: Remove also the sort function.
       new  9cc2cb46cf Fix docstring in helm-mode.
       new  3655beb65e * helm-mode.el (helm-comp-read): Fix doctring.
       new  b7ed6b2ccb Sort ucs-names.
       new  c302c0a159 Add messages in sexp and calculation (#1110)
       new  aeba45e2ed Add also an action to copy calcul to kill-ring (#1110).
       new  cc28ae32c3 Highlight dotted/symlink directory in helm-find-files 
(#1121).
       new  f067bcbd34 Handle a mode-map being nil.
       new  421e921538 Rename variable for clarity
       new  31c520bffe Merge pull request #1125 from 
Wilfred/activate_helm_llvm_mode
       new  e72e0b79d5 make calculation message include result (#1110)
       new  e4041addc4 Improve helm-generic-sort-fn.
       new  04f9e4eac5 Merge branch 'master' of github.com:emacs-helm/helm
       new  3954168e60 Message available upgrades when updating packages.
       new  ab1cc1c186 Fix message about upgrades in packages.
       new  3794091b86 Fix setting of collection in helm-mode.
       new  02f5b040ad Handle case-fold-search in exact match (#1122).
       new  0bb947dbdf Fix item-count in candidates in buffer.
       new  20830f1c0a Add comment in helm-comp-read.
       new  87b66eba96 Update packages versions.
       new  722cfa911c Remove hooks in post-command-hook from helm-cleanup 
(#1126).
       new  07935e17f0 Improve the use of helm-quit-and-execute-action (#1084).
       new  2c4cc7123b Remove the catch in helm-internal.
       new  b673e837b9 Don't share grep history with occur.
       new  218d8fe6f9 Merge branch 'execute-actions'
       new  af6416bead Allow turning on debug and switching to debug buffer 
from helm.
       new  f5cbba6a63 Change default value of 
helm-buffers-end-truncated-string.
       new  485244c1cc Fix help message.
       new  d0236e3e77 Now helm-match-plugin is required in helm.
       new  bc6885f0e3 Reset saved action and selection in resume.
       new  1c0a711ea4 Require helm-lib before match-plugin.
       new  126185c860 Move deprecated mp compile function to helm.
       new  a72c6e3f6c Fix warnings in helm-source compilation.
       new  a2010a6925 Don't use eval-when-compile.
       new  eb0f750661 Shutup byte compiler in helm-source.
       new  9f91845fb8 Declare helm-autoresize-mode on top.
       new  fe9ed5bb9a Allow customizing candidate-number-limit in 
helm-find-files (#1129).
       new  dcee032f96 Add also a candidate-number-limit key in helm-comp-read 
for consistency (#1129).
       new  922f1ea27e Fix evaluation of candidate-number-limit as a symbol 
(#1129).
       new  f50e974e32 Allow customizing which part of tag to match against 
(#1130).
       new  03c1f1ae68 Get rid of timer in helm-run-after-quit.
       new  e600d43bea Rename helm-run-after-quit and 
helm-quit-and-execute-action.
       new  fc1d93235d Make imenu cmds consistent with semantic.
       new  3006d6f231 Move helm-exit-and-execute-action to helm.
       new  9308ee6b26 Move back aliases in helm to avoid breaking other 
packages using helm-core.
       new  7061e2e90d Fix execution of query-replace functions for files.
       new  bdb6fd2426 Fix docstring of 2 functions in helm.el.
       new  7f32391b43 Move aliases after definition of functions in helm.el.
       new  1e7925c701 Shutup byte compiler about ad-deactivate.
       new  959dfbffd7 Update readme.
       new  325b7ed8de Simplify url query - drop yahoo suggest.
       new  db1e0059af Fix wikipedia url.
       new  09be39722f Rename helm-google-suggest-use-curl-p and make it 
obsolete.
       new  e4ffc06335 Fix trailing white space.
       new  0e3e2ef186 Don't use default parser in helm-net--url-retrieve-sync.
       new  28882f5e45 Allow customization of google actions, use helm-source.
       new  b26db373b0 Rename helm-match-plugin.el to helm-multi-match.el.
       new  d0786c1136 Fix group name.
       new  9fe4eeeb5e Replace remaining occurences of match-plugin.
       new  f1a7b73651 Update versions numbers.
       new  875f0a2396 Fix helm--set-header-line with small windows.
       new  7ee4a43209 Shutup byte compiler when installing from melpa.
       new  ad95997b9a Improve usability of helm-ucs (#1137, #1138).
       new  feb3983a26 Update ucs help.
       new  7a5aded3ec Improve help about elisp packages.
       new  d4b923b581 Make helm-force-update non-interactive.
       new  5a6804e104 Allow toggling truncate-lines value (#1136).
       new  e8835ee0ed Fix imenu when cursor is already on candidate (#1134).
       new  7d16e92743 Fix helm-imenu preselection and default and exec at once 
for delayed sources.
       new  430f817aca Fix header-line length (#1139).
       new  e6ced64e5f Fix header-line (#1139).
       new  50ccb57531 Introduce helm grep with AG.
       new  c82a02e9b5 Add the interactive command for AG.
       new  88f7a38628 Use helm-grep-map in AG and start fixing revert buffer.
       new  c401099898 Bind AG in menu and global map.
       new  a9f9cf2d71 Fix ansi sequences in AG (emacs bug).
       new  c4ede707fd Make AG command configurable.
       new  71eae1b995 Add comment, no code change.
       new  652b5c354e Revert fix for ansi-color-regexp.
       new  8950dfefde Fix docstring of AG cmd while ansi is broken.
       new  4f1a6d7484 Fix ansi-color-apply by advising it for helm-ag.
       new  9864ab3ab1 Add also ansi-color-drop-regexp to 
helm--ansi-color-apply.
       new  922474d4f1 Create an init function for AG and a source var.
       new  86b9a180b1 Fix doctring in helm--ansi-color-apply.
       new  2ac2e41fd5 Fix docstring of helm-grep-ag-command.
       new  2d351f0b52 Don't recompute already filtered candidate in helm grep 
filter.
       new  a7a6cae1f4 Add help string for helm ag.
       new  f7c22d5f1b Remove redundant info in grep source header.
       new  2792ab6237 Move helm-source-grep-ag definition.
       new  f150f17f6f Allow seeing all hidden buffers in buffer list.
       new  976082ffa2 Get rid of ansi-color-apply by providing own helm 
version.
       new  590ab26c3d Shutup byte compiler that will probably popup about new 
ansi fns.
       new  69b909c97d Fix typo for autoresize
       new  b9dc119db5 Merge pull request #1147 from ralesi/patch-1
       new  c7ded69bc7 AG: rebuild the source at each call like helm grep.
       new  78bf80669f Reset helm-ff-default-directory.
       new  71f4208bcf Fix action title in helm-type-file-actions.
       new  a84071bf3a AG: Show directory in source header.
       new  4df151b0e2 Add support for PT.
       new  ca86e24955 Update readme.
       new  555db179c8 Update helm-grep-default-command about GREP_COLORS.
       new  09c112f693 Fix docstring in helm locate.
       new  a595094c99 New, allow browsing a list projects recursively (#1148).
       new  be117e621a Fix buffer name in helm grep ag.
       new  80460c5ce5 Better handling of errors in helm-projects-find-files.
       new  34e5a077ad Fix pdfgrep highlighting.
       new  895589b2b1 Use ansi by default in all grep commands.
       new  f91e4158a2 Fix typo in help message.
       new  68403a8652 Bind helm-documentation in helm-command-map (#1141).
       new  7fd7916e02 Add also helm-documenation to menu (#1141)
       new  02b381d728 Update version number.
       new  bc071f3173 Allow customizing actions in helm-show-kill-ring.
       new  bf6ffe56d0 Merge pull request #1150 from xuchunyang/master
       new  63bc575b9c Ensure quitting helm-mode when using 
helm-kill-selection-and-quit.
       new  35073f2840 Fix helm-grep documentation.
       new  5327750521 Fix typo.
       new  089471848b Trimmed Tips and Commands headings and cleaned up most 
newlines
       new  7684681fd9 Add a trailing newline when generating each section in 
helm-documentation
       new  9e8001b78d Add grep keymap in source.
       new  f2d5f2903b Fix grep sentinel.
       new  bb580d66a6 Merge branch 'help-cleanup' of 
https://github.com/hmelman/helm into hmelman-help-cleanup
       new  69545341b6 Fix default-directory in helm-dired-action for async 
operations.
       new  1f7efcbedf Add comments to helm-dired-action.
       new  77350abb2d Fix default-directory for helm-dired-action when used 
outside hff.
       new  eb6ebdc66c Use org-mode in embeded help instead of outline (#1152).
       new  a4e7cf3289 local change of outline to org-mode for help
       new  5b82d47082 More help message cleanup
       new  35d1279c14 Merge pull request #1154 from hmelman/helm-help
       new  610fbc115d transform helm-help-message in string instead of lambda, 
fix typo.
       new  05f69f6562 Fix paren error in helm-help-message.
       new  9073e9d10a Remove one tab in helm-help-message.
       new  082354c778 Change embedded TABs to \t\t in help messages
       new  bd7009f698 Merge branch 'helm-help' into hmelman-helm-help
       new  e78aeffa0a Fix last merge.
       new  81eda02ab7 Show also non-files buffers in browse project.
       new  012cea88ec AG versions > 19.2 don't support nil value for 
process-connection-type (#1160).
       new  d249edef7f Fix bug of async renaming files from an invalid buffer.
       new  3e931ec95e Use helm-symbol-name in helm-mode.
       new  fb4d428167 Fix invalid buffer in searching from inside (#1162).
       new  492e993396 Prevent persistent action in ff bookmarks.
       new  fecddafc07 Fix docstring of helm--completion-in-region.
       new  651530f98b New browse url fn to detach firefox from emacs.
       new  924e7f6173 Remove new firefox fn from default as it may not work on 
Windows.
       new  6eb312b4ad No need to use browse-url-encode-url in 
helm-browse-url-firefox.
       new  64072f0fac Fix jumping to candidates in etags (#1164).
       new  524fc7ed53 Use now helm-grep-split-line, (#1164).
       new  c224cbf79c Fix symbol at point to give to default arg (#1164).
       new  767de6cadf Add comments in helm-tags no code change (#1164).
       new  6e496e0697 Merge pull request #1166 from emacs-helm/fix_etags
       new  5bc60f2c76 Fix helm-goto-next-or-prec-file for etags.
       new  134b3753e5 Fix paren error.
       new  70b5b21519 Fix comment about how to enable helm completion in 
eshell.
       new  bbb686416e Send a message when killing marked buffers.
       new  1de4f3231b Fix jumping to "~" in hff (#1169).
       new  a174daf583 Add a display string on marked candidates.
       new  6796bb34ca Improve refresh message for package manager.
       new  0761277dde Remove display string in marked cands for now.
       new  326c939b09 Remove unused face helm-grep-running.
       new  6c06838ffb Fix infinite loop in helm-browse-project.
       new  b909739e05 Fix helm-fuzzy-matching-highlight-fn not called.
       new  2501b6f958 Merge pull request #1172 from 
bsuh/fix-helm-fuzzy-matching-highlight-fn
       new  37b743c7e3 First attempt to enable migemo, work only when migemo is 
loaded for now.
       new  3ea907c51f Rename functions.
       new  849dbe84ea Remove unneeded let binding in 
helm-source-mm-get-search-or-match-fns.
       new  0905d45e36 Ensure migemo don't kick in when not available.
       new  621c56b123 Make helm-mm--previous-migemo-info local.
       new  5e6f001c6d Fix browse project buffers list when coming from 
helm-quit-and-find-file.
       new  d19b73db9e Fix browse project buffers list when coming from 
helm-quit-and-find-file.
       new  60c7414abb New mode helm-migemo-mode.
       new  76e72fc7e2 Capitalize lighter in migemo-mode.
       new  e54ac68f84 Fix typo.
       new  99a11fc360 Allow use of migemo only in sync and in-buffer classes.
       new  e713cd1e60 Delete trailing white spaces.
       new  b56771e088 Merge pull request #1174 from emacs-helm/migemo
       new  a9a053a64a Fix docstring of migemo slot.
       new  85946e0f09 Ensure test is not read-only in highlight matches fns 
(#1176).
       new  bb47d3dd04 Remove forgotten line in helm-insert-match (#1176).
       new  f70cf7323e helm-select-xfont: Preview font without timer
       new  5a43477c6f Merge pull request #1181 from 
alphapapa/preview-font-without-timer
       new  0dde6e8c04 Declare helm-previous-font, untabify (#1181).
       new  ee65a4e111 Fix migemo for non-matchplugin source (#1175).
       new  c1d6baeb81 Fix migemo slot docstring.
       new  f2f93f2d58 Add migemo support for helm-find-files (#1175)
       new  4826fb7729 Improve helm-bookmark-filter-setup-alist.
       new  3d20b06089 Add migemo for bookmarks, fix match-part for migemo 
(#1175).
       new  ed4bbc9b6d Fix typo.
       new  84f27e0af9 Fix match-part negation for fuzzy and migemo (#1175).
       new  0af7e22283 Allow matching pattern regex+migemo regex (#1175).
       new  e0c2f4948a Fix migemo for buffers over others filters (#1175).
       new  8e0b3fff9b Fix regexp matching in migemo search fn (#1175), thanks 
momomo5717.
       new  b39633447a Add migemo to file-name history (#1175).
       new  f30d9ff5c6 Fix typo (#1175).
       new  179a73aa95 Simplify in helm-ff--transform-pattern-for-completion.
       new  84a48ede9b Don't enter space in hff for migemo (#1175).
       new  c8a6205a13 Add migemo slot to files in current dir (#1175).
       new  4327c03c91 Highlight migemo matches (#1175).
       new  d89e59adad Fix higlighting in migemo (#1175).
       new  a28be189fb Fix highlighting in in-buffer methods (#1175).
       new  42410d9014 Merge pull request #1184 from emacs-helm/highlightmigemo
       new  e35a7f6a2b Rename helm-ff-smart-completion(-p).
       new  fd37516785 Update *pkg* files.
       new  3617c68760 Try to disable ffap at point for files (#870 #1178).
       new  beca60f2a6 migemo support for helm-moccur-action
       new  78d1c12c04 Merge pull request #1185 from tam17aki/exp
       new  a4c835a346 Declare migemo-forward in helm-regexp.
       new  16ccdda0e5 Require helm-lib in helm-multi-match.
       new  10676468b9 Modify helm-mm-migemo-forward (#1175).
       new  3752327fbf Allow migemo+regex in helm-buffers--match-from-inside 
(#1175).
       new  e1f8e81a4d Allow migemo+regex in helm-moccur-action (#1175 #1185).
       new  58889321b8 Allow migemo+regex in helm-moccur-action (#1175 #1185) 
from momomo5717.
       new  9659305698 Use migemo in helm-highlight-current-line (#1175).
       new  2df997bc00 Use caching in helm-mm-migemo-forward (#1175).
       new  3691ae9bcc Merge branch 'add_migemo' of 
https://github.com/momomo5717/helm into momomo5717-add_migemo
       new  b737288572 fix return value of helm-btf--usable-p
       new  605f9721e1 Fix process filter when computing large output (#1187).
       new  bb135140b9 Add comments no code change (#1187).
       new  5d0c1b3f4f Fix comment, no code change.
       new  1faf44fdc5 Fix one-by-one filter (#1187).
       new  360adb32fd Add find-alternate-file in hff.
       new  1e334afb46 Document find-alternate-file and fix unquoted 
parenthesis at bol.
       new  ac9bd3ec01 Allow migemo+regex in helm-elscreen (#1175).
       new  185c5d6dd7 Add helm-elscreen-history (#1175).
       new  3687609921 Merge pull request #1190 from momomo5717/add_migemo
       new  05c1d1a57d Fix insertion of read-only chars for in-buffer (#1176).
       new  709c244b80 Reenable read-only insertion removed by error when 
merging migemo branch (#1176).
       new  3730ef894a Add comments, no code change (#1176).
       new  69b8170db4 Fix long lines don't quote lambda's.
       new  3ee3df4e95 Unquote lambda's.
       new  7c35351a05 Quote args in AG.
       new  3c0f378cff Return empty string on invalid regexp (grep).
       new  7cf6665b86 Add helm-type-file to helm-recentf-source's superclass 
list (#1193).
       new  395bb373ee Merge pull request #1194 from xuchunyang/fix-helm-recentf
       new  385879008a Remove now unneeded slots in recentf class.
       new  a0b0e50b63 Add helm-gid-program customization option
       new  d21d5cb357 Fix typo in defining helm-mac-spotlight-source.
       new  d26d6ec0b5 Merge pull request #1196 from xuchunyang/fix-typo
       new  07fe71d207 Merge pull request #1195 from 
xuchunyang/allow-custom-gid-for-osx
       new  143fc07dde Avoid fake cursor in header-line hiding characters
       new  b82ce70a54 Merge pull request #1199 from emacs-helm/fix-1198
       new  2276067364 Fix preselection in hff.
       new  41b920a704 Add entry to hff help.
       new  7c5911e470 Move functions needed by mm to helm-lib.
       new  d070e073fe Attempt to fix empty helm-buffer (#1157).
       new  49de4c9454 Don't forget erasing helm-buffer for delayed sources 
(#1157).
       new  343d879262 Merge pull request #1200 from 
emacs-helm/empty-helm-buffer
       new  eda983e99f Erase helm-buffer earlier when sources are not 
updateable.
       new  ee81127a46 Allow customizing behavior of eshell-hist-ignoredups.
       new  6fce431be1 Forget to add helm-eshell group docstring, fix it.
       new  85cbcf8fe1 Use helm-completing-read-symbols for describe-symbol
       new  f65d1c291f Merge pull request #1201 from xuchunyang/master
       new  acf729457a Fix typo, use helm directly.
       new  bcb0017bc4 Add macro to maybe build sources and start using it.
       new  ecd03c791e Build ucs source at run time.
       new  62da5ea21c Use helm--maybe-build-source in some places.
       new  1c9f85a483 Use helm--maybe-build-source here too.
       new  b57cf95666 Use helm--maybe-build-source in moccur.
       new  ed1a6893f5 Build regexp source in command and use 
helm--maybe-build-source.
       new  dc3e531ffc Add a white-list in addition of boring buffers list 
(#1202).
       new  f4c2eba037 Reset prefix arg in M-x when moving in helm-buffer.
       new  6dd67e5038 Revert previous changes breaking build with melpa 
(#1206).
       new  4910ffdf62 Fix completing-read unable to popup in woman (#1205).
       new  544d850d41 fix "Invalid face reference: t" messages
       new  3b3664937b Fix mode-line error when no bookmarks present in buffer 
(#1207).
       new  628ff6afb1 Merge branch 'master' of github.com:emacs-helm/helm
       new  08edbe1ca9 Use helm-source for x-fonts.
       new  ced2335a1e Fix helm-locate-command docstring (#1209).
       new  c65a558eaa Add must-match-map keymap for helm-mode (#1211).
       new  4a065bb6aa (Re)fix (#910) where selection should stay on top.
       new  6813449394 Handle marked candidates in Find file other window
       new  4740cb3f77 Prevent moving to next line when renaming etc.. (#910).
       new  93897b0e44 Merge pull request #1213 from xuchunyang/issue-1212
       new  1958bc882b Show marked candidates in mode-line (#1214).
       new  4c7da0bbd9 Remove unused variable helm-M-x-input-history
       new  b257bd804f Use helm-completing-read-symbols for disassemble
       new  446895cee8 Fix small spelling error
       new  577aa55117 Merge pull request #1217 from stefaneng/patch-1
       new  a7eee276d3 Add back helm-M-x-input-history and use it
       new  4de9415554 Merge pull request #1216 from xuchunyang/trivial-fixes
       new  ebda636bcd Make file path style and truncate lines in helm grep 
configurable.
       new  1484983da4 Merge branch 'master' of 
https://github.com/etanzapinsky/helm into etanzapinsky-master
       new  94b51766db Add minor changes to previous PR #1218.
       new  5c03e6594f Untabify, no code change.
       new  7a908cdd3d Fix error in grep transformer (#1219).
       new  834263c732 Add git-grep for default-directory and hff.
       new  53e52edaa1 Update hff help.
       new  13e291b024 Ensure vc is loaded in git-grep.
       new  feeea9da57 Show number of marked for each source (#1214).
       new  a90457fcce Fix helm-marked-candidates should not return nil.
       new  f56701de6f Avoid looping twice in marked-candidates.
       new  20ca467bb6 Fix log in marked-candidates.
       new  59b9bd9ba4 save-excursion in helm-revive-visible-mark.
       new  3a3de64c03 Fix two docstrings
       new  fc244dbdf3 Merge pull request #1220 from xuchunyang/fix-docstring
       new  df30476a41 Format candidate as string for insert in 
helm-copy-to-buffer
       new  2eec56801a Prevent returning a wildcard not expanded in 
marked-candidates.
       new  bf97e787ab Merge branch 'master' of github.com:emacs-helm/helm
       new  4ebb246a87 Merge pull request #1221 from 
xuchunyang/fix-helm-copy-to-buffer
       new  f62c221652 Compute persistent-help according to 
helm-elisp-help-function (#1222)
       new  538d3a7e21 Fix previous commit, :persistent-help needs string
       new  9b2adeed03 Use same persistent fn for M-x and apropos (#1222).
       new  4d81176941 Force redisplay mode-line after toggle helm-follow-mode
       new  821ffd5d95 Merge pull request #1225 from 
xuchunyang/redisplay-mode-line-after-toggle-follow-mode
       new  b988ef404b Quick fix about error creating new file in hff (1226).
       new  72e4bc209a Merge branch 'master' into helm-elisp-persistent-help
       new  41969169e7 Add persistent help messages in apropos (#1222).
       new  f73e988a4c Merge pull request #1224 from 
emacs-helm/helm-elisp-persistent-help
       new  cb62cf0903 Customize updatedb function
       new  f95edebe4a Merge pull request #1223 from 
xuchunyang/issue-1222-persistent-action
       new  b1ba2b993e Merge pull request #1227 from igorepst/updatedb_add_args
       new  eb0dc0d653 Ensure mode/header-line is updated after preselection.
       new  a210b0d941 Update comment no code change.
       new  128e5f8c3e Fix persistent help for generic symbol completing read 
(#1222).
       new  8b9138c77e Make symbols flags more explicits in 
helm-elisp--persistent-help (#1222).
       new  4b3a1f7520 Fix persistent help for elisp show help (#1222).
       new  11c7df1af2 Ensure describe-function/var etc.. don't send message 
(#1222).
       new  2f95e9bf3c Try to fix persistent help for same symbols names for 
var and fn (#1222).
       new  e72457b01d Fix helm-elisp-show-doc-modeline missing argument 
(#1222).
       new  af263edae1 Fix issue with var and fn sharing same name in mode-line 
fn as well (#1222).
       new  df45d537a4 Make name arg optional for use in elisp completion 
(#1222).
       new  1bf56cbee5 Update help for *-read-file-name.
       new  f7ff9bc92f Ensure coerced is a string when :with-wildcard is 
misused (#1231).
       new  0c3dfa29cd Prevent setting 'header-line slot twice
       new  c44843482e Improve persistent-help when action slot is variable
       new  6d0f0ed8d4 Set persistent-help to "Do Nothing" if action is identity
       new  0e27f97310 Add delete register action to helm-register
       new  b58685362a Add customize variable action to helm-apropos
       new  acb96b9fe1 Merge pull request #1234 from 
xuchunyang/issue-1233-improve-persistent-help
       new  77246d8d8c Merge pull request #1235 from xuchunyang/add-more-actions
       new  742602e821 helm-match-from-candidates can exceed LIMIT when 
len(matchfns)>1 (#1232).
       new  06928cddf9 Don't add unneeded whitespace in mode line
       new  d85c143009 Make mode-line fixed-width
       new  0b84622ae5 Fix minibuffer-setup-hook setting in helm-mode (#1240).
       new  2f004db8c5 Remove minibuffer-completion-help from 
minibuffer-setup-hook (#1240).
       new  0779231a4f Fix persistent help message in helm-register
       new  9181534f63 Add reset variable to default value action in 
helm-apropos
       new  c88bc5c1e8 Improve line number width in helm-mark-ring
       new  c0d421f2b4 Add delete from recentf action in helm-recentf
       new  d0e60c275f Merge pull request #1242 from 
xuchunyang/some-trival-fixes
       new  ffa69a407d Add Reset Variable action only when needed in apropos
       new  4110aecd9f Merge pull request #1244 from 
xuchunyang/tweak-reset-var-to-default-action
       new  0149a9644e Fix PR #1242 that hang emacs forever.
       new  45434e2819 Fix defmethod for recentf source (#1208).
       new  bfffa29aa9 Update version number in *pkg files.
       new  123f4b630f Add helm-mm-migemo-get-pattern, 
helm-mm-migemo-search-pattern-get (#1175)
       new  416fb4c81c Merge pull request #1245 from 
momomo5717/add_check-migemo-regex
       new  0d1b67b575 Ensure only helm is enabled when package-initialize kick 
in in em.sh.
       new  ec6868957e Refactor helm-ff-goto-linum.
       new  81b2cdbe98 Fix setting of package-load-list for em.sh.
       new  08cb72dd6b Finally allow disabling ffap for urls at point.
       new  5069d13a4d Declare functions to shutup compiler.
       new  93909dcb97 Allow dups in semantic and imenu (#1250,#337).
       new  deb6089124 Fix highlighting multimatches in reverse order (#1251).
       new  659b976d23 For fuzzy matching don't come back to bob when 
highlighting matches (#1251).
       new  1679fb57d7 Explain "kill" in helm-kill-selection-and-quit
       new  9518db4e3d Allow git grepping subdirectories only (#1252).
       new  f6e6bea89b Allow also git grepping whole repo from hff (#1252).
       new  edc023fbc8 Merge pull request #1254 from xuchunyang/master
       new  f16ecf997a Make helm-kill-marked-buffers count killed buffers
       new  27a73ad478 Merge pull request #1255 from issue-dispenser/master
       new  4d4b9d63c5 Return error when trying to git-grep inside a dir not 
handled by git.
       new  8d31d968e5 Don't save buffer without asking in persistent kill 
(#1253).
       new  81742cabc5 Toggle between helm-current-buffer and selection on PA 
(#1253).
       new  4cf23f0aa0 Fallback to describe-function when no way to know what 
to use.
       new  44ad6d39db Fix persistent action for buffers (#1253).
       new  26e5b07b0d Reindent one function.
       new  84e7fc38b4 Allow toggling show file and kill buffer in locate and 
find (#1253).
       new  a51d81c08e Add a note on README about helm external packages.
       new  113b825775 Fix helm-ff-prefix-filename.
       new  89a3b6e360 Fix hff on long urls (#1226).
       new  d4321e4ab3 Fix persistent action toggling for buffers (#1253).
       new  4914a377d0 Merge branch 'master' of github.com:emacs-helm/helm
       new  edde43b21e Remove comment, no code-change.
       new  4f61350930 Fix helm--compute-marked with wildcard.
       new  70d596559e Rename helm--url-p.
       new  b9aa4b8221 Update helm-ff-kill-buffer-fname
       new  67310fc053 Merge pull request #1261 from issue-dispenser/master
       new  5d19ff5164 Notify user when trying to kill helm-current-buffer in 
hff.
       new  ee5a6eceba Make "file name at point" the default input for 
helm-locate
       new  a9082b101f Make helm-org-heading-refile behavior closer to the 
original org-refile command
       new  f69c14b39b Remove allow-dups from semantic and imenu (#1250).
       new  b6709773f2 Drop persistent kill from prefix arg in persistent 
action for buffers (#1253).
       new  e1970eedc5 Fix filter in timer sources (#1260).
       new  32f5ace5c7 Add comment, no code change.
       new  715984d2ce Merge pull request #1258 from Konubinix/master
       new  bb3c1ef039 Shutup byte compiler about org-agenda-switch-to.
       new  5befa3c626 Merge pull request #1263 from YorkZ/york
       new  61ec88a637 New hook helm-after-preselection-hook.
       new  3e84cab45e Use display-buffer, not pop-to-buffer, to display 
helm-buffer
       new  f97ea4154d Execute default action on nth candidate before and after 
selection (#1257).
       new  0e728fe0f9 Update mode-line when marking similars buffers.
       new  bc82fbfd6a Update help.
       new  40279b041c helm-org.el: Add helm-org-parent-headings, etc.
       new  7fbb98b165 Merge pull request #1268 from 
alphapapa/org-parent-headings
       new  d162fa3eb4 helm-org.el: Minor cleanup
       new  de42a6d2c7 Merge pull request #1271 from 
alphapapa/org-parent-headings-cleanup
       new  97e8ffaed3 Update versions number in *pkg.el files.
       new  f97fea98e6 Save excursion when inserting space in eshell (#1273).
       new  31fdb6dfc0 Revert previous commit (#1273).
       new  752557ad87 Fix deletion of extra space inserted (#1273).
       new  fe0c55aecc Merge pull request #1275 from 
emacs-helm/eshell_space_insertion
       new  fb50f96aad Require helm-files in helm-locate (#1278).
       new  d45860fb69 Remove last char only when it is a space (#1273).
       new  e1f3642a4e Rebind helm-unmark-all to M-U.
       new  013ee11b69 Remove *do-grep* and *multi-occur commands.
       new  bd473e0074 Remove deprecated type-attributes definitions.
       new  4ed3a6c344 Delete obsolete aliases definitions.
       new  26a33bcecf Move helm-quote-whitespace to helm-lib and modify some 
requires accordingly.
       new  01e42e093a Remove require helm-aliases (#1281).
       new  404d6f67e3 Shutup byte compiler on melpa install in helm-eshell.el.
       new  352b3138b9 Fix helm-mm-matching-method set to multi3p on filename 
completion (#1283).
       new  f31b2dcbd5 Fix docstring of helm-mm-matching-method (#1283).
       new  f1519ad9d7 Remove unused variable.
       new  10d2def16e Add kill-new action to kill-ring (#1286).
       new  490c37077f Revert previous change as it is already available from 
C-c C-k (#1283).
       new  aab789a026 Run helm-move-selection-after-hook in *grep-next-file.
       new  bdeb6ea84f helm-get-org-candidates-in-file: Widen buffer
       new  631c9e81c6 Merge pull request #1289 from 
alphapapa/org-headings-widen-first
       new  a2120b23c6 Fix next/previous-line with prefix arg (#1288).
       new  dab007fa97 Merge branch 'master' of github.com:emacs-helm/helm
       new  967b37203d Keep fixing nex/previous-line with more than one source 
(#1288).
       new  8ef85e58e0 Fix helm--follow-action
       new  b99615090e Merge pull request #1290 from issue-dispenser/master
       new  3e2e519e71 Comply with `confirm-nonexistent-file-or-buffer` 
variable.
       new  303a3a6a51 Calculate window-width in the right buffer (#1294).
       new  0821d0b238 Jump to line number even if ffap-guesser expands filename
       new  3d92a6d0da Remove unused fname-at-point
       new  10d8e80990 Fix additional space suffix in 
`helm--completion-in-region`
       new  391aac6719 Merge pull request #1297 from 
markus1189/helm--completion-in-region
       new  73bee9415e Merge branch 'master' of github.com:emacs-helm/helm
       new  3acc02e713 Merge branch ffap-expand-and-jump-to-lineno.
       new  9a14d8fde2 Merge pull request #1293 from 
halbtuerke/#1292-disable-confirmation-of-diretory-creation-with-helm-find-files
       new  9e29474d7f Revert changes in helm.org.el.
       new  ec00a42a50 Revert changes in helm.org.el (#1294).
       new  5cfa728344 Refactor helm-org, unquote lambda's, etc... (#1294).
       new  c4bcfa5ee4 Keep refactoring helm-org (#1294).
       new  62f93148fa Fix org entries in easy-menu (#1294).
       new  d6c8b7c86c Simplify, remove one lambda (#1294).
       new  86db1fe445 Compute org candidates in the transormer when 
helm-window is available (#1294).
       new  9f9eedf3dd Merge branch 'refactor_org'
       new  d5840eea6f Remove one more lambda in 
helm-org--get-candidates-in-file (#1294).
       new  76111339c0 Keep refactoring helm-org (#1294).
       new  9bce52a4b3 Fix matching truncated lines (#1294).
       new  e42e3ed654 Be safe with properties in helm org (#1294).
       new  0cbd2be6a4 Remove null candidates in helm-org-get-candidates 
(#1294).
       new  79597ef405 Use or in helm-org-get-candidates (#1294).
       new  165f56c7c1 Fix org-get-outline-path call (#1294).
       new  cca4e08ecf Avoid using backquote in org templates (#1294).
       new  97a98b1ab8 Don't compute twice the same thing in helm org (#1294).
       new  1d2305aa03 Fix default in imenu.
       new  c70a397429 No need to backquote lambda in helm-org (#1294).
       new  5545fc8977 Reorder code in helm-org, no code change.
       new  db86d98e47 Make more configurable helm org display.
       new  785d3c0bd1 Add two new user vars in helm-org.
       new  a0e52f4272 Remove unneeded cl-defun in helm-org.
       new  a265f7fb2c Merge pull request #1300 from emacs-helm/helm_org_cleanup
       new  864f72f923 Remove unneeded preselection in helm-org-parent-headings.
       new  fe96a398aa Update version number in pkg files.
       new  e6fbd80f9f Tweak "Edit and eval" action of 
helm-complex-command-history
       new  068f16986b Fix docstring of helm-org-show-filename (#1300).
       new  86967290b9 Fix error in helm-highlight-current-line
       new  1dead36cd6 fix error in helm-search-match-part
       new  3099dd20e1 Merge pull request #1309 from cosmicexplorer/master
       new  e17030a9f1 Use consistent pretty major name
       new  1cbaee6125 Merge pull request #1311 from xuchunyang/master
       new  86882bf21a Position point at the beginning of the headline
       new  6e0bfc62b4 Merge pull request #1312 from jagrg/point_pos
       new  c8c2f96439 Show body of heading in helm-org-goto-marker.
       new  a4b07b9d7b Fix regexp in helm-org-goto-marker.
       new  0278d3cdd9 Fix preselection with dired commands (#910).
       new  9a1e66cb71 Allow customization of truncate-lines in several places.
       new  74a32f5302 Improve highlight matches.
       new  73b167f91c Allow enabling fuzzy matching in etags (#1303).
       new  3095396ccf Bind before/after-init-hook to a symbol (#1310)
       new  3f39d8bc92 Revert previous commit (#1310).
       new  6380c0b5b5 Add commands to `helm-apropos` for faces (#1318)
       new  fe7e004f06 Check if wildcard is not a real file (#1319).
       new  f59abd7077 Merge pull request #1320 from xiongtx/helm-apropos-faces
       new  43207f7cf1 Fix again local source after and before init hooks 
(#1310).
       new  c17b857457 Merge branch 'master' of github.com:emacs-helm/helm
       new  f004963877 Use defun in helm--run-init-hooks.
       new  b71fb9c38e Add comment no code change.
       new  9de90167f9 Fix helm-reduce-file-name on windows (#1325).
       new  d2289cd59d helm-locate: prefer --regex over -r on Gnu/Linux
       new  55d2c1f33a New function helm-file-name-sans-extension.
       new  ad4e87be83 Calculate all info indexes available for 
helm-default-info-index-list (#1324).
       new  d0d18c33ff Add `helm-info` for Info file to search (#1324).
       new  f2fe275160 Merge pull request #1326 from xiongtx/better-info
       new  d415b27c4a Fix compile error in previous PR by reordering (#1324) 
(#1326).
       new  bf66ed94ff Don't add find file at line number action in dired 
(#1327).
       new  021bbad833 Allow setting a default height size of helm-window on 
startup (#1321).
       new  73251641fb Require helm-lib in helm-info.
       new  8b007c14fc Allow a function as value for 
`helm-display-buffer-default-size`.
       new  f5d40dcde9 Check existence of directory in `helm-get-info-files` 
(#1330).
       new  904b2bd315 Fix docstring no code change.
       new  7633b7a465 Add helm-only property to helm actions.
       new  a05b72c3be Keep adding helm-only prop where missing.
       new  54b83b212b Remove autoload cookie for helm-grep-mode.
       new  1de1701c73 Unhelmize find-file and M-x by default to avoid 
confusion.
       new  a1ccd7ccde Make some more functions helm-only.
       new  8154e84468 Prevent user trying to make wrong file file operations 
(#1333).
       new  f881c0a4b5 Fix error condition in helm-dired-action.
       new  7dbd9bf849 Allow using wild-card in query-replace in files 
operations.
       new  0a37283537 Fix infloop with files beginning with a dot (#1335).
       new  bbb7eae242 Fix helm-file-name-sans-extension when used on a full 
filename (#1335).
       new  7b8d7c5474 Remove match-part fn in helm-bookmark (#1334).
       new  9e5275c9fc Fix preselection in helm-bookmarks when toggling.
       new  b580b39e52 Remove also the search function which is wrong in 
helm-bookmark.
       new  a3539ec10d do it more like vanilla completion does it
       new  3adbdfa78f Add new user variable for completion-in-region (#1308).
       new  6077907f83 Add keymap and help-message to helm-type-file.
       new  a50fc2cb36 Make helm-find-files-toggle-to-bookmark read-only.
       new  ed7ca50fe6 Handle cdr of last completion; simplify
       new  d42f56e1cf Change helm-recentf-source persistent action
       new  108ef560ef Merge pull request #1337 from issue-dispenser/master
       new  b0188a028a Remove mark messages
       new  e247cc3352 Merge pull request #1338 from seanirby/add-no-message-arg
       new  04d6773fdb Use helm-aif instead of if-let.
       new  0d5e94ed0c Make two more function helm-only.
       new  00404c9443 Merge branch 'master' of github.com:emacs-helm/helm
       new  a046a6c645 Make another helm-only.
       new  e17e61830e Fix restoring marks with duplicates candidates (#1343).
       new  27fd07169d Fix bug in 'revive-visible-mark' function
       new  e1780d2e55 Rename helm-highlight-number-lines-around-point
       new  e79d7a6ff1 Merge pull request #1343 from 
seanirby/fix-revive-mark-bug
       new  603fc973db Make helm-source-org-headings-for-files versatile.
       new  36ee975ca2 Merge pull request #1345 from 
kidd/versiatile-org-headers-defcustom
       new  83c689080b Add common key bindings and cursor in help (#1347).
       new  3fd53809f1 Use forward-line for non--interactive use (#1347).
       new  a5cd821596 Clean up dependencies
       new  27a0e2dd83 Remember prompt value for helm-resume
       new  df6249235a Call interactively function moving cursor in help buffer 
(#1347).
       new  a92042a52f Merge pull request #1350 from 
seanirby/use-last-prompt-on-resume
       new  dfc38a1bd5 Merge pull request #1349 from syohex/clean-up-pkg-files
       new  a1f3d67d53 Use `completion-metadata-get` in `completion-in-region`.
       new  74527cdf91 Avoid searching in source header when restoring marks.
       new  d644e4e319 Fix restoring marks with multilines.
       new  fbbcb15acf Allow starting helm.sh from a non usual package-user-dir 
(#1353).
       new  81600ecbd8 Expand "/" to root of remote directory (#1354).
       new  db185757e5 Ensure we match two "/" at end in 
helm-substitute-in-filename (#1354).
       new  141dc9f357 Merge branch 'master' into better-completion-in-region
       new  ec9940efbb Allow also ~/ to stay on remote in hff for consistency 
(#1354).
       new  c1e8ddf0d4 Merge pull request #1356 from 
emacs-helm/expand_to_remote_root
       new  1a7a2b5667 New mode helm-popup-tip-mode (#1072).
       new  2bbaff1ac4 helm-sources-using-help-echo-popup is now a defcustom 
(#1072).
       new  069243ec53 Merge pull request #1359 from 
emacs-helm/show_buffer_file_name
       new  52ed8eca27 Declare popup-tip to shutup byte compiler.
       new  22a565dc2b Add popup dependency in emacs-helm.sh.
       new  a743929514 Notify user when exiting with code 1 in locate (#1360).
       new  41f220039c Use directly require in helm-popup-tip-mode.
       new  d6061c336c Make some more functions helm-only.
       new  589cdc2395 Make helm gid bindings more consistents with other grep 
commands.
       new  a40b4b2991 Add comments in helm--completion-in-region, no code 
changes.
       new  d6187944e9 Use also the old file completion predicates in 
completion-in-region.
       new  c8510e9474 Use predicate in completion-metadata call 
(completion-in-region).
       new  ab7edec7c7 Fix helm-locate with other sources (#1364).
       new  f02fb4bd78 Use initial input in collection in completing-read's 
(#1366).
       new  358e0d8add Refactorize helm-get-candidate-number.
       new  3af0ffb391 Add missing input argument in 
helm-comp-read-get-candidates (#1366).
       new  525afedd50 Make more commands helm-only, 
helm-delete-current-selection is no more interactive.
       new  b3eb831eee Merge pull request #1369 from 
emacs-helm/use_initial_input_in_collection
       new  0cf1d1cdf7 Don't count empty lines maybe added by popup (#1370).
       new  b992f304f7 Use helm-get-candidate-number in grep sentinels (#1370).
       new  7a43fe5fd4 Fix typo, thanks Michael (#1360).
       new  13d8447369 Reverting changes in helm-comp-read (#1366, #1371).
       new  7fbbd4d5ce Revert also partially changes in 
helm-completing-read-default-1 (#1366, #1371).
       new  86804d8866 Update help in emacs-helm.sh.
       new  7354ac45a8 Merge branch 'better-completion-in-region'
       new  a80e0b48e2 Prepare *pkg.el files for bump to 1.9.2.
       new  9b6bb7d684 Don't use the generic sort fn when fuzzy matching.
       new  16e0d8a3b4 Fix undo-tree action in registers.
       new  6085777884 Don't query user when TAGS file is modified and visiting 
a buffer (#1374).
       new  ede3573848 First shoot to align ucs chars with name at end (#1365).
       new  5d8e1f15f8 Remove bidi bindings (#1365).
       new  3a46a88ee9 Remove last references to helm-do-grep that is not 
existing anymore (#1377).
       new  a1cebfa2f6 Simplify max len calculation (#1365).
       new  9f4cb3ec47 Allow matching char at point change alignment (#1365).
       new  7c0a415375 Require helm-files in ag and git-grep to fix #1377.
       new  44c0071662 Merge branch 'master' of github.com:emacs-helm/helm
       new  806fc2b8a0 helm-org.el: Indentation fixes
       new  3ac542ffcd helm-org.el: Add indirect-buffer action, keymap, etc.
       new  93e30e0fab Merge pull request #1380 from 
alphapapa/helm-org-headings-enhancements
       new  141e773632 Optimize helm-org-get-candidates (#1379).
       new  fabc1a108f Merge branch 'master' of github.com:emacs-helm/helm
       new  583b375b5c Make helm-org--run-open-heading-in-indirect-buffer 
helm-only.
       new  aa9399cd04 Clean up comment
       new  4daf2e4761 Merge pull request #1382 from alphapapa/patch-1
       new  f0612fd35f Add a new class for org headings.
       new  a023a3c875 Fix initial input in helm-ucs (#1365).
       new  f4e4a18dec Colorize syms, add parenthesis to code (#1365).
       new  cacd170adc Fix regexp in helm-ucs-insert (#1365).
       new  f82ea89e4c Add group and face in helm-font (#1365).
       new  c66b1c4ce0 Remove spaces before name in ucs (#1365).
       new  65d7e2b246 Add a space after code in ucs (#1365).
       new  7ce48d77a6 Merge branch 'align_ucs'
       new  3dce233686 Add documentation to hook variables.
       new  85e9e3b89a Merge pull request #1387 from xiongtx/hook-documentation
       new  76cd997b19 Advice search function in org headings (#1379).
       new  1b5c84524f Merge branch 'master' of github.com:emacs-helm/helm
       new  5c4d286dcb Only font-lock header-line in helm-org (#1379).
       new  7b7b2ae572 Fontify org buffers only when no props found.
       new  deb5c61a28 Keep optimizing helm-org.
       new  91d9925150 Merge branch 'org_heading_class' into optimize_org
       new  4869e8c255 Use cl-typecase for helm--normalize-filter-sources.
       new  a07cb1e1e7 Get rid of helm--accumulate-candidates in 
helm-match-from-candidates.
       new  8c7bd7da9a Use helm-basename now it is available from helm-lib.
       new  8a1eb05fa5 Get rid of helm--accumulate-candidates in 
helm-search-from-candidate-buffer.
       new  4cd014b7c6 Remove unused helm--accumulate-candidates and related 
global vars.
       new  267e8446f9 Fix initial forward-line in 
helm-search-from-candidate-buffer.
       new  070bf87a2f Use nconc in match and search fns.
       new  74076188e1 Modify candidate before pushing it to hash when matching 
from candidates.
       new  bc81bfc0e5 Remove one comment, no code change.
       new  b1ec2d1ab4 Merge pull request #1390 from 
emacs-helm/get_rid_of_accumulate_candidates
       new  47065c594f Remove trailing newline in helm-copy-to-buffer
       new  5e0e28a622 Fix dups in helm occur, don't use volatile in helm-mode 
by default.
       new  27baadfe94 Merge branch 'get_rid_of_accumulate_candidates'
       new  8d743d2859 Simplify volatile setting in helm-comp-read.
       new  b181adf076 Reenable volatile in helm-comp-read.
       new  2f44eed488 Fix loop in helm-match-from-candidates.
       new  9941c64107 Same fix in helm-search-from-candidate-buffer.
       new  6ec4249c2d Keep fixing helm-match and search from candidates.
       new  803893dce9 Keep fixing dups in helm-match-from-candidates.
       new  ee678bb459 Fix comment in helm-match-from-candidates.
       new  69bc4ac70c Ensure helm buffer names are ephemeral (#1398, #1403).
       new  b0758c69e2 Revert last changes for now (#1398).
       new  c59386797a Keep fixing helm-match-from-candidates (#1391).
       new  538dc0e962 Add new mode for helm buffers (#1398).
       new  9c99f909f1 Fix typo.
       new  dd2db702e6 Fix docstring of helm-major-mode.
       new  8771d85539 Remove mode-name in helm-create-helm-buffer.
       new  df87fc1422 Merge pull request #1392 from xuchunyang/master
       new  d0645ffa23 Fix error in helm-el-package--transformer.
       new  38d170aeef Update guide to enable helm-esh-pcomplete
       new  96894467b4 Merge pull request #1409 from fm4d/patch-1
       new  90c5d0d39e Exit helm when copying to buffer.
       new  5c8ebc86d6 Fix ucs font for non dark backgrounds (#1411).
       new  49c9922b12 Fix helm-org-headings-class should be quoted.
       new  790133992a doc and editorial changes
       new  af2f5519d8 edits to readme.md
       new  1be02d9291 more edits for readme.md and helm.el
       new  f43d248964 Merge pull request #1413 from sjLambda/master
       new  d72d7dcd3e Kill action buffer after geting infos from it (#1412).
       new  d2597fa48a Remove usage of helm-source-in-each-line-flag.
       new  9b8197a36c Remove unused argument source from helm-insert-match.
       new  9cd6a6bc03 Fix return value of helm-execute-selection-action
       new  855119d33e Merge pull request #1416 from 
xuchunyang/fix-bug-introduced-in-1412
       new  ef1c762abf Allow disabling recentf on startup if needed.
       new  1536e8829d Use with-helm-buffer in helm-get-current-source.
       new  50c8acba4b Always show top line in helm-top and skip it.
       new  bb1070782d Avoid running the ff hooks when not needed.
       new  5c542dc9dd Add hooks in good order for hff and read fname.
       new  a3f6a17887 Fix turning on recentf.
       new  12fbccc031 Reset helm-ff-default-directory as before.
       new  9ad2602492 Fix compilation warning in helm-command.el
       new  2eb7a5c521 Merge pull request #1418 from 
xuchunyang/fix-compilation-warning
       new  1ded51d2c7 Fix copyrights.
       new  3a379fd1b4 Fix helm-grep-mode revert function for ansi.
       new  9ce4bab417 Fix pattern when saving to helm-grep-mode buffer with 
default as input.
       new  1d720f6c2e Highlight matches when reverting helm-moccur-mode buffer.
       new  2a9eb01c54 Fix previous commit, just bind helm-pattern in loop.
       new  d8bd81a8c3 Handle multi match in helm-moccur-mode revert fn.
       new  b87a481381 Fix helm-grep-mode--revert-buffer-function for git-grep.
       new  56b94e139f Even if fixed by using a pipe, ensure git-grep don't use 
a pager.
       new  8c9eed0806 Set default-directory when saving grep buffer.
       new  77fd8c884d Make a class for helm-grep (#1419).
       new  48c048b9e4 Add defcustom for grep actions.
       new  8a413a75bb Add a class for helm grep ag too (#1419).
       new  809540d4c7 Fix docstring of `helm-follow-mode` (#1419).
       new  d13c8c2d68 Make helm-only some more commands.
       new  9aecc11281 Don't pop-to-buffer from current-buffer in 
helm-grep/moccur-mode.
       new  4b7b93947f Improve informations inserted in helm-grep-mode buffer.
       new  72b5667351 Simplify helm-grep-mode--revert-buffer-function.
       new  300cb6925f Fix default-directory settings in helm-grep.
       new  9d5b085d96 Fix a copyright.
       new  211e3a82b2 Another copyright fix.
       new  902ad0f051 Fix version number in *.pkg files.
       new  abb3845f48 Fix replacing upcased strings by dowcased ones.
       new  32ef3e8336 Set case-fold-search in helm-file-expand-wildcards.
       new  43453284ec Add documentation for helm-find-files.
       new  80705c2fcb Finally use a nil value for case-fold-search in 
helm-file-expand-wildcards
       new  7a1ef1bc2a Update help accordingly.
       new  b9230fbba7 Rewrite helm-recent-push using pcase and rename it.
       new  bb4ca5c6d0 Revert partially previous commit.
       new  b637a63931 And finally fixit with pcase.
       new  635e5d5a2d Use delete in helm--recent-push.
       new  640211755e Simplify helm-fast-remove-dups.
       new  139bcb6671 Get rid of compose fns.
       new  624d78c8b5 Don't setcar when not needed in helm-funcall-with-source.
       new  2fe49485a9 Add comment to helm-funcall-with-source.  No code change.
       new  41d69b7db5 Fix helm-stringify with numbers.
       new  7ef898ddd6 Fix docstrings in some places.
       new  31800bbdfa Fix docstring of helm-process-pattern-transformer.
       new  5f40067a39 Make more explicit we are using in-buffer method with a 
function.
       new  95672f6004 Fix typo.
       new  794cb38aca Fix helm-symbol-name.
       new  cd34612f91 Use helm-build-sync-source.
       new  812aa91751 Fixing typo in use of cl-typecase.
       new  6b6957d94e Fix helm-aif docstring.
       new  036c154552 Bind default-directory in helm grep and fix call of 
deferred hook.
       new  7d9deee01d New var to control tramp-connection-min-time-diff.
       new  e91be07f86 Use start-file-process-shell-command in locate.
       new  addf928313 Revert previous commit.
       new  6bb1c1c162 Merge pull request #1426 from malisper/master
       new  20957a1b1a Fix some more cl-typecase for emacs-24.3 compat.
       new  5cd53e2de6 Fix helm docstring.
       new  7890b9f4b3 Merge branch 'master' of github.com:emacs-helm/helm
       new  8e1400db4d Fix setting helm-ff-default-directory after resuming.
       new  9f628f3569 Use source, when setting resume attr in HFF.
       new  b4c7422db2 Adapt helm-org to changes in org-mode's master
       new  39b086c706 Merge pull request #1429 from aroig/gh/fix-for-new-org
       new  ec56dcae0d Debian and Ubuntu installation instructions
       new  a8ff1036ee Merge pull request #1431 from spwhitton/apt-get
       new  e94ba592a1 Docstring helm-highlight-bookmark.
       new  becaffd0e8 Merge branch 'master' of github.com:emacs-helm/helm
       new  64467df814 Move helm-elisp-package action transformer to a function.
       new  8afe409ffd Fix re/installation of elpa version of build-in packages.
       new  46859152aa Shutup bytecompiler about package-delete args on 
emacs-24.*.
       new  3bdf6b1f54 helm-complex-command-history: make source multiline
       new  6754de3259 helm-complex-command-history: push to command-history
       new  1aeed1f355 Merge pull request #1432 from 
emacs-helm/Fix_install_build_in_packages
       new  6aef41e500 Turn off truncate line when debugging.
       new  70df2b0d07 Do not modify kill ring when switching to eshell
       new  dc73c7ee5e Merge pull request #1434 from maio/patch-1
       new  4e0c9b9bd1 Declare eshell fns.
       new  da9d51fa7f Fix toc in readme.
       new  dc88c7bff9 Optimize helm-file-human-size.
       new  c68345bc49 Fix typo in docstring.
       new  61c3192f6c Merge branch 'master' of github.com:emacs-helm/helm
       new  664fa608d7 Rewrite helm-default-kbsize.
       new  a0d812f4a6 Use pcase in helm-file-human-size.
       new  614e3d6f45 Allow starting HFF at root.
       new  7a93e3f785 Allow multi matching in grep (#1377).
       new  8ef3d47dd6 Add also multi match for ag (#1377).
       new  52a1f2c271 Handle different ack executables (#1377).
       new  70be74dbfe Shell-quote pattern in helm-grep-ag-prepare-cmd-line 
(#1377).
       new  6b86a6a7fe Reindent helm-grep--prepare-cmd-line (#1377).
       new  f3e58c3eaf Merge pull request #1438 from emacs-helm/pipe_grep
       new  f9a27d6556 helm-mode.el, helm-org.el: Improve org tag completion
       new  28dc5ea92f FIXME: Workaround for very strange problem
       new  3d7f2d63f5 Handle non-tag org completion prompts
       new  9cca05aecc Fix wrong-number-of-arguments error in PR #1439.
       new  7a607b81c0 Simplify org tags PR #1439 by removing sentinel usage.
       new  9f0f230da1 Handle multiple matches in Hgrep when highlighting is 
not ansi.
       new  a1d9cb78e0 Merge branch 'exp'
       new  ea1e5b489b Use completing-read-multiple for org tags (#1439).
       new  c4f61928d5 Fix error when helm is trying to expand minibuffer to 
full-frame.
       new  3ad84b8a7b Remove helm-org-completing-read-multiple.
       new  2acd7288df Merge pull request #1443 from emacs-helm/org_tags
       new  81863adc38 Fix again c4f6192 with helm full frame and minibuffer.
       new  30562d7dfa Bind crm-separator in org tags.
       new  b248c350aa Shutup byte compiler about crm-separator.
       new  a1715c58ab Fix display-marked-candidates with helm in one window 
(#1441).
       new  ab6b24a67b Fix with-helm-show-completion with helm popping up in 
same window.
       new  0948d843e2 Allow removing current tag if needed in org tags 
completion.
       new  ea7e75a185 Simplify helm-org-completing-read-tags.
       new  4c37ad774e Allow entering a space for multi completion in org tags.
       new  97e8f9793f Fix docstring and comment in helm-dwim-target-directory.
       new  c3ef65151f Add :actions keyword to helm-comp-read and use it in 
helm-M-x (#1448).
       new  24055bb8cd Fix paren error in helm-apropos.
       new  a2cde4eb06 Fix docstrings, no code changes.
       new  34a9961935 Document grep section.
       new  5df8962c0c Merge pull request #1449 from 
emacs-helm/helm-comp-read_actions
       new  62549026fb Finally revert c3ef651 adding actions to helm-comp-read.
       new  75b79a9f3b Add mode-line string to files buffers and bookmarks.
       new  a6b06f8329 Bind mode-line-in-non-selected-windows.
       new  6a29b520b6 Fix full-path issue with external commands (#1451 #1452).
       new  ff0cdafd0b Minor changes in helm-run-or-raise.
       new  781e82f6b3 Fix docstring of helm-get-mailcap-for-file.
       new  e25c075554 Refactorize helm-open-file-externally and friends.
       new  619efee16b Add mode-line string for addressbook-bookmark.
       new  7922a6b6b3 Wrap looking-at in condition-case (#1453).
       new  279c70bdfd Add new function to get ag types from cmd line.
       new  c0e8f82a2d Catch exit status from ag types.
       new  f536bbc71a Allow using types from ag, first shot.
       new  59aefd5f05 Use must-match in ag types and use types for ag hff 
action.
       new  7749ff5c14 Prevent user from setting :delayed to a non number value 
(#1400 #1454).
       new  d95faed00a Remove deprecated usage of delayed source (#1400 #1454).
       new  ff39b98409 Don't forget to erase buffer when no sources to compute.
       new  1e2b360521 Use src to not confuse with source arg when reading code.
       new  70e61a0198 Keep the delayed slot for backward compat.
       new  1caa01ab30 Do nothing with prefix arg when types are not provided 
with ag version.
       new  a89fcd0b68 Update docstrings for helm ag.
       new  2276e13d43 Merge pull request #1455 from emacs-helm/ag_types
       new  9f76a37160 Merge pull request #1456 from emacs-helm/remove_delayed
       new  faed62591f Remove now unneeded helm--compute-sources fn.
       new  75c2af4540 Support more than one type in ag.
       new  a6b55de229 Use adaptive in ag types.
       new  d8e7fd69db Add buffer name for ag types.
       new  37a5db81c5 Fix docstring of ag cmd and don't hardcode "ag".
       new  8ece4f92bd Remove deprecated and unused helm-locate-read-file-name.
       new  8efc0859d3 Allow setting helm-input-idle-delay locally (#1454).
       new  094c76fe49 Handle imenu markers in quit and find file.
       new  71f12c8590 Handle also multiples types for AG from hff and don't 
DRY.
       new  0f92a68cef Add docstring of helm-grep-ag.
       new  2d52cc446c Add multi match support in GID and update grep help.
       new  7aebac1ad2 Fix typo.
       new  4fedcde867 Rewrite helm-reduce-file-name.
       new  5cc2d6f5a8 Expand abbreviated filenames on hff init.
       new  79aea6d050 Update helm-help for grep.
       new  92786bba2e Update version in *pkg files.
       new  45c63333cf Add history to ucs (#1428).
       new  9722df2be9 Fix regexp in helm-buffers (#1462).
       new  217d84fabb Give a buffer name to helm ucs buffer.
       new  ca2f5bb273 Use setf slot-value everywhere.
       new  c64b5bc649 Don't append eshell-history to eshell-history-file-name 
(#1463).
       new  336612e2d6 Inherit from helm-source-in-file in 
helm-eshell-history-source.
       new  70047bfcf5 Use candidate-transformer in helm-eshell-history-source.
       new  443178ecff Use multiline in helm-eshell-history-source.
       new  635e436b9a Prevent using package async.
       new  913e6a1cae Continue fixing elisp packages for the new crap 
package.el.
       new  84d59acef7 Add comment in helm-el-package--init.
       new  9e6a73a829 Overhaul helm-fuzzy-default-highlight-match.
       new  934ca734c0 Improve match highlighting (#1464).
       new  6663b3082a Allow jumping to local dir with an url at point in hff 
(#1465).
       new  a2319bc1d1 Revert previous commit.
       new  9d1821a910 Document hff about url's at point (#1465).
       new  fd8577a222 Fix replacing match-part in 
helm-fuzzy-default-highlight-match (#1464).
       new  8985d2c630 Add a function to get pattern in 
helm-fuzzy-default-highlight-match (#1464).
       new  16029e0bca helm-fuzzy-default-highlight-match: Only leave 
match-part in buffer
       new  87188973d2 Fix matching multiples occurences of whole pattern 
(#1464)
       new  b04bb93935 Finally highlight all occurences in fuzzy matching 
(#1464).
       new  b4e419ead0 Revert to highlighting only the first matches in fuzzy 
(#1464).
       new  2f929bbaec Fix incorrect use of mapc.
       new  d444881e89 Use regexp-quote instead of rx.
       new  3d32bd5321 Fix incorrect use of assoc for helm-migemo-mode.
       new  5977be74ed Add comments, and emacs-25 reindent (#1464).
       new  ba089dec4b Match literally single chars (#1464).
       new  88829c5710 Remove fuzzy search multi-match.
       new  e5af7fa3e0 Merge pull request #1464 from 
CyberShadow/pull-20160408-205546
       new  4d06d7c7e0 merge branch 'exp'.
       new  3d033e4736 Fix match-part highlighting in 
helm-fuzzy-default-highlight-match.
       new  f440ad8650 Cache match-part of candidate.
       new  4b936a7ddb Fix storage of match-part in helm-match-from-candidates.
       new  084d77b7f9 Fix docstring and comments no code change.
       new  5488a46125 Fix loosing init face by using the deletion insertion 
method.
       new  5990d26530 Revert all changes recently done about highlighting 
matches.
       new  2c2c75de4e Fix error with etags by deleting/inserting differently.
       new  63ec21286b Fix issue #1467 (fix handling buffers with nil 
default-directory)
       new  bdb1fbe01c Fix highligting matches with whole string as display and 
a cand transformer.
       new  79830fdb51 Temporary fix infloop with etags+fuzzy.
       new  194db18e27 Merge branch 'highlight_matches' (PR #1466).
       new  99acdca5fc Revert 79830fd, seems it was a side effect of some thing 
else while testing.
       new  41927119ff Fix `helm-kill-selection-and-quit` with real value not 
being a string (#1469).
       new  77eb2da72f Simplify argument list in helm-get-selection
       new  f91a30a0dd Merge pull request #1470 from xuchunyang/master
       new  3211682a69 Format candidate like in helm-kill-selection-and-quit 
(#1469).
       new  eb9a53669e Merge branch 'master' of github.com:emacs-helm/helm
       new  e24abe0a57 Make eshell history local for each eshell buffers 
(#1472).
       new  da0707cf3f Remove unused variable in eshell.
       new  8f5ec4effd Disable highlighting in helm-esh-source for now.
       new  f01a4ea738 Fix highlighting matches with helm etags (#1471).
       new  0f5708ab5a Remove endtag from allowed match-part in etags.
       new  f193369ae7 Send an error message when candidates fn returns an 
error (#1460).
       new  1759d66a35 Fix error message with invalid candidates function 
(#1460).
       new  8700bdc6f1 Fix formating error when nil (#1460).
       new  afbc8b6b68 Change error function name and use 
condition-case-unless-debug (#1460).
       new  8f1e6ab233 Use %S specifier to format error message (#1460).
       new  d6a1f350df Handle invalid regexp error in 
helm-match-from-candidates and highlighting.
       new  a793963ad0 Cleanup helm-update.
       new  2ba0bf5396 helm-update docstring.
       new  f60ef03c62 Add two new args to helm-grep-git-1 to fit with 
helm-do-grep-1 (#1473).
       new  78a19834a7 Add docstring to helm-grep-git-1.
       new  0764184c41 Improve generic error message in helm-get-candidates 
(#1460)
       new  6a63dbf88f helm-get-candidates: don't `prin1' the empty string
       new  b615ca94f6 Add something similar to replace-count to 
helm-ff-query-replace-on-marked-1.
       new  1802bc3a30 Start serial renaming at count + 1.
       new  c0482ed0d8 Rename helm-ff-query-replace-on-marked-1.
       new  d36f1bc310 Update hff help.
       new  c51acaaf60 Fix typo in help.
       new  07d9c63c27 Add more stuff to hff help.
       new  88931e33a7 Add functions to decode html entities and use them.
       new  d5140c5148 Use chars instead of string in helm-html-entities-alist.
       new  c0011d84d8 Ensure no replacement is done when unable to convert 
ENTITIE.
       new  87fa623d1d Allow customizing which function helm use to decode 
entities.
       new  b9253f784d Realign helm-html-entities-alist.
       new  54e76469a0 Add comment and align them.
       new  a4bf9cd41b Add anaphoric versions of cond and while for further use.
       new  2a354295ce Spelling fixes.
       new  6d6ebab1a2 Allow using t for EXT arg of helm-basename.
       new  9f957f84c6 Allow kind of substitution for basename without 
extension and only extension.
       new  f38a1412af Fix previous commit, allow also plain regexp.
       new  52fd9fc44a Use history and default in query replace fnames prompts.
       new  46a750d150 Remove default arg in second prompt of 
helm-ff-query-replace-on-filenames.
       new  a5014ed1b8 Remove the let now unuseful in hff query-replace.
       new  9580d8a337 In hff query replace fnames, handle the case where 
replacement already exists.
       new  b574267ed2 Allow upcasing downcasing capitalizing and matching 
whole string in hff qr.
       new  634f27b0c3 Add doc for hff.
       new  8a0ea0ce88 Update help for hff.
       new  42506fc6b1 Introduce same feature as "cp --backup=numbered from to".
       new  4999c5c7a0 Handle dups in files to display in marked candidates 
buffer for action in hff.
       new  61d205179b Declare dired-async-mode on top.
       new  ee7808be8b Use now backup as a plain action.
       new  b13d8a6886 Merge pull request #1481 from emacs-helm/backup_files
       new  0913c59647 New function to collect candidates for display marked.
       new  6931554a23 Merge pull request #1468 from 
CyberShadow/pull-20160411-035930
       new  d1b7b0c327 Document backup files feature.
       new  3099cfca9e Spelling fixes in help.
       new  757a421b25 Fix hff help.
       new  40c0032f0d Version 1.9.5
       new  a27b2f113c Modify helm-fuzzy-default-highlight-match for migemo
       new  2eb9dea28c Merge pull request #1487 from momomo5717/patch-1
       new  cd34561cfb Fix some action titles for hff.
       new  9972a23b28 Add some more doc to `helm-find'
       new  a01a2a24ea Also explain prefix arg in `helm-find'
       new  d8e6c4fc34 Allow displaying help buffer in other window (#1493).
       new  2227344374 Ensure helm-saved-selection is reset when exiting action 
buffer.
       new  f07f9ac45a Ensure major-mode is set to helm-major-mode in 
helm-buffers.
       new  590c12c734 Declare indent in helm-awhile.
       new  475dd75f59 Highlight new symbols helm-awhile and helm-acond.
       new  5965606fa3 Use cl-do to implement helm-awhile.
       new  6f7d959b81 Use helm-awhile and helm-acond in 
helm-define-key-with-subkeys.
       new  ec90fded17 Fix docstring of helm-awhile.
       new  fa9b3ac16b Ensure invisible spec in info buffers is inserted 
(#1503).
       new  c44cc92142 Merge pull request #1490 from emacs-helm/helm-find-doc
       new  5235fe08e5 Fix helm-define-key-with-subkeys by reverting 6f7d959 
for now.
       new  e8b5e8f0a8 Fix again docstring of helm-define-key-with-subkeys.
       new  8373a3c1b2 Finally reuse the helm-awhile version with while and a 
nil cl-block.
       new  4ab456a235 Fontify helm-with-gensyms.
       new  4cefea5696 Fix docstring of helm-imenu-in-all-buffers (#1499).
       new  0aa2a1eccb Ressurect saving logs to files and document.
       new  48c4954c7d Use visual-line-mode also in log files.
       new  de1179044d Realign no code change.
       new  83d6a061c0 Skip source headers in preselection (#1509).
       new  64dd968637 Fix preselection in sort commands of top.
       new  7936872e53 Use regexp-quote for default preselection in 
helm-force-update.
       new  b79d2928f8 Fix previous commit by ensuring regexp-quote is not 
called on nil.
       new  08e660e0cd Improve sentinel in ag.
       new  d658723af1 Log command-line used in ag.
       new  f328123503 Change all helm buffer window name to lowercase, for 
consistency. #1513
       new  033fa11c38 Merge pull request #1514 from 
zw963/helm-buffer-name-consistency
       new  43777d560b Allow reusing the dabbrev assoc buffers fn in other 
places.
       new  cde3f8ea79 Allow using helm-imenu in all buffers with others 
associated buffers (#1499).
       new  c769b4a62a Require helm-lib in helm-imenu.
       new  0282602b9d Fix default value of helm-dabbrev-major-mode-assoc.
       new  7cb354d2f1 Fix some docstrings.
       new  10766dfb23 Fix comment in helm-same-major-mode-p.
       new  a2ee22d044 Merge pull request #1515 from emacs-helm/assoc_buffers
       new  5acd86bd59 Improve helm-walk-directory.
       new  323bf28e5b Remove one commented line.
       new  a880f3e54e Use directories nil by default in helm-walk-directory.
       new  439f538d3c Add comments to helm-walk-directory.
       new  a6e97c043d Fix default setting of helm-imenu-all-buffer-assoc.
       new  4f39f2d8d4 Fix docstrings in helm-imenu.
       new  96b5f7f20e Improve helm-walk-directory.
       new  4b389eb74f Fix previous commit.
       new  5c982c5aa0 Optimize a little more helm-walk-directory.
       new  8411589542 Update versions numbers in pkg files.
       new  f234758838 Run browse project from buffers.
       new  f6cb9fb318 Prevent browsing project from buffers while in project.
       new  7516cfe3a3 Fix bug in helm-walk-directory truncating fnames.
       new  449f0e1fd5 Fix browse project from buffer.
       new  695462b214 Declare helm-browse-project.
       new  4af2640e79 Show full path when browsing non vc handled projects.
       new  25c121eea1 Fix comment no code change.
       new  7063573dbd Fix mode-line-format for inactives helm buffers (#1517).
       new  3621e9e034 Ensure the local value of 
helm-ff-transformer-show-only-basename is used.
       new  bc5ce16473 Use the cl-loop anaphoric feature in helm-walk-directory.
       new  351e15d3ee New hook helm-self-insert-hook.
       new  304cdf140b Introduce auto-updating in top.
       new  678953797e Ensure the helm-buffer is active.
       new  ea5232609b Use also helm-move-selection-after-hook for helm-top.
       new  94b7a4ba64 Use with-helm-quittable in helm-top.
       new  56f34d2707 Fix quitting from helm-top in helm-top-poll-mode.
       new  e396e5e5a0 Use a hard coded delay of 1.5 for now in helm-top.
       new  b1d2d901fe Run the hooks in the top local after-init-hook.
       new  99ebc21f7a Use post-command-hook for helm-top.
       new  8bed1d7f38 Fix helm-kill-ring-action when delete-selection-mode is 
enabled (#1520).
       new  ef5c8e5a04 New hook helm-self-insert-hook.
       new  7fb203d53c Introduce auto-updating in top.
       new  3caec790e9 Ensure the helm-buffer is active.
       new  628ccf430a Use also helm-move-selection-after-hook for helm-top.
       new  4990e1c1d9 Use with-helm-quittable in helm-top.
       new  f1955cb783 Fix quitting from helm-top in helm-top-poll-mode.
       new  896ff1bdbf Use a hard coded delay of 1.5 for now in helm-top.
       new  84b745c1bd Run the hooks in the top local after-init-hook.
       new  0194497403 Use post-command-hook for helm-top.
       new  b38b7d349a Merge branch 'top_update' of github.com:emacs-helm/helm 
into top_update
       new  15db5d7205 Bind with-local-quit only on the update call in helm-top.
       new  3f49fa84af Ensure top poll timer is reset when emacs regain focus.
       new  69ae67b0c6 Remove now unused helm-self-insert-hook.
       new  069f78f165 Add comments no code changes.
       new  024bc1bf7e Fix quitting while process is running in helm-top 
(#1521).
       new  c21f0f8f32 Merge pull request #1518 from emacs-helm/top_update
       new  9e82b91b3f Fix preselection in helm-top-poll.
       new  765f8471f9 Fix also preselection in helm-top sort fns.
       new  38e21e272c Fix stupid iedit error while replacing.
       new  d80fb5c4c0 Allow customizing delays in helm-top.
       new  3ca651c579 Make top timer var private.
       new  91858e426f Allow returning only directories in helm-walk-directory.
       new  4a899b1754 Fix helm-walk-directory and allow returning only subdirs.
       new  11fd36f518 Use default in semantic-or-imenu.
       new  2718d638d8 Allow customizing preselection action in helm-top.
       new  c24b81d6e8 Fix helm-top-poll-mode and header-name.
       new  b3144907c0 Remove comment no code change.
       new  e533d495ed Allow helm-run-after-exit to work on empty buffer 
(#1526).
       new  afb5f6d4e3 Introduce recursive directories from current dir in hff.
       new  61284482af use input.
       new  370d587002 Simplify recursive dirs.
       new  0a01b24858 Match only on basename.
       new  5977a460f8 Use input as :match in helm-walk speedup completion.
       new  489d24df21 Remove usage of cache.
       new  79770ffb23 Add a message to notify start searching.
       new  6de160dca3 Simplify recursive search in hff.
       new  a859bbc865 Now basename is filtered in walk-directory allow full 
matching in recurse.
       new  3f75a39dc9 Optimize *walk-directory.
       new  319cc21e72 Optimize *walk-directory.
       new  5585ac778e Add the recursive dirs completion with locate as backend.
       new  ae56cfc6cf Fix action in recursive dirs and remove 
file-in-directory-p test.
       new  58cdec87da Allow customizing locate command for recursive dirs 
completion.
       new  b7800b480f Use the -i argument of locate.
       new  a66a2aee24 Don't force prefix search in 
filtered-candidate-transformer.
       new  e52a46f1b4 Move part of recursive dirs code to locate.
       new  59aff181cc Merge branch 'recursive_dirs'
       new  90371f0b4b Allow adding a space before pattern when preparing for a 
recusive completion.
       new  79377eb122 Add documentation for recursive dirs completion.
       new  2b476475a1 Skip boring files in directory completion.
       new  469016b554 Allow adding dots also instead of spaces when prefixing 
recursive dirs.
       new  de836b043b Fix doc of hff.
       new  c9cdcc3162 Update hff doc.
       new  06f7c475a5 Move defsubst helm--dir-name-p and helm--dir-file-name 
before *walk-directory.
       new  e990a57d4c Fix directory completion for Windows.
       new  07b5c09814 Version 1.9.7
       new  804225a1b8 Move the w32 path transformer at end.
       new  2aec0b8b76 Fix skipping boring directories in directory completion.
       new  61c2c29a04 Fix helm-boring-directory-p.
       new  8ee4021136 Fix docstring.
       new  9ddde0d77d Make helm-boring-directory-p more readable.
       new  5eff01fa87 Run a nested helm-session for dirs completion.
       new  67c6c94aa5 Prevent resuming comp dirs session.
       new  e10269c745 Give a face to recursive dirs candidates.
       new  4b65510a47 Ensure circular objects are removed from collection 
(#1530).
       new  367f398a84 New action to recompile packages.
       new  8d55345d9c Declare function async-byte-recompile-directory.
       new  d3083da30a New action to recompile packages.
       new  3d2af8670c Declare function async-byte-recompile-directory.
       new  9f8159c4c8 Set also test to nil when completion have been computed 
with default.
       new  5bd6042fc3 Merge branch 'exp'
       new  6d96f421e9 Fix helm-top-command (#1532)
       new  23fd1069d9 Fix setting helm-top-command (#1532).
       new  e14ab15ee8 Merge branch 'issue-1532-fix-helm-top-command'.
       new  49df6caf58 Minor fix in hff action transformer.
       new  4040b755c8 Fix regexp in helm-find-files-recursive-dirs.
       new  813b84d0f8 Merge branch 'exp'
       new  7c9223794c Allow expanding directly to locate completion with / or 
C-j.
       new  e45c9e7d02 Update help for hff.
       new  98ff992d7d Run helm-check-minibuffer-input within helm window
       new  5a69bc0b78 Merge pull request #1534 from xuchunyang/fix-7c92237
       new  57c984c3b2 Handle multiline in adaptive.
       new  5c8d35b02a Fix comments, no code change.
       new  51d91f9850 Rewrite helm-adaptive-sort.
       new  c9b5403fb1 Merge branch 'adaptive'
       new  673c817464 Don't append space if input is empty
       new  29b82d7754 Merge pull request #1535 from syohex/dont-append-space
       new  12770a5820 Don't bind inhibit-quit in helm-while-no-input.
       new  e121eb6dc6 Change zgrep grep arg to grep to allow passing git.
       new  2679d6b2d8 Allow passing grep argument in helm-grep-command fn.
       new  4c9e2b5deb Fix source name in helm grep and remove commented line.
       new  aec3df7859 Fix error in mode-line.
       new  a383aea02d Fix docstring no code change.
       new  9ff4abf115 Allow using add-face-text-property.
       new  cde81b5161 Prevent message about mouse and disable it also in 
mode-line (#1536).
       new  8d592074b6 Store display part in adaptive.
       new  8ec930ec03 Fix new behavior or package-install for emacs-25.
       new  fc7359ff8b Merge branch 'master' of github.com:emacs-helm/helm
       new  7c4089ca52 Fix top condition in helm-ff-auto-expand-to-home-or-root.
       new  678ccb4d9f New flag to prevent error in candidates fns.
       new  16febd8892 Typo only.
       new  ee22335bcf Add helm-quit-and-helm-mini feature
       new  fc7ff2d717 refactor
       new  0fe71c2ceb Merge pull request #1537 from 
zw963/feature/helm-quit-and-helm-mini
       new  2cc4b20e48 Fix some comments.
       new  1cf2fd3168 Fix error with helm-comp-read called with a default list.
       new  ba76728a68 Remove now unuseful comment.
       new  38b12a63e0 No need to handle 'confirm at end of cr fns now it is 
handled elsewhere.
       new  d53880f23e Prevent mouse jumping to the upper-right hand corner of 
the frame (#1538).
       new  38a0cee89b Honor helm-full-frame
       new  a80ee6d6b3 Add helm-M-x-allow-prefix-argument option
       new  4b86d1ba96 Display prefix argument before helm-M-x
       new  5ab9d1cd17 Only display prefix arg before helm-M-x at the beginning
       new  03fa82e12e Keep preventing mouse click in mode-line (#1536).
       new  2de2e8aea9 Merge pull request #1542 from 
dandavison/resume-honor-helm-full-frame
       new  416023f508 Merge branch 'master' of github.com:emacs-helm/helm
       new  0d694a8de4 Use default-value for full-frame in helm-resume.
       new  b90ba57a7c Revert previous two commits
       new  ec277572ac Display prefix arg before helm-M-x in prompt
       new  a48efc30a3 Add note for helm-M-x-allow-prefix-argument
       new  13a0f17b25 Restore helm-M-x-prefix-argument to nil after C-g
       new  4f565a6bd9 Change the behavior of xuchunyang patch.
       new  a1c2769364 For now add a message to notify when disabling prefarg.
       new  dc53566d1b Update minibuffer's prompt when disable prefarg
       new  d3225a860f Update doc for helm-M-x
       new  e14119322c Don't assume we are in minibuffer in 
helm-M-x-universal-argument.
       new  d9e68d7505 Allow prefix arg before helm-M-x unconditionally
       new  7f581e39b8 Remove the now unneeded message msg and replace with 
progn.
       new  4454d06678 Use helm-M-x's first arg if calling from lisp or kmacro
       new  3559239fef Fix last commit
       new  b6c863ca3e Reset helm-M-x-prefix-argument after C-u M-x C-g
       new  bacf4ad908 Merge pull request #1545 from 
emacs-helm/xuchunyang_patch_modified
       new  fa6d2834c0 Add FIXME comments in helm-command.el about last changes 
(#1545).
       new  4dd9a1cfa3 Add FIXME comment no code change (#1545).
       new  7669b39615 Rework helm-M-x-prefix-argument
       new  3071e55cd9 Shutup byte compiler in helm-M-x.
       new  4cfb03161a Fix helm-M-x docstring.
       new  4006c8a979 Minor fixes for helm-M-x.
       new  345f0ca816 Merge pull request #1548 from 
emacs-helm/rework-helm-M-x-initial-prefixarg
       new  aa4167a271 Merge remote-tracking branch 
'origin/rework-helm-M-x-initial-prefixarg'
       new  146797588d Add history var to helm-apropos.
       new  e679393efc Update version in *pkg files.
       new  59f4c0b138 Avoid a quick refresh of Echo Area in 
helm-describe-function
       new  d4cadaa44c Merge pull request #1551 from 
emacs-helm/avoid-echo-area-refresh
       new  ae6ba7045a Fix helm-quit-and-find-file for empty selection
       new  405b1080b4 Fix helm-browse-url-firefox.
       new  bf8ce97a60 Fix fontification of marked cands in mode-line.
       new  9067aecc54 Don't jump to other window with ff bookmarks.
       new  ac41a47559 Add bookmark action to browse projects from hff bmks.
       new  151ae12d70 Add binding for *browse-project in bookmarks.
       new  a06c5bd489 Modify helm-bookmark find-files in a different way.
       new  0ae22a676f Remove jump other window from hff boomarks.
       new  83e88b3bed Fix default in completing-read (#1553).
       new  120c327f5a Only redisplay for buffer details.
       new  d2a3961511 Refactorize helm-mark-all.
       new  a276dbc24b Use wildcard on marked only when needed.
       new  a7064f9e80 Try to make helm-this-visible-mark faster and use it.
       new  ba9c5668b8 No need to go to eol when marking all.
       new  035388bcb8 Auto resize when initializing helm window (#1556).
       new  7c39882680 Don't run persistent-action on follow-mode when updating 
(#1556).
       new  3f2fb55af3 No need to use helm-next-line in helm-mark-all.
       new  6630116f0b Merge pull request #1558 from emacs-helm/fix_1556
       new  5602e2d4c6 No need to handle url when marking all.
       new  544a860e29 Reenable follow-mode jumping to first candidate at 
startup (#1556).
       new  595a9e46ef Revert last commit, follow should not run PA on startup 
(#1556).
       new  b6ff3811c8 Remove some add-to-list.
       new  8517c86be8 Cleanup deprecated plugin fns, several functions removed.
       new  e114cf3ff7 Remove obsolete documentation of attributes.
       new  5ae55f3915 Remove obsolete var helm-attributes.
       new  90b5553aa2 Remove support of type attr in helm-attr* fns.
       new  cfe2e0b72f Remove one more definition of helm-attributes.
       new  dddaa48b9e Remove helm-attributes in helm-adaptive.
       new  9a8cffdd12 Fix browsing project from buffer after resuming.
       new  74ef5470ba Disable all remaining plugins in helm-plugin.
       new  5cb813da9d Stop requiring helm-plugin.
       new  8099f7597a Fix wrong-number-of-arguments in helm-attrset (#1560).
       new  cf106ec36f Get rid of plugins definitely.
       new  1ae230e5fa Allow ignoring text under cursor with helm-find-files 
(#1563).
       new  d096f91865 Update marked cands in mode-line when removing/deleting.
       new  88ddcaff75 Simplify helm-get-current-source.
       new  77cd5cfe44 Docstring fix, no code change.
       new  005ebe6fdf Fix docstring of helm-candidates-in-buffer.
       new  0d3b2e3d80 Fix previous changes in helm-get-current-source.
       new  6230b8cad4 Prepare *pkg files to bump to 1.9.9.
       new  cdb72531ad Ensure source exists in helm-update.
       new  02cc79fa2c Make helm-update-hook obsolete.
       new  369d7353e2 Fix helm-get-current-source.
       new  8cf25d5cb1 Document matchplugin slot.
       new  876ef82712 Update helm-preselect docstring.
       new  817dd9da83 Remove unuseful let binding in output filter.
       new  c70fa9d930 Allow helm-follow-mode following current candidate after 
updating(fix #1568).
       new  0fdb529b1f Merge branch 'master' of github.com:emacs-helm/helm
       new  4a02e431e7 Allow filtering built-in packages.
       new  8acee62ffc Update help for packages.
       new  b61a0d669b Fix action transformer for built-in packages.
       new  30053159e5 Make helm-next/previous-line faster.
       new  fc0349fa67 Prevent a source-name given as empty string (#1509).
       new  f2768d92ee Make helm-force-updating-p private.
       new  4ae27abaed Fix helm-preselect docstring.
       new  7db42a09a1 Notify when refreshing packages list.
       new  afcb024a07 Update mode-line on resume (#1577).
       new  25adfda445 Remove helm-follow-follow-on-update.
       new  5879e4d030 Highlight mode-line only in helm-window by selecting it 
(#1579).
       new  72800e798a Prevent persistent killing of helm-buffer and fix error 
when killing it.
       new  feea7a7a3e Fix lacarte error with minor maps.
       new  721f01553d Fix long lines.
       new  0491877b4b Fix some old sources to use helm-source.
       new  43f8ab4f08 Fix errors and warnings in helm-misc after conversion.
       new  c185b6dfe4 Fix last sources not built with helm-source.
       new  ebb9c24f3b Add helm-browse-project-history (#1159).
       new  c6e4155bea Apply browse project history to all vc handled projects 
(#1159).
       new  f8b5076541 Add also not vc handled projects to history (#1159).
       new  5144b04af4 Fix helm-acond by wrapping the cdr of clause in progn.
       new  4d5756b991 Push the last visited project on top (#1159)
       new  e17ead2f2b Always push last used project on top (#1159).
       new  945c9decfe Merge branch 'master' of github.com:emacs-helm/helm
       new  660740d19b Remove helm-candidate-buffer-alist global variable.
       new  962a83a768 Fix docstring of some attributes.
       new  891c75744b Allow matching only part of candidate in helm-comp-read 
(#1582).
       new  cc7f286bd2 Fix regexps in generic sort fn (#1582).
       new  fd1b0c87db Fix also highlighting in lisp-completion (#1582).
       new  4be5c848ff Remove completely matchplugin slot.
       new  604a279266 Use defvar instead of defconst in multimatch.
       new  7be1e52646 Don't overwrite helm-source-in-buffer in 
helm-bookmark-overwrite-inheritor.
       new  81cb0fe5b7 Add comment no code change.
       new  735ec41c4d Remove defadvices.
       new  eb43e23a6b Rename helm-bookmark-overwrite-inheritor.
       new  a713a1fce1 Merge branch 'remove_old_advices'
       new  17e1c9098e Fix upgrade message for packages.
       new  26fdadf0d4 Remove obsolete variable helm-compile-source-functions.
       new  e89dac497f Fix arg name according to elisp conventions.
       new  557786d044 Update versions in *pkg.el files.
       new  ddaca4c789 Attempt to fix badges on README.
       new  924258c903 Allow forcing deletion of packages.
       new  444b873b5d Allow initial customization of helm-window.
       new  6020bff75c Fix sorting by cpu in helm-top with ps backend (#1586).
       new  f4d52cbcb2 Expand default-directory in helm-do-grep-ag.
       new  9a3b238db2 Merge pull request #1588 from blorbx/master
       new  f23248eae7 Allow customizing columns numbers to fit with top/ps 
output (#1586).
       new  1a6168fd9b Fix typo.
       new  07a23bd2ae Fix docstring (#1586).
       new  f14c83d592 Make preselection of helm-top sort fns consistent with 
helm-top-poll.
       new  c3f09e6dcf Don't use follow in wikipedia suggest.
       new  2be9cc130f Allow customizing which sources to use in info-lookup.
       new  98371cd743 Allow falling back to help when no info page in 
info-lookup.
       new  161355164c Allow using 'current-source as value for 
helm-execute-action-at-once-if-one.
       new  c7b3081a64 Add persistent-action to info-lookup fallback source.
       new  87fc96bb7b Fix follow-mode on update.
       new  674110dc14 Ensure helm-follow-action-forward/backward doesn't use 
follow-mode.
       new  4a32a9e145 Allow not bounding all grep source to same name.
       new  02aacbf027 Reduce follow-mode default delay in async output filter.
       new  f29810bbcb Add issue template.
       new  4c7889da4b Allow using helm-follow-mode-persistent in helm ag.
       new  f8f9bf76b8 Fix helm-source docstring.
       new  8ff0fbb437 Fix long line.
       new  bb17f37238 Fix setting follow in grep sources.
       new  8669abf1fa Fix docstring of :backend slot in helm-grep-class.
       new  a2651fa634 Add all grep sources to 
helm-sources-using-default-as-input.
       new  c060a9761d Unquote some lambdas.
       new  b5468cfb2c Unquote some more lambdas.
       new  1567740540 Fix mode-line in helm-top.
       new  2631739268 Don't loose cursor when popping up tip.
       new  c864f015d7 Fix usage of timer in popup-tip-mode.
       new  8273f88be5 Fix helm-apt action.
       new  91d45532cf Update issue template.
       new  32c7464bda Simplify issue template.
       new  1602ab24f8 Added fuzzy matching customization for helm-eshell
       new  9e785ef27e Update README.
       new  f417d2f27c Add newline in README.
       new  9638a05693 Fix message in README.
       new  323da85263 Merge pull request #1591 from bb2020/master
       new  16f2dcbe24 Fix error at compile time in previous commit (#1591).
       new  19df74eca6 Ensure helm-source-async method is called.
       new  6e2586fbf8 Make follow persistent across emacs sessions.
       new  85c9f105ba Remove unneeded save-excursion.
       new  9113e0a2da Prevent error when running persistent action on empty 
helm-buffer.
       new  c845c9f1c2 Disable usage of 
helm-persistent-action-use-special-display.
       new  2f013f9237 Fix cursor in minibuffer on persistent action.
       new  d689168076 Merge branch 'master' into follow
       new  caad2ccea6 Ensure it is possible to disable follow at any time.
       new  67aeecc106 Fix new persistent follow mode.
       new  255f656553 Search locate local db files deeper than 
default-directory.
       new  642c56cf7c Fix docstring of helm-follow-mode-persistent.
       new  7d6fbe60a2 Prevent follow-mode in HFF.
       new  a74c1319c4 Fix docstring of helm-follow-mode.
       new  8eef909d56 Update global help message.
       new  ea93b0e2d6 Show only source files in helm-locate-library (#1592).
       new  1b5d5121cf Fix non-interactive call of follow-mode.
       new  d58e855276 Fix mode-line blinkink on PA (#1593).
       new  770a6e21ea Allow again follow in files sources but prevent 
persistent follow.
       new  c7f698bf8d Update helm-follow-mode state in 
helm-follow-execute-persistent-action-maybe.
       new  a4f4763909 Ensure PA is not called on header when follow is enabled.
       new  e66e2e40d1 Always switch to candidate in buffer PA when follow is 
enabled.
       new  cf69b70ca0 Don't toggle in elisp PA when follow in on.
       new  f6ea150582 Reindent no code change.
       new  632c9aa4e3 Revert previous change in elisp PA.
       new  ce29cf8e0e Fix elisp PA with follow.
       new  6e27e2821c Fix again elisp PA, The follow cond should be on top.
       new  603befd98f Remove obsolete variable helm-follow-mode.
       new  c8f1560e4a Remove one more occurence of helm-follow-mode.
       new  7d1b2917a3 Move functions from helm to helm-lib and require 
accordingly.
       new  d8355a3992 Remove now unneeded section, no code change.
       new  94352bcbc9 Allow using SOURCE argument of helm-preselect 
unconditionally (#1595).
       new  da05a85522 Merge branch 'master' of github.com:emacs-helm/helm
       new  897ffdd735 Avoid repetitives calls to helm-get-current-source.
       new  c8f5dac873 Merge branch 'dry_helm-get-current-source'
       new  cb3430b78e Don't show byte-code in message when sole action.
       new  bfa35757ce helm-source-names-using-follow is defined twice, remove 
one definition.
       new  1454408bda Fix usage of ARG in helm-follow-mode.
       new  0fefc170cc Fix typo.
       new  3768ff3f70 Use it of helm-aif in helm-follow-mode.
       new  135e87b4d3 Fix behavior of prefix arg when follow-mode is enabled.
       new  2af289f175 Follow in helm-goto-next-or-prec-file.
       new  7a7c9d990e Update version number in *pkg files.
       new  97f4d65e4c Prevent follow-mode in bookmarks.
       new  ce98bdea6a Update requirement for emacs-24.
       new  f953f99d76 Remove last obsoletes defadvices.
       new  283930bc42 Allow compiling helm on emacs <24.4.
       new  23225891e2 Ensure input is not copied with props in helm-regexp.
       new  e6908e5af7 First attempt to fix tramp multi hops (#1598, #981).
       new  1e442b284b Save-match-data inside helm-ff-tramp-postfixed-p.
       new  94785c74a1 Don't expand filename on /host:.
       new  dfc86f9bee Fix commands and bindings in helm-org (#1602).
       new  20475c72b0 Change helm-org-run-heading-refile from C-c w to C-c r.
       new  7fcf4f8b62 Preselect current heading in helm-org-in-buffer (#1601).
       new  c275e8cc62 Declare org-previous-visible-heading.
       new  30d193c30f Use file-remote-p to handle initial multi-hops expansion.
       new  7925a7a280 Revert previous commit.
       new  28b73f3643 Add gratipay badge (#1594).
       new  25dc683750 Ensure file-directory-p is not called on an incomplete 
tramp path.
       new  9c4321507f Add `helm-source-by-name`
       new  f53f3e8c0b Merge pull request #1604 from xiongtx/sources-by-name
       new  d6bdc18ebf Move helm-source-by-name to helm-lib.
       new  596f5f25f3 Prevent remote connection when listing buffers for 
browse-project.
       new  f17e344d0a Call (mapcar 'car tramp-methods) one time for all.
       new  d18367e3f0 Fix helm-source-by-name (#1604).
       new  cf837534a9 Merge pull request #1600 from emacs-helm/tramp_multi_ops
       new  3e56ecbd93 Fix updating display on tramp multi hops connection 
(#1598).
       new  a8cc6f7ead Fix compatibility with old org by using an outline fn 
(#1601).
       new  b247e14e24 Fix HFF with tramp multi hops (#1598).
       new  7e86cf255a Add comment no code change.
       new  8abd333235 Fixup default binding in helm-org.
       new  7aeb35f0f5 Remove second arg of helm-ff-tramp-postfixed-p.
       new  16e68dcae6 Fix hostnames completion for tramp (#1598).
       new  95d33e6f14 Merge branch 'fix_host_completion'
       new  7b1fa83f1e Provide new command helm-delete-tramp-connection.
       new  2672e24d9e Doctring of helm-delete-tramp-connection.
       new  243761ac8f Prevent error with follow-mode in HFF.
       new  695ac8c1e5 Handle cons in 
helm--maybe-process-filter-one-by-one-candidate.
       new  98567544e4 Allow customizing fuzzy in helm-locate-library (#1611).
       new  883cbefd4b Disable matching beginning of basename in 
helm-locate-library (#1611).
       new  fd597d8295 Remove unneeded dot in readme.
       new  ae993cf463 Allow searching in addressbook emails.
       new  5b9abcba84 Fix setting up mail buffer when ccing.
       new  566e03e834 Use elisp persistent action in helm-colors (#1613).
       new  6ed7d5cfc7 Require helm-elisp in helm-colors (#1613).
       new  da61fd910f Allow displaying marked faces in helm-apropos (#1613).
       new  115c98dd89 Fix helm-describe-face.
       new  b458aa2699 Fix again (#1579).
       new  9f0e946c43 Fix mode-line face in persistent action (#1579, #1593).
       new  f6e94b943b Fix restoring mode-line when using multiple buffers 
(#1579, #1593).
       new  1a03759183 Restore mode-line face when exiting minibuffer as well 
(#1579, #1593).
       new  9d87387aa4 Revert all previous changes to fix mode-line (#1579, 
#1593).
       new  cc1f7c675e Finally get rid of flashing mode-line (#1579, #1593).
       new  b5ebe78c0e Allow pulsing when jumping to line.
       new  2b91583c4f Update version in *pkg.el files.
       new  2b42699240 Ensure helm is still alive when running PA from follow.
       new  a8335af28d Ensure the good mode-line is displayed when showing 
actions.
       new  a7d7233a51 Update *pkg.el files.
       new  477fb280fe Fix mode-line string for actions.
       new  04c4545b6f Fix smartcase for multiple regexp in grep (#1618).
       new  9ff54195be Don't use an idle timer in match line cleanup.
       new  3aa7b1b092 Use with-helm-buffer.
       new  d410805590 Show action buffer beside helm-buffer.
       new  9245c57100 Delete the window handling helm-action-buffer.
       new  b125c09fe4 Split action window at left, ensure the action buffer is 
current
       new  8565d5a2f7 Fix helm-top-poll when using a split for actions.
       new  c396ffe031 Truncate-line in helm-top when showing action buffer in 
same window.
       new  163b860072 Ensure to not resplit window while selecting actions.
       new  643d301a99 No need to bind helm-full-frame when selecting action.
       new  b85079ac86 Ensure to not resplit window while selecting actions.
       new  986827e2d9 Allow modifying prompt when showing actions.
       new  a1fe6c28d0 Move defcustom on top and fix docstring.
       new  ae61f02d3e Merge branch 'action_window'
       new  4b24e0ca00 Rename user variable.
       new  26b5746421 Forget to rename variable in helm-sys too.
       new  cde1ddfd83 Fix action prompt in header-line.
       new  8d1e21c119 Don't lost selected-window when resplitting.
       new  067b187718 Add support for ripgrep for types.
       new  da3897ee2a Simplify setting of rg command.
       new  6274afafd1 Docstring again for ag command.
       new  6588eaf474 Merge pull request #1625 from emacs-helm/ripgrep
       new  894b69edc3 Fix usage of ripgrep with dumb emacs terminal (#1624).
       new  9867cf6054 Fix issue #1618 for ag as well.
       new  378ceb9b8b Update *pkg.el files.
       new  9ecd511a8f Fix action tag for helm-org.
       new  83862f676f Fix resizing window after swapping.
       new  7b526e8454 Save point in helm-yank-point in helm-goto-line.
       new  bb8ac7b757 Add comment, no code change.
       new  e84523bde9 Allow undoing and redoing yank.
       new  b63fcf64f0 Allow adding extras options to grep pipe cmds.
       new  56066306f2 Use correct argument `candidate-transformer`
       new  5179c6ce43 Merge pull request #1628 from xiongtx/sources-typo
       new  0e4d2d9306 Use same backend for pipe cmd in grep-ag (#1566).
       new  c2c5b90e52 Fix docstring according to last changes.
       new  bb8bf30413 Reorder, no code change.
       new  b390c5f569 Simplify splitting helm-pattern.
       new  1f1ed0a826 Fix highlighting matches with pcre based regexps.
       new  6b375088f8 Fix pcre translation to elisp for AG.
       new  beefa58f1a Fix setting of pcre slot for grep as well.
       new  5ac46e43f4 Ensure to set yank point in right buffer.
       new  cfd56a3e7b Fix initial position of helm-yank-point.
       new  1ea4d07d47 Expand file name in internal fn helm-run-or-raise 
(#1629).
       new  b8193725f2 Update *pkg* files.
       new  8e00f252ae Fix again setting pcre slot for grep.
       new  f4b1cfdd93 Fix setting grep command.
       new  9b994ae0f5 Fix grep sentinel for zgrep.
       new  58f4b6d7b6 Truncate lines in helm-el*.
       new  f1f8636f24 Revert 8d1e21c * Don't lost selected-window when 
resplitting.
       new  40ae072870 Reenable mode-line-in-non-selected-windows (#1579, 
#1593).
       new  d4b1850fd3 Keep mode-line focus when scrolling ow.
       new  801b8bc79d Fix partially reposition and recenter ow.
       new  af662ba334 Improve scrolling and recentering.
       new  ef8131b95f Allow using helm-minibuffer-history in helm (#1632).
       new  5d5c0382d7 Fix mode-line focus in recenter fns.
       new  41a5e2c336 Allow C-r in helm-map (#1632).
       new  92f6ef86b0 Allow customizing where to split action window.
       new  54c2e03ca6 Ensure helm-force-update run in helm-buffer.
       new  57b38d3f5d Display elisp packages in full-frame and prompt for 
autoremove if needed.
       new  e25952b2cb Unhex both url and title.
       new  d95908e437 Fix previous commit, unhex only title.
       new  7d409b4b28 Add missing history var in AG.
       new  2e29f0f2b9 Fix history slot docstring.
       new  dc1dbf31c3 Change face of candidate number when suspending.
       new  deacaa54ea Change boring buffer regexp
       new  12c5de20c8 Merge pull request #1634 from fice-t/boring
       new  e4678e1d69 Fix insertion in apt action.
       new  5ae1ecc1a9 Quote arguments in helm-locate-recursive-dirs-command 
(#1635).
       new  7a0d92a620 Use cond in helm-init-candidates-in-buffer.
       new  e24a6f9e89 Make helm-follow-mode-persistent local instead of 
let-bounding it.
       new  804c568088 Prevent persistent actions from action buffer.
       new  5ed18a7702 Fix again apt action.
       new  ec6c8375e2 Add describe action from action buffer.
       new  37ba112187 Fix PA in action buffer.
       new  c8d2db8b89 Disable PA in action buffer for now.
       new  b624d95b5c Fix PA in action buffer with follow enabled.
       new  9c40fe166b Fix PA helps in some places.
       new  2934613e97 Don't split window in action when window state is 
horizontal.
       new  4acdb3b868 Try to find a suitable window for action PA.
       new  b9123c075b Revert again for now PA helm in action.
       new  139123c919 Reverse helm-elisp--persistent-help to previous state.
       new  ae4eee1461 Fix PA in action buffer with full-frame.
       new  391b92872d Remove uneeded lambda.
       new  5ed5d1e2a8 Update *pkg.el files.
       new  a5f6c8f386 helm-lib: Speed up helm-skip-entries
       new  71e9653596 helm-lib: Define and use private string-join 
implementation
       new  e99a355992 Merge pull request #1639 from 
CyberShadow/pull-20161111-105706
       new  03f0cc5461 Remove now unneeded local settings of (not cl-lib) 
warnings.
       new  d55f23967a Add bitcoin pub key.
       new  2c3de7dbcc Add newline to README.
       new  4691b7454a Measure grep time process in mode-line.
       new  e5308b8605 Add hook that run at end of helm-find-many-files (#1645).
       new  0941293fb7 Add a command for addressbook bookmarks only.
       new  b4e46911da Allow toggling bmk view in PA for addressbook and fix 
error with images.
       new  676f07f978 Use addressbook-buffer-name.
       new  38af8a05cb Search compressed files by helm-tags
       new  f43b8ad655 Fix default-directory on invalid file-name-directory 
(#1457).
       new  d610df98c7 Reuse tags-compression-info-list instead of creating a 
new var
       new  a0ddb65ce8 Merge pull request #1647 from tasuwo/improve-helm-tags
       new  e7d045dcce Improve loop in helm-etags-action-goto.
       new  12b1dc59a8 Handle and match new "group" entry in addressbook.
       new  4e64843b31 Handle "%" chars as literal characters in header-line 
(#1648).
       new  2a67844356 Fix README.
       new  b966bc79a1 Try to fix badge.
       new  f52e681726 Revert previous commit.
       new  2fca340057 Update *pkg.el files.
       new  8e356f441a Fix end position of multiline in helm-edit-selection.
       new  c4a60a3f9e Fix issue #1649 introduced by 4e64843b fixing #1648.
       new  cf45ff2075 Handle "%" in header-line (#1648, #1649).
       new  88d59c4df2 Fix cursor position in header-line with special 
characters "%" (#1648).
       new  8e1f56be70 Prevent calling helm-minibuffer-history on itself.
       new  097ce9e789 Declare helm-minibuffer-history-map before using it.
       new  77853cca05 Use helm-comp-read in helm-minibuffer-history (#1650).
       new  0a9dbd1cf6 Prefer char-after over looking-at in 88d59c4 (#1648)
       new  2f09cefd31 Fix helm-locate-command docstring.
       new  98f97e06d7 Don't insert symbol-value of action in source when it is 
a symbol var.
       new  976b7a7025 Fix keymap in read-file-name.
       new  157c1b97bf Prevent auto update in file completion when selecting 
actions.
       new  3d0e7df0b1 Prefer `eql' over `eq' in 0a9dbd1
       new  c47c1f54d1 Simplify helm-make-actions loop.
       new  8e809f422d Fix revert and save marked buffers.
       new  5c9738cbde Add new read-file-name handler with history (#1652).
       new  1860e30051 Allow refiling other heading than the current one once 
helm org started.
       new  17349ef1ec Fix binding definition in keymap.
       new  21181649a6 Shutup byte compiler when compiling from Melpa.
       new  102150b63e Fix tag for org refile action.
       new  12aeb84489 Make helm-imenu support complex format for imenu lists
       new  767530ea5c Merge pull request #1653 from 
muahah/Fix-helm-imenu-with-complex-candidates
       new  78d7f2e53f Avoid repeat in last commit.
       new  95a227c990 New function for end-of-source.
       new  c64dc352cb Improve scrolling performance in large buffers.
       new  d2a94bce96 Merge branch 'master' of github.com:emacs-helm/helm
       new  6d5e5e9404 Fix helm-get-current-source.
       new  df43142c1a Don't call twice helm-get-current-source.
       new  6487e756cd Docstring change only.
       new  824f58a735 Ensure to not fail at preselection when going one level 
up in hff.
       new  b809327aee Allow killing marked processes.
       new  4d8fea3962 Remove with-helm-restore-variables usage and make filter 
sources cleaner.
       new  1f2733ecab Fix let-binding in minibuffer-history to allow 
recursive-minibuffers (#1655).
       new  aa0a15f2cf Cleanup overlays when helm-buffer is empty.
       new  f9ed667f66 Add new redisplay-buffer function.
       new  add846c1d0 Use redisplay function in locate when fuzzy is in use.
       new  53ebdfd1b4 Prevent fuzzy match in async sources.
       new  0c754ee72a Only docstring and comments, no code change.
       new  654ff7985f Same, only docstring precision.
       new  4e5c22266a Update copyrights.
       new  a73e1ae2ee Remove image buffer in pa when called twice on same file.
       new  26415fdb3e Update version in *pkg.el files.
       new  8f91682a46 Match only on basename in locate when fuzzy enabled.
       new  5c4b3b1027 Merge branch 'master' into redisplay
       new  06a6a1b286 Use basename for locate with fuzzy in *-multi-files.
       new  3e81f6d2bd Handle multiple sources in helm-redisplay-buffer.
       new  7fb3e3fc58 Handle errors in helm-redisplay-buffer.
       new  3c331a3408 Allow redisplaying helm-buffer when going out of cand 
number limit.
       new  9a75f094f0 Don't redisplay locate results when using multimatch.
       new  1db40f49ba Don't redisplay in outer limit hook as well when in 
multimatch.
       new  d3c236cc24 Use helm-async-outer-limit-hook in helm-multi-files as 
well.
       new  4333ffaabe Merge pull request #1658 from emacs-helm/redisplay
       new  7160e5def2 Update helm-update docstring.
       new  9245b6986e Ensure locate -b option is used only when needed.
       new  6e219b763a Fix last errors in locate pattern transformer.
       new  2c74fdefb7 Fix highlighting matches in locate.
       new  f829dbf4bc Document match-part slot.
       new  f5ada8210c Ensure non-nil for match-part fn in helm-highlight-files.
       new  b9828879f1 Fix some long lines.
       new  30ad95ccb8 Update README.
       new  4476aa096b Fix some regexp issues when switching back and forth 
from locate to hff.
       new  b717d543bc helm-locate-command docstring only.
       new  46687d10ec Fix generic files highlighting.
       new  0143e982fa Update generic file help.
       new  866481645e Fix "Stack overflow in regexp matcher" error with ffap.
       new  bf81df7293 Fix again ffap crashing emacs in large one line files.
       new  b7aab627ea Ensure packages buffer is killed.
       new  61ef910cf3 Fix redisplaying buffer in multiples sources.
       new  dbd99b5895 Don't collect source header when no results in 
helm-redisplay-buffer.
       new  a78deda2ea Only docstring change in helm-redisplay-buffer.
       new  ae7e8b57c6 Add docstring for fuzzy sort fn.
       new  aa8f705d09 Fuzzy match on basename in locate.
       new  1d4e316f3c Fix boring file regexp.
       new  bfb391a753 Remove now unneeded binding ffap-machine-p-known.
       new  c1e9cc8b14 Update helm-boring-file-regexp-list docstring.
       new  5fc463bec5 Ensure helm-locate-command is not bound to nil.
       new  e53d8f6b35 Don't add needlessly "-b" in helm-ff-locate.
       new  1513ed8219 Add -A option by default for locate on GNU/Linux (#1317).
       new  665ff22fee Don't try to handle extras options in locate with fuzzy.
       new  ca4e977882 Highlight basename of candidate when -b is detected at 
end of pattern.
       new  a1bc339cbd Update *pkg.el files.
       new  6214f2c798 Fix wrong-type-argument error when displaying mode-line.
       new  52c3b61954 Add a note in docstring about ripgrep.
       new  22c86edd67 Fix helm-grep-ag-command docstring.
       new  1cd075677f Fix persistent action for images in hff.
       new  9705b148dd Add `M-D` binding to delete elements for 
`helm-show-kill-ring`
       new  ce5437f8f3 Rename `helm-kill-ring-action` to 
`helm-kill-ring-action-yank`
       new  85eb147c8f Merge pull request #1662 from xiongtx/kill-ring-delete
       new  bc2bfb3017 Fix persistent action in mark-ring with one-window 
layout.
       new  2b8576c070 Fix unicode issue in query-replace minibuffer-history 
for emacs-25+ (#1667).
       new  ea96350502 Fix test in previous commit (#1667).
       new  c4d7d5d716 Use last-command to test if we are in query-replace 
(#1667).
       new  2451f92fe2 Truncate kill-ring candidate using offset instead of 
lines (#1664).
       new  77634a283f Handle nil value for helm-kill-ring-max-offset (#1664).
       new  b9377cddc9 Reinitialize helm-kill-ring--truncated-flag on startup.
       new  91fe51a0fd Fix helm-kill-ring-max-offset docstring (#1664).
       new  4bc72b16d0 Add comment no code change.
       new  7d0182d5d8 Simplify helm-kill-ring-toggle-truncated.
       new  eaf415681f Setup helm locate at startup of helm-multi-files.
       new  bbdf2c18ed Update *pkg.el files.
       new  4d94e1bf89 Document :keymap slot in `helm` (#1670).
       new  ba8990a469 Fix :buffer slot doc in `helm`.
       new  d870816832 Ensure sources use by default helm-map and update keymap 
after updating.
       new  24ff299e25 Improve description of obsolete `:keyword` arg for `helm`
       new  9584bf2b12 Merge pull request #1671 from xiongtx/obsolete-keymap-arg
       new  d9aaf7b50d Rewrite and clarify `helm-candidate-buffer` (#1672).
       new  c0affa35f2 Fix typo in comment, no code change.
       new  1fc364257e No need to use let* in helm-candidate-buffer.
       new  a7cb4c1e72 Make helm-acond behave as cond when clause have no cdr.
       new  a0a39f3712 Document more helm-acond.
       new  07a6f77e86 add fuzzy-match support for session source
       new  f322b96119 Merge pull request #1673 from lewang/tester
       new  6363905a78 Add to session source its own fuzzy var.
       new  85a2078f98 Docstring minor change and comment only.
       new  47aeb84950 Fix some warnings with read-only.
       new  8a508617a2 Prevent calling helm-minibuffer-history on itself.
       new  6247f852c3 Update comment, no code change.
       new  26df5ff8d2 Fix test before killing in helm-candidate-buffer.
       new  ca2f767726 No need to disable undo in `helm-candidate-buffer`.
       new  b904b5e9bd Update deprecated helm-mode description
       new  15961f948d Merge pull request #1675 from 
J3RN/update-helm-mode-description
       new  1f802a3d50 Update README.
       new  e2b3a703c3 Fix prevent calling helm-minibuffer-history on itself.
       new  9cd55c6606 Always kill the real value of candidate in kill-ring.
       new  406a93b75c delay highlighting file-attribute retrieval
       new  6459cd3828 Fix issue when jumping from grep-mode moccur-mode 
buffers.
       new  b364282842 Rework helm-highlight-current-line.
       new  22de30899e Fix setting of end-match in helm-highlight-current-line.
       new  5c8ba62bab Fix paren error in previous commit.
       new  d952eeae50 Fix helm-candidate-buffer return value for buffers.
       new  83cb96d0d3 Merge pull request #1679 from aeruder/master
       new  9075d0e01f Use file-remote-p in helm-highlight-files (#1679).
       new  7151138a6a Clarify helm-candidate-buffer usage.
       new  0749029f89 Merge branch 'master' of github.com:emacs-helm/helm
       new  c5c69c0b7c Fix again helm-highlight-files with remote files (#1679).
       new  394c738a97 Revert partially d8708168, which should fix #700.
       new  76444461c5 Revert changes for helm-minibuffer-history.
       new  096a152bba Fix keymap issue in helm-comp-read and helm-source 
(#1680).
       new  b54d937634 Update *pkg.el files.
       new  cc135c8928 Update HFF documentation.
       new  74a0c4d17a Fix loading aliases in 
`helm-find-files-eshell-command-on-file-1`.
       new  26f2e1e0e4 Fix helm-man-woman in failures of man and woman
       new  4ff79a4162 Add fallback for man failures
       new  f747c99b03 Addressed code review
       new  f9ea4c4bab Merge pull request #1681 from 
danielxia/man-woman-correct-fallback
       new  5f35fd1716 Reuse manual-entry with *switches instead of 
Man-getpage-in-background (#1681).
       new  c6a51c4761 Add comments, no code change (#1681).
       new  b636fd9d17 Fix AG pipe command line for RG.
       new  edb87fd252 Prevent uninstalling packages not already installed.
       new  ca547f5c7a Fix paren error in previous commit.
       new  acd8dbe688 Allow nil value for source name in helm-goto-source 
(#1684).
       new  3d33d9396b Make helm-goto-source argument optional (#1684).
       new  7911b8891b Allow cycling in help buffers, next/prev line with up 
and down.
       new  994f610cc7 Add more commands to help.
       new  a72aa3fd94 Document help keybindings.
       new  6105ddd0be Add more generic doc.
       new  f40d261685 Allow toggling visibility in help with M-t.
       new  40cb0b4388 Add a link in help and allow following it.
       new  9321385d6f declare org-open-at-point.
       new  be8bd06298 Fix link name.
       new  0f6f678f3b Move gif file to new dir images and update readme file.
       new  166f7b1aac Fix hff help.
       new  34d51f55ae Update helm-help docstring.
       new  2b2c31e9d5 Allow toggling org status between 3 states in help.
       new  f01ccab614 Ensure iterator is non-nil in helm-iter-next.
       new  b035b10f29 Ensure entities are decoded on url at point with hff.
       new  7d7c16f101 Update pkg files.
       new  74cd2e4ee1 Allow a numeric value for :multiline slot (#1686).
       new  ed80c04b4b Merge branch 'multiline_transformer'
       new  a5254ba16c Simplify loop in helm-register.
       new  aad266317a Remove unneeded binding in 
helm-register-action-transformer loop.
       new  057e0b5509 Reset multiline attr at startup in kill-ring.
       new  07c8761545 Add helm-copy-to-buffer to global doc (#1687).
       new  f8296127e6 Add "," as delimter in helm-dabbrev--regexp.
       new  41fc00a15a Bind keymap in source history of helm-comp-read.
       new  abb5bf4a0d Fail silently when user exit M-x with empty string.
       new  19e9bf81e2 Fix fuzzy scoring when pattern length is 1 (#1689).
       new  bbd39ac5d2 Allow customizing spaces before prompt in header-line 
(#1690).
       new  fdc277116b Make helm-cr-unknown-pattern-flag private.
       new  cc20036ccb Move to first real candidate (file) in dired-goto-file
       new  91ced00ad8 Allow customizing dired commands allowed to go to first 
real cand (#910).
       new  5b79b86975 Update help message.
       new  c90fda43eb Allow marking candidates in crm-complete (#1692).
       new  e991087781 Update README.
       new  2d7b7e52ed Fix adaptive sorting with candidate having no empty 
pattern entry.
       new  6a8beabab6 Refactorize helm-adaptive-sort.
       new  4f667a0976 Change adaptive sort from frequency to 
frequency+recentest.
       new  56628b7a55 Allow customizing sort in adaptive.
       new  c3f70affeb Fix read-only problems in helm buffers (#1697).
       new  a7e01d435a Ensure we don't loose candidate when insertion fails 
with kill-ring.
       new  08941dee6b Ensure to not addition timestamp with freq.
       new  957cdec57a New user var helm-dabbrev-candidates-number-limit.
       new  3d66fd573b Add new action to kill-ring.
       new  2d1c1827a8 Update help message.
       new  2bc1eb81d3 Update global help message.
       new  e4e6b533d3 Fix dabbrev delimiter.
       new  319292ce1b Remove read-only property in *mark-ring (#1697).
       new  a5d73ab224 Unquote candidates in display and at insertion of 
completion-in-region.
       new  6f712d2a99 Fix bug in helm-cr-default-transformer.
       new  28e26ceb52 Add comment, no code change.
       new  28cf1fb672 Use modified candidate in helm-cr-default-transformer.
       new  6e7e970034 Crm result is now a list in completion-in-region.
       new  7324d7cb7a Simplify previous commit.
       new  b2be783a6e Improve docstring of `helm` command
       new  38649eedb5 Fix helm-nest docstring.
       new  a7d4308604 Update *.pkg.el files.
       new  13a9035447 Restore description of `:history` parameter
       new  84e7c7051c Include `allow-nest` as positional parameter
       new  1751ecf5f3 Merge pull request #1700 from xiongtx/helm-docstring
       new  a2ffb32376 Make helm-nest private.
       new  775691057e Add image.
       new  141ab54ced Fix some urls in README.
       new  9f3716873c Add screenshot.
       new  7e6995961e Add new image.
       new  4063eeb11d Update donation links on README.
       new  58f98bf9b7 Revert previous change to readme.
       new  527e6e0d12 Update README.md
       new  a13929c9bd Update images.
       new  2e01f07171 Update README.md
       new  3a689cc68b Use helm-highlight-files as a 
filtered-candidate-transformer (#1701).
       new  e84778fb62 Check for files mounted on remote filesystem (#1701).
       new  f38dfa3339 Improve README.
       new  7bf4a67973 Fix sentence in README.
       new  d7d492ec29 Merge pull request #1702 from emacs-helm/highlight_files
       new  59cacecc5a Add paypal image.
       new  53591d8068 Update README.
       new  5d4d74c9ad Rewrite README.
       new  9fefcf2899 Avoid sending progress-reporter message at each update 
in imenu-all (#1704).
       new  13cd10eef5 Fix helm-imenu with semantic indexing (#1706).
       new  9006f050d6 Display helm-imenu-in-all-buffers in separate sources 
(#1705).
       new  6121026afd Bind M-left/right to next/previous source in imenu-map.
       new  727fe515ac Bind M-o to previous source in helm-map.
       new  dbf68f1396 DRY in helm-imenu-candidates-in-all-buffers (#1705).
       new  91689a341e Fix imenu transformer to handle more types from semantic.
       new  895d0dd344 Docstring change only.
       new  941dc02c5c Add comment no code change.
       new  a794614c97 Provide line number in in-file source.
       new  bcb049a4a2 Add new types for C in imenu transformer.
       new  af70781dc3 Fix helm doctring.
       new  3418fef893 Update `helm-locate-recursive-dirs-command` docstring.
       new  f266bb66c7 Move Classes to types in imenu transformer.
       new  45dea3d409 Value of imenu candidates can be an integer, fixit 
(#1704).
       new  7ff2e13591 Use integerp as predicate in imenu for consistency.
       new  1e6023ebce Fix imenu transformer use customize variable handle 
types.
       new  806154f691 Merge pull request #1710 from LiuPai/master
       new  e7970061c0 Fix previous commit.
       new  16f37e429c Update files help.
       new  eed7ba6a1e Fix buffer name in imenu transformer.
       new  7d77db896d Fix some docstrings.
       new  130c46cca6 Execute initilaization of one-by-one on limited 
candidates.
       new  821d1c4289 Make *-show-only-basename local in locate-library.
       new  479894aee7 Handle numeric subexps in helm regexp.
       new  8981562472 Fix issue #1712 by reverting a5d73ab2.
       new  c5e68f7a04 Merge branch 'master' of github.com:emacs-helm/helm
       new  999f3f31c8 Add a note about emacs-helm.sh in report bug template.
       new  e80bc79415 Fix hff transformer for tramp host completion.
       new  48e0279c1c Merge branch 'master' of github.com:emacs-helm/helm
       new  08228b0eca Add help section for tramp in hff.
       new  a97981f136 Prevent italic text in help.
       new  a322cc2392 Fix duplicates directories in grep cmd line (#1714).
       new  23d920f4d6 Reindent, no code change.
       new  242adce8fc Update hff doc.
       new  96d671a3fe Rewrite helm-render-source.
       new  aeb38c28ab Don't move unlessly to first line when no matches 
(#1703).
       new  047ae3eb7a Reindent no code change.
       new  1c85cbe6d2 Merge branch 'Fix_1703'
       new  e1878ee7ca Don't check twice helm-sources-using-default-as-input.
       new  dda1f243dd Fix docstring of 
helm-imenu-in-all-buffers-separate-sources.
       new  fef5c8d59d Add comments no code change.
       new  49a633f34f Guess default man command according to system-type 
(#1718).
       new  53ee9b05c8 Remove space in helm-man-format-switches and fix 
docstring.
       new  7a969880e7 Update version in *pkg files.
       new  f2d58e79ba Ensure helm-file-completion-source-p returns nil on RFN 
history.
       new  75a783771d Use assq and memq where needed.
       new  50751ee9e1 Make hff and read-file-name history fuzzy matching 
(#1720).
       new  dff06373e2 Update README.md
       new  1e4d6fb745 Don't widen indirect Org buffers when getting candidates
       new  b4d899388f Merge pull request #1721 from 
alphapapa/org-dont-widen-indirect-buffers
       new  38d49fb1a7 Don't call specific helm functions in 
helm-grep/moccur-mode (#1723).
       new  2e2a86cc7c Fix help message.
       new  b60899bab2 Fix exact searching at first line in moccur (#1725).
       new  e2d4a52bd0 Fix matching empty line (#1725).
       new  9ddc8670fd Fix false matches with escaped space at end of pattern 
by reverting b390c5 (#1725).
       new  30435e76ab Restore previous code in helm-mm-split-pattern and fixit.
       new  4475f9267b Fix match-part with negation.
       new  9a83715eb2 Update helm-search-match-part docstring.
       new  2297d7793f Ask user to install `lacarte` if not installed
       new  64340a29c6 Fix highlighting matches with literal spaces.
       new  b752d11fe4 Merge pull request #1731 from xiongtx/lacarte
       new  f5dd6bfbb5 Split helm-pattern with helm-mm-split-pattern in many 
places.
       new  3b2a975bc9 Disable menu-bar while in helm.
       new  35b2ddf279 Preserve order when fuzzy matching in helm-recentf
       new  b7b2cf9fbf Add some infos in help messages.
       new  e5d5b8d182 Add `refresh` option to `helm-info`
       new  d8cebf8027 Don't unquote the resulting completion in 
completion-in-region.
       new  7a1193909c Merge pull request #1733 from 
alphapapa/recentf-fuzzy-preserve-order-2
       new  93441f24bd Expand file name in helm-quit-and-find-file.
       new  ee9b12d60c Allow customizing sort fn in completion in region 
(#1735).
       new  ef31508d96 Merge pull request #1734 from xiongtx/info-refresh
       new  22eff19871 Add new source to set addressbook bookmark.
       new  6a277e24ee Merge branch 'master' of github.com:emacs-helm/helm
       new  ef86a5f4ae Remove addressbook source from filtered bookmarks.
       new  91760bea40 Revert disabling menu-bar.
       new  e1c47e7e5b Use a separate sort function for helm-M-x (#1736).
       new  8d0942771c Fix helm-M-x-default-sort-fn docstring.
       new  e86cbf2b23 Update version in *pkg.el files.
       new  b5bc7957f4 Add new default fn for RET in hff and bind it.
       new  bbfc926e13 Bind helm-ff-RET in *read-file-map too.
       new  f0a85389f7 Document RET in hff.
       new  57268b67f2 Don't allow marking in imenu.
       new  31ffa92266 Remove helm-ff-RET from *read-file-map.
       new  52fce0ef16 Move helm-lacarte to emacs-helm (#1740).
       new  4e24ce54df Use fuzzy sorting in buffers when needed (#236).
       new  e6c79f0093 Fix sorting in buffers with filter as well (#236).
       new  d91121face Fix highlighting in buffers.
       new  6193cc4d59 Move helm-elscreen deprecated library to emacs-helm.
       new  2c9df90419 Fix major-mode and highlighting with mjm matching 
buffer-name.
       new  7a7c35c9b1 Fix highlighting mix of fuzzy+multi in buffers and fix 
documentation.
       new  79b94bd3f6 Remove also negations in 
helm-buffers--pattern-sans-filters.
       new  66b79ae226 Fix fuzzy+multimatch behavior in buffers.
       new  c2f3f145fb Allow returning marked candidates in all sources (#1739).
       new  cd5b2bfe29 Allow marking candidates in all sources (#1739).
       new  6b34fab764 Change M-U in buffers which is clashing with unmark-all.
       new  4e2b1c3396 Fix marking last candidate in a source
       new  57ea1a4727 Revert marking candidates in all sources for now 
(cd5b2bfe) (#1739).
       new  c442e39115 Merge pull request #1741 from 
alphapapa/fix-make-visible-mark
       new  32897fd198 Memoize fuzzy pattern in buffers.
       new  90c9b5e3c9 Allow marking candidates in all sources (#1739).
       new  cf875a26a2 Merge branch 'mark_all'
       new  6c7233d2e8 Update doc about marking.
       new  f3726630d5 Update mode-line after marking all (#1739).
       new  a399158bcd Add a fct to helm-source-addressbook-set.
       new  15625ffb83 Add Org file bookmarks to helm-bookmarks
       new  81c355d1cd Merge pull request #1743 from 
alphapapa/helm-bookmark-org-files
       new  fb637c429b Reorder, use with-helm-alive-p in interactive mark-all 
fn.
       new  06fa322722 Show non existent bookmarks in different color.
       new  4680bc5a99 Be safe when highlighting remote bookmarks.
       new  9db9ed21c8 Update *pkg.el files.
       new  75cf96ae9f Remove deprecated helm-debug-toggle (#1749).
       new  410e2f4ac8 Use own prop to store grep filenames.
       new  7720753af6 Add helm-wikipedia-show-summary and refactor accordingly
       new  1b8d1c40a7 Merge pull request #1751 from 
alphapapa/helm-wikipedia-show-summary
       new  5a5f0826e1 Enable basic mouse usage in helm (#1746).
       new  c906a4600e Merge branch 'mouse_select'
       new  22b2558149 Revert "Add helm-wikipedia-show-summary"
       new  108a638380 Merge pull request #1752 from 
emacs-helm/revert-1751-helm-wikipedia-show-summary
       new  99d36c7844 Add helm-wikipedia-show-summary and refactor accordingly
       new  6271eab814 Rename helm-prevent-mouse to helm-allow-mouse (#1746).
       new  2188e29497 Handle existing help-echo in mouse help-echo (#1746).
       new  f64d349a9b Use only first line of help-echo in helm-popup-tip-mode.
       new  d42f997155 Merge branch 'helm-wikipedia-show-summary' of 
https://github.com/alphapapa/helm into alphapapa-helm-wikipedia-show-summary
       new  6047a4ea27 Add brief documentation for mouse usage (#1746).
       new  af1b68fe7f Handle non matching candidates in helm-comp-read with 
:candidates-in-buffer.
       new  4b27393c47 Prevent exiting with first candidate when display is not 
ready (#1750).
       new  1f53f3db78 Try to optimize completing-read by default on fixed 
lists (#1750).
       new  88ed8745f7 Update helm-message.
       new  6d689bd3fd Fix existing help-echo's with mouse-face (#1746).
       new  a432396e57 Add comment and fix long line (#1746).
       new  a600fb4b6e Fix setting of help-echo when changing place (#1746).
       new  2dc817b27e Add helm-only prop on helm-mouse-select-candidate.
       new  de50782923 Set cursor-type in action buffer.
       new  dde10dd03c Handle mouse selection on multiline candidates (#1746).
       new  f5b5172d9d Bind mouse and set help-echo when marking selection 
(#1746).
       new  93f2a45535 Make some helm-mouse fns private (#1746).
       new  fb452cf79c Backquote resume fn in HFF.
       new  9f03f6441c Test if map exists before defining mouse binding (#1746).
       new  79abeb3f8a Fix condition in helm--bind-mouse-for-selection (#1746).
       new  0efc737424 Add comment about completing-read optimization.
       new  6d260f9fbd Finally decide to use an optimized handler in CR.
       new  bde116cbd0 inhibit-read-only when changing mouse help-echo prop 
(#1755).
       new  9cf8cf1d40 Warn when clicking in helm-buffer while action buffer is 
visible (#1746).
       new  cc2466d759 Fix toggling hff auto update when deleting backward.
       new  7fce44dc3d Add terminal bindings for helm-ff-run-toggle-auto-update.
       new  65e5b29109 Compute completing-read collection with empty string.
       new  7c18dc8b94 Compute collection inside helm for default helm-mode 
handler.
       new  bd7be89ce0 Don't overwrite mouse properties when redisplaying 
(#1746).
       new  b43d99e3d4 Implement mouse usage in helm-grep-mode (#1746).
       new  4cf832492e Implement mouse usage in helm-moccur-mode (#1746).
       new  d874f464f4 Workaround to avoid loosing help-echo in 
output-filter-post-process (#1746).
       new  5edb88b03f Use recurse flag of pdfgrep when a directory is marked 
(#1756).
       new  96300119f3 Update README.
       new  cdf57bb775 Don't use alistp in default completing-read handler.
       new  1ce881d969 Fix again default handler with in-buffer.
       new  e18368978c Bind mouse in grep sentinels (#1746).
       new  e92f9638f3 Reset mouse in preselection (#1746).
       new  541ed8c246 Maybe follow candidate when mouse selecting (#1746).
       new  81bd2fbea1 Update helm-help-message.
       new  8824785782 Allow customizing prefix key for executing action at nth 
(#1757).
       new  32e42d82e9 Docstring only, no code change.
       new  37229b91f7 Minor change in helm-ff-handle-backslash.
       new  7d4a82bacd Fix find-file-at-point with helm-mode (#1758).
       new  5492b6c1bd Clean up save command history logic
       new  bdf6ae1266 DRY in helm-insert-match.
       new  7834a35864 Remove button props and friends in package buffer.
       new  97f4bdd5a8 Fetch packages on remote when calling *packages-no-fetch 
with a prefix arg.
       new  1f7bd1c1f9 Merge pull request #1759 from xiongtx/save-history
       new  fc24d5a113 Fix previous PR by calling cons with two args (#1759).
       new  707f3c371b Calculate file checksum async.
       new  d31a2a61b9 Revert previous commit, seems async-let is not working 
compliled.
       new  2f85993b5a Helm requires async from now and use it in 
helm-ff-checksum.
       new  06621d56fa Use -q option for emacs in Makefile.
       new  bff7328b85 Update *pkg.el files.
       new  5ec7888548 Merge branch 'async'
       new  ba171080eb Update async version in *pkg files.
       new  f442b7ecac Change helm-net HTTP URLs to HTTPS
       new  8ec6631285 Merge pull request #1763 from notetiene/master
       new  f6bd52ab2d Get a default load-path value from emacs -q in 
emacs-helm.sh.
       new  0597268c5e Merge branch 'master' of github.com:emacs-helm/helm
       new  b133fb3e8a Try to find the async package if installed from (m)elpa.
       new  5f2c1b5961 Improve makefile.
       new  9b20a8009a Improve emacs-helm.sh.
       new  2cd67d1269 Reindent makefile.
       new  bdc6711656 Fix version number dependency.
       new  3e84bd4344 Fix typo in issue template
       new  8c4dbb0fa3 Improve helm-render-source performances (#1766).
       new  8ae3d884bd Merge pull request #1765 from masutaka/fix-typo
       new  eec1ab101b Fix ffap in helm-completing-read-handlers-alist (#1768).
       new  ba38cf0390 Fix preselection from history in HFF.
       new  ab8e6fa029 Add function for opera browser.
       new  25422a6caf Stop supporting type attr in adaptive sort.
       new  b757861562 Same in adaptive store.
       new  de48308ad1 Compare display in adaptive sort and not real.
       new  d7b552e464 Exit with error when FILE is not a regular file in 
checksum (#1769).
       new  c2f6169a8b Add checksum action to action transformer (#1769).
       new  3ef8e25aa9 Fix action transformer and move actions on top.
       new  178a2163d5 Remove attach files from action transformer and rename 
fns.
       new  c4d2b0a069 Use markers in mark-ring sources (#1770).
       new  b518c2374e Save current position to mark-ring when switching with 
it (#1770).
       new  60a93a80ef Remove restrictions on remote for ack and ag.
       new  e518615ad3 Update help.
       new  730734c423 Make recenter optional in force-update.
       new  1dd33f4b3c Allow passing a numeric argument to recenter in 
force-update.
       new  81c33161a9 Fix `helm-force-update` docstring.
       new  39ca42ba03 Remove fuzzy in hff history.
       new  96bab3b6d2 Honour helm-mode-reverse-history in read-file-name.
       new  5a076c745f Revert 39ca42ba.
       new  a42616301c Fix delay in `helm-run-multi-key-command`.
       new  72986d5fff Fix some long lines.
       new  f01c5933fd Add face for non file buffers
       new  b780d8e170 Merge pull request #1773 from jagrg/master
       new  8c194a0dc1 Allow cycling resume.
       new  ee9e327b03 Fix resuming HFF.
       new  77c78adb93 Improve cycling resume.
       new  832ef6cfe1 Update help.
       new  8c414cb227 Bind cycle resume to a key available in terminals as 
well.
       new  d116526743 * helm-command.el (helm-M-x): Re-throw error signal.
       new  e6c9f374a3 Merge pull request #1774 from 
xuchunyang/helm-M-x-re-throw-error-signal
       new  9337ad8fe9 Don't alter helm-completing-read-handlers-alist with 
org-capture (#1439).
       new  330d5e81c1 New user var for cycle resume delay.
       new  3a1e919787 Add group slot to helm-source and use it.
       new  ee2acf0487 Start adding group in some sources.
       new  42cba35309 Add help entry for customize.
       new  627d118174 Use Org's startup visibility in Helm
       new  07e64e455f Do not alter the case of the replacement text
       new  6e47e1f1b6 Merge pull request #1777 from jagrg/master
       new  54aaf9e4c2 Fix insertion in CRM.
       new  d46206a073 Check variables before making transformation
       new  bc49f126d7 Merge pull request #1778 from jagrg/master
       new  cb97d744d2 Avoid resetting iterator when not needed in cycle resume.
       new  da5a3396f8 Add comments, no code change.
       new  d92dcacb25 Try to find a default separator in CRM.
       new  e4ed159cff Add keybinding tag in action for hff.
       new  05a297dda6 Update version number in pkg files.
       new  c4dc3a1cbf Fix tramp for emacs-26.
       new  b583a4b151 Fix helm-create-tramp-name again for emacs-26.
       new  3396747e84 Add a comment, no code change.
       new  df78b390a7 Fix error when redisplaying mode-line after no result in 
AG.
       new  f2ea3f9b5f Allow setf'ing helm-attr and remove unused 
helm-attr-defined.
       new  f7c041ea40 * helm-command.el (helm-M-x): Fix for the Lisp debugger.
       new  3568fde714 Merge pull request #1780 from xuchunyang/fix-helm-M-x
       new  0a7597a709 Remove timer in `helm-info-lookup-symbol`.
       new  032d1b9a07 Allow customizing function to retrieve files in non-vc 
controled project.
       new  09b6fcd1b5 Fix completing-read with must-match == nil (#1782).
       new  5108135270 Don't fail silently when no completion in eshell (#1785).
       new  e1192e6413 New helm-find-files action to open dired with marked 
files (#1783).
       new  7fd203be54 Allow inserting marked candidates at once in esh buffer 
(#1784).
       new  e9159c8473 Mark CANDIDATE arg as unused.
       new  f652f4ff30 Merge pull request #1787 from 
emacs-helm/eshell_insert_marked
       new  342861c859 Add binding in hff action title.
       new  758cebe2db Quote regexps in query-replace in file names.
       new  6cafa37989 Revert e1192e64 (marked files in dired) (#1783).
       new  d919d0933f Reenable marked files in dired with a fix to wdired 
(advice) (#1783).
       new  965b0926ce Update help as well about marked in dired.
       new  74d93b245f Merge pull request #1788 from 
emacs-helm/marked_files_in_dired
       new  9f532785d4 Reset prefix-arg when consumed in hff.
       new  3b40be6d75 Fix unneeded confirmation in wdired by advicing original 
code (#1783).
       new  660c8d793a Fix wdired-finish-edit with some files modified and some 
not (#1783).
       new  8c29f79b61 Add comments, no code change.
       new  a7d2cd4522 Protect call to file-name-absolute-p in 
wdired-get-filename (#1783).
       new  5b1926d512 Update hff help.
       new  0bef5dce48 regexp quote default string used by imenu
       new  8b9d541108 Merge pull request #1792 from 
lewang/le/imenu-regexp-quote-default
       new  9fe689546b one more regexp-quote
       new  3cf2e6b888 Also regexp-quote :default in semantic (#1792).
       new  f77f5eac6b can't regexp-quote nil
       new  ea8e30436f Merge branch 'le/imenu-regexp-quote-default'.
       new  63e53c92d5 Change behavior of helm--follow-action.
       new  ba79c4496a Update help.
       new  70651b7bb2 Update *pkg.el files for 2.8.0.
       new  aefc62271e Handle multiline candidates without :multiline attribute.
       new  7a51a47ab6 Regexp-quote default in helm-(m)occur (#1798).
       new  dc04c0b6bd Fix previous commit (#1798)
       new  72620dc7da Merge branch 'multiline_candidates'
       new  8fe9c7f1f3 Don't depend on gnus-dired to attach files
       new  d7d9fa829f Fix marking candidates at eob.
       new  979ef26c05 Save excursion when attaching files
       new  c7d5cfe096 Allow creating directory (#1799)
       new  510dd83381 Fix again helm-end-of-source-p
       new  a439b7270f Revert aefc6227 and all related changes since then
       new  55cd3b7ee0 Fix load-path with elpa in emacs-helm.sh (#1800)
       new  8d0ef8f7ba Try to prevent read-only candidates (#1755).
       new  2894644d07 Allow marking in helm-top (#1794)
       new  b697a6dedc Allow using wildcard with wdired (#1783).
       new  be627689eb Update HFF help.
       new  2ed0c906ff Add some missing bindings in hff action menu.
       new  1faaf063af Change binding for query-rename fname
       new  6613e95806 Handle multiple eshell buffers (#1804)
       new  822316711a shell-quote-argument in eshell completion (#1803)
       new  17a8397be3 Preserve order of eshell buffer-list (#1804)
       new  028b1ba194 Strip out first escape char at insertion (#1803)
       new  9d840649dd Fix again eshell quoting (#1803)
       new  e27cec6da9 Ensure default fc-transformer is used in HCR
       new  a21bbc76bf Rewrite helm-move-end/beginning-of-source
       new  8bc2f0f595 Ensure to not update when no candidates
       new  d92b12ed26 Try to work around matching more than 1 * (#1802)
       new  645784aa26 Update README.
       new  76d2581b80 Blacklist some more regexps (#1802)
       new  bfdd22bea8 Use must-match in eshell buffers completion
       new  5975d13be3 Add a placeholder to init str in QR in filenames
       new  9c5846233a Allow to replace in placeholder with QR in fnames.
       new  b7963a5388 Document new query replace features
       new  f369d4aff0 Fix in QRfnames usage of both \# and \@
       new  2e53bd6761 Incremental replacement in search and replace
       new  d2a3b5c927 Update HFF help
       new  f0bbfb8283 Add truncate-lines to helm-for-files (#1807)
       new  3910b69339 Abbreviate filename in helm-type-file (#1807)
       new  841494b718 Return pattern not expanded (#1808)
       new  adbe6ed998 Fix HFF initial input (#1808)
       new  2fcab69340 Fix preselection of dotted files in dired (#1808)
       new  17d315b7f3 Fix preselection when point is at bob (#1808)
       new  1e0bd5a33c Add comment no code change.
       new  d38980ef93 Fix creating file or dir from empty pattern
       new  633b3b0c23 Allow using substring with only from
       new  f7f286ca30 Simplify pcase statement in QR on fnames
       new  9632ce67d3 Use abbrev*fname in some prompts
       new  6256ccbb89 Remove dependency on dirname
       new  cc28c40302 Allow customizing default behavior of HFF PA (#1810)
       new  685a49f91f Fix helm-acond when the cdr of clause is nil (#1814)
       new  7614adec80 Use buffer-substring-no-properties in helm-moccur (#1815)
       new  d0cf55bf47 Fix and use helm--url-regexp instead of ffap-url-regexp 
(#1817)
       new  931a3cd4f4 Fix helm-ffap-guesser as well (#1817)
       new  86c4749d02 Fix HFF persistent action with new file
       new  54a40a7b3c Add font-lock-keyword for helm-aand.
       new  6983664be6 Fix when file doesn't exists and have no basedir
       new  17438d691d Allow customizing fontification in helm-occur buffer 
(#1815)
       new  ddd2228fbf Fix docstring, no code change.
       new  c695a69746 Update *.pkg.el files
       new  c60d896857 Remove test always returning non-nil in helm-update 
(#1816)
       new  e8db60510f Do not call x-focus-frame that confuses the buggy i3 wm 
(#1641)
       new  01d33e20e8 Merge pull request #1818 from nilcons-contrib/master
       new  e268d1a509 Reindent on previous commit
       new  07f8f705f5 helm-update improvements
       new  9e1dd88f06 Fix previous commit
       new  01f5a5a57f Continue fixing helm-update
       new  547edfb1a3 Fix helm-ff-quick-delete preselection
       new  8d52322760 Only comments and docstring fixes
       new  31cf8d6478 Fix helm-yank-text-at-point with async sources
       new  561de40b89 Add debug specs to helm-acond and helm-aand
       new  6b9d0dfa94 Replace newlines and multiple space in 
helm-yank-text-at-point
       new  db38e7902b Revert 31cf8d64, use helm-pattern
       new  954d328090 Revert previous helm-update changes
       new  9a4b87debd Revert previous changes in helm-yank-text-at-point
       new  bec49e271d Fix helm-after-update-hook docstring
       new  3436e172a6 Only comments, no code changes.
       new  8fe766e3d2 Allow replacing only a substring in *QR-on-filenames
       new  703e7caa22 Fix target in substring replacement
       new  8847a493d5 Update HFF doc
       new  fc88aae6ef Add START arg to helm--replace-regexp-in-string
       new  6dabfe481f Fix helm--replace-regexp-in-string docstring
       new  515511a12f Rename function helm--replace-regexp-in-string to
       new  e03381660d Prevent entering multiple stars but allow wildcards 
(#1802)
       new  9e803b5a4a Simplify regexp for (#1802)
       new  518ad19ad5 Force mode-line update at end of update (#1806)
       new  bd5e157cab prevent duplicates help-echos in async sources
       new  85949ba71f Fix compatibility with emacs-26 for tramp
       new  8113bf33f9 Provide completion on dwim-directories (#1820) (#1821)
       new  b91b5fc366 Use original behavior for dwim target in ediff (#1820)
       new  da8d7ae3ab Include dired buffers in "/" filter (#1826)
       new  0ea541b2fe helm-org.el (helm-org-refile-within-buffer): Add function
       new  c106aad071 Merge pull request #1824 from 
alphapapa/org-refile-in-buffer
       new  af33cac5dd Fix unused argument BUFFER in previous commit (#1824)
       new  b053d14f40 Insert string escaped in shell based buffers (#1827)
       new  bcb54d7c30 Fix restoring mark at bob
       new  12a28d22be Add a user var for modes requiring escaped strings 
(#1827)
       new  b66d5b12cc Update eshell commentary
       new  f19d47941c Merge pull request #1828 from bb2020/master
       new  2ce700070c Merge branch 'master' of github.com:emacs-helm/helm
       new  36ff879875 helm-org.el: Remove new refile functions, replace old one
       new  7ef0bef6ce Merge pull request #1829 from 
alphapapa/org-refile-improvements
       new  180369870d Allow using a symbol for candidate-number-limit (#1831)
       new  be5242af3b helm-org.el (helm-org-in-buffer-headings): Don't nullify 
helm-org-format-outline-path
       new  c48cf115d8 Expand input in eshell completion (#1832)
       new  f6c801b6b3 Fix eshell completion with non-filename input (#1832)
       new  6e512b61a2 Merge pull request #1833 from 
alphapapa/helm-org-paths-fix
       new  35149d2798 Fix eshell completion when called just after command 
(#1832)
       new  e21991b4c7 Continue fixing eshell completion according to #1832
       new  0813ab12b4 Fix eshell completion on "~" (#1832)
       new  5b6aa86eb6 Update helm-source-in-buffer documentation
       new  aecf4c62a5 No space at end of eshell completion after a directory 
(#1832)
       new  b951e7e2c5 Don't remove first char after ~ completion (#1832)
       new  9d35d7caca Complete dot files with / (#1832)
       new  d1651d0c59 Don't add final / on quit (#1832)
       new  daaaf2bc25 WIP add completion on hidden files (#1832)
       new  6c0022f859 Add comment for eshell completion (#1832)
       new  310c30b850 Merge branch 'eshell_dot'
       new  a4bb0d8fdd Add comment for eshell completion (#1832)
       new  12ed71ef93 Add more comments for eshell (#1832)
       new  6dee2c4ab6 Fix regexp for dots and expand filename (#1832)
       new  9fd5760179 Make available input in collection function (#1838)
       new  c1652c0a09 Restore dot when quitting in eshell (#1832)
       new  0154a99d33 Rename var and fn that handle quit in eshell (#1832)
       new  80dada6a07 Fix return values of insert calls in eshell (#1832)
       new  57b1a54570 Fix again adding final space when needed (#1832)
       new  5e2ed571b5 Fix error at insertion in eshell (#1832)
       new  74b5cae807 Check for autosave files in org directory
       new  3aec81e69b Update *pkg.el files
       new  9362c5733c declare init-hooks for the grep and moccur sources
       new  d6bd5719db Merge pull request #1839 from sameerds/init-hooks
       new  0451d5e896 Allow pasting an abbreviated path in an empty minibuf 
(#1840)
       new  cd24f1d36f Reenable timers in kill-ring action
       new  2d50d4cc03 Allow using a prefix arg when yanking.
       new  77ce15abdc Update kill-ring help
       new  5a6b47c86e Allow disabling in-buffer in completing-read (#1838)
       new  d79d46776e Use second arg of thing-at-point
       new  5d787060c2 Improve searching word/symbol at point
       new  657ca4d6c3 Remove separator in match
       new  bd7abcd8bc Add "#+" to helm-dabbrev--regexp
       new  90dc01d208 Fix long lines and reindent, no code change
       new  c19a3fa4ad regexp-quote pattern in dabbrev
       new  36206b737e Remove newline, no code change
       new  67df553ae0 Cache dabbrev data
       new  c0cb8d58b0 Check parts of dabbrev in hash
       new  20e1b47648 Move search dabbrev code in own function
       new  a42da5dd62 Always search the first dabbrev candidates
       new  f0c72ee6e5 Throw error when dabbrev is nil
       new  1773a71f4a Make obsolete helm-dabbrev--regexp
       new  719e020c42 Make experimental caching optional for now
       new  47478f5622 Fix helm-dabbrev-candidates-number-limit default
       new  ef2dc0b08d Allow passing a buffer to :data
       new  647ede64d9 Fix reinitialization in force-update (#1843)
       new  c1206bcdb9 Remove unneeded "it" in force-update
       new  20110ac685 Update :data slot docstring
       new  fa40b6a1e2 Use a copy of buffer for :data slot
       new  5e051bbbce Revert some changes in helm-dabbrev
       new  5e4081322f Don't kill candidate-buffer when it is a real buffer
       new  ec94ff52c9 Update docstring
       new  9e96dfd98b Remove workaround for old versions of ripgrep
       new  69f4db861d Allow hiding buffer-name in helm-occur
       new  e140406bf9 Allow resuming helm-occur with invisible props.
       new  7526ecfa3b Notify when copying/renaming async
       new  618607a4a6 Add RG to helm-sources-using-help-echo-popup
       new  a11ce55dd4 Fix matching dabbrev at bol
       new  358328e5f0 Rename helm--dabbrev--search (fix typo) and add docstring
       new  2c595ad3cc Fix a beginning of line not preceded by a newline
       new  ec985d97df Fix helm-dabbrev-separator-regexp
       new  fe1acfcf69 Fix limit in helm-dabbrev--collect
       new  e29fba7c77 Default in helm-dabbrev is now cycling 5 times
       new  94a032e2b3 Allow overriding helm-moccur-show-buffer-fontification
       new  c8c7dfbaad Fix docstring
       new  c6c1cdb0d0 Fix default for helm-moccur-buffer-substring-fn-for-modes
       new  2d0a3dc906 Docstring only
       new  3faa5bada4 Improve custom settings
       new  3d7643ca00 Fix pos-before and pos-after in helm-dabbrev
       new  79f2cfa45f Ensure mode-line-update don't run when no source
       new  7993ecae32 Fix helm-boring-file-regexp-list for directories (#1844)
       new  15525a2608 [WIP] Fix (#1844) by improving helm-find-files filter
       new  d68f19c043 Make filtering boring files a little faster (#1844)
       new  dc941bd599 Fix helm-ff-skip-boring-files docstring
       new  9cfeacd937 Filter out nil candidates (#1844)
       new  506c76bc0e Fix preselection in semantic
       new  44dc2d71c6 No need anymore to use cl-defun
       new  14aefa77ca Move comment upward, no code change
       new  eb7423abb0 Update *.pkg files
       new  ce0be27b4e Don't expand ~/. (#1844)
       new  197cc6906c Merge branch 'master' of github.com:emacs-helm/helm
       new  69f43f0e3a Prevent expanding single dot more generally (#1844)
       new  e0f1421d3a Filter out characters without font (squares) in ucs
       new  305b722a61 Add progress reporter to ucs
       new  4f3cc5276d Allow reloading ucs-names with a prefix arg
       new  a3c756d270 Fix actions and keymap in ucs
       new  25450b3ff1 Allow space insertion in current-buffer from ucs
       new  a83e2dd3ef Fix HFF bookmark handler for unconnected remote files
       new  20f7e74764 Fix highlighting of non connected remote bmk's
       new  df568bb523 Remove addressbook support
       new  0fc89c212b Update *pkg files
       new  35323b5044 Merge branch 'remove_addressbook'
       new  12db06593c Add kill actions to ucs
       new  10669b0875 Fix title action
       new  d9b953379c Fix prefix-arg in helm-find-files actions
       new  511f267ec2 Try to optimize require in several places
       new  ac620a92ff [incompatible change] Remove helm-push-mark-mode
       new  f2745db231 Require helm-bookmark from functions
       new  ea2f8ce6f0 Start splitting helm-files and redispatching functions
       new  e74db422e8 Move org-directory declaration on top
       new  67c9113731 Move find cmd related code to its own file
       new  889095166b Move some function from helm-files to helm-mode
       new  7aeef1683d Fix some more requires (#1846)
       new  b68e887ebd Move helm-for-files-preferred-list to helm-for-files
       new  8dcba47842 Requires helm-x-files where needed
       new  69498ffa9a Require helm-external only where needed
       new  9b9dc807e3 Reorder, move some variables to right places
       new  3c865ecc95 Make several tramp related functions private
       new  54998e5b8f Make helm-bookmark loading when requiring helm-for-files 
(#1847)
       new  9f3d9e611f Fix docstring to helm-for-files-preferred-list
       new  7e8f8dae77 Require helm-adaptive where needed (#1850)
       new  cb59e5d4c8 README: Improve phrasing
       new  a4ebcf7fbf Merge pull request #1852 from Ambrevar/master
       new  171a2146af emacs-helm.sh: Switch to Bourne Shell (sh)
       new  8608d23fc2 emacs-helm.sh: Return exit status 1 instead of 2
       new  b0f3739158 emacs-helm.sh: Double-quote $CONF_FILE
       new  c3939dda5a emacs-helm.sh: Improve phrasing
       new  eef940d7bf emacs-helm.sh: Remap execute-extended-command instead of 
binding M-x
       new  db31000b60 Fix unquoted symbols
       new  54dbef8e62 Merge branch 'master' of github.com:emacs-helm/helm
       new  20fd1fdc80 Merge pull request #1855 from Ambrevar/master
       new  cb14dd5eb4 README.md: Fix Emacs-helm -> Emacs-Helm
       new  9592ce9450 Improve phrasing in Helm documentation functions' 
docstring
       new  9c91a6a782 Fix ucs-name handling for upcoming Emacs release
       new  3489b29f72 Merge pull request #1862 from notetiene/master
       new  d5de04972c Don't try to print "\n" in ucs
       new  7f9df2f8f5 Improve phrasing in helm-buffer documentation
       new  5bd9019f7c Improve phrasing in helm-find-files documentation
       new  19e4392f2f Improve phrasing in helm-read-file-name documentation
       new  56ddcc3fac Improve phrasing in helm-generic-file documentation
       new  7579e16d26 Improve phrasing in helm-grep documentation
       new  a7c4b27149 Improve phrasing in helm-pdfgrep documentation
       new  2ad8cea7e4 Improve phrasing in helm-etags documentation
       new  44ca10383a Improve phrasing in helm-ucs documentation
       new  ca6d0f1d70 Improve phrasing in helm-eshell documentation
       new  3b37519937 Improve phrasing in helm-ido documentation
       new  dc869365cf Improve phrasing in helm-moccur documentation
       new  30edf3e341 Improve phrasing in helm-top documentation
       new  ca7714c30a Improve phrasing in helm-apt documentation
       new  e265473356 Improve phrasing in helm-el-package documentation
       new  7b0cd2daeb Improve phrasing in helm-M-x documentation
       new  bdc6651069 Improve phrasing in helm-imenu documentation
       new  b8b316193c Improve phrasing in helm-color documentation
       new  4174684702 Improve phrasing in helm-semantic documentation
       new  73437193b0 Improve phrasing in helm-kmacro documentation
       new  4f677c9875 Improve phrasing in helm-org-headings documentation
       new  9e9d68afb4 Merge pull request #1863 from Ambrevar/master
       new  44c2dc3220 Requires helm-utils in helm-info (thanks Robert)
       new  ca5fba6ea1 Fix global help about helm-help which is no more global
       new  6c8ab8fc6d Allow switching vertically in buffers with a pref arg
       new  416ee02615 Try to clarify kill-ring help (#1863)
       new  7d1dc10549 Improve phrasing in helm-kill-ring documentation
       new  4cd7ed8c67 Merge pull request #1864 from Ambrevar/master
       new  68de4d552b Filter out all unprintable character in ucs
       new  fa09b8b093 Inherit from a font-lock face
       new  bb5e11c827 Require dired-x where needed
       new  7529fd1f48 Allow switching vertically to other window in helm-moccur
       new  2f167383c6 Allow switching vertically other window from hff
       new  1540070aab Add new function and use it
       new  634da585d6 Switch to buffer vertically for all windows
       new  9686b3544b Replace dired-simulteanous-find-file
       new  bce5346458 Allow also in grep switching to files vertically
       new  f366fd723e Rename helm--switch-to-buffer-other-window
       new  6a6c427a85 Fix selection of initial window
       new  841188164d Jump to pattern in grep action
       new  f42a4d0786 Add comment no code change
       new  341412f562 Document how to switch to files/buffers vertically
       new  0441acf0ee Add some notes to grep and moccur help
       new  a80aeccb7a Rename helm-switch-to-buffers-other-window
       new  2ead5718c3 Add helm-switch-to-buffer-other-window docstring
       new  d00f74627e Add note in help about new behavior of backing up files
       new  d21f004236 Fix helm-allow-mouse docstring no code change
       new  898e55c96d Add notification when opening files in background
       new  421f4edad6 Use separate face for modified buffers
       new  f79d1fdbd4 Merge pull request #1866 from rcj/master
       new  fa43d96967 Fix some face issues (#1866)
       new  cd5a032a0d Log pattern in hff
       new  6d393eb278 Don't fail when there is too much windows
       new  338d4e110e Fix long lines
       new  6eca75084c Prompt only for modified buffers when killing (#1869)
       new  40b401253e Don't ask twice when killing buffers (#1869)
       new  e91b03ed42 Require dired where needed
       new  44bc49fbf9 Fix another require in helm-locate (#1872)
       new  fd3bc2707d Don't create a new window when one already exists (#1874)
       new  cc15f73e0d Make helm-alive-p (the function) internal (#1873)
       new  a8344d21f6 Fix switching vertically from a single window (#1874)
       new  36f4e6fa4f Fix some docstrings for switching files OW (#1874)
       new  a3b88e3d20 Add help for completing-read's
       new  7ad6048471 Add a link to helm-mode in help
       new  ac0e482f34 Add the help-message in symbol completion as well
       new  230f82c7db Make helm-documentation more standard (#1859)
       new  0861f5244a Make helm-comp-read-help-message a function
       new  e9b8366211 Require dired where needed (#1878)
       new  b0be214cf6 Ensure dired-aux is loaded as well (#1878)
       new  869f3eb352 New flag to notify helm-read-file-name is running (#1879)
       new  550f6a34f5 Explain what emacs-helm.sh is in issue template (#1867)
       new  38576d1637 Rename argument MENU to PROMPT
       new  161c90ffb4 Declare helm--completing-file-name in helm.el (#1880)
       new  91c7a900d8 Fix regexp detecting eshell aliases (#1881)
       new  a20c8cd405 Allow switching-buffer-other-window vertically (#1860)
       new  91b5cb3dbe Add again a question about emacs-helm.sh in template 
(#1867)
       new  8f3f8738da Allow helm guessing how to split-windows (#1860)
       new  150b447993 Some typos / rephrasing in issue template (#1867)
       new  6409a13708 Pull out the logic for  pipe commands into a separate 
function.
       new  b1ea18468a Update to address package maintainer's comments.
       new  41fdac07f7 Merge pull request #1883 from zhenya1007/pipe-command
       new  baedae5cb5 Require time for display time (#1884)
       new  0a2bcefcda Handle errors in helm-find-files-other-window (#1871)
       new  fa97e01027 Let-bind the must-match-maps in helm-mode
       new  8ba298837a Temporary fix for previous commit
       new  8b6d0d21e1 Allow using helm-ff-RET in must-match map
       new  4b93482bc4 Merge branch 'helm-find-files-other-window'
       new  fbda1ed653 helm-utils: Fix some typos and doc syntax
       new  1502dca1ce helm-files: Fix trailing whitespace
       new  3c26ce9045 Add helm-switch-to-buffers-function
       new  d437b58b8d Remove helm-simultaneous-find-file
       new  ffdd3b63fe Add helm-window-alternate-split-fn (a 
helm-switch-to-buffers-function)
       new  e7961b2920 Suggest refactoring of helm-switch-to-buffer*
       new  6f20c49b27 Add helm-window-mosaic-fn (a 
helm-switch-to-buffers-function)
       new  2385b81edc Update *pkg.el files to new version
       new  7b852880cf Refector some window- and buffer-related functions
       new  971c19d147 Add customization choice to 
helm-window-show-buffers-function
       new  eaf6a528bf Fix duplicate first window in 
helm-window-alternate-split-fn
       new  a66849bfc0 Merge pull request #1871 from Ambrevar/master
       new  ba4ce10bd1 Fix long lines, no code change
       new  c03ca60490 Fix helm-window-show-buffers-function
       new  6bc6c63ceb Fix helm-moccur action to switch OW
       new  20c6b31af0 Remove obsolete entry in type buffer
       new  8529bbd8a8 Fix preselection in HFF actions
       new  e67babe761 Reuse window when switching OW from grep or moccur 
(#1893)
       new  343edce54a Use source and not src in helm-make-visible-mark
       new  b8fb5cd9d0 Make alternate-split and mosaic respect 
helm-window-prefer-horizontal-split
       new  f93867cc38 Merge pull request #1898 from Ambrevar/split-preference
       new  17ae400436 Fix default TEST in helm-position
       new  ba422033ec Fix helm-position docstring
       new  d204233534 Add autoload cookies for browser commands
       new  57d7ac8675 Fix helm-position macro defined too late (#1897)
       new  41fc6d6cdc Remove test fixing issue #1036
       new  cdd9018230 Fix some docstrings (#1902)
       new  8b5df59a14 Rename helm-split-window-in-side-p (#1902)
       new  ffd5e005d6 helm.el: Edit documentation for phrasing and typos
       new  e98a427913 Merge pull request #1904 from Ambrevar/docfix
       new  c64c444732 Add docstring for org tag completion (#1890)
       new  4c2157971f Require dired in helm-buffer--details (#1846)
       new  3ff680b7ee Fix duplicates in mark-ring (#1891)
       new  3b2d6cd4eb Add current mark to mark-ring and revert previous change 
(#1891)
       new  5b6398c60e Add note to docstring
       new  a6e000a7fc Make helm-ff `C-c i` work on multiple candidates (#1899)
       new  5193070fb1 Use escape fn on first candidate inserted (#1899)
       new  2cfaea57da Ensure to always collect current mark (#1891)
       new  ece8972b50 Don't push but cons current mark (#1891)
       new  ffd2abf5c4 [Emacs bug] Advice push-mark (#1891)
       new  9089f57e9f Fix docstring and reindent fn
       new  04b82532ee Add helm-eshell-prompts
       new  be10a86ad5 Merge pull request #1905 from Ambrevar/eshell-prompts
       new  c9cd99fcc8 Merge branch 'master' of github.com:emacs-helm/helm
       new  82c838f604 Declare eshell-next-prompt and remove unused argument 
(#1905)
       new  fe92240663 Simplify loop (#1905)
       new  fe398b9578 Add action to clean hist vars (#1906)
       new  c1b915c825 Fix long lines only
       new  26415e4084 Fixes to helm-sys.el
       new  c2201a9bc4 Missing parenthesis in comment.
       new  7e041a1608 Merge pull request #1908 from ahungry/master
       new  f72b280907 Remove unneeded let-binding (#1908, #1909)
       new  ff2c746ae3 Allow customisation of push-mark advice (#1891)
       new  8889470698 Delete dereferenced marker if some (#1891)
       new  b21921768f Add an error message for unreferenced markers (#1891)
       new  9395564aa3 Fix defcustom function (#1891)
       new  8b67ca1728 Fix preselection for buffer listing (#1911)
       new  f556aeb241 Remove unused duplicated slot in helm-source-buffers
       new  dd51038ed2 Send error on wrong usage of candidates-process
       new  934b24cb0b Fix error message
       new  c99c2c6c40 Fix string truncation in buffers (#1910)
       new  233d00d413 Reindent no code changes
       new  16ef6c5348 Make cache for buffers local to sources (#1907)
       new  e8baf0875f Add comment no code change
       new  24b5713b5d Long lines and whitespaces only
       new  c5e0ebe1cb Allow cleaning rings and handle local vars (#1906)
       new  928cda49a2 Fix test in apropos action transformer (#1906)
       new  5eae983b64 Revert c99c2c6c for now (#1910)
       new  42a03cc1f4 Remove gratipay link
       new  994f0f3dfc Change: (helm-buffer--details) Handle non-modified, 
non-file buffers
       new  78ac22ea20 Merge pull request #1917 from 
alphapapa/buffer-details-modified-non-file
       new  851d7174c7 Revert previous PR for now
       new  3806d352f3 Allows recording local changes to a non-file buffer 
(#1917)
       new  cec6fb275f Update version in *pkg.el files
       new  e21d1f67ed Deactivate mark in etags action and
       new  c8bfb714d8 Return a directory name in helm-read-file-name (#1920)
       new  282bbfad4b Fix org-reveal no more working in outline buffers (#1919)
       new  5d80c4e890 Outline may fail under some conditions (#1919)
       new  093fd8c061 Allow numeric pref arg in *-toggle-visible-mark (#1923)
       new  d86f8acef3 Fix error with text with non-string help-echo
       new  103d3bb52e Allow marking backward with negative pref arg (#1923)
       new  206c1737da Update doc (#1923)
       new  e31497b921 Try to guess fname at point (#455)
       new  9806cf0685 Fix limit when tap returns nil
       new  ec8d2449df Fix recentf action to delete (#1924)
       new  7c016cb24c Merge pull request #1925 from xuchunyang/master
       new  96b0e3c71d Don't override helm window config unlessly (#1922)
       new  673fa9ad61 Add new actions to kmacros (#1913)
       new  c3ed9f5256 Fix warning in previous commit (#1913)
       new  305af38822 Change action title (#1913)
       new  8731882504 Don't start helm when no macros defined
       new  fd71d598b8 Change message when no kmacro defined
       new  1e17cb1d7b Check if input is not an empty string (#1933)
       new  f5749ee47e Allow toggling full frame (#1931)
       new  16062731d7 Use never-split symbol in PA's for consistency
       new  a32a9645c3 Update helm-execute-persistent-action docstring
       new  f7f2bd110a Honor mark and point in yank-pop
       new  eee76d4d49 Replace hff PA with hff PA-if in helm-mode (#1936)
       new  72fed81d61 Fix warnings with helm-full-frame let-bounded
       new  39842b8950 Don't bind yank fn to helm-current-buffer
       new  48fa38c576 Use helm-window in helm-toggle-full-frame (#1931)
       new  f1878e9435 Allow using marked in default kill-ring action (#1934)
       new  23672c00f4 Add new var helm-kill-ring-separator (#1934)
       new  803d4b3f50 Update kill-ring doc (#1934)
       new  db9c87100a Prevent toggling full frame from action window (#1931)
       new  d8c6df35e6 Update kill-ring doc
       new  6ee6d967d0 Fix newlines in doc
       new  5b2057c775 Update version in pkg files
       new  7114f99728 Fix compatibility with emacs-24
       new  f4542b98f9 Fix preselection when killing buffers
       new  68c55e7db1 Allow displaying helm-buffer in separate frame (#1932)
       new  991e45da7f Add docstring (#1932)
       new  4ed9450952 Fix frame position (#1932)
       new  678d172eae Allow using own frame in completion-in-region (#1932)
       new  6adb5bfd8d Allow customizing frame height and width (#1932)
       new  d0e1e12fec Docstring only (#1932)
       new  50d9657c57 Merge pull request #1938 from emacs-helm/helm_own_frame
       new  b25ac4818c Add assertion in toggle full frame
       new  b1525093a8 Reset own frame flag in main unwind-protect
       new  7d409c3721 Improve performances with helm-ff-skip-boring-files 
(#1939)
       new  1d5c3b6938 Fix frame position (#1932)
       new  c2d9c3bce1 Fix long lines only
       new  2ca8e7afd9 Fix helm-lisp-completion-at-point PA
       new  8e2b1396df Fix helm-find-files-1 initial input (#1939)
       new  ac8faa9610 Fix expansion of weird directory ending by a dot (#1940)
       new  a1ce26cdde Fix marking all in HFF with dirs ending by a dot (#1940)
       new  4e3b663172 Add comment, no code change
       new  cde1ee4584 Docstring only
       new  e0c28cc055 Fix expansion of urls (#1939)
       new  992df69e79 Allow splitting PA when using own frame (#1932)
       new  b04611bb6c Fallback to default when frames are not usable (#1932)
       new  b39ac1e944 Remove `helm-show-completion-default-display-function`
       new  e37d6123e8 Prevent display-buffer-alist user settings (#1932)
       new  2399979be2 Try to fix frame position according to screen size 
(#1932)
       new  91329f53a8 Fix error with HFF when region is active
       new  b981924899 Remove forgotten commented line
       new  dfb6ee35fb Truncate line in lisp completion
       new  f118c034dd Update helm-display-function docstring
       new  12dc67fbcf Update *-display-function docstring
       new  9bc49327c6 Use header-line/minibuf depending of frame pos (#1932)
       new  b7d2ccb45e Allow reusing helm frame (#1932)
       new  78a4f711f5 Add hook inconditionally (#1932)
       new  f1edee0ab6 Change formula for frame above point (#1932)
       new  f6af221702 Recreate helm frame when minibuffer param change (#1932)
       new  07abd47475 Fix typo in docstring
       new  488237b5f6 Fix display PA window fn (#1932)
       new  7696829a02 Fix elisp completion PA with helm frame (#1932)
       new  51e87cc76d Fix scrolling OW from helm frame with no minibuf (#1932)
       new  440c3dd416 Fix hff PA from a helm frame with no minibuf (#1932)
       new  a301b1bc17 Fix again top frame position (#1932)
       new  24f0fae6d4 Don't expand path in helm-find-files-1 (#1939)
       new  a709848cc0 Erase the minibuffer of main frame with hff (#1932)
       new  ad1897db39 Bound keymap to source in helm-eval
       new  6b26255271 Try to resolve disp fn (#1932)
       new  d7eb2541d1 Fix again top frame position (#1932)
       new  6f7760ddd1 Erase the minibuffer of main frame with hff (#1932)
       new  c394c8d087 Bound keymap to source in helm-eval
       new  f513f55490 Make helm-commands-using-frame a defcustom (#1932)
       new  759490a1df Don't expand path in helm-find-files-1 (#1939)
       new  572630fbc6 Merge branch 'master' of github.com:emacs-helm/helm
       new  4be6ddb129 Update helm-display-function docstring (#1932)
       new  a8923538e2 Remove helm-completion-in-region-display-function (#1932)
       new  1f367cac1c Use this-command to resolve display-function (#1932)
       new  b337f04629 Change left pos formula thanks Tuhdo (#1932)
       new  4fd2d43a9e Reindent no code change
       new  455ef14604 Bind pop-up-frames in helm-default-display-buffer
       new  750398d23c New user var helm-actions-inherit-frame-settings (#1932)
       new  8e5c1450d8 Update copyrights
       new  071da3f614 Fix nested sessions in frame (#1932)
       new  733739fdb8 DRY in helm-display-buffer-in-own-frame
       new  a6d089a998 Fix PA after nested sessions with own frame (#1932)
       new  1f726f92d7 Ensure to not create a new frame in recursives dirs 
(#1932)
       new  466fea9042 Ensure helm-display-function is found when resuming 
(#1932)
       new  04f4ae0229 New var to prevent header-line as minibuffer in frame 
(#1932)
       new  34f68d9114 Docstring update (#1932)
       new  a6933e26b8 Inherit frame setting of HFF (#1932)
       new  843f5b1a46 Always provide a frame with a minibuffer (#1932)
       new  7f57cce0b0 Fix previous commit (#1932)
       new  4ffb67f81c Display help buffer in main frame (#1932)
       new  854c51937c Fix org link in hff doc
       new  3bbbb6c06a Fix org links in help and remove dot at eol of headers
       new  489ad703a0 Fix again boring regexps
       new  b998d29ff3 Docstring and comment fix only
       new  ac96d83253 Fix helm-quit-and-find-file after a show-completion
       new  4356937916 Allow renaming a file to a boring name
       new  26fc137073 Show persistent-help in minibuffer when header-line is 
used
       new  e1b7b2d4c1 helm-buffer in frame use functions not available in 
emacs-24
       new  1b6ff08013 Merge branch 'master' of github.com:emacs-helm/helm
       new  1cd43996f8 Fix again boring regexps to fit with hff and others 
(#1939) (#1947)
       new  7f2f636224 Fix docstring and comment (#1939) (#1947)
       new  7092716493 Use undecorated frame option when available (#1949)
       new  d5ebde6a7b Honor helm-display-header-line when hiding minibuf 
(#1948)
       new  7c4149932f Restore last frame position (#1951)
       new  18046f3907 Rename some hff actions
       new  560790f9d9 Bind find file as root in generic-files-map (#1950)
       new  bcec562d3c Fix error when setting frame position
       new  876605bf5c Give new frame input focus
       new  c0b1893eac Merge pull request #1953 from hexmode/master
       new  94fc863b27 Merge branch 'master' of github.com:emacs-helm/helm
       new  b4644e59d5 No need to raise frame
       new  97020d189f Fix resuming last frame position (#1951)
       new  40e215f057 Bind org-mark-ring-goto and org-mark-ring-push in help
       new  ce67f2f27c Change default frame width
       new  33211f3b5e Ensure to quit helm when user delete frame manually
       new  c00949a513 Ensure to not quit helm session when deleting another
       new  bbaf216635 Add with-helm-in-frame
       new  bf5a15e802 Ensure actions use same display fn as initial helm-buffer
       new  46e0430902 Ensure HFF history use same display fn as initial HFF
       new  05a8082d8b Remove helm-apt and fix some dependencies
       new  5b7237acc1 Update version in *pkg.el files
       new  4fd286d01f Allow disabling preselection in HFF (#1954)
       new  82038a9cff Double quote newlines in emacs-helm.sh
       new  4a43aa486d Save whole frame alist and restore it on resume (#1956)
       new  5882f69be3 Make actions inherit frame settings (#1956)
       new  d9c19527c0 Modify only size params of frame (#1956)
       new  6245864665 Quote filename in locate db regexps (#1962)
       new  1ffad7e66f Docstring only
       new  677bbf1fd6 Fix setting of local variables
       new  45ca55112d Set display related vars only when exiting with a frame
       new  6c27ac15aa Update helm-boring-file-regexp-list docstring (#1963)
       new  41c85d466a Fix abbreviated paths (#1962)
       new  10b2ad9268 Fix comment no code change
       new  51a0d555bd Improve helm-completing-read-handlers-alist docstring
       new  18623d6d29 Some more docstring fix for helm-mode
       new  ca3e58663e Improve docstring
       new  150f05d250 Keep improving docstring
       new  cbf868048c Modify helm-initial-frame docstring (#1965)
       new  59402ffaa0 Fix length of longest buffer-name (#810)
       new  1c4d5562eb Shutup byte compiler
       new  6841916d15 Resolve FNAME in helm-find-files-1 (#1967)
       new  571a9d00a4 Reset help-echo when moving to next/prec file
       new  749904ca3e Don't resolve urls as fnames in HFF (#1967)
       new  097bebb220 Fix error message.
       new  6324922868 Merge pull request #1968 from lovrolu/patch-1
       new  d93a05ab41 Use directly global frame size values
       new  d93dee8d99 Fix org link in HFF doc
       new  94ed678ea8 Add note about emacs bug to helm-fast-remove-dups 
docstring
       new  56eca4a974 Fix error when macro is a vector (#1970)
       new  65c5c7d16a Keep frame settings only the time to run next helm action
       new  6d8621b03a Comment only no code change
       new  f1b447ae78 Reindent no code change
       new  67d149dd5c Initially compute candidates before displaying 
helm-buffer
       new  741f33b3ca Fix helm-mark-current-line docstring
       new  e418b97755 Disable image-dired messages
       new  458d6d0c3c Use with-helm-buffer in helm-preselect
       new  474e51c2b6 Use with-helm-buffer in force-update (#1971)
       new  5cf36d9bfd Fix typos and reindent
       new  f1fe40f13d Return nil when on header-line in helm-get-selection 
(#1971)
       new  b6b80c706b Skip header-line from helm--update-move-first-line 
(#1971)
       new  8dc4fddbe8 Ensure preselect run in helm-window when updating (#1971)
       new  d4a23dd3ca No need to check for helm-window
       new  54a9919646 Add a user variable for column separator (#1972)
       new  8987e0a6fb Fix frame parameter
       new  78e58d19a0 Fix visibility parameter also in defconst
       new  b59bec74c2 helm-find-files-history is now nested
       new  b6f40b8d3a Ensure HFF run in same display as history
       new  1dfa485a9b Docstring only
       new  7b131f2d16 Make helm-find-files-history helm-only
       new  3a2b1b79c4 New command to exchange minibuffer and header-line
       new  58efe13fe7 Update docstring
       new  2a54586dae Keep minibuffer at same place for next action
       new  62dae373bc Fix persistent-help and header-line slot docstring
       new  4e53d7eb9b Fix paren error in docstring
       new  537bd2b7d4 Add rename buffer action
       new  ec9fdcdc2a Fix minibuffer place after resuming frame
       new  f15c8e701c Update version to 2.8.9 in *pkg files
       new  a5e9a7b727 Use with-helm-buffer in autoresize mode (#1973)
       new  9a3e7de100 Add make install/uninstall
       new  3dda0089ac Update *pkg files to version 2.9.0
       new  07f6dcfabb Use --force argument of ln in Makefile
       new  cc499eb326 Use minibuffer of current frame when deleting with hff
       new  1842f12f0c Bind helm-actions-inherit-frame-settings
       new  239f5a86ab Fixed helm-autoresize-mode with helm-window (#1975)
       new  e5e02b6657 Add the final / on avfs directories
       new  2c71048a9e Use with-helm-buffer in another hff function
       new  9fe8e6adcf Make eshell prompts more helm compliant
       new  5e0fcea340 Merge branch 'eshell_prompts'
       new  e2ce2e8af4 Update hff doc
       new  582931b3ca Change signature of helm-ff--fname-at-point
       new  fe66498617 Display helm in a frame when initial frame has no 
minibuffer
       new  746b6b0925 Fix scrolling OW
       new  221b6ad835 Use frame when more than two windows
       new  89f27b5f44 Update README
       new  17c3e7117d Fix typo
       new  2c7a5b5004 Merge pull request #1979 from jagrg/master
       new  87dae7cbdd Change user var default
       new  93cbf010a3 Fix eshell-skip-prompt and inline (#1977)
       new  902174763f Back to a simple re-search to catch esh prompts (#1977)
       new  60fd888651 Remove unused COUNT argument
       new  7a50a54b21 Don't use nil faces in helm-imenu
       new  30638f605b Disable frame when more than 2 windows in dired actions
       new  d4e8c6e75f Merge pull request #1984 from xuchunyang/master
       new  d278d488e0 Simplify previous commit
       new  97bc8c4cdd Highlight "Class" type in C
       new  67f87716ff Fix compatibility with emacs-26 in helm-world-time 
(#1986)
       new  6264273b63 Enforce prompt detection in eshell
       new  932ac9a660 Ensure also display-time-world-list is not nil (#1986)
       new  3f7c876c44 Ensure read-directory-name returns empty string
       new  613a08c2f0 Allow customizing cursor face in header-line (#1987)
       new  4154fd45d8 Don't add final space to eshell completion (#1990)
       new  e497b2c6d0 Make helm-sources local and get rid of 
helm-compiled-sources
       new  18c48bd5bb Don't let-bind helm-sources
       new  666263cda3 No need to check if source is a symbol
       new  608c8bfbaf No need to reset sym source as it is no more modified
       new  8427b7349a Simplify helm-normalize-sources
       new  6c4ccb36e7 Be sure SOURCES are computed in helm-funcall-foreach
       new  98e87c46e7 Ensure helm-elisp is loaded in helm-quit-and-find-file
       new  634653e855 Require `format-spec` in `helm-grep.el`
       new  4f121a564d Merge pull request #1993 from 
xiongtx/1992-require-format-spec
       new  896eb5727f Make whole prompt customizable
       new  3999f3b8d9 Add touch action to HFF
       new  fa5169133a Update HFF documentation
       new  39868c7b60 Merge pull request #1995 from Ambrevar/set-header
       new  2ece203638 Add recent UCS source to `helm-ucs`
       new  9a79e0f76f Merge pull request #1998 from xiongtx/1996-ucs-recent
       new  4664f42394 Fix default type in imenu for non prog modes (#1997)
       new  50ed9229e3 Suspend helm while reading passphrase (#2000)
       new  6324575fef Use text in the region as default in helm-surfraw
       new  cb70b3493d Merge pull request #2002 from xuchunyang/master
       new  6f80bbcbf8 Use w3m-browse-url when available in w3m bmks handler
       new  1bc67cf842 Add a slash instead of a space when point is behind a 
directory
       new  a4fb7d3805 Merge pull request #2003 from solaryeti/dir_slash
       new  63d25b9ebd Allow touching new files and on remote
       new  e7254ee2de Allow touching a new file with comma in name
       new  6a4109ac8a Add docstrings
       new  c7df6a6d60 Update ucs doc
       new  c58f94d0d1 Save wildcards candidates in file hist
       new  b451a08cf2 Docstring only
       new  6fd1f5f9d2 Allow setting helm-adaptive-history-file to nil
       new  36e620c4d9 Don't kick in hff autoupdate with recursive pattern
       new  c24e8d15e5 Fix broken helm-source-tracker
       new  72147290fb Don't expand-file-name with dot on Windows (#2004)
       new  dfc30693e0 Merge pull request #2005 from cpbotha/fix-tracker-source
       new  e861733886 Remove old unused tracker transformer (#2005)
       new  5b95ea908a Use new helm-reduce-file-name that fit with windows 
(#2004)
       new  69ba676a3a Minor change, reindent one line
       new  e35e82471b Fix behavior of helm-find-file-or-marked with multiple 
files
       new  2faa84aa37 Update hff doc
       new  6a34d57f41 Prevent entering // on non windows system (#2004)
       new  5fafff502e Call cleanup fns while helm buffer is current (#2010)
       new  26e2212a96 Ensure to get helm-sources from helm-buffer when resuming
       new  d6286dd360 Ensure to not delete underlaying dedicated frame
       new  2c5056a5df Fix deletion of packages in emacs-27
       new  ec311100e1 Use package-desc-name to fit with all emacs
       new  416add81ae Handle tramp archive buffers in buffer list
       new  645728ed42 Update helm-boring-file-regexp-list docstring (#2009)
       new  6815ff7ce5 Fix preselection of remote buffers
       new  f463f2156a Don't handle archive buffer as remote
       new  412e85cad7 Avoid calling format-mode-line when possible (#2011)
       new  09119d49b9 changed: helm-boring-file-regexp-list: do not ignore 
.gitconfig closed #2009
       new  a9edf9c005 Merge pull request #2012 from ncaq/master
       new  026e1a78cb Fix helm-url-unhex-string
       new  76cb39b448 Fix file-name-history when containing a tramp arch fname
       new  b617752d3b Update HFF help
       new  c74f3284e3 Fix typo
       new  94dc112a35 Fix typo
       new  59ed335db7 Update version number in *pkg files
       new  375561de06 HFF: Ensure expand-file-name is not called with nil 
(#2013)
       new  8f961ec1ac Fix cleanup fn not exiting minibuffer when frame is used
       new  13fea9f5a8 Merge branch 'master' of github.com:emacs-helm/helm
       new  bf58ccde0d Remove unuseful with-helm-buffer clause
       new  253627ff47 Cleanup helm-font
       new  f3f3b40e77 Avoid using ring in helm-ucs
       new  d5b9404176 Update version in pkg files
       new  3e933b397f Don't unquote pattern when used as candidate (#2005)
       new  8c9a2b6d41 Fix issue that some regexps in 
`helm-boring-file-regexp-list` do not take effect
       new  9edf8d47c3 Merge pull request #2018 from 
twlz0ne/fix-helm-ff-boring-files-filtering
       new  20ffe9282a Maybe narrow current-buffer when resuming (#2019)
       new  4aabfb62fd Make helm-occur work on region (#2019)
       new  d4385768e1 Fix current-buffer in resume when narrowing (#2009)
       new  5ff3661fd5 Docstring only (#2020)
       new  4c9f2da8d8 Ensure region-* fns are called only when region is active
       new  5b8c729597 Deactivate mark after helm finish (#2009)
       new  6ddc80a5ae Use thing-at-point before marking region (#2009)
       new  5fdbdb2ba4 Docstring and helm doc change only
       new  2d2dc4c3d3 Remove code for helm-ls-svn
       new  fa3179ca66 Fix error when trying to display an empty jpg
       new  e45dbec774 Merge pull request #2021 from xuchunyang/master
       new  70d5366201 Fix info at point from info buffers
       new  b72baa1183 Don't try to revert dired buffer when errors
       new  78cbec098d Allow touching in several dirs at once
       new  20078f566e Update README
       new  5a845fdb09 Fix README alignment
       new  f65955cddd Remove one unneeded newline in emacs-helm.sh
       new  4fa0814184 Add a sort fn for recursives dirs in HFF
       new  beed1beb95 Long line change only
       new  fe3dc66573 Use async 1.9.3 as dependency
       new  56039aaf94 README fix
       new  e96540f6f2 Fix preselection when killing buffers
       new  5b4da299f7 Add attach files action to files type (#2026)
       new  34f620ff5d Fix helm-info-at-point docstring
       new  85573410bf Use helm-case-fold-search when highlighting matches
       new  d6e8b66c7f Prevent inserting and saving highlighted items in kill 
ring
       new  b66ca358dc Try to replace directory-files with 
file-name-all-completions
       new  79430f7317 Remove optional argument in helm-ff-directory-files
       new  b24d4cb8df Handle also dotted dirs and fix toggle basename in tramp
       new  e760339dce Allow customizing helm-ff-tramp-not-fancy
       new  797ae4d8d9 Fix preselection when toggling basename in HFF
       new  967b444308 Use new directory listing only on remote
       new  8c64961ff4 Fix reducing tramp fname
       new  be27fc17e2 Merge pull request #2031 from emacs-helm/list_directory
       new  4e7aeee6ef Log fnames and root dir in grep filter (#2032)
       new  4b912fed55 Ensure filename is always displayed as local path (#2032)
       new  97dcf854a5 Ensure helm-get-selection returns nil
       new  a8d272a7c4 Create debug directory if necessary
       new  5ed513afd0 Update version number in *pkg files
       new  0f9e4a0e26 Delete helm-documentation-file variable
       new  31f858dfb1 Merge pull request #2037 from 
Miciah/delete-helm-documentation-file-variable
       new  7a49f6d6ea Remove forgotten debugging lines in helm-grep
       new  17bb38a295 Merge branch 'master' of github.com:emacs-helm/helm
       new  89ee2df611 Allow getting marked with props (#2034)
       new  f2b5d9f8b4 Update *pkg.el files
       new  cf89afbac6 Additional helm window settings
       new  472299a9ad Allow splitting action window in frame
       new  947f6089d1 Rename helm--set-default-prompt-display
       new  e55c305694 Check if window is splittable before showing action in ow
       new  1a9e5f9901 Revert previous and fix docstring
       new  c7a277e8d1 Fix directories containing tramp syntax
       new  1caef361d4 Improve previous commit
       new  5b9dd05e4f Modify helm-tramp-file-name-regexp
       new  de9f8a32e3 Update comment, no code change
       new  84746f7b8b Prevent nil entry in tramp hosts
       new  b31adbb608 Fallback to a sync handler in comp/read when needed
       new  394fc0d4c5 Add comment and reindent
       new  547c0e9df5 Fix PA in top
       new  845c5b8421 Use a cons cell for top PA
       new  57810ae636 Quote regexp in 
helm-ff--get-host-from-tramp-invalid-fname
       new  1aca3e8450 Always use a sync handler when COLLECTION is a function
       new  9ec2027070 Only comment no code change
       new  341e0688be Docstring only
       new  a287768f53 Show files with suid in HFF
       new  7efbbe0c5f Copy source files as well when installing
       new  7596dd084d Fix kill or display image buffer
       new  508e0fc2fb Merge branch 'master' of github.com:emacs-helm/helm
       new  10f90582d9 Update docstring
       new  33ea4c9f23 Update help
       new  d208bca733 Docstring only
       new  823a8e02ca Fix PA with one dedicated win in OW (#2050)
       new  49edeb8ade Don't add tramp method in host completion
       new  bb9abf67bf Workaround emacs-26 bug with frame-parameter
       new  7b965920a5 Add comment
       new  4ee7660bc7 Revert previous changes
       new  1610e2d5e5 Try to find if frame have a minibuffer
       new  cb8718a2ce Split helm-window to display PA (#2050)
       new  7e27174c01 Don't resume HFF history
       new  32f0456550 Add helm-resume-after-hook and use it for HFF
       new  67ca870da0 Trailing white space only
       new  ad71b32ebf Add FIXME comment
       new  c4f42114e2 Merge pull request #2051 from emacs-helm/dedicated_window
       new  4b5d6bb977 Fix helm-resume-after-hook with HFF
       new  e45683bdb4 Fix dired-do-* commands (#1441)
       new  b250fbe2a9 Fix toggling image view (#2050)
       new  361e1e0cc3 Avoid using dired-delete-file unusable in emacs-26
       new  6c47a0152b Use own helm variable instead of dired-recursive-deletes
       new  72c9145981 Rename helm-read-query to helm-read-answer
       new  dfcc23b51f Improve docstring and don't quote strings in pcase
       new  365704a1ca Improve messages when deleting files
       new  5e9e0ce97a Simplify helm-ff-allow-recursive-deletes
       new  8a421fc99c Use helm-read-answer in query-replace fnames
       new  d1e9010199 Update version in *pkg.el files
       new  1691af6a93 Honor delete-by-moving-to-trash in *-delete-file (#2053)
       new  959101147b Simplify helm-read-answer
       new  cd0f52aebd Allow handling extra modes in imenu-in-all-bufs (#2052)
       new  8fcb6a508b Check existence of helm-buffer (#2056)
       new  15df4d77d3 Fix wrong INITIAL arg or read-file-name (#2055)
       new  f68029c7b4 Add comments only
       new  a7cc8dae22 Update *pkg.el files
       new  b5bbb90651 Allow using an async function to delete files in HFF
       new  50f782691a Update generic help message
       new  7031c2286e Show symlinks in HFF display
       new  33f7f6d71d Give a different color to true name
       new  2a3b85c9ab Abbreviate truename and require dired-x
       new  100df622e9 Add a command for relsymlink and bind it
       new  4199ae39db Rename functions and update docstring
       new  7d308a04b5 Fix mode-line message
       new  c09818fd90 Handle error in file deletion async
       new  66c9b60670 Minor change, fix message string
       new  6ffc579116 Add docstring in various places
       new  41c2ece049 Add comment no code change
       new  8c6c6f9da8 Reindent
       new  c21bd4cb1f Fix trashing with async delete
       new  1c589e4c3b Update action tag in HFF and help
       new  b0635fa803 Make the error message appear before mode-line one
       new  c2e98fdf0b Workaround emacs-26 bug with tramp
       new  ab5c684aa1 Update HFF documentation
       new  6f66b29e74 Fix typo
       new  344c4ef5c5 Fix prompt names for file deletion and
       new  3a4306d355 Check if diff buffer is visible
       new  b598e4291a Fix y-or-n prompt in PA delete
       new  48d312db5c Simplify some tests in delete file fns
       new  9db1cf6e28 Run the mode-line message in a timer
       new  f5e1558ed8 Fix typo in mode-line message
       new  f226123b38 Disable trashing with a prefix arg
       new  b876ebf4fc Fix calls to delete file from action menu and from key
       new  650cb9bc49 Update HFF help
       new  3a70eaa8f4 Add preview file externally
       new  0740548839 Add edit option for helm-execute-kmacro
       new  9f4ba6ebb8 Fix delete macro from helm-execute-kmacro.
       new  e4155b8745 Merge pull request #2059 from tttuuu888/work-macro-delete
       new  0ea3fdf980 Merge pull request #2057 from tttuuu888/work-macro
       new  6468ec2d6e Use a display prop to display symlink
       new  24e9068705 Use a flag to notify trashing or not in mode-line
       new  5dff6c4338 Fix previous commit
       new  57125864d1 Kill buffer before mode-line notification
       new  bb019d8f3c Handle cntrl chars at eof
       new  989e99cd54 Shutup byte compiler about aliases in emacs-27
       new  cfd010ad99 Colorize sockets in HFF
       new  729cec4408 Fix error with *file-attributes
       new  72b6ff330a Highlight non accessible files
       new  9c17848bd3 Remove all noop calls of helm-ff-prefix-filename
       new  3c64e47c8e Comment, reindent and docstring fix only.
       new  6ff9160348 New face helm-ff-truename
       new  466ee54073 Use an external command to list directories
       new  6cdaa3fbac Handle > symbols in helm-list-dir-external
       new  3d34297dc6 Colorize remote files
       new  dc30ef0c8a Update docstring
       new  4adfc7cab3 Update HFF help
       new  7c5b33188d Add more doc to HFF
       new  409ccada66 Fix problem with fnames ending with special chars
       new  c4c3bb4195 Add default settings for helm-list-directory-function
       new  45652879f9 Remove helm-ff-tramp-not fancy
       new  892367d689 Update help
       new  5dd36696ff Fix helm-marked-candidates with false wildcards
       new  40cd9fd39b Fix previous commit
       new  c2ca99dbbb Revert 72b6ff3 making impossible directory creation 
(#2061)
       new  1efefcf00e Translate escaped space for grep (#2060)
       new  cd3ce36233 Remove unused lex var url-p
       new  b325a2ac14 Fix docstring no code change
       new  3dd80d9aa5 Update version number in *pkg files
       new  915d013ab0 Add new face
       new  2408e4cee6 Fix call to process-file
       new  cab699696d Only interactive buffers when switching to eshell
       new  d1d706e37d Prefix new files in tramp
       new  c30e1df416 Add the global prop helm-ff-file in *dir-lisp as well
       new  97d6c46ed1 Don't prefix hostnames
       new  7af61f7eaf Fix comment no code change
       new  d31cad7384 Remove unneeded backslashes in help
       new  1fd7354daf Update hff help
       new  3940b0d69c Reindent properly actions
       new  22cab7fe6f Documet bugs in emacs with trashing
       new  9e15c6a1e7 Add new arg to helm-delete-file
       new  c4b283efe1 Move helm-ff-quick-delete in delete section
       new  bc0828393f Don't try to trash remote
       new  b98699a136 Update help
       new  97d6ed2a6f Use only one delete files action
       new  efeae87c84 Make more explicit awk variable name
       new  35d6199735 Font-lock helm-read-answer
       new  350ecaba61 Now prefarg inverse delete-by-moving-to-trash behavior
       new  0ddf76b8a0 Rename and rewrite helm--recent-push
       new  7255c7adc1 New user var to allow trashing remote files
       new  2225629993 Fix action tag
       new  40a01d979e Make org refile action tag shorter
       new  44a645175b Update help
       new  630d8acc15 Update docstring and help msg
       new  25f9596d04 Add a space at end of y-or-n-p prompt
       new  ea6f6eebc1 Add action to restore file from trash
       new  60fd003a0b Quote url in docstring.
       new  b68d671468 Fix assertion in helm-restore-file-from-trash
       new  3de72536b8 Fix again assertion in helm-restore-file-from-trash
       new  5161530d89 Update HFF help
       new  e698de35c4 Add conditions for trash dir in action transformer
       new  f9baa2a968 Fix quoted strings in some places
       new  d599384336 Allow restoring marked files from trash
       new  5e0975b9c0 Handle errors in restore files
       new  c2d4f0ccc0 Add finish message
       new  85bf63730f Add docstring
       new  4b46e8eb4d Fix action tag
       new  d71065950e Count and collect dups when restoring files
       new  a0392f5154 Traverse LaTeX-math-menu (#2062)
       new  e8f6290050 Change warning buffer name in restore function
       new  69310f4e29 Update org documentation
       new  8de42d08f4 Update version in *pkg.el files
       new  f9ecf0ec5b Update issue template
       new  8f6e78d925 Add trash-rm action
       new  fcaaee7321 Merge branch 'master' of github.com:emacs-helm/helm
       new  60f7a90256 Docstring only
       new  68a1c9e7f6 Break long line
       new  75db7c3be8 Update HFF help
       new  0d0a9d2388 Use a separate frame by default for completion
       new  9fdbd606b7 Use display-graphic-p in favor of window-system
       new  345842e1a3 Change default value of *-grep-git-grep-command (#2066)
       new  9494099ee1 Compute dabbrev cands async
       new  b090534479 Merge branch 'dabbrev_async'
       new  d5f7049022 Move internal vars on top
       new  3f6bc90e58 Check if thread is still alive
       new  6ea08896a0 Fix toggling hff auto update
       new  2ee9d5059d Fix comment
       new  05d32f363d Fix loop for computing cycle candidates
       new  f3eda9b117 Reorder helm-dabbrev
       new  eb33702194 Fix old-dabbrev error
       new  1239e8062a Fix helm-dabbrev with single candidate
       new  7338e6b161 Docstring only
       new  68939f5cea Reindent and add comment
       new  d5520ebfec Compute info-page nodes in separate buffer
       new  8298329efb Remove unneeded with-current-buffer
       new  0058ea9867 helm-list-emacs-process: set local header line to nil
       new  c19f11aedf Merge pull request #2071 from jwinder/master
       new  bfb80d979f Use a separate function in *-dabbrev
       new  f81fbcff23 Merge branch 'master' of github.com:emacs-helm/helm
       new  7ed7a4c4c4 Fix *-dabbrev regexp
       new  c98ca62001 Remove helm-dabbrev-max-length-result
       new  de20f620cc Use a dolist loop in *-dabbrev--collect
       new  5d63d31af2 Compute cycle candidates first
       new  96903b017c User var to disable threading in *-dabbrev
       new  6f782976c0 Fix condition in helm-dabbrev
       new  5f7476941a Fix helm-dabbrev message, docstring and comments
       new  7970badff1 Update docstring
       new  86c291c973 Use read-buffer-function (#2076)
       new  d8652f92d1 Add docstring (#2076)
       new  9b973978e9 Fix helm-org--get-candidates-in-file for the when it is 
given a buffer instead of a filename
       new  18cb7448a1 Merge pull request #2077 from alastairdb/help-doc-fix
       new  e3aadd8642 Warn when info sources not available (#2068)
       new  801af800f8 Fix long lines
       new  00134b85ab Declare some functions and vars in helm-lib
       new  251e296aeb Fix tramp multihops in helm-list-dir-external (#1598, 
#2080)
       new  ab2ac4793a Fix typo in doc string.
       new  c0449b960a Merge pull request #2081 from kccai/patch-1
       new  d5cc641552 Update *pkg.el files
       new  6505cba0bd Remove all workarounds with cua-mode (#2079)
       new  ad5e8d4d1b Fix some bindings (#2082)
       new  757263f933 Update *.pkg.el files
       new  014fe51320 Add face to customize appearance of prompt
       new  40a3fd4f23 Merge pull request #2084 from bennofs/master
       new  2c9b8ecbfd fix bug where adaptive history is invalid
       new  b89e9cf5bd Merge pull request #2086 from CeleritasCelery/master
       new  162b1db90f Fix HFF history when (#2087)
       new  3f3bfa4f4b Merge branch 'master' of github.com:emacs-helm/helm
       new  f4e0168b28 Fix error with helm-grep-mode action
       new  5bca5679ea Fix delete backward in HFF (#2100)
       new  cfa78aab0f New user var to prevent using format-mode-line (#2089)
       new  681cb145b8 Use pdf-view-mode when available
       new  973e916ecf Declare pdf-view-goto-page function
       new  46157453fe Merge pull request #2102 from jagrg/master
       new  79237a83a6 Simplify helm-el-package-install-1
       new  d063fad045 Add history by default to write-buffer, write-file
       new  c0e2785205 Fix error when quitting HFF on follow-mode
       new  4a99e9003b Prevent user exiting with empty helm buffer (#2104)
       new  5a34aef77d New macro helm-case
       new  0e3b0917ba Make helm-case anaphoric and rename to helm-acase
       new  04c439b87e Use helm-acase in some places
       new  3650195da3 Improve docstring of some anaphoric macros
       new  fb97593e79 Ensure linum-mode is disabled in Helm buffers
       new  ffe2400a2a Document usage of display-line-numbers-mode (#1894)
       new  2e56609589 Prevent regexp matching in HFF
       new  cd51f32bb6 Reset helm--force-updating-p
       new  63285d7fb9 Fix cursor movements in header-line (#2108)
       new  8e9a73859a Fix cursor movement in header-line (#2108)
       new  c0cd68abe9 Fix matching in ucs sources (#2112)
       new  091ffe8436 Add jump to bmk other frame
       new  d6dfb8f1e3 Ensure action is available before running it
       new  faad077b44 Fix error in previous commit
       new  ac9cd9bdd7 Fix HFF delete action
       new  c252f3c286 Delete char backward without updating
       new  5c40160ab0 Bind helm-delete-backward-no-update in find and locate
       new  a95cafee53 Prevent delete backward suspending when done manually
       new  0526e95992 Add docstring and allow pref arg when deleting backward
       new  d5c6e0037d Use helm-generic-file-help-message in find
       new  4e25dd9331 Use helm-delete-backward-no-update in grep maps as well
       new  80915d176a Reorder and make helm-delete-backward-no-update helm-only
       new  3160b669eb Provide help even when empty buffer
       new  c145f0923d Set inhibit-quit when creating a process
       new  9e93c2fd24 Fix helm-ff-RET
       new  681eafbec1 Add missing action in helm-(m)occur (#2114)
       new  5d60794e2b Merge pull request #2113 from 
corngood/helm-ag-process-leak
       new  9e84fb9101 Change helm-ff-RET behaviour with marked candidates
       new  84a59b1e47 Use undecorated frame param by default
       new  bd2225b6ab No need to check if sources are symbols
       new  fa119eb9c7 Allow inserting basename with C-c i in HFF (#2098)
       new  ae43bf5ba8 Fix action list in helm-exit-and-execute-action
       new  098e9106d8 Comment only, no code changes
       new  7f6bc1797f Fix assertion in helm-exit-and-execute-action
       new  b69eaf7b4b Handle packages in helm-quit-and-find-file
       new  f485e89a27 Add more configuration to helm frames
       new  c900da18ca Update helm--frame-default-attributes
       new  b7ba827377 Bind helm-input-idle-delay in grep commands (#2106)
       new  5c3f2fee6b Handle ido-everywhere (#2085)
       new  1bb9b84dc2 Merge branch 'ido-everywhere'
       new  d926c9ff85 Disable only ido-everywhere (#2085)
       new  427a7bc15c Update comment, no code change
       new  5a0c8f99f2 Declare helm-comp-read
       new  88ed41548c Make helm-ff-RET helm-only
       new  c606558c8f Improve scoring in fuzzy match
       new  e861743d36 Merge branch 'devel'
       new  b585eb3e51 Fix helm-set-source-filter and allow toggling
       new  7e20226363 Fix indentation of with-helm-default-directory
       new  bc72539b50 Fix updating in helm-show-all-in-this-source-only
       new  7f051e02ae Rename helm-show-all-in-this-source-only
       new  071ff95764 Fix a bug with prefixed fnames in hff
       new  312631364b Reindent, no code change
       new  c48469862c Use kill-ring cdr when previous command is yank (#2117)
       new  1959fed210 Initialize Info-directory-list (#2118)
       new  03f293db6f Merge branch 'master' of github.com:emacs-helm/helm
       new  ee051ebb7d Follow redirects since google returns 301 Moved
       new  d27efee100 Merge pull request #2119 from dvzubarev/follow-redirects
       new  4dca50d0aa helm-walk-directory accept a new arg NOERROR
       new  cfa340c545 Merge branch 'master' of github.com:emacs-helm/helm
       new  1747767c78 Update may have been stopped when pressing RET (#2074)
       new  598992f349 Merge branch 'master' of github.com:emacs-helm/helm
       new  38f9bb525f Fix window selection with multiple side windows
       new  8433e877e3 Merge pull request #2122 from 
sdwolfz/fix-window-splitting-when-multiple-side-windows-exist
       new  0e1ee54658 Resolve links
       new  ac6914f16a Fix expansion of regular and symlinks files
       new  d53f20e71e Merge branch 'master' of github.com:emacs-helm/helm
       new  0220ea3e0c Merge pull request #2124 from siraben/fix-helm-help-links
       new  c3213d116b Fix another broken link in help (#2124)
       new  a5353f26cd Make helm-mark-all-1 return candidates with their 
properties
       new  d719e81789 Merge pull request #2126 from 
montag451/mark-all-with-properties
       new  e57c8f8e46 Fix error when buffer is not associated to a file
       new  404865e63b Remove trailing whitespace(s)
       new  a6f3ea6b5d Merge pull request #2127 from 
duianto/remove-trailing-whitespace
       new  1247816120 Fix HFF with ange-ftp
       new  ff8eafba76 Allow initial sorting of directory with HFF (#1041)
       new  32a7d127a5 Fix obsolete hff help entry
       new  aa4600e0db Add messages in HFF sort commands
       new  16c7f1c379 helm-shell: Init M-x shell prompt navigation
       new  19381fb028 Shutup byte compiler in helm-acase
       new  03cc4acbcc Merge pull request #2129 from Ambrevar/shell-prompts
       new  59b13091d5 Fix docstring for trashing
       new  0d5b6d7c0d Allow toggling the view of deleted files in fname history
       new  d294a8856f Fix error message when trashing
       new  65d33a1827 Show info on trashed files
       new  f676e7d97c Fix trashing files with same basename
       new  46eba0b92e Fix regexp
       new  17f4840a08 No need to have the trash command except for remote files
       new  843bfb6b79 Fix the wrong .trashinfo ext in HFF-properties
       new  df12443633 Fix also emacs bug with .trashinfo exts in trash rm
       new  e50caaa523 Reorder functions
       new  eff35364fd Add doc for trashing in HFF
       new  164b06aa0c Fix docstring
       new  57ea1d4974 helm-misc: Use multiline source for comint input ring
       new  b5fabe194d Merge pull request #2135 from 
Ambrevar/multiline-comint-ring
       new  4ab3451ada Allow `helm-eshell-fuzzy-match' to control 
`helm-eshell-history' behavior
       new  802b9c6910 Enable helm-shell-prompts in all comint-based modes 
(SLIME, Geiser, etc.)
       new  945443642e Move content of helm-shell.el to the more general 
helm-comint.el
       new  71fee9918f Move comint-input-ring code from helm-misc.el to 
helm-comint.el
       new  dbc3a9f158 Merge pull request #2137 from 
jvshahid/eshell-history-fuzzy-match
       new  d1a16c59f4 Use apply instead of cl-member-if
       new  b752b0d5f4 Merge branch 'master' of github.com:emacs-helm/helm
       new  2da99d029b Reenable multiline in comint history (commit 57ea1d4)
       new  37d6c0fbe4 Remove empty strings from comint-input-ring
       new  02af8f1eeb Update HFF documentation
       new  20f61ffc32 Fix regexp
       new  ae179c8b0b Fix tags in buffer actions list (#2138)
       new  353c84076d Fix file-name-history transformer loop
       new  3a16b0e6b2 Add actions to helm-buffers not found source (#2140)
       new  8de179db41 Fix helm matching functions defeated (#2134)
       new  e8958f46d8 Fix directory's deletion from trash
       new  4ef8299d78 Remove broken helm wikipedia code
       new  1050b76500 Allow configuring curl switches
       new  015ab97ed8 Fix paypal link
       new  584995f855 Update helm-source documentation about :candidates
       new  4267c7ecf1 Make helm-truncate-lines a user var
       new  4f1bbf10a8 Merge branch 'master' of github.com:emacs-helm/helm
       new  77f12b9be4 Update copyrights
       new  0eb20f2383 Handle white spaces in fnames with helm-list-dir-external
       new  f0f174138f Rewrite helm-occur in new file helm-occur.el (#2146)
       new  a7dac75ab2 Add helm-occur from isearch commands
       new  1f9560155c Add some docstrings in helm-occur
       new  cdb25456eb Enable folow-mode by default in helm-occur
       new  6d00bee47a Add help-echo in helm-occur
       new  861a3aadfd Fix some strings in helm-occur
       new  f36c89afaa Fix occur revert function
       new  1dce769ce0 Avoid duplicate code in helm-occur
       new  fdee079860 Merge branch 'master' of github.com:emacs-helm/helm
       new  f4482271e1 Fix helm-bookmark from HFF
       new  e79b6e28ac Use in-buffer method for helm-occur
       new  a16d33db7a Fix regexp in helm-occur transformer
       new  fe284f2932 Use source argument in transformer
       new  20e01bb781 Change default value of helm-occur-use-ioccur-style-keys
       new  1c0f954c50 Move defface group to helm-occur
       new  45aba8b690 Add match-part fn in helm-occur
       new  db87a6ba3a Add comment
       new  4f4ca4179a Fix long lines
       new  0a43a0a2b7 New internal var to store helm-occur regexp
       new  b99eca2069 Add a comment
       new  a52049cc51 Make helm-occur header name shorter
       new  a1791980f9 Merge branch 'master' of github.com:emacs-helm/helm
       new  cf45caaaad Improve performances for saving occur buffer (#2146)
       new  f3a79c6e42 Disable/reenable undo in helm-occur-mode buffer
       new  b58a917c48 Fix and improve helm-occur-mode--revert-buffer-function
       new  ffbae233fa Remove unneeded args in 
helm-occur-buffer-substring-with-linums
       new  0f59a63c22 Improve documentation
       new  c8746ed606 Add comments, no code change
       new  b92fbc22a0 Fix emacs bug with selected-packages
       new  980d8f6123 Update hff documentation
       new  381850225e Change title in hff documentation
       new  c1d5eabf00 Kill local var when saving helm-occur-mode buffer
       new  d60fff3306 Ensure wgrep overlays are deleted when reverting
       new  0d1eaacf66 Update documentation
       new  bb4cc11eb1 Fix helm-occur doc
       new  f228018ab1 Merge branch 'master' of github.com:emacs-helm/helm
       new  675a521a64 Fix HFF doc
       new  9498111701 Change `helm-list-directory-function` default value
       new  653cf0686e Update documentation
       new  70de624952 Merge branch 'master' of github.com:emacs-helm/helm
       new  ba7a53013d Add link to help
       new  3d22f38da6 Add specialized action for right arrow in helm-occur
       new  fc881b5a51 Show children when jumping to org headers #2109
       new  50e1484a77 Merge branch 'master' of github.com:emacs-helm/helm
       new  0177e56db4 Fix rassoc in scoring #2153
       new  7693a0157a Remove the dot from helm--fuzzy-word-separators #2103
       new  daf7bc7aa2 Allow non existing file at point in HFF #2154
       new  b34483753f Merge branch 'master' of github.com:emacs-helm/helm
       new  1424ee4c18 Prevent insertion of non filenames as basename (#2154)
       new  869d68b596 Redirect errors in /dev/null (#2121)
       new  dd08aebd88 Fix small error in documentation
       new  5a2c0d55fb Allow loading elc files as well
       new  0fee8fd16c Fix Makefile for Emacs-27.0.50
       new  f0099b23a9 Add kill-new to registers
       new  52cfb37f10 Update HFF info
       new  2e7e6a49de Allow jumping to linum with hff when (#2154 #1014)
       new  96596f040e Fix HFF initial input
       new  3143b24fee Protect the call to replace-regexp-in-string
       new  9aded7bd56 Fix error with preselection when quick deleting
       new  97c86bc165 Use external tools to checksum files
       new  b4ab45fefd Ensure good usage of :candidates in in-buffer sources
       new  fa5a56f9d5 Add PA to kill-ring
       new  2fe25c990f Allow disabling helm-ff-RET when needed
       new  8a72537561 Define some keys in defcustom instead of map definition
       new  114b919e58 Allow using different program to rotate image
       new  96c4395857 Add missing helm-only in helm-ring
       new  8c20145018 Fix helm-acase debug spec and signature
       new  a6e27b3f03 Fix preselection for truncated candidates
       new  7467f938ce Improve helm-log-get-current-function
       new  41624d1d8f Add new command helm-ff-TAB
       new  29aeef7bde Add helm-only property
       new  9da56bd3b8 Change behavior of DEL in HFF
       new  aa00db85a8 Add a mode-line string to HFF
       new  2179b5928e Update HFF help
       new  5e0904b6c1 Allow customizing DEL action in HFF
       new  1a7875d3d1 Don't use helm-ff-TAB by default
       new  4f37196962 Add C-h c to mode-line
       new  56bfcd2ded Update helm-help-message
       new  0077945f51 Add group to helm-comp-read and use it in M-x
       new  614fe6f14f Fix default group in helm-comp-read
       new  c067c02fe9 Fix error in helm-M-x
       new  b291d1425c Support Emacs-26 display-line-numbers
       new  800b08c5a0 Ensure display-line-numbers is available
       new  57318fce22 Add helm-display-line-numbers-mode
       new  a70de280eb Add assertion in helm-display-line-numbers-mode
       new  59dd0cb412 Fix helm-occur-mode and helm-grep-mode *goto-line-ow*
       new  d684c48586 Allow restarting helm-occur with same pattern and buffers
       new  03f56db7c6 Prevent possible error with helm-ff-trash-file-p (#2158)
       new  72e9e586ff Fix type of helm-grep-input-idle-delay
       new  b97e78ae89 Merge pull request #2160 from xuchunyang/patch-1
       new  0ad16115cd Fix action transformer for non filenames
       new  0784f58824 Fix rotate image in HFF
       new  08e6770471 Check for file in rotate fn for HFF
       new  1369b073ed Update kill-ring documentation (#2161)
       new  945f419204 Add and update docstring
       new  4772baa57e Replace obsolete function (org-on-heading-p)
       new  7cf1c311ed Update declared functions
       new  c19c9d1dc0 Remove unneeded variables
       new  3ed9288b5c Don't show body and subheadings when creating indirect 
buffers
       new  b2b7b1df16 Remove unneeded startup visibility transformer
       new  0584024caa Require org-capture to avoid lazy loading error
       new  66d8f1fecd Consider org-capture contexts
       new  03b950066b Format the candidate's display conditionally
       new  dd18fadc16 Collect parent headings
       new  5cd7d4511f Refactor helm-org--get-candidates-in-file
       new  3f8fac4611 Refactor helm-org-get-candidates
       new  1024818d5b Add transformer for displaying filenames
       new  5c92ade1b6 Refactor helm-source-org-headings-for-files
       new  1cf52683a4 Refactor helm-org-headings-class
       new  bf95c2d378 Refactor helm-org-insert-link-to-heading-at-marker
       new  c88543e3d5 Remove unneeded search backward function
       new  a6f515f7c7 Merge pull request #2164 from jagrg/org
       new  c68cefff42 Prevent user deleting backward prefix completion (#2165)
       new  28f4ef66d7 Fix matching beginning of line in helm-occur (#2163)
       new  571ecad664 Fix multi match with beginning of line regexp (#2163)
       new  4e4a529229 Add convenience macro
       new  36db8d1a75 Update key bindings
       new  ab0c6f3adf Add action for changing state
       new  1562e58d79 Add action for setting tags
       new  cdb68a269f Add action for archiving subtrees
       new  2c00c5c9cb Refactor helm-org--open-heading-in-indirect-buffer
       new  86fd967f64 Refactor helm-org-insert-link-to-heading-at-marker
       new  da41fccc1f Make helm-org--refile-heading-to compatible with 
org-refile-targets
       new  b49e31aa34 Add action for setting schedule dates
       new  71a0998ce4 Add action for setting deadline dates
       new  47e602d16f Merge pull request #2166 from jagrg/org
       new  dea3c49f3e Fix wrong number of args warning
       new  a33a3451b6 Merge pull request #2167 from jagrg/org2
       new  dd6490e807 Revert all recent changes in helm-org
       new  d59fe09063 Document completion-at-point behavior (#2165)
       new  a08cd6dc66 Remove separator scoring
       new  b17339db4f Ensure incomplete fnames are displayed in first position
       new  60466004da Change default bindings for right and left
       new  a1d3864b5c Update documentation
       new  d27b5cb1b7 Remove now unneeded delq map
       new  1514dab9a9 Update documentation
       new  8c3189f0d3 Update help
       new  bae275f8ac Add new slot :match-dynamic in helm-source-sync
       new  005c51abce Update docstring
       new  6c4008b16e don't (require 'org) unnecessarily
       new  12c50cf2a3 Update HFF help
       new  6f3011995d Fix bug when preselecting headings
       new  89072dd2ae Allow customizing backend functions to describe-var/fun
       new  b92aa6a09c Merge pull request #2173 from kiennq/bug/dont-require-org
       new  6604323cf7 Declare markdown-show-subtree
       new  14637cb228 Merge pull request #2174 from jagrg/presel
       new  d80f39bf91 Fix compilation warnings
       new  e3ab693a6a Merge branch 'master' of github.com:emacs-helm/helm
       new  93a53e1dce Fix prompt in link actions according to emacs-27
       new  9ae884f330 Reset helm--in-update later (#1806)
       new  fba8b267b7 Fix HFF initial input with empty string
       new  c400a9f382 Prevent follow-mode when moving between sections
       new  1d260aace8 Reindent, no code change
       new  66a328e1c6 Speed up helm-imenu-next-or-previous-section
       new  5beadb8be4 New user vars to customize left-margin-width (#2180)
       new  30e7416589 No need to quote numbers
       new  017fe70eae Add space in class docstring
       new  14e03b49c7 Format classes's docstrings properly
       new  8673e92c2f Fix some docstrings
       new  1a65674bc0 Use helm-describe-class in PA as well
       new  885a8c00a0 Improve cl--print-table advice
       new  bd3fc1b5ee Allow hiding empty lines between sources (#2182)
       new  6836fdbe30 Try to upgrade dependencies before selected packages
       new  8d804da9c6 Remove comments
       new  9df2e4850b Try to upgrade dependencies before selected packages
       new  d4eab9d33e Merge branch 'package_deps_order'
       new  6129ffea44 Avoid duplicates
       new  f7262b6528 Only recompile extra-upgrades
       new  cd904af8c8 Reset extra-upgrades flag in the right place
       new  8651442d1b Move defvar on top
       new  71f1d0c806 Remove unneeded cond clause
       new  679f716576 Remove now unused compatibility code
       new  db6a9ab0b8 Log source without keymap
       new  5222d2c808 Fix defcustom types in helm-grep
       new  8f21d7426d Avoid error when adding mouse bindings with empty buffer
       new  bf61cef577 Do nothing when candidates are nil
       new  4524a40bf4 Add new user var for helm-occur
       new  43c8f76ad7 Add more actions to type file
       new  2b366afd88 Merge branch 'master' of github.com:emacs-helm/helm
       new  6922152c81 Revert Add more actions to type file (43c8f76a)
       new  ae24bd8294 Allow configuring command in 
helm-browse-project-ag-find-files
       new  abe9d3c52b Set :get-line in init fn in helm-occur
       new  56cf9a34f6 Merge branch 'master' of github.com:emacs-helm/helm
       new  609184c868 Docstring only
       new  df134ad026 Make helm-browse-project more extensible
       new  1f54cd07a0 Fix TAP in file-name completion
       new  a0ed7db629 require helm-x-files
       new  3e6825b988 Use unicode char in candidate-separator if available
       new  5396a796b5 Make helm-candidate-separator a bit longer
       new  992702cd45 Simplify configuration
       new  ab10f88120 Pass pref arg to project-history
       new  2200875b73 Use #x2015 for helm-candidate-separator
       new  9cae6ff716 New action for helm-buffers
       new  b4e474f3ab Allow pref arg after calling helm-projects-history
       new  e544e2a291 Add assertion when no buffers need saving
       new  dde90de5c5 Remove helm-org.el
       new  b3ca0c0318 Remove remaining helm-org* stuff
       new  f0da5724d4 Fix matching bol in elisp-packages
       new  4acea01553 Change comments in helm-elisp-package
       new  5732c832ad Fix upgrading elisp packages
       new  1026cb8e44 Revert unneeded condition in package upgrades
       new  caaf1a9d30 Make a separate function to collect packages to recompile
       new  4b592c11d7 Append to extra-upgrades
       new  d20151709b Update docstring
       new  a017e8b8bf Handle installed packages that are dependencies
       new  a8cafc5265 Fix upgrade of package already builtin
       new  2560d95cae Declare helm-source--cl--print-table
       new  a38316808f Add xref-find-definitions (#2188)
       new  49d56c19aa Add xref-find-references (#2188)
       new  2fdeea3c27 Fix saving unmarked buffers
       new  6edbad17bc Fix package--user-installed-p
       new  063ed57f40 No need to fuzzy-match single char (#2191)
       new  65edabd2cf Be sure the local var is used
       new  c00b5826c1 Remove dups in package upgrades
       new  4958360084 Use file local variable to make log use outline mode by 
default.
       new  1122c67465 Add pagebreak before provide form.
       new  341956bec2 Merge pull request #2199 from 
cireu/feat/outline-mode-for-debug
       new  726cf1c67a Fix split error when opening from dedicated window
       new  eaa02aa727 Merge pull request #2200 from sdwolfz/fix_split_dedicated
       new  012963060a Add a space after -t option in ripgrep
       new  bb16524ea9 Handle git ignored files in HFF (#2201)
       new  cfa42e9f94 Update documentation (#2201)
       new  b9a728816e Update issue template
       new  f898c7cb3e Add option to emacs-helm.sh, improve help and
       new  c56152f1c7 Add -B to help in script
       new  a67e393e7c Simplify loop in package upgrade
       new  6db28059f5 Add messages when upgrading packages and
       new  5ea85dec2b Add option to load specified packages
       new  7e111b48a7 Better format of help in emacs-helm.sh
       new  0d9340029d Remove unuseful debug message
       new  547dbe6f87 Fix checking package to recompile
       new  0d7ced18be Clean install directory when installing
       new  3f5f338e56 Improve transformer for elisp packages
       new  87d4fec1fa Don't tag selected package when they are removable
       new  962be757b0 Remove *.el files as well when installing
       new  e49f6377db Fix commentary in emacs-helm.sh
       new  e99096e859 Merge branch 'master' of github.com:emacs-helm/helm
       new  829def7f9d Fix helm-describe-class
       new  32f1394589 Allows exiting with default action
       new  2017a2af00 Add placeholders to eshell cmd on file
       new  72f68624b6 Document esh placeholders
       new  d3c6a6f6f1 Update HFF help
       new  afd7fb1964 Use basename of files in esh cmd
       new  a042a459fc Fix recompilation of pkgs
       new  26b401250a Don't mark builtin packages with "I"
       new  04253221cb Display file list in esh cmd on files and
       new  b4c8c7c478 Merge branch 'master' of github.com:emacs-helm/helm
       new  847879c631 Display only basename in esh cmd on files
       new  ed73f602a3 Handle dups in marked candidates in esh cmd on file
       new  523246e1ec Simplify regexp matching fmt file in esh cmd on file
       new  dccd9eda9a Fix window and frame setting in esh cmd on files
       new  3b4f457166 Fix error in upgrade when recompiling pkg
       new  acb909c874 Don't colorize packages to recompile
       new  7e3cd7a123 Fix again recomplation of packages in upgrade
       new  24e63818f5 Remove all the recompile code for package upgrade
       new  d3b4e074eb Fix preselection in bookmark handler
       new  d6e6065a82 Fix again upgrading
       new  f579d4b6df Fix esh placeolder with crap filenames
       new  089e8fef6b Show only basename in query-replace filenames prompt
       new  b5aceac70a Add trailing / to org-directory (#2203)
       new  5c4095a91c Update emacs-helm.sh help
       new  0db3e4905f Minor fixes, docstring only
       new  8da8404154 Fix helm-occur history with initial empty buffer
       new  797a990e8d Fix resuming within helm when a helm-marked-buffer-name
       new  0880c77456 Fix resuming previous buffer when current session
       new  884cbe97dc Add action to switch to buffer in new tab (emacs 27 only)
       new  529447a538 Allow switching to buffer in its tab
       new  8b588e5a61 Add find-file-other-tab action
       new  5608bf57de Fix docstring
       new  dd3a498106 Change helm-buffers-maybe-switch-to-tab default to nil
       new  4572cd5beb Add helm-org as helm dependency (#2185)
       new  d431d49674 Deleted helm dep on helm-org.
       new  610d06e4c1 Merge pull request #2205 from jeeger/delete-mutual-dep
       new  6e8fa9c7cf Fix splitting window with dedicated buffers (#2206)
       new  ab6c9aa985 Extract mode-line updating functionality.
       new  8267695a67 Merge pull request #2207 from jjzmajic/update-mode-line
       new  cfae8a97bb Fix previous commit (#2207)
       new  47b972d83b Restore the buffer belonging to persistent-action window
       new  e4f5d576da Introduce new user var to allow displaying helm buffer
       new  fbabae1d16 Fix displaying full-frame window with dedicated buffer
       new  ddd1a325fd New var used to store the buffer where helm is started
       new  ef8dc4894c Use helm-persistent-action-window-buffer
       new  966025bad2 Remove deletion of OW before helm call in helm-top
       new  666a48b765 Use helm-current-buffer in elisp persistent help
       new  67c4c67d3f Allow specifying split arg in PA
       new  1f2bb218df Fix splitting the PA window
       new  9e762d7dcf Fix some docstring and reenable the SPLIT arg of
       new  b408341fb1 Prevent deleting OW only when helm-current-buffer
       new  fb4db981dc Strongly dedicated buffer have window-dedicated-p == t
       new  7feeed7c29 Move helm-persistent-action-window-buffer in its section
       new  f3d89c5dc0 Minor docstring fix
       new  ce78c0ab9e Force running update hook in elisp help
       new  042f32784f Ensure helm-current-buffer is used when helm-buffer
       new  c1ebce659b Fix info nodes in docstrings
       new  cea31a6730 Reduce noise in make install
       new  0b896081a5 check for strongly dedicated window before
       new  f6761bd80a Add match-dynamic to helm-comp-read
       new  ad8fef283f Enable match-dynamic in completion-in-region
       new  ec2db5dc30 Add match-dynamic to helm-comp-read
       new  8887c0bc6a Remove fuzzy match slot in completion-in-region
       new  a29d87c3e9 Fix error in completion table for completion-in-region
       new  fff7710ac4 Compute metadata in function
       new  3ff8441bb1 Use all-completions everywhere
       new  50d6f3a4a6 Remove commented code
       new  b219f40d71 No need to pass directly helm-pattern to
       new  76b7a0c519 Only comments
       new  8ded32976c Set base-size in the completion function
       new  7454eda2b1 Ensure to add helm-cr-default-transformer but
       new  62dfe320a3 Force `completion-table-dynamic' to NOT use 
`all-completions'.
       new  3a3b57f7c1 Introduce new user var helm-completion-style
       new  4ad23948fa Add a sort function for flex candidates
       new  9c5416cb60 Merge branch 'completion_in_region_dynamic' into dev
       new  105a3211d8 Fix error when using helm-fuzzy as style
       new  28f586c589 Ensure user use a suitable value for completion-styles
       new  86b2f1ee42 Fix typo
       new  2706809117 Add new line between fns
       new  3b4e119954 Move comment
       new  2dc0e3c366 Remove usage of completion-table-dynamic
       new  41893ff8d4 Remove duplicate code
       new  e26e97a16f Add comment
       new  14a5a80deb Disable sorting when backend style is in use
       new  22088bfd96 Use cache for emacs style completion
       new  64a7b16db8 Fix #1164
       new  11d0679c72 Comments only
       new  2ce03e13c4 Docstring only
       new  9af253ec24 Fix completion-at-point in minibuffer
       new  764e4b6f77 Fix wrong order of args in funcall
       new  fcabc6838f Make a separate insertion function for 
completion-in-region
       new  a81d5a9a00 New user var helm-completion-styles-alist
       new  ad31a7cc3c Fix HFF initial input
       new  1341b84aed Fix error when cursor is not on symbol (#1164)
       new  d0a4538a96 Add helm style to completion-styles-alist
       new  55fde20b2c Fix merging metadata and integrate styles in helm-mode
       new  61f9ff0348 Docstring only
       new  c844761924 Fix negation on initial pattern in emacs style
       new  be5da1d7b2 Add missing docstring
       new  7b110d7eb7 Change helm-completion-style default to emacs
       new  b1248105df Fix issue with flex style
       new  8454adee70 Fix flex sort fn with (display . real) cands
       new  c2a1633df3 Fix all-completions predicate with CRM
       new  8a4d87ea09 Try to return same value as
       new  78c612ce05 Add helm category to METADATA
       new  cd8b21c06d Add comment
       new  28ff1b84b7 Delete commented code
       new  62d2d85b33 Simplify how to pass helm style
       new  0e0b6c147d Exclude negation pattern in default sort fn
       new  af08d4f122 Use display-sort-function when available in metadata
       new  cf4dbaa0b8 Add helm style to eshell-mode which is not working
       new  ff14a3b780 Remove now unneeded let bindings.
       new  3c486adc04 Don't quote initial-input in CR (#2214)
       new  e9bcef6935 Revert "Use display-sort-function when available in 
metadata"
       new  a431875b2a Use completion--adjust-metadata to setup sort fn
       new  d353c98510 Remove caching from completion-in-region
       new  f0e5f3e851 Merge branch 'display-sort-fn' into dev
       new  bf92b3868a Cleanup previous merge
       new  fb67256220 Make metadata immutable
       new  bf099ef611 Reenable helm-completion--sorting-done flag
       new  6795ac2f50 Reorder code and docstrings, no code change
       new  ce9e130ccb Sort all candidates to be sure we don't loose
       new  c7cacc9cdd Fall back to minimal sorting when pattern
       new  e399c85204 No need now to limit candidates in comp fn
       new  cbb3a0b6a9 Fix helm-quit-and-find-file in helm-occur
       new  f02fa50828 * helm-source.el (helm-build-in-file-source): Fix indent 
declare.
       new  54ae03191a * helm.el (helm-map): Remove ineffective key binding.
       new  efea0c46d3 Remove comment
       new  907c129741 Merge pull request #2215 from xuchunyang/master
       new  3aa0a1d2b9 Merge branch 'master' into dev
       new  a466095e4d Rename functions in helm-mode
       new  31b5a0cc80 Add comments no code change
       new  acb6193403 Fix eshell completion issue in emacs-27 with emacs style
       new  48c57c4b5d Fix setting base-size
       new  bb866c08ba Use prefix as input
       new  0c53e9ab93 Revert previous change and allow other styles to kick in
       new  e9f699c9aa Fix comment no code change
       new  065e60ab09 Fix initial-input in completion-in-region fn
       new  37714f7d34 Fix tramp error for sudo method on emacs-27
       new  7782eb6879 Use buffer-substring-no-properties for input in CIR
       new  a701dfc5c1 Same for prefix
       new  070adab3a1 Allow minibuffer completion using emacs style
       new  02667c941a Fix prefix with helm styles
       new  dc24ea8942 Fix default in CR default handler
       new  ef9176f439 Fix default in completing-read for all styles
       new  a566a42a72 Fix helm-completion-style docstring
       new  b17c9d7d55 Fix again helm-completion-style docstring
       new  caf32257aa Disable tab-bar-mode in helm frames (emacs-27)
       new  cf8d8e01ff Fix function change in emacs-27
       new  70ba80ffee Fix switching buffer in tab with new api
       new  67fde04a3d Shutup byte-compiler in emacs-26
       new  237d6b5b35 Disable f-f-at-point and ffap
       new  c08301fc6a Remove compatibilty code for emacs < emacs-24.4
       new  59574d622b Set old completion-in-region fn setting
       new  85544499ae Remove obsolete fns in helm-source
       new  949c5f04d2 Minor change in README
       new  4179f3154f Make helm-mode-fuzzy-match obsolete
       new  02c2f51eaf Make the ffap fns working in helm-mode by advicing
       new  c25870bc2b Put helm at end of completion-styles to not
       new  0d404d6a1c Elements of collection may be lists, in this case
       new  ea47f04578 Fix ffap advice
       new  f87163f4eb Add ffap-read-url-internal missing in emacs-27
       new  6bdfffa089 Fix helm--completion-in-region docstring, no code change
       new  8e16a5c91f Workaround gud bug (#2220) by adding
       new  d40ac89195 Fix again ffap advice
       new  0d338e200b Use ffap-read-file-or-url emacs-27 version for emacs<27
       new  cb0a297bfd Remove dups in upgrades
       new  abce83a9d9 Use requires-pattern == 1 in completion
       new  0fb9f822df Allow completion with no input for file completion
       new  24c74bc331 Add reverse history to *completing-read-2 handler (#2223)
       new  e447abdf4d Use which-function as preselection in imenu if possible
       new  f5c486119b Fix again preselection in imenu
       new  4c852d4547 Simplify helm-completion--adjust-metadata
       new  2c0735c85c Disable requires-match for all completion
       new  c22b1a51ed Make helm-M-x using completion-styles
       new  4be44746d9 Disable match-part with match-dynamic slot
       new  bc9774e512 Reverse history and add comments
       new  ebce2991a0 New user variable
       new  a8c9c03257 Merge branch 'helm-M-x_with_completion_styles' into dev
       new  2b5cfb27ac Make M-x history source using dynamic candidates
       new  af1576a2ba Add docstring
       new  5d7fad519a Ensure circular object are removed.
       new  9ff2abce13 Fix helm-dynamic-completion again with circular objects
       new  aee75f2cfe No need to use helm-aif here
       new  40f8c96158 Add PA to history source
       new  81723f4a71 Add missing slot to M-x sources
       new  17dc1c8753 Let-bind extended-command-history
       new  3c255e5731 Fix order of styles for emacs-26 and 27
       new  aebf11e444 Always kick in helm style even before
       new  19f8146309 Fix the order in which styles are tried
       new  7a40de8ff0 Remove unused old user vars and update docstrings
       new  e1298a7ed8 Fix again completion-styles in use in helm
       new  2dec365e3b Add comments no code changes
       new  96a5f3aa4a Add more comments
       new  f80494462b Rename all arguments STR to CANDIDATE in *multi-match
       new  d2a92eb675 travis
       new  b7bb020fef Add and fix docstrings in helm-multi-match
       new  5f4eff036a Fix initialization of packages in emacs-27
       new  bbfc67a1d4 Fix adjust metadata fn
       new  fb1495ffca Restore default value of helm-mode-reverse-history
       new  92b53ec690 Extract Eshell completion transformer to a separate 
function.
       new  1cf03a3117 Extract Eshell completion helm to separate functions.
       new  17d9b4a52d helm-comint: Add support for sly-mrepl.
       new  c1a3647457 Merge pull request #2208 from Ambrevar/master
       new  c9c1233641 Fix README
       new  cffdb3fd6e comint: Fix type of helm-comint-next-prompt-function.
       new  6d91844e84 eshell: Fix indentation in helm-esh-pcomplete-input.
       new  017d0c2eeb eshell: Make completion source customizable.
       new  97162b3964 Merge pull request #2228 from Ambrevar/eshell-modular
       new  d04733d8b3 Merge pull request #2230 from Ambrevar/wip-sly-repl
       new  9bad9387e5 Allow setting must-match from sources
       new  ab449c9828 Simplify setting must-match
       new  5357b77774 Implement helm-fuzzy style
       new  0bc6e22ccd Be more lax in scoring fuzzy matches
       new  a1d4e535c6 Fix predicate in helm style (#2231)
       new  e6a38f333e Annotation-function may come from metadata
       new  da9c774e88 Fall back to helm-comp-read when helm-mode is disabled
       new  6f06fb5ac1 Fix docstring
       new  45bbd9f456 Handle annotation-function in completing-read
       new  85b76aeb66 Add group to M-x source history
       new  f8fc40ffd7 Fix type command even if not actually in use
       new  f7509a0707 Update slot docstrings
       new  28c3d2ab8c Remove unneeded let-binding
       new  a10cdfd5d3 Simplify even more adjust metadata fn
       new  0b87079deb Use completion-flex-nospace
       new  cbea6ebe63 Fix bad usage of tilde in directory names (#2233)
       new  0e4494672f Fix previous commit and add comment
       new  2163485043 Merge branch 'dev' into helm-fuzzy_style
       new  1261d5f58f Add flex scoring for helm-fuzzy style
       new  0ef4ba0d28 Don't modify the original fuzzy score fn
       new  bec0828a72 Handle hash tables like in helm style
       new  0e8762a9c5 Rename all helm-fuzzy to helm-flex to not confuse
       new  b74fbaef43 Update docstring
       new  f1c9cfb985 Rename function
       new  9beb0aa1a5 Add comments
       new  b135362e4b Rename function and add docstring
       new  ec48d32cf0 Fix error in sort fn
       new  78b141b431 Generate regex on top for flex
       new  09a866d208 Minor change in score fn
       new  3c1fc602c3 Allow passing a function as collection
       new  bc7141fbf1 make helm-fuzzy completion style works with directory 
listing again
       new  bd56e8f1a9 Merge pull request #2235 from 
kiennq/bug/helm-fuzzy-no-matches
       new  6cadb0786f Minor change in score fn
       new  88e6c8c7d6 Allow passing a function as collection
       new  90124a8f32 Merge branch 'dev' of github.com:emacs-helm/helm into dev
       new  f937cb1fab Reorder code in helm-mode and add comments
       new  71e9c23b85 Sort directly on completion function output
       new  64330a6517 Rename helm-M-x-transformer-hist to
       new  4c4fb5d7d0 Update docstring, no code change
       new  8d8b71b7d9 Use prefix as input and delete only prefix at insertion
       new  75c559eba4 Remove unused code
       new  1aa59cf22f Always start with prefix
       new  a57da2d9d8 helm-completion-mark-suffix default to t
       new  a0e3a13638 Allow setting completion-styles for specific modes
       new  e7e342ec2b Allow disabling completion-styles in
       new  e219f03120 Use nconc in
       new  c8725745e8 Fix helm-completion-styles-alist defcustom
       new  26fcedeafb Don't modify completion-styles-alist
       new  3bb877ee93 Check directly if helm style have been added
       new  e58e94a6ba Fix error when setting helm-completion-style (#2237)
       new  2b0ed0b54d helm-comint-input-ring
       new  506ace00c2 Avoid potential recursive require
       new  9aadfb2342 Rename functions
       new  a32ab47a08 Ensure helm-mode is loaded when setting styles
       new  348840d780 Make helm-M-x-use-completion-styles default to t
       new  1cc8192f8f Be sure to be in current-buffer
       new  17cd102ef0 fix: Attach load file action to dynamic modules.
       new  203e609bf3 Merge pull request #2239 from 
cireu/feat/load-modules-file
       new  ae1601ea3d Cask
       new  a89b402fcc travis allow failures
       new  da2035a846 remove dependencies
       new  b9382744f3 Merge branch 'master' into travis-ci
       new  69d79d3744 version number for Cask
       new  784452a203 Merge pull request #2240 from peterbecich/travis-ci
       new  542d868c32 Merge branch 'master' of github.com:emacs-helm/helm
       new  4174e9a987 Remove old completion-styles when setting
       new  a1995571ec Merge branch 'dev'
       new  2ca1160d8c Update doc
       new  2ed230253e More update on documentation
       new  c0f3f4c0c3 Merge branch 'dev'
       new  835746c436 Update issue templates
       new  a5a698554a Update issue templates
       new  7b29c22efa Update issue templates
       new  66d948e984 Allow remapping helm-minibuffer-history-key
       new  b11a2be838 Comments only
       new  75424f3c36 Use widget for action menu when called from mouse-3
       new  54e2c05432 Fix action menu when action is a symbol
       new  657b52b5d2 Close action menu when its buffer is visible
       new  0e10b976f0 Handle other conditions in action menu
       new  1206afea68 Fix requires-pattern default-value
       new  54ebc54ee5 Fix helm-symbolify when arg is empty string
       new  42741b7eef Add coerce to helm-comp-read
       new  bf1c31250b Fix helm-type-command to be used in helm-M-x
       new  3b775908df Allow using more actions in helm-M-x
       new  8657fc13c2 Use :custom for requires-pattern
       new  fda9fb06ff Add forgotten help-message
       new  bf3d5909df Remove keymap from type-command
       new  df3658c02a Remove usage of helm-comp-read in helm-M-x
       new  c9aea81bf6 Use symbol as value-type for some alists
       new  db750312f5 Typo only no code change
       new  c6bcd7abcb Fix setting M-x history
       new  ea12aed116 Simplify usage of arguments in helm-M-x*
       new  4f9f46f7be Fix disabling helm-M-x in kbd-macro
       new  e923a2e67a Remove initial sorting when pattern is empty (#2247)
       new  ae15fbb86d Fix helm-flex with minibuffer-complete
       new  8465ce543b Use async 1.9.4
       new  c681ef3eb2 Set metadata in helm-M-x (#2249)
       new  b01b3b7a34 Fix eshell completion on files with helm style
       new  c5e97aba34 Fix eshell completion on files with helm style
       new  abe9a52a73 Merge branch 'dev'
       new  f603cc76d3 Fix issue #2250 with pref arg in helm-M-x
       new  e685e7f758 Fix #2251, remove set--this-command-keys call
       new  e6ee91b0c5 Merge branch 'dev'
       new  f903523d43 Update issue templates
       new  d439b35a67 Fall back to empty string for safety
       new  342c2906e9 Behave like with completion-flex-nospace in
       new  a8f939dda5 Don't set pattern to string
       new  4a5c398b98 Fix completing-read-default-handler with styles
       new  4c692c3e53 Use *aand instead of *aif
       new  82ae939caa No sort when empty string
       new  17ad7a2b92 Fix typo
       new  11b8933708 Fix history predicate in *M-x
       new  520d7b2591 Merge branch 'dev'
       new  e6a0fa4806 Merge branch 'master' of github.com:emacs-helm/helm
       new  bcc67a68c8 Allow specifying styles unconditionally
       new  494fb2f70c Merge branch 'dev'
       new  8dd27b7cb3 Remove now unneeded var and fn
       new  8c49abeb59 Merge branch 'dev'
       new  ac3c49be00 Update *pkg files
       new  01a68107bf Update help-message
       new  ed3cc06737 Don't add a space at end of pattern (#2252)
       new  08f1a8abd8 Revert "Remove obsolete fns in helm-source" (fix #2254)
       new  2e5193dd9b Update documentation
       new  26230cfd8c DRY in helm-buffers
       new  8f3afebf95 Remove unneeded autoload cookie
       new  e75f900e79 Reenable helm-mode-handle-completion-in-region (#2257)
       new  b701c6e40c Add hooks in helm-help (#2221)
       new  b0fb728986 Ensure a string is passed as :input in lookup info
       new  e2dfc404ae Change default actions in type functions
       new  fba437569b Add assertion in helm-internal for input
       new  eeb47fad29 Fix #2258 by avoiding using helm-aif in helm-config
       new  aba65b4504 Remove thread in helm-dabbrev which is not working
       new  9e8d4fc122 travis reliability
       new  e7ea37dac7 Move lambda inside a function
       new  495759a796 Merge pull request #2259 from 
peterbecich/travis-reliability
       new  145f74bad4 Fix typo
       new  3725f98729 Merge branch 'master' of github.com:emacs-helm/helm
       new  845ceb63f1 Fix comment
       new  cefa80214c Simplify dabbrev regexp
       new  c7438bbd4b Reorder functions in helm-dabbrev
       new  d6709b9364 Merge branch 'master' of github.com:emacs-helm/helm
       new  d4373fbfb5 Switch back to current HFF session
       new  b17a6c561a Revert "Simplify dabbrev regexp"
       new  dbf262f778 Allow using multiples @pattern in buffers
       new  bd979544b2 Fix helm-occur action for buffers with negative pattern
       new  333b2ed59e Delete events maybe added while helm-dabbrev
       new  db5a74a49b Compute data faster in helm-dabbrev
       new  7f12d28c9c Do nothing when trying to run dabbrev while it is
       new  28bffc4226 Reset cache and flags in *dabbrev when only one
       new  b1378af702 Add docstring
       new  656b1bb41a helm-help.el: typo fix in docstring
       new  b655105e52 Merge pull request #2260 from rrthomas/master
       new  0659989780 Fix filename insertion
       new  c7259aa1b5 Minor fix in helm style all completion fn
       new  7ba50746bf Add shell and eshell to helm-completion-styles-alist 
(#2261)
       new  8ca7ff9208 Fix completion in *shell modes (#2261)
       new  f116198dd0 Remove uncalled test in or clause (#2261)
       new  c61e29717a Add ggtags-find-tag-dwim to CR handlers (#2262)
       new  cb7050e42d Revert "Add shell and eshell to 
helm-completion-styles-alist (#2261)"
       new  3f8a351e56 Fix error probably introduced when merging branchs
       new  7365a9dcb1 Fix typo in prvious commit
       new  2fff2fd828 Docstring only
       new  ef6c947169 Update help
       new  05d70ff116 Force usage of 'emacs helm-completion-style in
       new  1ecefa3840 Make initial all-completions only in file completion
       new  6016fff585 Fix error in highlighting with very long lines
       new  c09329cd8b Ensure helm-match-from-candidates is not called
       new  cd011ab694 Use completion-ignore-case
       new  f7254c9925 Update docstring no code change
       new  35e2faae1c Allow marking forward and backward conveniently
       new  6d8059ff57 Don't create local cand buffers in helm-occur (#2266)
       new  bc9fdf8386 fix indent helm.el
       new  203dbe842b Honor :exit-function in completion-in-region (#2265)
       new  8ed26cb9dc Don't loose properties in completion-in-region (#2265)
       new  6ccc5f401d Fix #2268 regexp wrongly matching buffer names with
       new  246e909697 Merge branch 'Bug_2265_action_with_prop'
       new  1a68297df2 Prevent error in helm-set-case-fold-search (#2270)
       new  d3e0b539f3 Fix bug #2271 (typos, no code change)
       new  619fdaa532 Avoid using default as input in large buffers
       new  84247e92db Fix #2272 by requiring ansi-color
       new  9db3380236 Fix small error in helm-occur
       new  c17f1c76e4 Better test for buffer size in helm-occur
       new  1abeb89635 Check string before running completion--done
       new  c8c91e89cb Remove hook in the unwind-protect form
       new  75563d35a6 Merge pull request #2267 from conao3/fix-indent
       new  129b9a5a9c Rename function and add comment
       new  9319b4a2cc Fix #2274 completion--done should be called with 'exact
       new  1e8c368b14 Allow using "-" as tramp-default-method (#2275)
       new  fdd4b136a8 Fix #2276 with other window dedicated and
       new  4662408980 Tweaking of `other' helm-split-window-default-side when 
1 window
       new  41a3c22294 Merge pull request #2277 from bramadams/master
       new  7c5d910162 Fix long lines, no code change
       new  6a6b608826 Respect that emacs config-folder can now be in 
$XDG_CONFIG_HOME
       new  24b18c5a72 Merge pull request #2279 from 
benjaminor/issue_2278_support_XDG_CONFIG_HOME
       new  7d39deba69 Populate package-selected-package temporarily if unset
       new  8e3bc18f19 Option for helm-list-elisp-packages filtering to upgrade 
on start
       new  8f56312053 Merge pull request #2281 from 
obar/el-package-upgrade-on-start
       new  21e778bc88 Use :nomark in completing-read's
       new  b640354f3d Small optimizations
       new  fd429c68e7 Use a simple defun for helm-take-first-elements
       new  b38c9d1b09 Fix setting of after and before positions
       new  73d8f6babb Update HFF documentation
       new  60ac463a33 Fix a bug when the host part of a TRAMP path ends with a 
method name
       new  997d25740b Merge pull request #2283 from 
montag451/fix-tramp-host-ends-method-name
       new  0181b7ef46 Fix typo in HFF help
       new  84c67a83ab Update helm help
       new  85061a39b7 Make :override advises innermost.
       new  450f6e449e Merge pull request #2288 from yantar92/master
       new  0841dcca5e Remove now unneeded require of advice
       new  d978f20f4c Remove one unneeded conditional
       new  55281e1390 Update documentation
       new  b52783a465 Add rsync action to hff
       new  e17fe94bde Check if rsync is installed
       new  a880bb8331 Handle password in rsync filter
       new  a928717b60 Remove interactive from rsync action fn
       new  d3468c9632 Add documentation about rsync for hff
       new  cc8f22b018 Add comment no code change
       new  bf6a9106bc Add face for rsync mode-line
       new  811af8499f Use add-to-history to save history #2290
       new  6f882a6ed4 Handle error in rsync sentinel
       new  7936b49e48 Fix rsync prompt
       new  d7dfea2a19 Ensure the final slash is not added
       new  19d6bd09de Use global-mode-string to setup rsync mode-line
       new  76aff6f0df Add color to rsync progress
       new  62f287b3a7 Handle multiple rsync jobs
       new  bae4e3a782 DRY in rsync
       new  4121e0a7c4 Fix rsync sentinel and add comment
       new  36197a59ad Improve rsync help-echo
       new  261efd11cf Fix error when marking all
       new  0745fa347d Try to fix again issue with helm-tremacs-icons
       new  3fddd8c425 Avoid error with candidates with an image as display 
(#2296).
       new  6b908f62df Use instead `equal` instead of `string=` to compare 
display properties
       new  1dca266d5f Merge pull request #2297 from iqbalansari/master
       new  068d052101 Use equal to check display in some other places #2296
       new  bdb806905e Ensure error message is seen when marking all
       new  52e1d74f9e Fix issue with CRM separator #2298
       new  8d8e2d2aef Remove pdfgrep from Action transformer (#1756)
       new  ce335b434e Remove unneeded test for remote file in mark all
       new  b6db9fb47a Another fix for helm-treemacs-icons
       new  b448bc1042 Use fuzzy sort fn which works for both nowaday
       new  2126189970 Append separator when completing multiple candidates
       new  35f3865835 DRY in some places of hff
       new  7d6020390e Merge pull request #2302 from akater/frendlier-crm
       new  5a2e5954a9 Fix retrieve last expanded according
       new  291f773d91 Resize popup frame width and height when reuse it
       new  291f4d6b16 Merge pull request #2303 from kaiwk/patch-1
       new  e5192cb717 Merge branch 'master' of github.com:emacs-helm/helm
       new  5ee7e3f1a2 Update docstring
       new  c156260c1e Get rid of any-prefixes
       new  f713bda60e Change default binding for rsync in hff
       new  2378883434 Fix undo-boundary in HFF
       new  1fbb3a9f6d Add a special undo command for HFF
       new  3be1389e39 Update README
       new  02c06beae5 Remove "-r" switch in rsync which is redundant with "-a"
       new  56abaa9781 Improve grammar
       new  e4a96c334d Merge pull request #2306 from tomjaguarpaw/patch-1
       new  59deedd659 Use username in tramp file names (#2301)
       new  16403ddf8a Fix long line no code change
       new  e32c715f4a Fix Windows path error (#2308)
       new  2412ce711f Notify where restoring files from trash
       new  202bcb533e Update Help
       new  b8cb661bae Change some default bindings
       new  41242faebb Update pkg file and drop support for emacs-24
       new  a751fa7f69 Update template
       new  4ff354efb6 Update version number in helm.el
       new  b95e9a69b9 Allow passing minibuffer-completion-confirm value
       new  16e4794d60 Use bold face for class slots in help
       new  0ee299ec87 Fix initial minibuffer-completion-confirm value
       new  f7fa3a9e0e Get rid of ido for listing buffers (#2311)
       new  9101738a4f Remove all ido-virtual broken stuff
       new  91f89aa37e Prefer cl-loop for parsing buffers
       new  6500dc4e6b Update AG command docstring and help (#2313)
       new  4071dca7f8 Fix grep highlighting without ansi (#2313)
       new  68b0278821 Allow configuring function to reorder buffers
       new  7a2c0c5e4d Merge pull request #2238 from 
baron42bba/baron42bba_helm-comint-input-ring-fix
       new  130175735f New helm-occur command
       new  5cf79283d6 Fix documentation
       new  f552b79375 Fix rsync progress bar
       new  9bd2f7cf02 Merge pull request #2314 from manuel-uberti/master
       new  6be32d1124 Update docstring
       new  03a8e4f800 Require bookmark for bookmark-alist
       new  ec86a0c3e2 Allow using dir local vars in HFF
       new  574220498a Add some missing docstrings
       new  c4095aa01d Simplify setting helm-ff--dir-locals
       new  bde1791d6a Associate last rsync PB with its own process
       new  f2a8255f75 Fix error in helm-ff--reset-dir-locals
       new  d09792bce3 Prefer shell-quote-argument over eshell-quote-argument
       new  6061a3af51 Allow using shell or eshell from HFF (#2317)
       new  c7ae886ff9 Fix typo (#2317)
       new  301f20e198 Fix switch to shell with pref arg (#2317)
       new  dbd0a7cce2 Fix typo
       new  ecadaa61e0 Allow using term-mode in helm-ff-preferred-shell-mode 
(#2317)
       new  15cc584881 Add comment
       new  81ff58c4dd Fix long lines
       new  b742d3b037 Remove single quotes in rsync command
       new  5f511285b9 New user var to control mode-line update in rsync
       new  d866cf0570 Don't quote local name with rsync
       new  51ed0e7530 Ensure `file-directory-p' works on remote files
       new  89a5add491 Use a different buffer for each rsync process
       new  e0d440ea4b Add comment
       new  438006e95e Docstring only
       new  1fa5f3f104 Fix quoting fnames in rsync
       new  cc49a8a452 Fix long lines
       new  4f30fdd551 Fix append arguments
       new  3ff35503a9 Update help
       new  281f019cb5 Add straight/repos/async to LOAD-PATH in emacs-helm.sh
       new  2c7010cc3c Allow editing rsync command
       new  ee8a3f3ae3 Update help about rsync
       new  225f1e04f0 Untabify and delete trailing white spaces
       new  a17fa2bdcc Remove y-or-n-p in helm-rync
       new  e6d12057eb Add command to kill rsync processes
       new  22873693e3 Prevent flickering in other frames
       new  55035b3041 Handle Straight user config
       new  e2c91b1247 Fix emacs-helm.sh --load-packages option with straight
       new  41a4f068b7 Avoid rebuilding packages after using emacs-helm.sh
       new  082f2d54bc Update rsync action tag
       new  fb63cd6f05 Declare bootstrap-version in emacs-helm.sh
       new  a9bc75235f Fix rg pipe command when color is never (#2313)
       new  b33b2d8d68 Update helm-M-x documentation (#2322)
       new  f2c3951c96 Add missing docstrings
       new  c21fea514a Change helm-grep-input-idle-delay default value
       new  93acd35313 Update helm-grep-input-idle-delay docstring
       new  58d1982822 Merge pull request #2324 from jagrg/docs
       new  3b3e2db174 Add new history variable for rsync cmd
       new  1ebbfa9688 Fix running a command involving helm from M-x
       new  595b65c4d8 Merge branch 'master' of github.com:emacs-helm/helm
       new  3dcaed08b0 Reorder: Move all rsync var on top
       new  8fb92063b8 Add assertion in helm-rsync-copy-files
       new  16c9b4a2c1 Preserve source ordering in 
`helm-fuzzy-match-sort-fn-preserve-ties-order'
       new  85e6d5f4be Merge pull request #2325 from dme/master
       new  6c7d4153a6 Add support for next browser
       new  17e791638f Cache candidates in HFF
       new  a8e619c389 Store candidates in hash-table from the main function
       new  571fd0c1c1 Cache the filtered candidates
       new  bee922bf92 Improve helm-ff-fct-show-maybe-only-basename
       new  47b76dc59c Simplify helm-ff-prefix-filename
       new  62177742dc Fix string with props inserted in minibuffer
       new  d418c35ec9 Handle dir local vars
       new  5086341495 Add docstrings and comments
       new  58e9c2ee94 Prefer helm-ff-dot-file-p over helm-dir-is-dot
       new  b9aa6513aa Make helm-read-file-name working with new HFF caching
       new  6879f5292f Fix exiting minibuffer with new unknow file prefix
       new  fa7d8138f1 Cleanup unneeded commented code
       new  18348a7c4b Filter urls in helm-find-files-get-candidates
       new  75afa5f388 Fix cond clause in helm-ff-prefix-filename
       new  42356a8e4f Don't loop on all candidates when unneeded
       new  e4e2618b83 Add new source slot match-on-real
       new  570a76a641 Use match-on-real in HFF
       new  bb33b017fe Allow toggling basename/fullpath
       new  47ee21e970 Fix typo
       new  bf312c9c64 Use helm-force-update to renew cache when sorting
       new  ce072247b1 Merge branch 'HFF_cache'
       new  14f183c067 Fix helm-read-file-name to fit with new HFF code
       new  f2dd9c38f5 Document match-on-real
       new  701dbf6d2b Fix predicate in helm-read-file-name
       new  b8284bf95f New user var helm-ff-keep-cached-candidates
       new  75812c682d [EXPERIMENTAL] Add helm-ff-cache-mode
       new  d249541504 Stop updating cache after 
helm-ff-cache-mode-max-idle-time
       new  421810f1ae Don't try to update remote dirs
       new  a7536cf32c Allow more values to helm-ff-keep-cached-candidates
       new  57679ff55c Docstring only
       new  6b80052510 Add a new var helm-ff-cache-mode-post-delay
       new  80bff43a19 Fix helm-ff--cleanup-cache.
       new  8e039d477a Add a discrete lighter to notify helm is updating or not
       new  a582d8224c Merge pull request #2329 from jathd/fix-cleanup-cache
       new  ae200771ee Ensure to stop maphash when input is comint
       new  ec618b7a8d Fix helm-read-answer with key sequences
       new  3fbda380c6 Refresh HFF cache after deleting/restoring files
       new  582343bcf3 helm-ff-cache-mode uses its own faces
       new  d928175089 Change default delays for helm-ff-cache-mode
       new  ef11f88a9e Cleanup variables for helm-ff-cache-mode
       new  8cd0d1057a Ignore remote dirs in helm-ff-refresh-cache
       new  67c6bd392b Prevent helm-ff-cache-mode to set its var on error
       new  50e80c1a55 Refresh HFF cache after query replacing fnames
       new  25eaffaa48 Don't skip special file "~" (#2330)
       new  f29ff54606 A better fix for (#2330)
       new  f573a7c848 Update docstring
       new  9f098e05f7 Remove helm-ff-use-dir-locals which is incompatible
       new  2bed4b1b16 Update documentation
       new  ccf620592f Don't use with-local-quit twice
       new  e34254c0c8 Allow invalid candidates in helm-read-file-name (#2331)
       new  49c9a9c6d0 Revert helm-ff-prefix-filename
       new  c410980bb2 Only comments
       new  6a54d82703 Make defcustom for some *-cache-mode vars
       new  5742b3853d Use by default -s (--protect-args) rsync option
       new  68a4a19b75 Docstring only
       new  46bc4c101c Handle ssh port number in rsync
       new  b957b682d4 Prevent user using less than 0.5 s in HFF cache timer 
delays
       new  4ca209bf5f Improve helm-grep help and docstrings (#2332)
       new  d19592f593 Use :extend attr in all defface
       new  4908e8f07c Fix warnings with emacs-27
       new  dee9e48fa7 Use a log file for errors in curl
       new  85cc869a74 Update HFF help
       new  fd4c8163aa Restore winconf when quitting 
with-helm-display-marked-candidates
       new  68e10d8af2 New var to store help buffer-name
       new  42eb67bf96 Allow using eshell cmd on file async (fix emacs bug)
       new  63e8e0ec5a Indent only commit
       new  02aa90d3b8 Allow adding "&" to eshell aliases
       new  cd485aa60e Update help about async eshell commands
       new  d70f183a38 Fix return value of eshell-eval-command advice
       new  173196bfe8 Add comments no code change
       new  b633e0583f Handle special wildcards
       new  840ec49156 Refresh directory when using a HFF action with prefix arg
       new  a8004ac3e3 Fix multiline transformer (#2334)
       new  84c4005992 Fix checking string with non string display prop (#2335)
       new  f0fab2670e Update HFF help
       new  876d5bb437 Minor grammar fixes
       new  90870e2996 Merge pull request #2336 from 
manuel-uberti/minor-grammar-fixes
       new  671ecfeafd Show file extensions in HFF
       new  3d096f0b0d Fix highlighting extension when it is zero
       new  2cb5d7091d Show directory size in HFF file info
       new  fc4f38df8a Fix regexp quoting (minor fix)
       new  7bf9b58e3c Fix urls display in HFF
       new  78f4d818dd Remove forgotten hardcoded face
       new  f8c1bed473 Merge branch 'master' of github.com:emacs-helm/helm
       new  f885272cbf Simplify url checking
       new  a5c921f529 Propertize extensions after boring file checking
       new  3f6a09e375 helm-ff-file-extension to replace file-name-extension
       new  f26a8e5f86 Fix handling of file error in HFF
       new  abda89c71d Fix error with multihops candidate
       new  3c174251a0 Use a new flag to notify an invalid tramp file name
       new  c759025645 Refresh cache when creating new dirs in HFF
       new  34c48eef62 Allow using RET on hostnames
       new  18d83a4285 Allow specifying more than one extension in wilcards
       new  a75ac95886 Update documentation about wilcards
       new  93bfb7cc2a Add a flag to notify when cache is refreshed
       new  bfb1ddc533 Pressing RET in HFF expand directory until pattern is 
completed
       new  3482a4249b Do not highlight a sequence of 0’s as a file extension
       new  22d5e7dc0b Change default value of helm-ff-keep-cached-candidates
       new  c3908f614d Fix timer error when helm-ff-cache-mode is disabled
       new  f3c9a5bc1c Don't trigger warning when disabling *cache-mode
       new  266b6935b3 Better handling of helm-ff-keep-cached-candidates 
settings
       new  5a27dbfa9c Update helm-ff-cache-mode docstring
       new  3eae25f186 Merge pull request #2338 from d125q/master
       new  f3cd86f171 Allow customizing buffers list sort function (#2339)
       new  7063035b1f Reduce timer delay minimal value for helm-ff-cache
       new  c3ad8932f6 Prevent user using too small value for 
`helm-ff-cache-mode-max-idle-time'
       new  015c46a2a7 Update HFF documentation
       new  a4ee6419b5 Handle invalid regexp in non filenames
       new  7732cff7fd Stop supporting double space for recursive search
       new  da5f885490 Stop matching backquotes in 
helm-ff-auto-expand-to-home-or-root
       new  a3343a3709 Update HFF documentation
       new  319dfb6e6e Add two new user var to customize helm-ff-cache-mode 
lighter (#2341)
       new  ded352bcd8 Update HFF documentation
       new  f6b6c4cc1a Add optional arg pattern to 
helm-ff-auto-expand-to-home-or-root
       new  efa30f0441 Remove deleted directories from cache if needed
       new  ee0630fe69 Provide an alias for non-essential and use it
       new  7713b7fbc9 Fix byte-compiler/checkdoc warnings
       new  18137a06cb Merge pull request #2342 from 
progfolio/fix/helm-x-files.el-clean-compile
       new  816f66ad59 Disable mode-line notifications for helm-ff-cache-mode 
(#2341)
       new  810c64e843 Remove faces setting for helm-ff-cache-mode lighter
       new  871f56b487 Update HFF documentation
       new  ffc1e45e14 Prevent users from setting variables handling a function 
to nil (#2343)
       new  0fc8554494 Merge branch 'master' of github.com:emacs-helm/helm
       new  e2e8dabadb Revert ee0630fe "Provide an alias for non-essential and 
use it"
       new  87e376f88c Fix helm-ff-keep-cached-candidates docstring (#2346)
       new  252896e9ca Use pcase to allow emulating more bindings in help
       new  5d224cb889 Require tramp (#2347)
       new  ba69f7832b Add new alist that serve as keymap for help
       new  61fb7c4387 Add a function to bound keys in helm-help
       new  b8ade10705 Move helm-help--iter-org-state on top
       new  e104368ef9 Update documentation
       new  91ef3169ad Don't hardcode helm-help prompt
       new  4e205f1396 Move helm-help var on top of section
       new  4fec0243da Make some help vars user vars
       new  48bb48063a Move comment in the relevant place
       new  54a5e4cd7a Add docstrings in help fns
       new  e22fc20b0b Add optional arg to helm-help-define-key
       new  860a6e5736 Fix byte compiler warnings
       new  dfda012225 Merge pull request #2349 from 
progfolio/fix/byte-compiler-warnings
       new  b0d4b48317 Fix previous PR incompatible with emacs-26.3
       new  81f0707529 And quote the action slot in eieio-declare-slots
       new  eaec644514 Move helm-minibuffer-history-key to helm-misc
       new  25538d6ff9 Make usage of helm-config file obsolete
       new  3c27524408 Remove call to eieio-declare-slots
       new  0f437c8ccc Fix error when minibuffer-history is called from 
repeat-complex-command (#2351)
       new  ac5eb045e5 Allow customising how shell buffer is displayed(#2350)
       new  869894af89 Use pop-to-buffer instead of switch-to-buffer (#2350)
       new  5425ba626d Use `pop-to-buffer` instead of `display-buffer`
       new  a582e1b2fc Merge pull request #2352 from lionel-/fix-display
       new  0e77797ef5 New variable to handle default separator for crm (#2353)
       new  81dbe5e984 Ignore separator when it is not a string (#2353)
       new  5d604a81f3 Fix docstring and comments (#2353)
       new  4ec0004897 Delete match item overlays when updating
       new  85b09ba6ec Allow customizing matches around point in imenu (#2354)
       new  f683ba14a2 Add comments in helm-config
       new  423f4563bf Use ls and awk in emacs-helm.sh
       new  74918fec99 Fix paren error in helm-match-line-update
       new  2b6888961f Improve helm-highlight-matches-around-point-max-lines 
customization (#2354)
       new  0942091583 Remove user variable
       new  c99c6d5170 Improve defcustom
       new  b09cbf452b Don't enter the loop when 
*-highlight-matches-around-point-max-lines is 'never
       new  30b7e72e33 Comments only
       new  6dd50891e0 Update docstring
       new  dc0fd8305a Rename function
       new  fb1c4411d6 Use preselection when force updating in 
helm-read-pattern-maybe
       new  10dd52b3c4 Fix completion-at-point on special strings (#2355)
       new  a6a0831499 Update global bindings and menu
       new  fc34ab804b Exit completion-at-point with 'finished status (#2356)
       new  10c2f6b60d Add new action to buffers
       new  2caa83d935 New variable to allows completing-read return a list
       new  663360d5ea helm-net.el: Remove Mosaic in default browser alist
       new  c80d046aec Merge pull request #2358 from 
Miciah/helm-net-dot-el-remove-Mosaic-from-default-browser-alist
       new  ae33b5588c Pass 'exact or 'finished to :exit-function according to 
try-completion (#2356)
       new  3ebf9f25f3 Merge branch 'master' of github.com:emacs-helm/helm
       new  7bd26ac0bb Set keymap in helm-esh-pcomplete source.
       new  088d073a49 Merge pull request #2361 from 
akreisher/esh-pcomplete-keymap
       new  477582f794 Remove space at end of completion at insertion (#2360)
       new  caf78b984f Add helm interface for epa-list-keys
       new  c72ed13f00 Add encrypt action to helm-list-epg-keys
       new  5f0e0d8683 Check if symbol is bound before trying to get its value
       new  81d2f77d47 Merge pull request #2364 from d125q/master
       new  5e74912efb Remove space perhaps added by annotation in the right 
place (#2365, #2360)
       new  f22ed667ab Merge branch 'master' of github.com:emacs-helm/helm
       new  f066773489 Add actions to helm-list-epg-keys
       new  ba211e58ce Add comments
       new  65a5ed63fe Add message for helm-epa* actions
       new  5c8ad6a370 Add action to helm-epa
       new  e9aa28983b Add a user var for epa actions
       new  253f62691b Filter out epa-mail* actions when current-buffer is not 
a mail buffer
       new  76e3161053 Provide a helm-epa-select-keys function to replace 
epa-select-keys
       new  cf5155f764 Add new minor mode helm-epa-mode
       new  dc9d1be707 Fix the crappy epa--read-signature-type by advice
       new  e9a1e53c57 Simplify helm-epa--read-signature-type
       new  aa5e6393de Add forgotten autoload cookie to helm-list-epg-keys
       new  fa59d177df Fix all prefix names for helm-epa
       new  19039b73f7 Fix epa prompt
       new  ee4c15185f Fix epa prompt formatting
       new  4e4ced892f Minor grammar fix
       new  b1c777da2d Merge pull request #2369 from 
manuel-uberti/minor-grammar-fix
       new  d2fbf66ea7 Fix validity display of epa keys
       new  8448a81ff1 Travis CI uses Nix; CI coverage for Emacs 27
       new  a6c6cc2e7f Use with-no-warnings instead of with-suppressed-warnings
       new  3ddce43981 Fix HFF PA second hit
       new  17ff1311c8 Merge pull request #2366 from 
peterbecich/travis-ci-emacs-27
       new  866a6f09f3 remove Travis CI coverage for 24.5; add coverage for 
25.1 and 25.2
       new  150a9d6464 add Travis CI coverage for 26.1 and 26.2
       new  e766d2f46c Merge pull request #2373 from 
peterbecich/travis-ci-cover-25.1-and-25.2
       new  f34892cc56 Allow appending atom to seq in helm-append-at-nth
       new  220f1bc5d3 Merge branch 'master' of github.com:emacs-helm/helm
       new  0fa80a8b62 Handle lambda's in helm-append-at-nth
       new  71fca94132 Add missing doctring
       new  732ae6f071 Fix issues running emacs built from the native-comp 
branch (#2375)
       new  8642a24584 Merge pull request #2376 from gcla/native-comp4
       new  3ab96ee577 Merge branch 'master' of github.com:emacs-helm/helm
       new  f89b3b974d Ensure helm frame use default font
       new  1f32ad2793 Update *pkg files
       new  4989a7e902 Fall back to last-command when not finding the caller in 
completion-in-region
       new  2eff59c741 Ensure to use the mode-line default-value at startup 
(#1517,#2377)
       new  378fe0d294 Ensure restoring default-value of mode-line (issues 
#1517,#2377)
       new  4f0dc83002 Ensure helm--prepare-completion-styles use current-buffer
       new  99be8163bc Fix docstring
       new  9753e053fc Remove internal buffers from `buffer-list'
       new  6c24f19728 Improve previous commit which is not handling 
current-buffer
       new  ed314ff2c4 Fix read-buffer by using minibuffer-completion-table
       new  1c1f2ab320 Make read-buffer-to-switch advice function internal
       new  bffc72ec33 Fix minor typo in docstring
       new  a21eea2b13 Merge pull request #2379 from manuel-uberti/fix-typo
       new  8d5c3074ae Honor use-file-dialog when opening file from menu (#2381)
       new  54727f4bcb Check use-file-dialog value
       new  54e104f774 Fix use-dialog predicate
       new  a41c6ddf4c Propertize names of active modes like counsel-M-x.
       new  18180da59e Ensure to use a string as default fname in dialogs
       new  76fb819030 Merge pull request #2382 from emacs-helm/x-file-dialog
       new  eecc10dd1c helm-command-active-mode inherits face from...
       new  e23039c485 Merge pull request #2383 from nasyxx/patch-1
       new  2a02159b0f Travis CI sandboxed build
       new  23f32ec37d Fix previous commit
       new  b058b7b3af Merge pull request #2384 from 
peterbecich/travis-ci-improvement
       new  9a5258db9c Update README
       new  19d2ba9d36 Merge branch 'master' of github.com:emacs-helm/helm
       new  d30c025c94 Fix helm-occur faces
       new  51de5f7a53 Fix requirement and declarations for epa/epg
       new  b1c35b3d17 Use helm-type-function-actions for commands and function 
in *-apropos
       new  ca820a29ed Update generic help menu
       new  c11779cd11 Add support for fd shell command
       new  b18f83c7e4 Allow to jump to next/previous dir in fd
       new  37d38ef2ae helm-browse-project use fd by default
       new  c0e395aed9 Fix error with mouse support in fd
       new  2ad2e6c1aa Include top dir in source name
       new  5ad6c83681 Add fd help and update generic files map, actions and 
help
       new  dc699de84e Add fd man page to help
       new  d66d43be40 Use *force-update in persistent buffer fns
       new  2a74af998e Fix candidate argument in HFF PA
       new  80d2d3fcba Show total size (recursive) of dir with a pref arg
       new  563fe4634f Allow using image-mode for PA in HFF
       new  fe5d628747 Ensure to display images always in same buffer
       new  4485151593 Disable image-mode messages
       new  934cd457ce Fix default value  and docstring of 
helm-ff-display-image-native
       new  8af537f9b7 Fix trashing remote files
       new  959894cd66 Add epa delete key action
       new  742dffe88e Declare epg-delete-keys
       new  76cf7e11cb Allow exiting with empty string in epa functions
       new  b0c65ea3f9 helm-epa-select-keys returns nil on empty string
       new  f8e6bfba88 Use find-file to show images
       new  2c6c5682ab Fix killing image buffer
       new  57f0f8afa4 Fix registers for emacs-27
       new  0b309351f5 Add playing sound support in hff PA
       new  3e2472f6d8 find-function is broken in emacs-27, use 
xref-find-definitions instead
       new  e71cebdab8 Allow smaller value for hff cache delays
       new  8715796398 New user var to specify max number of entries in HFF 
cache
       new  75562eec48 Advice epa--select-keys instead of epa-select-keys
       new  5933afb9f2 Docstring only
       new  37befa476f Move epa code to its own file
       new  f78e71e59f Various fixes for gcc emacs warnings
       new  061d03a6ad Change default value for helm-ff-image-native-buffer
       new  b31af9eb11 Use load for byte-compile-file compatibility
       new  abc0daff9c Rename function
       new  a5c37fe6fc Reorder no code changes
       new  a7b1783355 Try to fix some more warnings for emacs-28
       new  c9899cdeb6 Rename helm-attr and helm-attrset and make them obsolete
       new  83e64b7036 Fix (wrong-type-argument stringp nil) error in rsync 
mode-line
       new  822c4ea639 Add filters to show files or dirs only in HFF
       new  12d3ca1477 Improve toggling to dirs/files only
       new  48447d7c32 Restore flags also in auto update and when expanding to 
home or root
       new  3daf15d00a Update help
       new  e19aa337bc Prevent using helm-only commands from outside helm
       new  c48fb5a3cf Docstring only
       new  4d44b31479 Update HFF documentation
       new  229104c64d Fix HFF autoupdate with filters
       new  5283716f79 Use inotify to update hff cache
       new  95dc258a82 Remove dir from cache only with (created deleted 
renamed) events
       new  de6a85f9eb Docstring only
       new  9ab92c87f8 Remove now unused var and reorder
       new  7682ff5315 Add comments only
       new  0ec5dd74c2 Handle current directory update when modified externally
       new  4a8e376941 Revert "Handle current directory update when modified 
externally"
       new  58bc3d8944 Don't log stopped events
       new  12c9652880 Update HFF documentation
       new  f5c86da93b Rename var, add docstrings and reorder
       new  bdb58a87d0 New user var to Reset filter variables or not when 
changing directory
       new  47c86d1dbc Update copyrights
       new  920fd08d89 Fix duplicate helm-buffer in image viewer
       new  fef939f0c2 Only comment
       new  115212ccc3 Update help
       new  2b612cb291 Remove now unuseful logging in inotify callback
       new  83cd6f427d Prevent rotation of non image files
       new  4a4aa7b43a Add new var to control helm-follow-action behavior
       new  5cbf6dd035 Allow redisplaying `helm-ff-image-native-buffer'
       new  ac16713506 Only comment change
       new  dcf6765260 Add specialized functions instead of lambdas
       new  d448cdbcb8 Use external program to rotate images
       new  87b227d582 Allow using a nil value for helm-ff-rotate-image-program
       new  60e30daca9 Allow yanking in calc result
       new  79b65b0979 Try to fix issue #2274 about :exit-function in completion
       new  09fa86d385 Ensure try-completion output is a string
       new  830f03683d Fix formatting error in calc result
       new  86ebf78087 Notify user when files attrs change in a directory (HFF)
       new  10c0bca38f Add docstring only
       new  2750706c31 Comment only
       new  a524668872 Send warning message inside a timer
       new  a91cc9a6b8 Allow switching marked buffers to tabs
       new  e8565eb8b3 Finally abandon the notification for attribute-changed
       new  402a4d27fd New action launch h.occur from kill-ring
       new  21040cf34b Maybe allow marking candidates in read-file-name
       new  622d31486b Allow selecting closest candidate to point in helm-occur
       new  f986240361 Allow selecting closest in multi occur as well
       new  c79e405e5d Docstring only
       new  4510fc1c0b Set helm-occur-keep-closest-position default value to nil
       new  b6f3a4d414 Ensure to remove hook when done
       new  a6cd1753bd Update helm-occur help
       new  3d5c800da3 Use with-helm-buffer to prevent error when helm-window 
disapear
       new  e20646afe6 Prevent error with `with-helm-window' when switching to 
help
       new  a9dc55df6c Prevent error when beg or end are nil for some reason
       new  fb90492435 Goto overlay-start to ensure good position
       new  5f8a2e57e0 Minor fixes to documentation
       new  7de89da555 Merge pull request #2390 from manuel-uberti/minor-fixes
       new  6c336aa59a Change default value of helm-occur-keep-closest-position
       new  77e5a433bf Merge branch 'master' into devel
       new  e2280cb916 Minor documentation fixes
       new  d0073fd556 Merge pull request #2391 from 
manuel-uberti/documentation-fixes
       new  e468298913 Allow removing bindings in help
       new  010161af24 Fix bug references by enabling bug-reference-mode
       new  21443f6b03 Normalize two issue links
       new  60b2b26a84 Fix source names in helm-occur
       new  90616af345 Add comments
       new  b6e071f731 Improve matching negation in pattern
       new  c808644755 Update help
       new  7023ed51ee Fix markdown-show-subtree is no more existing
       new  d534a859b5 Remove obsolete sources from 
helm-sources-using-help-echo-popup
       new  12c0a295f4 Print version infos for FD
       new  0c3df6e709 Fix some bug links
       new  33cae44671 Normalize some more bug links
       new  41fade9d42 Update fd doc about no colors with 8.2.2
       new  006c18063c Fix issue link in help (do not highlight)
       new  d6516466e4 Change default value of helm-ff-display-image-native as 
it seems
       new  a38096567d Shutup bytecompiler in emacs-26
       new  8b0b9953a7 Update pkg files
       new  8327f7a860 Allow new symbol no-helm-mx more meaningful for external 
packages
       new  df4f34bc1d Merge branch 'devel'
       new  e5bd730b72 Use helm-fd-executable instead of harcoding "fd"
       new  dbdec633c2 Merge branch 'devel'
       new  82a80354bc Ignore dups in eshell history
       new  4fd9909be1 Move local vars in .dir-locals file
       new  35c0047c13 Update documentation
       new  b2824f7550 Fix obsolete usage of defgeneric, defmetod etc...
       new  8288ba5342 Remove unused fn
       new  a6b15e86fd Reenable flatten list which may be useful in previous 
emacs version
       new  87de603e5c Handle persistent-action-if in helm-source--header-line
       new  b50d6de3fe Merge pull request #2392 from d125q/master
       new  78de120e25 Update Issue template
       new  be777dbfd0 Fix template
       new  ecb2654996 Remove old template
       new  eef59e43a4 Fix again template
       new  e15f3374c0 Fix replacement of object-slots
       new  4805da0e8f Merge branch 'devel'
       new  f3c85958dd Create FUNDING.yml
       new  13fa647e05 Update FUNDING.yml
       new  26d4e9e4d3 Update FUNDING.yml
       new  54bddef887 Fix binding in buffers documentation
       new  8e46f5d80d Revert "Update documentation"
       new  6e970f3877 HFF documentation fix
       new  1cbc70883d Merge branch 'devel'
       new  d0fb4687dc [helm--maybe-use-while-no-input] *helm.el: change for 
unexpected dbus event interruption
       new  01592be8de Merge pull request #2393 from 
sunlin7/fix-unexpected-dbus-event
       new  494adcecf3 Ensure to not expand an url
       new  21ce859509 file-attributes is kicking in tramp-archive, seems 
file-directory-p doesn't
       new  aa61b551c4 Use directory-files-no-dot-files-regexp
       new  530c9f7d21 Docstring only
       new  6e8a9319dc Fix again not kicking in tramp-archive in HFF
       new  5903bfc005 Fix initial input in read-file-name
       new  2ca62b0384 Fix problem with tramp-archive not available (#2393, 
#2394)
       new  ac9722148a Require helm-source in helm-types
       new  a6f99a596d Fix previous require
       new  c2c1a7e7d8 require facemenu no more loaded in emacs-28
       new  2cdbfb7ec7 Display commands with org-table in help buffers
       new  fc7edb54fe Don't stop formatting org tables until eob
       new  238aaf66da Optimize table searching in help
       new  98af298c51 Update HFF doc
       new  0d5806928e Handle (key value) of hash-tables in helm-comp-read
       new  45450d57d5 Update helm-comp-read docstring
       new  0ebe58f16d Use helm-find-file-or-marked as default for type file
       new  4f16ec21f5 Fix error in HFF action transformer when candidate have 
no basedir
       new  dcb139e871 Remove helm-tick-hash which is unused
       new  baebdbf52e Use a different face for non-file buffers modified See 
issue #1917
       new  751176241f doc/helm-manual.org:  Doc as generated by `M-x 
helm-documentation'
       new  ba46d8212c * doc/doc-setup.org: Add it * doc/helm-manual.org: 
Modified
       new  ed35e61a05 * doc/helm-manual.org: Enclose vars and functions within 
~~
       new  584a38df00 * doc/helm-manual.org: Surround things in double quotes 
with ==
       new  d9a3015a27 doc/helm-manual.org: Surround more vars and functions 
with ~~
       new  78aa6c9653 * doc/helm-manual.org: Surround stuff in single-quotes 
with ==
       new  ca846264e9 * doc/helm-devel.org: Initial draft based on 
helm.wiki/Developing.org
       new  cdf1df7934 doc/helm-bugs.org: Initial draft based on 
helm.wiki/Bugs.org
       new  8470905a1f Merge pull request #2397 from rnchzn/master
       new  cbb2b45e52 Fix emacs-27+ regression by disabling by default 
completion-styles in M-x
       new  b822683cc1 Use helm as default value for helm-completion-styles
       new  5ce1a06422 * doc/helm-manual-1.org: Based on helm.wiki/Home.org
       new  bc23557111 Fix completing-read using exec-when-only-one
       new  14bdc841ec Merge pull request #2398 from rnchzn/master
       new  c4b488e64f Merge branch 'devel'
       new  8e574b05f5 Fix history source in M-x
       new  7977e130f8 Reindent only
       new  2a98d99f18 Merge branch 'devel'
       new  10c1239819 Update M-x help
       new  4f13a25663 Merge branch 'devel'
       new  e0b8ee5dff Update documentation
       new  d39af3c32d Rewrite helm-get-selection
       new  e1af741bd7 Update some docstrings with examples
       new  8269a1ae1d * doc/helm-manual-1.org: Update.  Arrange for generating 
variable, command and key indices. * Makefile: Add target `doc' and `clean-doc'
       new  85d87adfe4 Ensure helm-pos-header-line-p is called inside helm 
buffer
       new  36fc14039d Merge pull request #2399 from rnchzn/master
       new  dd47140b0d Fix helm-M-x history calling predicate on a string 
instead of a symbol
       new  80307b0d2e Merge branch 'devel'
       new  7886314674 Fix helm-M-x sorting
       new  7f2b302b69 Fix regexp matching in helm completion-style
       new  145b7b76a5 Reenable M-x with completion-styles and emacs 
helm-completion-style by default
       new  79b4bc8d8f Merge branch 'devel'
       new  09d4042999 Add &nbsp entitie
       new  b3369b1a65 Add url to entities docstring
       new  4eefae5b16 Use a display prop for bindings in M-x
       new  ead15142c1 Update .gitignore
       new  df0633483e Stay on top at startup in helm-documentation
       new  6cbb30e0f7 Fix bug#2400 by using a different file-error message
       new  b0d0ceffad * doc/helm.org: Add it.  This is a comprehensive 
reference of *everything* in Helm library.   It includes all the modes, 
keymaps, commands, and user options.
       new  6832559628 * doc/helm-manual-1.org: Update TOC * 
doc/helm-manual.org: Update TOC * doc/helm.org: Update TOC
       new  89044706e0 doc/helm.org:  Reduce to TOC depth.
       new  cadfd99c03 * doc/helm.org: Minor fix
       new  ea4889bede Merge pull request #2402 from rnchzn/master
       new  e61436c1d0 * doc/helm.org: Use relative path * doc/Makefile: Fix 
errors with `make  clean-install-info'
       new  ce7a387404 Merge pull request #2403 from rnchzn/master
       new  5c63afd400 * doc/helm-manual.org (Pattern matching in 
helm-buffers): New
       new  9b2bd1fadd * doc/helm-manual.org: Update TOC
       new  43c0a7dced Merge pull request #2404 from rnchzn/master
       new  f39c6e77a8 Fix helm-get-selection
       new  ab9dd07340 Don't fallback to diplay candidate value in 
helm-match-from-candidates
       new  d543122292 Merge branch 'master' into devel
       new  5c5cc1df0a Docstring update
       new  3471c103a3 Update documentation
       new  edb7728a72 Add config.yml file
       new  785cc834e8 Fix #2405 bug with sshfs mount disconnected
       new  707d942f28 * doc/helm-classes.org: New.  Doc for all helm classes 
and their slots
       new  3e3c81b0ad Merge pull request #2407 from rnchzn/master
       new  b7e44be7f9 Add a command to kill eventually async delete file 
processes
       new  671c0c455f Use by default -I option in fd
       new  53f98964af Add an exit-minibuffer function
       new  e15de357d6 Fix helm commands called from minibuffer fail to exit
       new  c28cd5b1f3 Revert "Add an exit-minibuffer function"
       new  731717959d Merge branch 'devel'
       new  32a15b41ca * doc/helm-classes.org:  Prune redundant entries for 
slots.
       new  814505121a Merge pull request #2408 from rnchzn/master
       new  d37b2c1f45 Revert "Fix helm commands called from minibuffer fail to 
exit"
       new  a05f98d1cd Merge branch 'master' of github.com:emacs-helm/helm
       new  c8af1952d7 Try again to fix error in emacs-28 with selected-frame
       new  f680fcc9e7 Allow encrypting mails and files to more than one key
       new  68b8676dc7 * doc/helm-figures/{*.plantuml, *.svg, *.png}:  Class 
diagrams for helm classes
       new  7be071e511 * doc/helm-classes.org: Include class diagrams * 
Makefile: Install figures in INFODIR
       new  46880fd503 * doc/helm-classes.org: Remove duplicate documentation 
strings.
       new  b47fbbcd0e Ensure eshell-pcomplete directory is expanded relative 
to parent
       new  45db2c906d Merge branch 'master' of github.com:emacs-helm/helm into 
fix-eshell-remote-dir
       new  91d699a931 * doc/{helm-manual.org, helm-manual-1.org}: Prepare for 
merging with helm.org
       new  b17815e082 * doc/helm.org: More changes
       new  e4206db43e Rename helm-copy-to-buffer to helm-insert-or-copy
       new  8efe485fc3 Merge pull request #2409 from rnchzn/master
       new  d75d91467f Merge pull request #2412 from 
akreisher/fix-eshell-remote-dir
       new  7e64405c14 Fix typo in comment
       new  0cbff6ac71 Fix typo (syles → styles)
       new  340f0ffb9a Fix typo (competion → completion)
       new  2bd6408db3 Merge pull request #2414 from kijimaD/fix_typo
       new  2023d022b1 Ensure warning is displayed when failing to restore file 
from trash
       new  90f6720b54 Allow passing an optional arg to helm-ff-trash-list
       new  9e892eb959 Merge branch 'devel'
       new  aa9536977c Return error when trying to trash a file already trashed
       new  dfc85c93c0 Doctring only
       new  dd0e4e87f3 Some more docstring fix
       new  9b172f1caf Merge branch 'devel'
       new  659d7ba329 Rename helm-ff-file-already-trashed
       new  0537067b89 Merge branch 'devel'
       new  0efdfd2484 Docstring only
       new  dc70398f30 Add a new internal var to store trashed files and use it
       new  1da8f466c8 Delete mark on skipped candidate in persistent deletion 
of files
       new  4bf214a78e Comment only
       new  6be278a77f Remove the with-helm-quittable unneeded in 
helm-check-minibuffer-input
       new  782a54ab86 Remove with-helm-quittable
       new  9011b746c3 Rename helm--quit from helm-quit
       new  8ffcfa1c75 Replace helm-while-no-input usage by while-no-input
       new  0acaad89d6 Fix emacs bug link in comment
       new  2b60812516 Fix #2420 symbolify helm-apropos candidates
       new  630548e1aa Simplify helm-display-line-numbers-mode
       new  3ebdb5492a Revert back to helm-while-no-input
       new  0c4daa2dd2 Fix comments and docstring modified in last commit
       new  bb11c7507c Use helm-with-gensyms in helm-while-no-input
       new  fb3b30d414 Fix trashing on Windows #2421
       new  978ecf8779 Fix typo in docstring
       new  b933dfbeab Revert "Use helm-with-gensyms in helm-while-no-input"
       new  be9f9096f2 Fix helm-this-command for emacs-28
       new  61cb9f2d00 Use match-dynamic in google source
       new  297d4a8ea8 Allow disabling file notifications in HFF #2422
       new  838877a013 Fix condition-case in previous commit
       new  3fa68fb13a Fix condition for helm-ff-use-notify
       new  a49591b5a5 Fix bug#2423 by allowing helm update with "*" chars in 
minibuffer
       new  a7bd522073 Typo in comment
       new  004e70150b Fix copying files with follow arg
       new  b28516fbe6 Revert helm-this-command change for emacs-28
       new  b5e1d17d42 Fix eshell completion when candidate is a directory
       new  1510b52675 Use directory-name-p to cover completion of remote 
directories
       new  a921563030 Merge pull request #2425 from 
akreisher/fix-eshell-dir-completion
       new  0fad6401f0 Update browse url n(ey)xt fn assuming new executable 
name is nyxt (unsure)
       new  edb4078bf6 Show files dest when restoring from trash
       new  b4ee5596a6 Merge branch 'devel'
       new  1cfbe90842 Merge branch 'master' of github.com:emacs-helm/helm
       new  9d2a3396eb Prefix marked candidates in margin
       new  10d45e60ce Add evaporate prop on visible overlay
       new  502e8d3230 Maybe setup margin when resuming
       new  d98678954b Handle multiline truncated candidates when restoring 
marks
       new  5dfd07008f Always use overlay 'string value when cand is not a 
multiline cand
       new  38ac5040fd Merge branch 'devel'
       new  1291916f3e Add message when quitting helm session
       new  a4d8c574b2 Use use-local-map instead of setting local helm-map
       new  f41e136140 Merge branch 'devel'
       new  ca4360a8c4 Change default mark-prefix
       new  40c7620f7a Add a face for helm-visible-mark-prefix
       new  5a099ab512 Fix helm-display-line-numbers-mode
       new  cd1ca77588 Update .gitignore
       new  05e890f6e4 Merge branch 'devel'
       new  d72d4ef1a5 Bind inhibit-quit in helm-read-from-minibuffer
       new  28e89f5dcc set-window-margins when marking similar buffers
       new  87a16dc9d6 Use helm-source-in-buffer for helm-M-x
       new  052afb3e1b helm-completion-style now default to 'helm
       new  77ce82ae5f Update version number and update helm documentation
       new  d83f8160ed Reintroduce helm-M-x-fuzzy-match
       new  0b63bcab7f Fix helm-M-x doc
       new  0714e27fe7 Remove debugging message
       new  eaf5b01f9c Replace text literally in eshell-command on file
       new  33643c49cb Fix: quote an initform in defclass helm-source
       new  76bd88486d Merge pull request #2427 from akater/master
       new  e74f450eaa Update helm-completion-style docstring
       new  93a8963c4e Honor helm-left-margin-width when marking/unmarking
       new  6263202f85 Display source on top when cycling back
       new  32e6d6b765 Fix #2430 by using prefix length instead of 1
       new  07faedb084 Prefer string-width to get helm-visible-mark-prefix 
length
       new  0b6801fb9d Add describe-char action in ucs
       new  42e28369d5 Quote actions in ucs sources
       new  23cb9fbf74 Provide another option for helm-dwim-target
       new  60db469054 Provide basic support for dragging files from HFF
       new  f6cf6078a7 Fix #2433 by testing if while-no-input-ignore-events is 
bound
       new  16fadc6d28 Fix frame selection in drag-and-drop HFF action
       new  3ff6e02b62 Allow selecting destination with HFF drag-and-drop
       new  ace7cd0c13 Use helm-initial-frame in drag-and-drop HFF fn
       new  2c6839f32a Give a default name to toplevel command when none
       new  398643c6f1 Fix helm-file-expand-wildcards with crap dir names
       new  1b6ffb10b8 Comment only
       new  08e95dbfa1 Fix #2436 (reset cursor-type to default-value)
       new  2720f5c394 Silence byte-compiler in Emacs built --without-x
       new  436c7142ed Merge pull request #2438 from akater/cleaner-build
       new  fe9446870a Fix some warnings in emacs-28
       new  3c76c46cf9 Merge branch 'master' of github.com:emacs-helm/helm
       new  3f89dfcb35 Move code in helm-ff-query-replace-on-filenames to its 
own function
       new  230c0eebc5 Use helm-find-function as before instead of 
xref-find-definitions
       new  a401398825 Add new argument DELAY to helm-define-key-with-subkeys
       new  814bb2293c Comment only
       new  64b8def85c Use car-safe in eshell-eval-command advice
       new  cdd30525ed Fix typo in docstring
       new  c5fcead849 Update comment
       new  7781fed632 Avoid one unuseful delq
       new  07c321a3c7 Default to helm-default-directory in 
helm-quit-and-find-file
       new  254ebc72d2 Add new slot to helm-source `find-file-target`
       new  f8a1c7ed1d Use find-file-target attr in helm-quit-and-find-file
       new  2312720ca7 Add a new function for helm-quit-and-find-file from 
buffers
       new  3fe4076076 Add find-file-target handlers in diverse sources
       new  1a49c09c00 Remove all the doc/info system which is not ready for now
       new  af5337f2e2 Update .gitignore
       new  48fbcfe022 Allow finding elisp symbols in other places than 
LOAD-PATH
       new  32c54489fb Allow disabling read-file-name default arg behavior in 
helm
       new  d8aca88576 Allow using a list for find-function default directories
       new  3b616ac503 highlight filename extension when find files
       new  c091998151 Merge pull request #2439 from taquangtrung/master
       new  361b2a0d24 highlight file extension in buffer names
       new  6897420d29 Merge pull request #2440 from taquangtrung/master
       new  4fcb36f1b9 Use helm-file-name-extension instead of 
file-name-extension
       new  95a6e602c9 Add bug-report.yml
       new  e6c5bea043 Remove old template file
       new  a11762379f Fix IDs in bug template
       new  91636ca917 Improve new bug template
       new  7cbace77fd Fix title in bug template
       new  4ddaa1f7c9 Remove unneeded value entry in bug template
       new  183cb25b1b Add a placeholder in backatrace section of bug template
       new  565c0d8147 Update bug-report.yml
       new  996e4c6353 Replace helm-ls-git-ls by new name helm-ls-git
       new  120c571a90 Add link to github discussions
       new  1744b4286c Convert feature request template to yaml
       new  cf02f8a877 Update feature_request.yml
       new  33b60d8892 Update feature_request.yml
       new  b10d4fa8d8 Update bug template file
       new  276b4e1786 Fix preselection when toggling hidden buffers
       new  991afbe4a6 Merge branch 'devel'
       new  f7982d6aef helm-buffer--format-mode-name: format-mode-line in 
buffer context
       new  b92b5415c7 Merge pull request #2442 from 
progfolio/fix/helm-mini-elisp-mode-scoping
       new  c96c3807bf Use emacs-lisp-mode-syntax-table to find symbol at point 
in
       new  e8f8535f88 Reindent no code change
       new  06c60b663b Shutup warnings in in helm-lib
       new  96b8f61770 Fix info link in helm-default-display-buffer-functions 
docstring
       new  f7a4881964 Set all windows dedicated to non-dedicated on start 
(#2243)
       new  fa60663b58 Fix typo in links to bug #2443
       new  0d1b897e17 Simplify helm-persistent-action-display-window according 
to #2443
       new  bba6901226 No need to bother of dedicated windows as well in
       new  b8ac55b65b Ensure window is live when restoring dedicated
       new  5facfbc813 Rename helm-use-frame-when-dedicated-window to
       new  93292e5b6d Make helm-use-frame-when-dedicated-window obsolete
       new  24b83d14db Handle side-window case in helm-default-display-buffer
       new  0dafe79c15 Show keybinding in helm-apropos commands source
       new  d8e433cac4 Fix paren error in previous commit
       new  fad1d3d220 Add eshell-eval-command advice only when emacs < 28
       new  435f07f5af Allow adding eshell aliases with %s inside
       new  c65e5c8130 Revert "Allow adding eshell aliases with %s inside"
       new  8440a92eed Map eshell commands ending with "$* &" automatically
       new  f3418c954e Comments only
       new  54c8bfb779 Use helm-aand for chaining replace-regexp-in-string
       new  29afb09ec3 Use adaptative sort in eshell command on file
       new  7b5b03ec16 Comments only
       new  954ee3e35d Add user var to blacklist unwanted eshell aliases
       new  f07a7065e2 Ensure eshell commands accepting only one file
       new  228ec3623f Update eshell command on file help
       new  cb8d711211 Match eshell aliases not having filename as last arg
       new  7f08049730 Fix bug with urls in eshell command on files
       new  5834102922 Incompatible change, remove del-input keyword from 
helm-comp-read
       new  27b5b09660 Add new arg `raw-history` in helm-comp-read
       new  4cd865cea1 Update helm-comp-read docstring
       new  87a7b21b4f Add history to eshell-command on file
       new  9869d8d390 Remove usage of del-input everywhere
       new  3ced2c7516 Remove wrong assertion and fix comment
       new  f1dfe79282 Fix helm-comp-read docstring
       new  55186342ab Fix assertion in helm-comp-read
       new  4e75efe5dc Add grouping candidates by extensions in HFF
       new  76f435bd39 Allow switching sort method unconditionally
       new  7c66c59fea Simplify with-helm-temp-hook
       new  b2bd8a2a93 Return list in right order with helm-sort-candidates-by
       new  fd159a5968 No need to reverse candidates in sort by ext fn
       new  7f79268b9b Fix again preselection in HFF sort fns
       new  79cff6bacf Docstring only
       new  41746e24b2 Improve helm-sort-candidates-by and rename it to
       new  cd1808efe2 Ensure selection is a string in helm-list-directory
       new  fddbef6ebc Fix #2448 by advicing ansi-color-apply only for emacs < 
26
       new  76cdaaf129 Let-bound helm-ff-initial-sort-method instead
       new  348cd7c409 Use delete in helm-group-candidates-by
       new  a86bcc99dc Add optional arg to helm-group-candidates-by
       new  82fb5a496c Move defcustom on top
       new  4ce1108cab Docstring only
       new  f591837dca Move helm-group-candidates-by into helm-lib
       new  08b4dd8a89 Remove text properties when saving helm-comp-read history
       new  f688221cfd Fix and improve usage of optional args in external 
commands
       new  d5c4b2209a Update documentation about external programs on files
       new  edd28b87c7 Fix #2449 check if helm-run-or-raise is called with FILE 
arg
       new  802a9bce9e Allow passing multiple files to external commands
       new  310f200d8a Add comment and reindent, no code change
       new  3b7009668c Allow adding more files to the current process
       new  5443c6c787 Add a notification when program is detached from emacs
       new  3a4e6c231e Fix docstring
       new  ec48a5d023 Add new action to run ext programs detached
       new  20ea3ec4fd Prevent detaching programs on Windows systems
       new  99de86329d Update helm-external-command-history
       new  bba1642367 Add :no-mark slot in external commands
       new  a030335d3f Use a class to define external commands sources
       new  86b40bccb4 Allow running helm-run-or-raise detached even with files
       new  7186ca8b85 Update bug template
       new  6992e464a1 Provide tramp methods completion
       new  5c11dca038 Fix tramp hosts completion
       new  7727a05dfa Docstring and comment added
       new  d98cfcbb01 Look for tramp method completion in 
helm-ff--tramp-postfixed-p
       new  1728c5cd82 Don't show the leading slash in tramp method completion
       new  349663e85e Update HFF documentation
       new  05af1f7c28 Remove one test unused in helm-list-dir-lisp
       new  512424564a Add list directory fn for adb tramp method
       new  a8e2c5a8c3 Fix error with inotify not supporting adb tramp method
       new  77637cc35c Avoid calling twice helm-marked-candidates in HFF 
transformer action fn
       new  6b3a7f5d6f Try to limit file-directory-p calls on remote files
       new  7c2abbde0c Fix slowness when executing HFF actions with marked 
remotes
       new  f4ba507d05 Add a log entry in helm-exit-and-execute-action
       new  a3716324c4 Update HFF info
       new  b2e7553beb Fix #2455 require adaptive for eshell command on files
       new  33d0700eb0 Show truename on remote symlinks when available
       new  20e7175718 Merge branch 'master' of github.com:emacs-helm/helm
       new  107a91d3e2 helm-read-file-name: Fallback to $HOME when 
default-directory nil
       new  84c459194b Merge pull request #2456 from 
progfolio/fix/helm-complete-file-name-at-point
       new  01ebb25d92 Avoid hight memory consumption when using 
helm-ff-display-image-native
       new  93193352b3 Force usage of helm-ff-display-image-native on emacs-29
       new  4196739dcf Ensure using helm-ff-display-image-native in rotate and 
resize
       new  2dd087bd9c Change default-value of helm-ff-display-image-native
       new  6333ad279c Keep the last images in image cache and delete the others
       new  c9981d2b6a Avoid image-mode asking when images are too large
       new  60b8a5a77b Fix #2457 by creating a minor mode for minibuffer-history
       new  51dd4b9bee Update *.pkg files
       new  52dcf9e27c Update copyrights
       new  bb8683d2a6 helm-misc.el (helm-minibuffer-history-old-key): Check 
existence
       new  78cad85586 Merge pull request #2458 from 
leungbk/helm-minibuffer-history-old-key
       new  2f8066751f Add diaporama action to HFF
       new  a708c1844b Use same command for stop and restart in diaporama
       new  fa9231c268 Add helpers in diaporama
       new  9ef2322d25 Show diaporama action from transformer
       new  6dc7209a01 No need to compute marked in HFF action transformer
       new  0a0338df1d Add no-helm-mx property on some commands
       new  eda8f50a5f Add message on diaporama start
       new  ebde2d33e2 Clean image cache when quitting diaporama
       new  ba18d6e415 Add manual next and previous command for diaporama
       new  e0ca595a99 Add no-helm-mx prop to last commands
       new  eb366faf5a Notify number of files in diaporama
       new  bb64483969 Reorder
       new  d16e8c1fcc Ignore no-helm-mx props in apropos
       new  c22cd24970 Make a new function helm-reorganize-sequence-from-elm 
and use it
       new  7077c4748e Update HFF help
       new  c331c719fd Add a counter to diaporama
       new  2e3fa3f057 Rename diaporama to slideshow
       new  2fb40e32d6 Add transformer to show image-dired thumbnails in HFF
       new  c235be81a6 Disable thumbnail display for next HFF session
       new  a4786102aa Update HFF info
       new  23bebf9590 Make helm-ff-show-thumbnails private as it is just a flag
       new  ab2592262f Fix mu4e bug with contacts completion
       new  2efb6e17f2 Reorder no code change
       new  34562dbcf5 Don't show thumbnails when changing directory unless
       new  25d805f4ca Long line fix
       new  87c5af3dcf Remove current dir from thumbnails cache when toggling
       new  b31a84f336 Don't show thumbnails in subdirs when narrowing and
       new  79b005d0df Fix helm-comp-read error when result is a list
       new  cf4a0859c0 Merge pull request #2461 from 
mosquito-magnet/fix_helm-comp-read_with_list-result
       new  6327d9c1c4 Add some missing C-l markers to sections
       new  49e9a69e40 Get rid of helm-ff-cand-to-mark internal var
       new  338ca0a55f Simplify previous commit and add comment with link to 
#2461
       new  058fd29744 Allow specifying a completing-read and a read-file-name 
handler
       new  98fca4960c Update helm-completing-read-default-handler docstring
       new  94cf15d64b Bump to 3.8.2
       new  455d603dd1 Quit when no candidates in completing-read
       new  7f999447f5 Merge branch 'devel'
       new  a1830648ea Fix #2466 with browse-url vars removed in emacs-28+
       new  a246a9b278 Merge branch 'devel'
       new  36975b4b1e Extend helm-grep-ag-1 to accept input
       new  05b9af36b7 Merge pull request #2468 from jagrg/master
       new  3923ea198c helm-find-library support for `use-package`
       new  340379a72a Merge pull request #2467 from danielfleischer/usepackage
       new  81c17f33b5 use-package form should take precedence on require form 
as
       new  e419f5452d Allow matching library at toplevel when point is not in 
first line of
       new  a46675d3c1 Revert "Allow matching library at toplevel when point is 
not in first line of"
       new  c010f5eefc Remove the split-string complication in 
helm-find-library-at-point
       new  114b405b2f Update HFF help
       new  51d91e8a7d Remove redundant test
       new  f25e21683b Modify helm-flex--style-score so that it returns either 
a string or a score
       new  215005e257 Add the score functions
       new  53c077a7f0 Fix missing lexical name result
       new  cb86ba80e9 Call helm-flex--style-score with its SCORE arg
       new  f318330eb6 Don't throw error when regexp doesn't match in flex 
scoring
       new  b55404a221 Generate a regexp compatible with flex algo
       new  5e26880897 Update comments
       new  e6730366aa Non-greedy variant of helm--mapconcat-pattern
       new  3a4ac63b8c Docstring fixes
       new  8a2c2056e8 Helm-find-library-at-point: fix for general text
       new  be19caab46 Merge pull request #2472 from danielfleischer/library
       new  72c61b2d0c Fix previous commit ignore-error -> ignore-errors
       new  ff717d218e Prevent image-dired corrupting image-dired directory in 
emacs-29
       new  4a1c05249b Make some image-dired fns private and add comments
       new  35e86d1713 Add comments, no code change
       new  318a4d4cee Fix thumb name fn
       new  837e5b8c99 Remove workaround for emacs-29 bug (53229)
       new  b9acaecbc0 Move `helm-completion--flex-transform-pattern`  to 
helm.el #2474
       new  6d5abba6c6 Add `helm-ff-cleanup-image-dired-dir-and-cache`




reply via email to

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