summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* ; Re-fix last change in doc of 'with-buffer-unmodified-if-unchanged'.Robert Pluim2022-05-041-1/+1
* ; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.Eli Zaretskii2022-05-041-1/+2
* ; Fix typo in emacs-news-modePo Lu2022-05-041-1/+1
* ; * lisp/frameset.el: Fix a typo in a comment.Eli Zaretskii2022-05-041-1/+1
* Fix restoring desktop from TTY-saved sessionsEli Zaretskii2022-05-041-3/+8
* Clarify the doc string of 'with-buffer-unmodified-if-unchanged'Eli Zaretskii2022-05-041-7/+14
* ; * lisp/international/characters.el (#xfb50): Fix last change.Eli Zaretskii2022-05-041-1/+1
* Fix 'bidi-class' property of unassigned codepointsEli Zaretskii2022-05-041-1/+2
* Flush the tool bar cache on all terminals when adding new entriesLars Ingebrigtsen2022-05-041-1/+9
* Clean up Haiku file panel codePo Lu2022-05-041-1/+2
* server-execute: Initialize the *scratch* bufferSean Whitton2022-05-031-4/+11
* Make with-buffer-unmodified-if-unchanged more efficientLars Ingebrigtsen2022-05-031-2/+2
* Make with-buffer-unmodified-if-unchanged more resilientLars Ingebrigtsen2022-05-031-8/+10
* with-buffer-unmodified-if-unchanged: Tweak the implementationStefan Monnier2022-05-031-3/+5
* Make sorting not change buffer modification status alwaysLars Ingebrigtsen2022-05-031-1/+4
* Add new macro with-buffer-unmodified-if-unchangedLars Ingebrigtsen2022-05-032-69/+88
* Fix thinko in recent tool bar caching logicLars Ingebrigtsen2022-05-031-4/+7
* Make tool bar caching more sensibleLars Ingebrigtsen2022-05-031-6/+7
* Allow desktop to restore frames and windows on TTY framesEli Zaretskii2022-05-032-6/+38
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-032-9/+54
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-031-11/+25
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-032-36/+73
* Make adding things to the tool bar show up on next redisplayLars Ingebrigtsen2022-05-031-1/+6
* Add new command 'package-update'Lars Ingebrigtsen2022-05-031-0/+25
* Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen2022-05-032-12/+15
* Make TAB work in makefile mode when transient mark mode is onLars Ingebrigtsen2022-05-031-1/+1
* Handle file name handler in write-region's VISIT argMichael Albinus2022-05-035-448/+318
* Rewrite sql-interactive-remove-continuation-promptFilipp Gunbin2022-05-031-80/+55
* Make more buttons in *Help* respect `help-window-keep-selected'Lars Ingebrigtsen2022-05-031-4/+13
* Further mm-base64-line-p bug fixesLars Ingebrigtsen2022-05-031-2/+2
* Fix mm-base64-line-p logicLars Ingebrigtsen2022-05-031-4/+6
* ; * lisp/tooltip.el (tooltip-show-help): Fix typo in last change.Po Lu2022-05-031-1/+1
* Make menu bar help text work on macOS as wellPo Lu2022-05-031-1/+5
* ; Fix typo and wording of a doc stringEli Zaretskii2022-05-021-3/+3
* Load multiple bibliographies with multibib packageArash Esbati2022-05-021-6/+11
* Make the eval-in-debug error message prettier in non-recursive errorsLars Ingebrigtsen2022-05-021-11/+17
* Make non-recursive error messages in edebug prettierLars Ingebrigtsen2022-05-021-8/+19
* Fix eldoc interaction with `when' and `unless'Lars Ingebrigtsen2022-05-021-6/+2
* Add a command to recreate the *scratch* bufferLars Ingebrigtsen2022-05-021-0/+11
* Fix handling double-click-time nil or tStefan Kangas2022-05-025-5/+16
* Re-fix Gcc header tokenization in GnusLars Ingebrigtsen2022-05-021-2/+3
* Allow reusing the *Help* window with `i'/`s/ commandsLars Ingebrigtsen2022-05-023-21/+44
* Allow show-paren to show matching parentheses inside commentsLars Ingebrigtsen2022-05-021-0/+7
* Use xref-goto-xref as the xref mouse bindingLars Ingebrigtsen2022-05-021-1/+1
* Fix the OMIT-NULLS + "" case in string-linesLars Ingebrigtsen2022-05-021-1/+3
* * lisp/gnus/gnus-util.el (gnus-byte-compile): Use `lexical-binding`Stefan Monnier2022-05-021-6/+7
* Fix string-lines return for ""Lars Ingebrigtsen2022-05-011-23/+25
* Change string-lines semantics slightlyLars Ingebrigtsen2022-05-011-6/+1
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-011-1/+3
* Handle escaped characters in Eshell argument predicates/modifiersJim Porter2022-05-011-1/+3