]> git.neil.brown.name Git - edlib.git/history - lib-history.c
TODO: clean out done items.
[edlib.git] / lib-history.c
2023-09-15 NeilBrownMark all "Close" handlers as being closed_ok.
2023-09-08 NeilBrownhistory: switch to embedded-data pattern.
2023-09-08 NeilBrownhistory: drop second string arg to attach-history
2023-08-20 NeilBrownhistory: add support for "favourites".
2023-08-11 NeilBrownhistory: use A-r rather than C-R for search
2023-07-21 NeilBrownhistory: improve stability of search.
2023-07-12 NeilBrownUpdate copyright dates.
2023-07-12 NeilBrownIntroduce mark_new()
2023-06-30 NeilBrownhistory: support searching history of entries
2021-07-03 NeilBrownUpdate copyright dates on lots of files.
2021-06-30 NeilBrownRemove extra blank lines.
2021-05-06 NeilBrownMove word/eol/file movement to doc_default_cmd
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-09-26 NeilBrownChange name from "Meta" to "Alt"
2020-09-25 NeilBrownEnhance Move-EOL to be able to go to start of next...
2020-08-15 NeilBrownhistory: add "history:add" and names for entries.
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-04-05 NeilBrownConvery mark_step_pane call with constant dir/move
2020-04-05 NeilBrownChange some movement helper-function names
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-02-22 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-17 NeilBrownRemove Chr- from keystroke names.
2020-02-13 NeilBrownChange spelling of meta/shift/control in key names.
2020-02-13 NeilBrownChange all key commands to start with 'K'
2020-02-13 NeilBrownAvoid indexing in ci->key.
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2020-02-07 NeilBrownDelay freeing of pane->data
2019-12-14 NeilBrownhistory: avoid duplicates, add history:save
2019-11-22 NeilBrownDon't require doc notification to start with Notify:
2019-11-17 NeilBrownUpdate copyright dates.
2019-10-31 NeilBrownConvert lots of white-space to TABs
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-10-22 NeilBrownInvert meaning of num2 for Replace and doc:replace.
2019-10-07 NeilBrownAdd lib-whitespace.
2019-09-19 NeilBrowndoc: change mechanism for attaching document in a view...
2019-09-10 NeilBrowndoc: change doc:revisit to a notification
2019-09-10 NeilBrowndoc: change Call:Notify:doc: to doc:Notify:doc:
2019-08-08 NeilBrownRequire ownership to be declare for vmark access.
2019-07-24 NeilBrowndiscard call_pane() and home_call_pane()
2019-07-20 NeilBrownPush temp docs to bottom of list.
2019-07-19 NeilBrownhistory: never allow a newline to be entered into history.
2019-07-05 NeilBrownmake: C-c C-m runs make with same command as last-time.
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-20 NeilBrownmark_dup: remove second arg.
2017-12-04 NeilBrownUse focus more, avoid home.
2017-11-10 NeilBrownChange how 'default' command sets are managed.
2017-10-09 NeilBrownlib-history: change to use key maps.
2017-09-27 NeilBrowncall_comm: change arg order so comm2 is at fixed place.
2017-09-27 NeilBrownIntroduce do_call_str for call_ret(str)
2017-09-27 NeilBrownrename call_home() to home_call()
2017-09-21 NeilBrownlib-history: update so it works.
2017-09-21 NeilBrowncall macro rework step 7: call_pane()
2017-09-21 NeilBrowncall macro rework step 5: comm_call
2017-09-21 NeilBrowncall macro rework: step 4 - call_comm
2017-09-21 NeilBrownstart replacing call*() with clever macros.
2017-05-30 NeilBrownSpell Notify:Request as Notify:doc:Replace
2016-08-05 NeilBrownlib-history: address smatch/safe warning
2016-08-04 NeilBrownRemove 'safe' annotation for vmark_new
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-07-12 NeilBrownRemove last arg from mark_same_pane
2016-07-01 NeilBrownChange doc_from_text to be a global command.
2016-04-25 NeilBrownBe consistent in use of calloc
2016-04-24 NeilBrownAdd "history" pane