summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2019-05-07Fix define-command compilation error (root-mode class not found)Pierre Neidhardt
2019-05-07cocoa-webkit.lisp: remove setf of non-existent *port* variableJohn Mercouris
2019-05-07Fix history database update of "visits" columnPierre Neidhardt
2019-05-07Bind C-l globallyPierre Neidhardt
2019-05-07Fix `paste' commandPierre Neidhardt
2019-05-07Factor load-file and load-init-filePierre Neidhardt
2019-05-07Document that MODE must be a symbol in `make-buffer'Pierre Neidhardt
2019-05-07Prefix toggle-proxy command with % and document as experimentalPierre Neidhardt
2019-05-06Rename execute-extended-command to execute-commandPierre Neidhardt
2019-05-06Add space to cursor-forwards-word and cursor-backwards-wordwednesday
2019-05-06Replace `(set-default ... value)' with `(setf (get-default ...) value)'Pierre Neidhardt
2019-05-06Fix indentation and typos for search-enginesPierre Neidhardt
2019-05-06Add search-engines alist to window slotwednesday
2019-05-06Properly update history "visits" fields in existing databasesPierre Neidhardt
2019-05-06Add visits column to typed history, and sort by itwednesday
2019-05-06Robustify ensuring a valid history database pathnameMark
2019-05-05Turn commands into mode methodsPierre Neidhardt
2019-05-05Rewrite |push.input.event| docstringPierre Neidhardt
2019-05-05Rewrite *interface* docstringPierre Neidhardt
2019-05-05Add optional SWANK-PORT parameter to START-SWANKPierre Neidhardt
2019-05-04Move *global-map* to root-mode and generalize define-keyPierre Neidhardt
2019-05-04Rename fundamental-mode to root-modePierre Neidhardt
2019-05-03Don't stack the release key-chordsPierre Neidhardt
2019-05-03Merge define-parenstatic into define-parenscriptPierre Neidhardt
2019-05-03Add TODO about renaming fundamental-mode to root-modePierre Neidhardt
2019-05-03Define define-key-defaultPierre Neidhardt
2019-05-03remote.lisp: Add TODO about moving to RPC+scripts to separate packagesPierre Neidhardt
2019-05-03Fix indentation in remote.lispPierre Neidhardt
2019-05-03Move some comments to docstringsPierre Neidhardt
2019-05-03Allow restarting Next from the REPLPierre Neidhardt
2019-05-03Report which init-file is loadedPierre Neidhardt
2019-05-03Remove all mode map globals and define the mode map as the keymap slotPierre Neidhardt
2019-05-03Move *key-chord-stack* global to a REMOTE-INTERFACE slotPierre Neidhardt
2019-05-03Prefix all RPC functions with %%Pierre Neidhardt
2019-04-25Comment on other remaining globals (key-chord-stack, proxy, mode-maps)Pierre Neidhardt
2019-04-25Comment on the remaining globals (commands, global-map, package symbols)Pierre Neidhardt
2019-04-25Move deferred-mode-initalizations to mode's initialize-instancePierre Neidhardt
2019-04-25Remove deferred variablesPierre Neidhardt
2019-04-25Move *PLATFORM-PORT-POLL-INTERVAL* global to REMOTE-INTERFACE slotPierre Neidhardt
2019-04-25Move *MINIBUFFER-STYLE* global to MINIBUFFER slotPierre Neidhardt
2019-04-25Move *MINIBUFFER* globals to WINDOW slotsPierre Neidhardt
2019-04-25Move DEFAULT-NEW-BUFFER-URL globals to BUFFER slotPierre Neidhardt
2019-04-25Move START-PAGE-URL global to REMOTE-INTERFACE slotPierre Neidhardt
2019-04-25Move *ZOOM* globals to BUFFER slotsPierre Neidhardt
2019-04-25Move scroll-distance globals to BUFFER slotsPierre Neidhardt
2019-04-25Overhaul mode with lazy instantiation and smarter macrosPierre Neidhardt
2019-04-25Poll platform port with list-methods instead of make-windowPierre Neidhardt
2019-04-25Remove left-over debug code in %xml-rpc-sendPierre Neidhardt
2019-04-25Make port a slot of remote-interfacePierre Neidhardt
2019-04-25Make minibuffer a slot of remote-interfacePierre Neidhardt