]> git.neil.brown.name Git - edlib.git/history - mode-emacs.c
TODO: clean out done items.
[edlib.git] / mode-emacs.c
2023-10-19 NeilBrownFilename completion: don't include trailing slash unles...
2023-10-19 NeilBrownRespell "window:" as "Window:".
2023-10-19 NeilBrownRespell "Window:" as "Tile:".
2023-10-02 NeilBrownCreate mode-basic.
2023-10-01 NeilBrownDiscard lib-keymap
2023-10-01 NeilBrownmenubar: allow ancestor pane to add menus
2023-10-01 NeilBrownStart git-mode: selection menu item to view git commit.
2023-09-29 NeilBrownAdd Documents menu to the menubar
2023-09-29 NeilBrownChange return value of docs:byeach
2023-09-29 NeilBrowninput: Report unrecognised key sequence
2023-09-22 NeilBrownmode-emacs: handle cx-cc from a popup better
2023-09-15 NeilBrownIntroduce PANE_DATA_PTR_TYPE for mode-emacs.
2023-09-15 NeilBrownRemove pane->data when PANE_DATA_TYPE not set.
2023-09-11 NeilBrownRename pane_focus() to pane_take_focus()
2023-09-11 NeilBrownRename Display: commands to window:
2023-09-11 NeilBrownDiscard Display:set: in favour of window:set:
2023-09-08 NeilBrownhistory: drop second string arg to attach-history
2023-09-08 NeilBrowninput: Add Keystroke-sequence interface
2023-09-08 NeilBrownemacs: put a menu on the selection.
2023-09-04 NeilBrownAdd lib-menubar
2023-08-25 NeilBrownChange window-scaling to display-scaling
2023-08-25 NeilBrownGet rid of attributes shift_left and shift-left
2023-08-21 NeilBrownIntroduce "Cancel" commands - K:ESC in emacs
2023-08-21 NeilBrownmode-emacs: improve path completion in shell commands
2023-07-27 NeilBrownemacs: support shows shell output in a popup.
2023-07-24 NeilBrownmode-emacs: allow cx-} and cx-{ to be repeated with...
2023-07-22 NeilBrownAdd doc:list-sort and sort command name for completion.
2023-07-22 NeilBrownemacs: use doc-list for command name completion.
2023-07-18 NeilBrownemacs: don't move cursor when opening/selecting menu.
2023-07-18 NeilBrownAlways pass 0 to Move-CursorXY for num and num2
2023-07-18 NeilBrownChange how Move-CursorXY is passed "no change" co-ordin...
2023-07-12 NeilBrownautospell: provide drop-down menu on spelling errors.
2023-07-12 NeilBrownRevise how location-sensitive actions are managed.
2023-07-12 NeilBrownInitial menu support.
2023-07-12 NeilBrownAlways handle pane_register failure immediately.
2023-07-12 NeilBrownIntroduce mark_new()
2023-07-12 NeilBrownemacs: allow :C-q to be repeated when a unicode name...
2023-07-12 NeilBrownAdd lib-unicode-names and use it for emacs :C-q
2023-06-28 NeilBrownIntroduce strstarts()
2023-06-28 NeilBrownIntroduce pane_register_root()
2023-06-28 NeilBrownAdd a config-file parser.
2023-06-28 NeilBrownemacs: handle cx:c-x by resending the equivalent command.
2023-06-28 NeilBrownemacs: add CX-< and CX-> to scroll left or right.
2023-05-26 NeilBrownAvoid showing shell output when it requested an edit...
2023-05-26 NeilBrownemacs: if shell command produces no output - say so.
2023-05-20 NeilBrownmake: restore "replaceable" status for default search...
2023-03-29 NeilBrownAlways normalise paths returned by find-file.
2023-02-06 NeilBrownemacs: don't create empty selection when clicking.
2023-02-06 NeilBrowncomplete: allow an attribute to be requested.
2023-02-06 NeilBrownUpdate some copyright dates.
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-09-03 NeilBrownemacs: destroy selection before kill too
2022-09-03 NeilBrownemacs: destroy selection before wipe/copy
2022-09-03 NeilBrownaspell: saved the personal dictionary
2022-09-03 NeilBrownaspell: support adding words to session or personal...
2022-09-03 NeilBrownshellcmd: support sending stdin content to the command
2022-09-03 NeilBrownshellcmd: with numeric prefix, insert output into doc.
2022-09-03 NeilBrownshellcmd: allow a callback to be scheduled
2021-09-21 NeilBrownemacs: all inserts and deletes should deactivate the...
2021-08-11 NeilBrowndisplay-ncurses: add bracketed-paste support.
2021-07-06 NeilBrownemacs: fully prepare shell doc before attaching to...
2021-07-03 NeilBrownmerge Move-View-Small and Move-View-Large
2021-06-30 NeilBrownRemove extra blank lines.
2021-06-30 NeilBrownDon't call doc:attach-view after DocPane succeeds.
2021-06-30 NeilBrownemacs/shell: use same pane for new shell command.
2021-06-22 NeilBrownemacs/text: add insert-file functionality
2021-06-22 NeilBrownemacs: add write-file support
2021-06-18 NeilBrownUse '0' for length in map-attr callbacks instead of...
2021-06-18 NeilBrownHandle abort of popup properly.
2021-06-15 NeilBrownemacs: fix highlight for selection in make popup.
2021-06-14 NeilBrownrevise map-attr priorities.
2021-06-11 NeilBrownemacs: allow modified doc to be kill if no file name.
2021-06-11 NeilBrownemacs: support filename completion in the middle of...
2021-06-11 NeilBrownemacs: enhance emacs-shell to be callable from other...
2021-06-03 NeilBrownemacs: require +ve arg to kill a modified doc.
2021-06-03 NeilBrownemacs: allow directory creation in find-file dialog
2021-06-03 NeilBrownemacs: in find-file, highlight missing parts of path.
2021-06-01 NeilBrownemacs: improve determination of ignored prefix for...
2021-06-01 NeilBrownemacs: add some highlights to a filename being entered.
2021-05-27 NeilBrownspell: make first spell suggestion stand out more.
2021-05-27 NeilBrownemacs: spell: only move to next work when repeat-count...
2021-05-27 NeilBrownemacs: fix word selection on double-click
2021-05-22 NeilBrownmode-emacs: simplify press/release code a bit.
2021-05-22 NeilBrownmode-emacs: clear selection properly on confused 'release'.
2021-05-16 NeilBrownemacs: improve handling of press/release without movement.
2021-05-16 NeilBrownemacs: fix detection on unwanted drag
2021-05-15 NeilBrownEmacs: :C-q improvements
2021-05-15 NeilBrowntextfill updates
2021-05-10 NeilBrownChange Click events to happen on release, not press
2021-05-10 NeilBrownemacs: improve word selection one double-click
2021-05-06 NeilBrownMove Move-expr and Move-paragraph to doc_default_cmd
2021-05-06 NeilBrownMove word/eol/file movement to doc_default_cmd
2021-04-22 NeilBrownemail-compose: enable posting of the message
2021-04-22 NeilBrownemacs: revise spelling-correction interface.
2021-04-22 NeilBrownmisc: add utf8_strlen()
2021-04-22 NeilBrownspell: move word-detection logic into a Spell:* function
2021-04-22 NeilBrownAllow fill, spell, whitespace to persist.
2021-04-17 NeilBrownemacs-spell: make it possible to accept a spelling...
2021-04-14 NeilBrownUpdate some copyright date
2021-03-27 NeilBrownemacs: don't create selection from mouse if mouse doesn...
next