summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Rebuild for athena's apt repositorydebian/28_git20200820.1Sean Whitton2020-08-21
|
* changelogSean Whitton2020-08-21
|
* Merge remote-tracking branch 'origin/master' into athena/unstableSean Whitton2020-08-21
|\
| * Fix compilation warning in vc-cvs from previous changeLars Ingebrigtsen2020-08-20
| | | | | | | | | | * lisp/vc/vc-cvs.el (log-edit-extract-headers): Fix compilation warning.
| * Fix message.el compilation warningLars Ingebrigtsen2020-08-20
| | | | | | | | | | * lisp/gnus/message.el (smtpmail-stream-type): Fix compilation warning from last change.
| * Allow specifying the TLS port in X-Message-SMTP-MethodLars Ingebrigtsen2020-08-20
| | | | | | | | | | | | * lisp/gnus/message.el (message-multi-smtp-send-mail): If the user has specified the TLS SMTP port, then force a TLS connection (bug#38066).
| * Don't message the hunk status when just going to itLars Ingebrigtsen2020-08-20
| | | | | | | | | | | | * lisp/vc/diff-mode.el (diff-goto-source): Don't output a status about the hunk just when jumping to it (bug#38370). This would output "Hunk already applied" when browsing diffs.
| * Add a new way to encode unprintable characters in Message: url-encodeLars Ingebrigtsen2020-08-20
| | | | | | | | | | * lisp/gnus/message.el (message-fix-before-sending): Add a new conversion method for invalid characters -- URL-encoding (bug#38955).
| * Fix problem with unprintable characters in Message headersLars Ingebrigtsen2020-08-20
| | | | | | | | | | | | * lisp/gnus/message.el (message-fix-before-sending): Remove unprintable characters from the entire buffer, not just the body (bug#38955).
| * Fix interactive spec of message-beginning-of-lineLars Ingebrigtsen2020-08-20
| | | | | | | | | | * lisp/gnus/message.el (message-beginning-of-line): Fix problem with C-S-a getting translated to C-a in message-mode (bug#39545).
| * Remove the "Summary: " but from cvs checkinsLars Ingebrigtsen2020-08-20
| | | | | | | | | | * lisp/vc/vc-cvs.el (vc-cvs-checkin): Remove the "Summary:" bit from the comment (bug#40506).
| * message-sendmail-f-is-evil doc string fixLars Ingebrigtsen2020-08-20
| | | | | | | | | | * lisp/gnus/message.el (message-sendmail-f-is-evil): Make doc string less confusing by removing a joke (bug#41096).
| * Add global-goto-address-modeNoah Swainland2020-08-20
| | | | | | | | | | | | | | * doc/emacs/misc.texi (Goto Address mode): Document it. * lisp/net/goto-addr.el (global-goto-address-mode) (goto-addr-mode--turn-on): New functions (bug#42937).
| * ; NEWS fixGlenn Morris2020-08-19
| |
| * Fix minor issues after recent world-clock renameStefan Kangas2020-08-19
| | | | | | | | | | | | | | * lisp/time.el (world-clock-mode): Set 'revert-buffer-function' buffer-locally rather than globally. (display-time-world): Unobsolete alias for 'world-clock'. Some users might be used to the old name.
| * ; * etc/NEWS: Fix a recently added entry.Eli Zaretskii2020-08-19
| |
| * ; Minor simplification of two recent changesBasil L. Contovounesios2020-08-19
| |
| * Make shell-resync-dirs handle whitespace in directory namesNoah Friedman2020-08-19
| | | | | | | | | | * lisp/shell.el (shell-resync-dirs): Correctly handle whitespace in directory names (bug#23324).
| * Allow searching interactively over completions in `M-x'Juri Linkov2020-08-19
| | | | | | | | | | | | * lisp/simple.el (read-extended-command): Allow doing interactive searches over the completions (bug#12490). This restores the behaviour from Emacs 23 that was lost in Emacs 24.
| * Ensure `bibtex-set-dialect' is executed in bibtex buffersGrégoire Jadi2020-08-19
| | | | | | | | | | * lisp/textmodes/bibtex.el (bibtex-mode): Call `bibtex-set-dialect'. * test/automated/bibtex-tests.el: Add regression tests (bug#21764).
| * Make etags-list-tags work with Exuberant ctagsRobert Weiner2020-08-19
| | | | | | | | | | * lisp/progmodes/etags.el (etags-list-tags): Make the function work with Exuberant ctags (bug#23400).
| * Fix #'(lambda ...) font lockingAnders Lindgren2020-08-19
| | | | | | | | | | * lisp/emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p): Fontize #'(lambda ...) better (bug#23465).
| * Fix a segfault in daemon mode Emacs when detaching an X sessionDoug Gilmore2020-08-19
| | | | | | | | | | * src/xterm.c (x_uncatch_errors): Add a sanity check for x_error_message (bug#23939).
| * Distinguish errors in bytecomp-testsMattias Engdegård2020-08-19
| | | | | | | | | | | | | | | | | | * test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-check-1) (test-byte-opt-arithmetic, bytecomp-lexbind-check-1) (bytecomp-lexbind-explain-1): When comparing interpreted with compiled results, don't consider all errors to be equal; take the error type into account. (The error arguments may differ, but there may be good reasons for that.)
| * Make bytecomp-tests re-runnableMattias Engdegård2020-08-19
| | | | | | | | | | | | * test/lisp/emacs-lisp/bytecomp-tests.el (test-byte-comp-macro-expand-lexical-override): Remove functions before testing so that the test can be run twice without failing.
| * Make thingatpt recognise files names with @ in themTino Calancha2020-08-19
| | | | | | | | | | * lisp/thingatpt.el (thing-at-point-file-name-chars): Add @ (Bug#24606).
| * ; Fix last change to comint.elBasil L. Contovounesios2020-08-19
| | | | | | | | | | * lisp/comint.el (comint-highlight-input): Add :version tag. (comint-send-input): Fix indentation.
| * Add a variable to control VC completion over branch namesTom Tromey2020-08-19
| | | | | | | | | | | | * lisp/vc/vc-git.el (vc-git-revision-complete-only-branches): New variable (bug#25710). (vc-git-revision-table): Use it.
| * Better check for multi-hops when calling direct async processesMichael Albinus2020-08-19
| | | | | | | | | | | | | | | | * lisp/net/tramp-sh.el (tramp-multi-hop-p, tramp-compute-multi-hops): Move them from here ... * lisp/net/tramp.el (tramp-multi-hop-p, tramp-compute-multi-hops): ... here. (tramp-direct-async-process-p): Use `tramp-compute-multi-hops'.
| * Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2020-08-19
| |\
| | * Don't override python font locking in comintCarlos Pita2020-08-19
| | | | | | | | | | | | | | | | | | | | | * lisp/comint.el (comint-highlight-input): New variable (bug#32344). (comint-send-input): Use it. * lisp/progmodes/python.el (inferior-python-mode): Set it.
| * | ; * etc/NEWS: Fix typos.Michael Albinus2020-08-19
| |/
| * Signal an end-of-file error upon errors when reading from stdinLars Ingebrigtsen2020-08-19
| | | | | | | | | | | | | | | | | | * src/minibuf.c (read_minibuf_noninteractive): Signal an `end-of-file' error when reading from stdin instead of a general error (bug#34123). This makes it easier to write code that recovers from this situation. Suggested by Noam Postavsky <npostavs@gmail.com>.
| * Let ido-everywhere turn on ido-modeNoam Postavsky2020-08-19
| | | | | | | | | | | | * lisp/ido.el (ido-everywhere): Turn on ido-mode, if it's not already on. Otherwise, having ido-everywhere enabled messes all file and buffer reading interactive commands (bug#34292).
| * Fix the [ command in speedbar modeLars Ingebrigtsen2020-08-19
| | | | | | | | | | | | * lisp/speedbar.el (speedbar-expand-line-descendants): Expand only the current line -- not all subsequent lines in the speedbar buffer (bug#35014).
| * Fix a page-break in the middle of a keystroke in basic.texiSebastian Urban2020-08-19
| | | | | | | | | | * doc/emacs/basic.texi (Inserting Text): Avoid having the C-x 8 ] keystroke broken over two pages in the PDF version (bug#35885).
| * Remove some compat code from viper-cmd.elLars Ingebrigtsen2020-08-19
| |
| * Remove some compat code from ispell.elLars Ingebrigtsen2020-08-19
| | | | | | | | | | * lisp/textmodes/ispell.el (ispell): transient-mark-mode and mark-active are always bound, so remove the check.
| * Remove some compat code from ercLars Ingebrigtsen2020-08-19
| | | | | | | | | | * lisp/erc/erc.el (erc-mode): next-line-add-newlines is always defined, so remove the check.
| * Get rid of build-time checks around NS tabbar code (bug#33118)Alan Third2020-08-18
| | | | | | | | | | * src/nsterm.m ([EmacsView initFrameFromEmacs:]): Get rid of version checks.
| * Remove some compat code from viper-*.elLars Ingebrigtsen2020-08-18
| | | | | | | | | | | | | | * lisp/emulation/viper-util.el (viper-check-minibuffer-overlay): * lisp/emulation/viper-cmd.el (viper-minibuffer-standard-hook) (viper-minibuffer-real-start, viper-submit-report): No need to check whether minibuffer-prompt-end is defined.
| * Remove some compat code from descr-text.elLars Ingebrigtsen2020-08-18
| | | | | | | | | | * lisp/descr-text.el (describe-text-properties-1): button.el is pre-loaded, so remove check for it.
| * Remove some compat code from viper-cmd.elLars Ingebrigtsen2020-08-18
| | | | | | | | | | * lisp/emulation/viper-cmd.el (viper-next-line-at-bol): No need to check for button-at.
| * Remove some compat code from ps-print.elLars Ingebrigtsen2020-08-18
| | | | | | | | * lisp/ps-print.el: Don't make a face-list alias.
| * Remove some compat code from forms.elLars Ingebrigtsen2020-08-18
| | | | | | | | * lisp/forms.el (forms-mode): make-face always exists.
| * Remove some compat code from smiley.elLars Ingebrigtsen2020-08-18
| | | | | | | | * lisp/gnus/smiley.el (smiley-style): face-attribute is always defined.
| * Remove some compat code from chart.elLars Ingebrigtsen2020-08-18
| | | | | | | | | | * lisp/emacs-lisp/chart.el (chart-face-list): set-face-background-pixmap is always defined.
| * Remove some compat code from htmlfontify.elLars Ingebrigtsen2020-08-18
| | | | | | | | | | * lisp/htmlfontify.el (hfy-color-vals): color-values is always defined.
| * Remove some compat code from ps filesLars Ingebrigtsen2020-08-18
| | | | | | | | | | | | | | | | | | * lisp/ps-def.el (ps-color-device): Ditto. * lisp/ps-print.el (ps-color-scale): Make into an obsolete alias. (ps-begin-job): Adjust caller. * lisp/progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate): Ditto.
| * Remove some compat code from woman.elLars Ingebrigtsen2020-08-18
| | | | | | | | | | * lisp/woman.el (woman-fontify): Don't check for functions always defined.