]> git.neil.brown.name Git - edlib.git/shortlog
edlib.git
2015-12-02 NeilBrownDisable recursive popups except by permission.
2015-12-02 NeilBrowntile: fix 'next' to walk through all pop-ups.
2015-12-02 NeilBrownMove root popups to the tile-root.
2015-12-02 NeilBrownPage up/down now move cursor to EOF when appropriate.
2015-12-01 NeilBrownFix page-up/down in directory listings.
2015-12-01 NeilBrownIntroduce some 'call*' functions to call command.
2015-12-01 NeilBrownQuote regex chars when they are included from doc into...
2015-12-01 NeilBrowntext: fix bug with adding at end of allocation.
2015-12-01 NeilBrownRename comm_ncurses to display_ncurses
2015-12-01 NeilBrownMerge commit '52780b336a46654163e0d34204a0aad0da5fdf33'
2015-12-01 NeilBrownMove the authoritative 'point' out of the pane and...
2015-12-01 NeilBrownFix up entry of multi-byte UTF-8
2015-12-01 NeilBrownInitial python support.
2015-11-27 NeilBrownAdd another check for a NULL string.
2015-11-27 NeilBrownAllow both start- and end- of file movements in render...
2015-11-27 NeilBrownEOF in *Documents* is a null pointer, not the last...
2015-11-27 NeilBrownrender-complete: if at EOF, there won't be a string...
2015-11-27 NeilBrownAdd notifier to non-home panes on a doc.
2015-11-27 NeilBrowndoc_destroy: don't close the pane before sending the...
2015-11-27 NeilBrowndoc-dir: locate the editor before destroying the pane...
2015-11-27 NeilBrownMake sure to initialize all 'cmd_info'.
2015-11-27 NeilBrownChange doc panes to have an allocated 'data'.
2015-11-27 NeilBrowndiscard doc_first_mark in favour of vmark_first.
2015-11-27 NeilBrownChange popup to store the doc rather than the pane...
2015-11-27 NeilBrownchange doc_new to return a doc.
2015-11-27 NeilBrownDiscard doc_get_pane() in favour of doc_from_pane()
2015-11-27 NeilBrownAdd 'void *misc' field to cmd_info
2015-11-27 NeilBrownGet rid of rl_mark and lots of casts.
2015-11-27 NeilBrownGet rid of 'struct point'.
2015-11-27 NeilBrownMove size field from point to point->links.
2015-11-27 NeilBrownRemove ->doc field from point.
2015-11-27 NeilBrownuse doc_get_pane to find document in search functions.
2015-11-26 NeilBrownin doc-dir we can use ->home->data to get document.
2015-11-26 NeilBrowndoc_attr: pass pane instead of doc
2015-11-26 NeilBrownPoint_notify_change: pass doc explicitly, don't use...
2015-11-26 NeilBrownRemove use of point->doc from point fore/back to mark.
2015-11-26 NeilBrownRemove doc arg from doc_next_mark.
2015-11-26 NeilBrowntlist_for_each{,_entry}_continue* no longer need head...
2015-11-26 NeilBrownRemove unused function point_reset
2015-11-26 NeilBrownsimplify/improve mark-at-point functions.
2015-11-26 NeilBrownPass pane to doc_set_attr instead of using pt->doc;
2015-11-26 NeilBrownRemove ->owner field from point.
2015-11-26 NeilBrownPoints: allocate list of links separately.
2015-11-26 NeilBrownRemove ci->pointp
2015-11-26 NeilBrownRemove pointless doc and pointp from emacs_file_complet...
2015-11-26 NeilBrownemacs_findfile: use pane_attr_get instead of doc_attr.
2015-11-26 NeilBrownemacs_kill_doc - no pointp
2015-11-26 NeilBrownRemove last pointp from render-lines
2015-11-26 NeilBrownStop using pointp for Move-View-Pos
2015-11-26 NeilBrowncomplete_return doesn't need pointp either.
2015-11-26 NeilBrownChange complete_set_prefix to no need direct access...
2015-11-26 NeilBrownRemove pointp usage from emacs insert/delete commands.
2015-11-26 NeilBrownRemove pointp usage from a lot of Move-* calls.
2015-11-26 NeilBrownRemove doc arg from mark_to_mark.
2015-11-26 NeilBrownSend point as ci->mark for events from keyboard or...
2015-11-26 NeilBrownDon't set pointp for "Replace"
2015-11-26 NeilBrownChange "Refresh" function to pass 'point' via ci->mark.
2015-11-26 NeilBrownChange render-line command to accept point in 'mark2...
2015-11-26 NeilBrownRemove pointp arg for render-line-prev
2015-11-26 NeilBrownStop using pointp in text_reundo and text_replace.
2015-11-26 NeilBrowntext_reundo: rename 'm' to 'm2'.
2015-11-26 NeilBrownMove final doc default actions from 'view' to 'doc'.
2015-11-26 NeilBrownImprove default move-file
2015-11-26 NeilBrownNow that move_X is in core-doc, remove the pointp refer...
2015-11-26 NeilBrownmove simple word/char/eol/file movement from 'view...
2015-11-26 NeilBrownremove two pointp users from emacs-search.
2015-11-26 NeilBrownRemove render-dir and render-text
2015-11-26 NeilBrownuse doc_get_pane to get document for render-format...
2015-11-26 NeilBrownRemove pointp from render_hex_eol.
2015-11-26 NeilBrownUse panes and marks to communicate with CountLines
2015-11-26 NeilBrownDo for dir_close what we did for docs_bury.
2015-11-26 NeilBrownRemove pointp setting from mark_same_pane
2015-11-26 NeilBrownRemove pointp usage from text_save_file and text_get_str
2015-11-26 NeilBrownNotfiy:Replace doesn't need pointp any more.
2015-11-26 NeilBrownUse "Notify:Replace" for notifications.
2015-11-26 NeilBrowndocs_destroy - avoid pointp.
2015-11-26 NeilBrownChange doc:destroy to work with pane rather than point.
2015-11-26 NeilBrownRemove pane_point.
2015-11-26 NeilBrownRemove dependence of search on pane_point.
2015-11-26 NeilBrown"Close" no longer needs pane_point.
2015-11-26 NeilBrownChange vmark functions to take a pane instead of a...
2015-11-26 NeilBrownChange vmark_matching to take a pane rather than a...
2015-11-25 NeilBrownRender-attach functions no-longer need the pane_point.
2015-11-25 NeilBrownChange doc_{add,del,find}_view into commands.
2015-11-25 NeilBrownRegister keymaps early rather than late.
2015-11-25 NeilBrownChange mark_same to key off tile rather than point.
2015-11-25 NeilBrownHave all "render-line" function fail cleanly if point...
2015-11-25 NeilBrownProvide a "Move-to" command to use e.g. when completing...
2015-11-25 NeilBrownChange default_render from a struct field to an attribute.
2015-11-25 NeilBrownUse Move-File to move to start of a newly created document.
2015-11-25 NeilBrowntext: fit bug with text deletion.
2015-11-25 NeilBrownemacs: use pane_final_child rather than pane_point.
2015-11-25 NeilBrownIntroduce doc:set-name
2015-11-25 NeilBrownRemove pointp from render_format_attach
2015-11-25 NeilBrownUse the new "ThisPane" to find pane to load new doc...
2015-11-25 NeilBrownIntroduce ThisPane
2015-11-25 NeilBrownIntroduce PointDup command
2015-11-25 NeilBrownDon't make new point directly in doc_attach
2015-11-25 NeilBrownSplit a 'doc' pane aways from the 'view' panes.
2015-11-25 NeilBrownuse new doc_attach_view for attaching "view"
next