aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-22Cleanup old helpful buffers0.5Wilfred Hughes
2017-12-22Refactor helpful-update formatting (#76)Nick Drozd
2017-12-22Speedup opening helpful buffers for primitive functionsWilfred Hughes
2017-12-21Add missing newline for consistent formattingWilfred Hughes
2017-12-21Convert command keys references to buttonsWilfred Hughes
2017-12-21Remove completed todoWilfred Hughes
2017-12-21Ensure we copy strings before creating buttonsWilfred Hughes
2017-12-18Tweak button wordingWilfred Hughes
2017-12-18Show symbol properties last, as they're the least usefulWilfred Hughes
2017-12-18Show aliasesWilfred Hughes
2017-12-18Fix incorrect echo text due to copy-pastingWilfred Hughes
2017-12-18Support newlines in Info node referencesWilfred Hughes
2017-12-18Allow users to specify the path to Emacs C source codeWilfred Hughes
2017-12-18Future performance workWilfred Hughes
2017-12-18Fix debugging section when we can only traceWilfred Hughes
2017-12-17Add missing requireWilfred Hughes
2017-12-16Enable function tracing from Helpful buffersWilfred Hughes
2017-12-16Tweak wording following feedback in #67Wilfred Hughes
2017-12-16Make tests quieterWilfred Hughes
2017-12-16Don't crash when the underlying buffer has been killedWilfred Hughes
2017-12-16Make it easier to download emacs source codeWilfred Hughes
2017-12-16Improve docstringWilfred Hughes
2017-12-16Add unit tests for helpful--pretty-printWilfred Hughes
2017-12-16Fix crash on variables containing keyword plistsWilfred Hughes
2017-12-16Propertize references to Info nodesWilfred Hughes
2017-12-16Don't roll our own properties removalWilfred Hughes
2017-12-16Factoring out a helpful--propertize-symbols worker functionWilfred Hughes
2017-12-16Ensure that we use the buffer-local value of varsWilfred Hughes
2017-12-14Next version will be 0.5Wilfred Hughes
2017-12-14Ensure that we don't call find-file with propertized strings0.4Wilfred Hughes
2017-12-14Emulate eval-expression more closely when reading new valuesWilfred Hughes
2017-12-14Ensure enabling and disabling edebug works as expectedWilfred Hughes
2017-12-13Don't offer Forget for primitivesWilfred Hughes
2017-12-13Fix crash on definition of primitive variablesWilfred Hughes
2017-12-13Ensure that we cleanup freshly created buffersWilfred Hughes
2017-12-13Allow enabling edebug from helpful buffersWilfred Hughes
2017-12-13Calculate C paths relative to find-function-C-source-directoryWilfred Hughes
2017-12-12Add unit test for helpful on macrosWilfred Hughes
2017-12-12Add TODOWilfred Hughes
2017-12-11Handle edebug properties being a single markerWilfred Hughes
2017-12-11Add a cleanup command helpful-kill-buffersWilfred Hughes
2017-12-10Don't crash on edebugged functionsWilfred Hughes
2017-12-10Require emacs 25.1+Wilfred Hughes
2017-12-10Use the library name, not the raw pathWilfred Hughes
2017-12-10Update changelogWilfred Hughes
2017-12-10Only try to kill the buffer we've createdWilfred Hughes
2017-12-10Only prepend whitespace if there was a previous buttonWilfred Hughes
2017-12-10Ensure that we handle interactively defined functionsWilfred Hughes
2017-12-10Ensure we can find the definition of functions even in narrowed buffersWilfred Hughes
2017-12-10Remove completed todoWilfred Hughes