Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lisp/mouse.el (context-menu-map): Fix when menu is a command (bug#50851) | Juri Linkov | 2021-09-28 | 1 | -1/+1 |
* | * lisp/outline.el (outline-minor-mode-cycle-filter): New defcustom (bug#50679) | Juri Linkov | 2021-09-23 | 1 | -1/+1 |
* | Use string-search instead of string-match[-p] | Mattias EngdegÄrd | 2021-08-09 | 1 | -1/+1 |
* | Add a new function for separator lines | Lars Ingebrigtsen | 2021-07-19 | 1 | -6/+1 |
* | * lisp/help.el (describe-bindings-outline): New defcustom (bug#45147). | Juri Linkov | 2021-05-20 | 1 | -17/+26 |
* | Tidy file-matching regexps and remove some ineffective backslashes | Mattias EngdegÄrd | 2021-05-06 | 1 | -1/+1 |
* | Rename feature `nativecomp' into `native-compile' | Andrea Corallo | 2021-05-05 | 1 | -1/+1 |
* | Add new help command 'describe-command' | Stefan Kangas | 2021-05-02 | 1 | -0/+2 |
* | Advertise PgUp/PgDn instead of SPC/DEL in help-for-help | Stefan Kangas | 2021-04-30 | 1 | -2/+2 |
* | Avoid missing whitespace in help-for-help | Stefan Kangas | 2021-04-27 | 1 | -0/+1 |
* | Merge branch 'feature/native-comp' into into trunk | Andrea Corallo | 2021-04-25 | 1 | -0/+6 |
|\ | |||||
| * | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-03-19 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-03-12 | 1 | -68/+85 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2021-01-02 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-11-22 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'savannah/master' into dev | Andrea Corallo | 2020-11-14 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-11-07 | 1 | -13/+12 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-10-23 | 1 | -0/+470 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-10-14 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix some compilation warnings in non nativecomp build (bug#43892) | Brian Leung | 2020-10-12 | 1 | -0/+2 |
| * | | | | | | | | | Revert "Fix some compilation warnings in non nativecomp build (bug#43892)" | Andrea Corallo | 2020-10-12 | 1 | -2/+0 |
| * | | | | | | | | | Fix some compilation warnings in non nativecomp build (bug#43892) | Andrea Corallo | 2020-10-12 | 1 | -0/+2 |
| * | | | | | | | | | * lisp/help.el (help-function-arglist): Fix non nativecomp builds (bug#43914) | Andrea Corallo | 2020-10-10 | 1 | -1/+3 |
| * | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-09-21 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-09-10 | 1 | -9/+6 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Rework native compiled lisp/d lambda list accessor | Andrea Corallo | 2020-09-01 | 1 | -1/+2 |
| * | | | | | | | | | | | Fix describe function arglist for native compiled lisp/d (bug#42572) | Andrea Corallo | 2020-08-31 | 1 | -0/+1 |
* | | | | | | | | | | | | ; * lisp/help.el (help-for-help): Fix thinko. | Stefan Kangas | 2021-04-25 | 1 | -3/+3 |
* | | | | | | | | | | | | Show correct lossage size in help-for-help | Stefan Kangas | 2021-04-25 | 1 | -2/+4 |
* | | | | | | | | | | | | * lisp/help.el (help--for-help-make-sections): Fix typo. | Stefan Kangas | 2021-04-24 | 1 | -1/+1 |
* | | | | | | | | | | | | Redesign and improve the help-for-help (C-h C-h) command | Stefan Kangas | 2021-04-24 | 1 | -51/+112 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge from origin/emacs-27 | Glenn Morris | 2021-03-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
| * | | | | | | | | | | * lisp/help.el (help-for-help-internal): Doc fix; use imperative. | Stefan Kangas | 2021-02-20 | 1 | -1/+1 |
| * | | | | | | | | | | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | | | | | | | | | | | * lisp/help.el (help--describe-translation): Fix typo. | Stefan Kangas | 2021-03-10 | 1 | -1/+1 |
* | | | | | | | | | | | Add new face 'help-key-binding' for keybindings in help | Stefan Kangas | 2021-03-08 | 1 | -68/+85 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Run menu-item :filter function before showing binding | Stefan Kangas | 2020-11-15 | 1 | -0/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Simplify getting value of text-quoting-style (Bug#44471) | Stefan Kangas | 2020-11-09 | 1 | -2/+2 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Fix mistake in Lisp conversion of describe-map-tree | Stefan Kangas | 2020-11-01 | 1 | -2/+2 |
* | | | | | | | Don't bind standard-output in substitute-command-keys | Stefan Kangas | 2020-11-01 | 1 | -2/+1 |
* | | | | | | | Insert describe-map-tree header into original buffer | Stefan Kangas | 2020-11-01 | 1 | -9/+9 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Prefer Lisp version of describer in help--describe-vector | Stefan Kangas | 2020-10-18 | 1 | -1/+4 |
* | | | | | | Improve substitute-command-keys performance | Stefan Kangas | 2020-10-18 | 1 | -70/+72 |
* | | | | | | Translate describe_vector to Lisp | Stefan Kangas | 2020-10-18 | 1 | -2/+73 |
* | | | | | | Translate describe_map to Lisp | Stefan Kangas | 2020-10-18 | 1 | -0/+164 |
* | | | | | | Translate describe_map_tree to Lisp | Stefan Kangas | 2020-10-18 | 1 | -2/+88 |
* | | | | | | Add new Lisp implementation of substitute-command-keys | Stefan Kangas | 2020-10-18 | 1 | -0/+144 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Add a keybinding to the help menu to display manuals | Boruch Baum | 2020-10-13 | 1 | -0/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Give Lisp control on the lossage size | Tino Calancha | 2020-09-17 | 1 | -0/+1 |
| |_|/ |/| | |