summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make drag and drop on NS open all URLs (bug#43470)Alan Third2020-10-031-9/+3
| | | | | | | * lisp/term/ns-win.el (ns-drag-n-drop): Merge generic and copy actions. Co-authored-by: Daniel Martín <mardani29@yahoo.es>
* Fix electric-buffer-list buffer selectionLars Ingebrigtsen2020-10-021-0/+1
| | | | | | | * lisp/ebuff-menu.el (electric-buffer-list): Ensure that point is restored, which isn't always the case if global-display-line-numbers-mode (bug#43755). This enables selecting buffers again.
* ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-0260-85/+88
|
* * doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug#43758)Eli Zaretskii2020-10-021-1/+1
|
* Don't error if no GPG signing key configuredRobert Pluim2020-10-021-10/+0
| | | | | | | | | | | * lisp/gnus/mml-sec.el (mml-secure-epg-sign): Partially revert "Make mml-secure-epg-sign bug out if we can't find an identity". It causes signing to fail for people who have not set up mml-secure-{smime,openpgp}-sign-with-sender, which is a regression from Emacs-26 (Bug#40118). In such a situation gpg will use its default key. Do not merge to master. On master Emacs will query the user.
* 2020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2020-10-012-2/+8
| | | | | | | | * lisp/progmodes/sql.el (sql-add-product): Re-correct argument spec. Previous change was due to my mistake; I have resolved back to the prior behavior (Bug#39960). * test/lisp/progmodes/sql-tests.el (sql-test-add-product): Added test to insure I don't make the same mistake again.
* Make aliases introduced in previous patch obsoleteLars Ingebrigtsen2020-10-011-2/+4
| | | | | * lisp/emacs-lisp/debug.el (debugger-toggle-locals): (debug-help-follow): Make reinstated aliases obsolete.
* Restore some public debugging functions removed in Emacs 27Gemini Lasswell2020-10-012-4/+22
| | | | | | | | * lisp/emacs-lisp/backtrace.el (backtrace--to-string): New function. (backtrace-to-string): Use it. Fix whitespace (bug#40728). * lisp/emacs-lisp/debug.el (debugger-insert-backtrace): New function. Mark it as obsolete. (debugger-toggle-locals, debug-help-follow): New aliases.
* ; Auto-commit of loaddefs files.Glenn Morris2020-10-011-4/+7
|
* Clarification in Tramp manualMichael Albinus2020-10-011-3/+15
| | | | | * doc/misc/tramp.texi: Harmonize "Git" spelling. (Frequently Asked Questions): Describe Emacs version mismatch.
* Check Emacs version used for Tramp compilationMichael Albinus2020-10-011-0/+8
| | | | | | * lisp/net/tramp-compat.el (tramp-compat-emacs-compiled-version): New defconst. Raise a warning, when it is not equal to the Emacs version.
* Don't signal an error when saving files on WdebDAV volumesEli Zaretskii2020-09-291-2/+7
| | | | | * src/w32.c (acl_get_file): If get_file_security raises the ERROR_ACCESS_DENIED error, treat that like unsupported ACLs.
* ; * lisp/net/eww.el (eww-search-words): Doc fix.Eli Zaretskii2020-09-291-4/+4
|
* * lisp/hi-lock.el (hi-lock-find-patterns): Autoload it. (Bug#43670)Eli Zaretskii2020-09-281-0/+1
|
* Minor copyedits in the Emacs user manualEli Zaretskii2020-09-271-4/+3
| | | | | | * doc/emacs/emacs.texi (Top): Remove "real-time" from the Emacs description; add "advanced", to be consistent with what we say in the Introduction section. (Bug#43633)
* Followup to a recent change in menu-bar.elEli Zaretskii2020-09-261-0/+3
| | | | | * lisp/fileloop.el (fileloop--operate-function): Mention in a comment that menu-bar.el relies on the default value.
* Enable "Continue Tags Search" menu item only when it can be usedEli Zaretskii2020-09-261-0/+4
| | | | | | | * lisp/menu-bar.el (menu-bar-search-menu) <tags-continue>: Enable only when there was a previous tags search. (Bug#43569) (menu-bar-replace-menu) <tags-repl-continue>: Enable only when there was a previous tags-replace.
* Fix soap-client URLPaul Eggert2020-09-261-1/+1
| | | | | | * lisp/net/soap-client.el (soap-create-envelope): Fix URL that I broke in 2019-09-23T06:53:30Z!eggert@cs.ucla.edu. Problem reported by Thomas Fitzsimmons.
* Fix out-of-source ‘make check’ emacs-module-testsPaul Eggert2020-09-252-3/+4
| | | | | | | | | | | Problem reported by Koki Fukuda in: https://lists.gnu.org/r/emacs-devel/2020-07/msg00169.html * test/Makefile.in (MODULE_CFLAGS): Include from the same directories included from in ../src. * test/src/emacs-module-tests.el (module/describe-function-1): Strip path to source directory. (cherry picked from commit c86f3fe0d023cdd25edbbce91c5b32654f2b734e)
* Fix support for Zip64 zip filesEli Zaretskii2020-09-251-4/+13
| | | | | | * lisp/arc-mode.el (archive-zip-summarize): Fix detection of Zip64 central directory. Support 64-bit file size field used by Zip64. (Bug#43597)
* * lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix. (Bug#43600)Eli Zaretskii2020-09-251-3/+3
|
* Avoid infinite recursion with 'relative' line numbers displayEli Zaretskii2020-09-251-2/+3
| | | | | | | * src/xdisp.c (display_count_lines_visually): Bind 'display-line-numbers' to 'relative' around 'start_display' as well, since that can invoke 'move_it_to' internally, thus causing infinite recursion. (Bug#43589)
* ; Fix more trivial typosStefan Kangas2020-09-214-4/+4
|
* ; Fix some trivial typosStefan Kangas2020-09-2111-17/+17
|
* Minor improvement in the ELisp manual's IntroductionEli Zaretskii2020-09-201-1/+2
| | | | | * doc/lispref/intro.texi (Printing Notation): Clarify what "execute code" means in this context. (Bug#43463)
* Mention in PROBLEMS the problems with fonts and UniscribeEli Zaretskii2020-09-201-0/+13
| | | | | * etc/PROBLEMS: Mention font-related problems with Uniscribe on MS-Windows. (Bug#39340)
* Minor copyedits in 'line-height' documentationEli Zaretskii2020-09-191-9/+12
| | | | | * doc/lispref/display.texi (Line Height): Describe the possible values of the 'line-height' property in a more consistent format.
* ; * src/frame.c (syms_of_frame) <make-pointer-invisible>: Doc fix.Eli Zaretskii2020-09-191-1/+1
|
* * doc/misc/eww.texi: Document the `w' key's double functionGregor Zattler2020-09-191-2/+8
| | | | | * doc/misc/eww.texi (Basics): Describe what the `w' command does in eww (bug#43517).
* Fix a rare segfault in syntax.cEli Zaretskii2020-09-192-19/+24
| | | | | | | | | | * src/syntax.c (Fforward_comment): Prevent the loop for COUNT < 0 from going outside the valid range of character/byte positions. (Bug#43499) * doc/lispref/syntax.texi (Syntax Class Table): Mention the "comment-fence" and "string-fence" as alternative names of 2 syntax classes.
* Add doc to syntax-propertize-function saying it must do a 100% jobAlan Mackenzie2020-09-192-1/+15
| | | | | | | | | | and cannot be combined with other ways of applying syntax-table text properties. * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Amend doc string. * doc/lispref/syntax.texi (Syntax Properties): Amend the description of the variable.
* Minor copyedits of doc of 'with-silent-modifications'Eli Zaretskii2020-09-192-3/+3
| | | | | | * doc/lispref/text.texi (Changing Properties): * doc/lispref/buffers.texi (Buffer Modification): Improve documentation and indexing of 'with-silent-modifications'.
* Improve documentation of 'max-mini-window-height'Eli Zaretskii2020-09-182-5/+8
| | | | | | | * src/xdisp.c (syms_of_xdisp): * doc/lispref/minibuf.texi (Minibuffer Windows): More accurate wording in the documentation of 'max-mini-window-height', to clarify the meaning of an integer value.
* Use modern constant names for the NS pasteboardDaniel Martín2020-09-181-3/+3
| | | | | | | | | Use the same pasteboard constant names defined in ns_drag_types. (Bug#43470). * src/nsterm.m: Rename NSURLPboardType to NSPasteboardTypeURL, NSStringPboardType to NSPasteboardTypeString, and NSTabularTextPboardType to NSPasteboardTypeTabularText
* Fix doc string of 'toggle-menu-bar-mode-from-frame'Eli Zaretskii2020-09-161-1/+1
| | | | | * lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): Improve the wording of the doc string. (Bug#43383)
* Make vc-bzr tests work with brz 3.1 (bug#43314)Glenn Morris2020-09-121-3/+16
| | | | | | * test/lisp/vc/vc-bzr-tests.el (vc-bzr-test-bug9726) (vc-bzr-test-bug9781, vc-bzr-test-faulty-bzr-autoloads): Make them work with brz 3.1.
* diff-no-select doc string clarificationLars Ingebrigtsen2020-09-121-2/+10
| | | | | * lisp/vc/diff.el (diff-no-select): Update doc string from the trunk, don't merge.
* Fix compilation on TERMINFO platforms with GCC 10Eli Zaretskii2020-09-121-1/+4
| | | | | | * src/terminfo.c [TERMINFO]: Don't redefine UP, BC, and CP, as that could cause linking errors due to multiple definitions. (Bug#43195)
* Fix the font-lock-debug-fontify NEWS entryLars Ingebrigtsen2020-09-101-1/+1
| | | | * etc/NEWS: Fix the name of `font-lock-debug-fontify' (bug#43319).
* Avoid crashes when trying to load bad GIF filesEli Zaretskii2020-09-081-10/+14
| | | | | * src/image.c (gif_load): Handle the case when GifErrorString returns NULL. (Bug#43281)
* C++ Mode: handle comma separated brace initializers.Alan Mackenzie2020-09-042-18/+49
| | | | | | | | | | | | | This includes both indentation and fontification. * lisp/progmodes/cc-engine.el (c-do-declarators): Handle brace initializers without = correctly. (c-looking-at-or-maybe-in-bracelist): Use c-do-declarators with a simple inline function to check that after-type-id-pos points to the start of a declarator. * lisp/progmodes/cc-langs.el (c-recognize-bare-brace-inits): New lang const/variable.
* * lisp/display-fill-column-indicator.el: Fix bug#41145Stefan Monnier2020-09-042-2/+4
| | | | | | | | (global-display-fill-column-indicator-mode): Specify the implicit defustom's group explicitly. * lisp/cus-dep.el (custom-make-dependencies): Also look at define(-globalized)-minor-mode since it can also define custom vars.
* Backport recent change in tramp-tests.el from master, don't mergeMichael Albinus2020-09-041-12/+9
| | | | | * test/lisp/net/tramp-tests.el (tramp-test05-expand-file-name): No need to expect different results in Emacs 28 and later.
* Fix bug in dbus.el; do not merge with masterMichael Albinus2020-09-031-16/+41
| | | | | | * lisp/net/dbus.el (dbus-register-property) (dbus-property-handler): Handle properties of the same interface at different object paths properly. (Bug#43146)
* ; * lisp/man.el (Man-mode): Fix formatting.Stefan Kangas2020-09-021-2/+2
|
* ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-027-9/+9
|
* ; Auto-commit of loaddefs files.Glenn Morris2020-09-011-2/+2
|
* Fix help message with help-window-selectStefan Kangas2020-09-011-2/+2
| | | | | | * lisp/help.el (help-print-return-message): (help-window-display-message): Recommend 'scroll-up-command' instead of 'scroll-up' when 'help-window-select' is non-nil. (Bug#43122)
* Remove obsolete "Wide Characters" section of Gnus manualEric Abrahamsen2020-08-311-19/+0
| | | | * doc/misc/gnus.texi: This hasn't been valid since 2016.
* Fix typo in Introduction to Emacs LispStefan Kangas2020-08-311-1/+1
| | | | | * doc/lispintro/emacs-lisp-intro.texi (type-of-animal in detail): Remove extraneous parenthesis.