aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Bury the help buffer after sending a bug reportLars Ingebrigtsen2019-10-091-1/+5
* | Fix up previous visit-tags-table changeHong Xu2019-10-091-14/+1
* | Move point in the dired buffer with `n'/`p' in an image-mode bufferLars Ingebrigtsen2019-10-091-1/+13
* | Fix typos in lisp/*.elJuanma Barranquero2019-10-092-52/+54
* | Document `letrec'Lars Ingebrigtsen2019-10-092-1/+12
* | Make menu bar entries only point to named functions, not lambdasLars Ingebrigtsen2019-10-091-38/+60
* | Add more sanity checks to help-fns--globalized-minor-modeLars Ingebrigtsen2019-10-091-1/+2
* | Make add-face-text-property not be destructive on stringsLars Ingebrigtsen2019-10-091-9/+23
* | Make `info-display-manual' pop up the correct frameLars Ingebrigtsen2019-10-091-1/+10
* | Make a nil parameter switch variable-pitch-mode onLars Ingebrigtsen2019-10-091-1/+1
* | Remove XEmacs compat code from prolog.elLars Ingebrigtsen2019-10-091-36/+15
* | Remove some XEmacs compat code from tree-widget.elLars Ingebrigtsen2019-10-091-55/+25
* | Remove some XEmacs compat code from newst*.elLars Ingebrigtsen2019-10-092-128/+124
* | Filter packages by name in list-packages. (Bug#36981)Federico Tedin2019-10-084-17/+81
* | Search upward from current dir for the default TAGS fileHong Xu2019-10-082-11/+31
* | Fix title inconsistencies in elisp intro bookStefan Kangas2019-10-081-3/+3
* | Add some more commands to eshell-visual-commandsStefan Kangas2019-10-081-16/+10
* | Fix crashes on TTY frames due to "C-x 6 f"Eli Zaretskii2019-10-082-2/+14
* | * etc/PROBLEMS: Describe navigation problem from Nautilus. (Bug#37573)Michael Albinus2019-10-082-0/+20
* | * lisp/emacs-lisp/package.el (package--get-deps): Fix thinkoStefan Monnier2019-10-082-18/+10
* | Fix aborts when opening a new font after face-cache resetEli Zaretskii2019-10-081-0/+4
* | * INSTALL: Describe installation of source and debug packages. (Bug#37527)Michael Albinus2019-10-081-1/+37
* | Set default colors for tick facesJuanma Barranquero2019-10-081-2/+10
* | Clarify docs on newline and auto-fill-modeBasil L. Contovounesios2019-10-082-11/+15
* | * lisp/tab-bar.el (tab-bar-tab-name-function): Turn defvar into defcustom.Juri Linkov2019-10-081-4/+20
* | Add "python3 -m twine" example to comint-password-prompt testsStefan Kangas2019-10-071-0/+1
* | Fix a crash in TTY sessions caused by recent changesEli Zaretskii2019-10-071-3/+5
* | Use text properties instead of truncating stringsLars Ingebrigtsen2019-10-072-5/+18
* | dired-move-to-filename doc string fixLars Ingebrigtsen2019-10-071-1/+7
* | Improve recent doc fix for cl-reduceBasil L. Contovounesios2019-10-071-8/+10
* | Make completion in the `E' command in *Ibuffer* workLars Ingebrigtsen2019-10-071-4/+1
* | Fix infloop in redisplay caused by a recent changeEli Zaretskii2019-10-071-1/+5
* | Feval_buffer doc string lexical-binding clarificationLars Ingebrigtsen2019-10-071-0/+6
* | Make ido-display-buffer work interactively more like display-bufferLars Ingebrigtsen2019-10-071-3/+14
* | Quadruple term-buffer-maximum-size (Bug#37584)Stefan Kangas2019-10-071-7/+7
* | Set correct svn:ignore property for relative filenamesWolfgang Scherer2019-10-071-4/+7
* | Fix port of file-acl errno checking to non-GNUPaul Eggert2019-10-061-1/+1
* | Fix the colours on Motif horizontal scroll barsLars Ingebrigtsen2019-10-071-2/+4
* | cl-reduce doc fixLars Ingebrigtsen2019-10-071-0/+5
* | tags-complete-tags-table-file doc string fixHong Xu2019-10-071-2/+7
* | Default FILE to the current buffer for list-tagsHong Xu2019-10-072-7/+22
* | Make mailcap-prefer-mailcap-viewers work as documentedLars Ingebrigtsen2019-10-072-46/+50
* | Only complete words inside of the string widgetMauro Aranda2019-10-071-1/+10
* | ; * doc/misc/eww.texi (Advanced): Fix recent typo.Basil L. Contovounesios2019-10-071-3/+3
* | Fix message when no completions available for editable fieldMauro Aranda2019-10-071-3/+4
* | Allow using last_tab_bar_item on no-x builds.Juri Linkov2019-10-071-2/+0
* | Implement tab-close-other bound to C-x 6 1 by analogy with C-x 5 1.Juri Linkov2019-10-072-0/+17
* | Use tabs in EWW (bug#37592)Juri Linkov2019-10-074-3/+37
* | * eieio-core.el (eieio--full-class-object): New function.Stefan Monnier2019-10-063-25/+27
* | Support changing font size using mouse wheelStefan Kangas2019-10-063-26/+71