aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only print offset for byte-code functionsZach Shaftel2020-07-151-2/+4
* Properly align offset in backtraceZach Shaftel2020-06-261-6/+7
* Merge feature/zach-soc-bytecode-in-tracebackrocky2020-06-261-3/+5
|\
| * Print offset of each backtrace frameZach Shaftel2020-05-012-11/+7
| * Only print offset for byte-compiled functionsZach Shaftel2020-04-291-1/+5
| * Print byte offset of error in backtraceZach Shaftel2020-04-291-2/+4
* | Fix Arabic composition rulesEli Zaretskii2020-06-021-4/+4
* | Write project list to file only when changedSimen Heggestøyl2020-06-021-6/+7
* | Remove 'project--ensure-file-exists'Simen Heggestøyl2020-06-021-16/+11
* | Fix handling of CGJ in Hebrew textEli Zaretskii2020-06-021-1/+1
* | Merge from origin/emacs-27Paul Eggert2020-06-013-7/+9
|\ \
| * | Fix bug #41618 "(byte-compile 'foo) errors when foo is a macro."Alan Mackenzie2020-05-311-3/+4
| * | * lisp/tab-bar.el (switch-to-buffer-other-tab): Normalize buffer.Juri Linkov2020-05-311-3/+4
* | | * lisp/progmodes/project.el (project-vc-dir, project-shell): New commands.Juri Linkov2020-06-021-5/+31
* | | ; Fix some recent byte-compilation warningsBasil L. Contovounesios2020-06-012-4/+1
* | | Bug #41061 patch: Fix typos and amend code slightlyAlan Mackenzie2020-06-011-11/+11
* | | ; Auto-commit of loaddefs files.Glenn Morris2020-06-011-122/+175
* | | Change xref-find-apropos to pass PATTERN to backend verbatimDmitry Gutov2020-06-013-13/+28
* | | Remove mhtml--extend-font-lock-region (Bug#41441)Tom Tromey2020-05-311-50/+0
* | | occur: Add bindings for next-error-no-selectTino Calancha2020-05-311-1/+71
* | | Don't return transient projects with MAYBE-PROMPT=nilDmitry Gutov2020-05-301-4/+5
* | | Minor fix in 'find-alternate-file'immerrr2020-05-301-0/+2
* | | * lisp/emacs-lisp/package.elm lisp/emacs-lisp/smie.el: Fix indentStefan Monnier2020-05-292-8/+16
* | | project-prompt-project-dir: Use more consistent promptsDmitry Gutov2020-05-291-2/+2
* | | Commit indian.el forgotten in previous change.Eli Zaretskii2020-05-291-9/+80
* | | * lisp/net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_INVALID_PARAMETER".Michael Albinus2020-05-291-0/+1
* | | * lisp/emacs-lisp/lisp-mode.el: Add new indentation conventionakater2020-05-291-2/+6
* | | Create a buffer-local binding to improve performanceArnold Noronha2020-05-291-7/+12
* | | next-error-find-buffer-function: Back to #'ignoreDmitry Gutov2020-05-291-2/+2
* | | ; project.el: Update TODODmitry Gutov2020-05-291-3/+1
* | | Improve Malayalam language transliterationJames Thomas2020-05-281-5/+35
* | | Merge branch 'feature/project-switching'Simen Heggestøyl2020-05-281-9/+148
|\ \ \
| * | | Simplify the previous commitSimen Heggestøyl2020-05-271-5/+4
| * | | Avoid adding the empty string to the project listSimen Heggestøyl2020-05-261-3/+4
| * | | Adapt project functions to the new 'project-root'Simen Heggestøyl2020-05-261-11/+9
| * | | Teach project-current to inhibit the promptDmitry Gutov2020-05-261-2/+7
| * | | Rename 'project-switch-menu' to 'project-switch-commands'Simen Heggestøyl2020-05-261-6/+6
| * | | Simplify 'project--keymap-prompt' a bitSimen Heggestøyl2020-05-261-8/+7
| * | | Turn project switch menu var into a public alistSimen Heggestøyl2020-05-261-38/+26
| * | | Change dispatch binding of 'project-find-regexp'Simen Heggestøyl2020-05-261-1/+1
| * | | Integrate project-switch-project with project-find-regexpDmitry Gutov2020-05-261-1/+4
| * | | Move project-dired and project-eshell higherDmitry Gutov2020-05-261-15/+15
| * | | Use an alist instead of a keymapDmitry Gutov2020-05-261-11/+13
| * | | Improve project name completionDmitry Gutov2020-05-261-2/+6
| * | | Simplify a little, and avoid duplicate commandsDmitry Gutov2020-05-261-50/+34
| * | | Add project switching functionalitySimen Heggestøyl2020-05-261-8/+164
* | | | Document that {en,de}code-coding-string preserve match dataMattias Engdegård2020-05-281-12/+13
* | | | Merge from origin/emacs-27Glenn Morris2020-05-281-14/+24
|\ \ \ \ | | |/ / | |/| |
| * | | Make next-error behavior a bit more flexibleDmitry Gutov2020-05-271-14/+24
| * | | Revert "Fix eshell-mode-map initialization"Noam Postavsky2020-05-249-159/+100