- 17 Oct, 2020 2 commits
-
-
Stefan Kangas authored
(cherry picked from commit 86dd9d12)
-
Eli Zaretskii authored
-
- 16 Oct, 2020 3 commits
-
-
Alan Mackenzie authored
This will prevent version mismatches between compile time and runtime versions. This fixes bug #43037. * lisp/Makefile.in: Make js.el dependent on cc-{defs,engine,mode}.elc.
-
Eli Zaretskii authored
* lisp/minibuffer.el (set-minibuffer-message): Handle the case of separate minibuffer-only frame. Suggested by Gregory Heytings <ghe@sdf.org>.
-
Eli Zaretskii authored
* src/keyboard.c (make_lispy_position): Don't exclude the window_or_frame = frame case from TTY-only builds. Reported by Jared Finder <jared@finder.org>. * doc/lispref/commands.texi (Click Events): Document the format of POSITION in click events on the frame's internal border.
-
- 15 Oct, 2020 1 commit
-
-
Lars Ingebrigtsen authored
* doc/lispref/sequences.texi (Sequence Functions): Ditto. * lisp/emacs-lisp/seq.el (seq-reduce): Clarify the order of the arguments (bug#43995).
-
- 12 Oct, 2020 1 commit
-
-
Michael Albinus authored
* doc/misc/tramp.texi (File name completion, Frequently Asked Questions): Remove `tramp-completion-reread-directory-timeout'. (Bug#43932) * etc/NEWS: Mention tramp-completion-reread-directory-timeout as obsolete. * lisp/net/tramp.el (tramp-completion-reread-directory-timeout): Make it obsolete.
-
- 11 Oct, 2020 1 commit
-
-
Gregory Heytings authored
* lisp/minibuffer.el (set-minibuffer-message): Don't reuse the active minibuffer for displaying messages unless the active minibuffer is on the same frame as the selected window. Copyright-paperwork-exempt: yes
-
- 10 Oct, 2020 2 commits
-
-
Stefan Monnier authored
Try and clarify the meaning of `init-value`. (cherry picked from commit 46c0f28c)
-
Eli Zaretskii authored
* src/xfaces.c (load_color2, Fcolor_distance): Revert last change. * src/term.c (clear_tty_hooks): Don't clear defined_color_hook.
-
- 09 Oct, 2020 2 commits
-
-
Eli Zaretskii authored
* src/xfaces.c (load_color2, Fcolor_distance): Don't try to call the frame's defined_color_hook if the frame is suspended. (Bug#43886)
-
Pankaj Jangid authored
* doc/misc/semantic.texi (Parser code): Copy edit (bug#43861). Copyright-paperwork-exempt: yes
-
- 08 Oct, 2020 2 commits
-
-
Eli Zaretskii authored
* src/xdisp.c (redisplay_internal): Disable "optimization 1" when auto-hscrolling current line and we're redisplaying the selected window. (Bug#43835)
-
Michael Albinus authored
* test/lisp/simple-tests.el (simple-tests-shell-command-dont-erase-buffer): Extend test. * test/lisp/net/tramp-tests.el (tramp-test32-shell-command-dont-erase-buffer): Adapt test. Tag it :unstable.
-
- 07 Oct, 2020 1 commit
-
-
Hong Xu authored
* doc/misc/tramp.texi (Frequently Asked Questions): Clarify what ``chrooted environment means'' for TRAMP (bug#43839).
-
- 06 Oct, 2020 2 commits
-
-
Eli Zaretskii authored
-
Daniel Martín authored
* doc/emacs/msdos-xtra.texi (MS-DOS Processes): Minor copy edig (bug#43820).
-
- 05 Oct, 2020 1 commit
-
-
Eli Zaretskii authored
* src/xdisp.c (extend_face_to_end_of_line): Restore the correct original face used by the iterator on this line, not the ASCII face. (Bug#43363)
-
- 03 Oct, 2020 1 commit
-
-
Alan Third authored
* lisp/term/ns-win.el (ns-drag-n-drop): Merge generic and copy actions. Co-authored-by:
Daniel Martín <mardani29@yahoo.es>
-
- 02 Oct, 2020 4 commits
-
-
Lars Ingebrigtsen authored
* 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.
-
Stefan Kangas authored
-
Eli Zaretskii authored
-
Robert Pluim authored
* 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.
-
- 01 Oct, 2020 6 commits
-
-
Michael R. Mauger authored
* 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.
-
Lars Ingebrigtsen authored
* lisp/emacs-lisp/debug.el (debugger-toggle-locals): (debug-help-follow): Make reinstated aliases obsolete.
-
Gemini Lasswell authored
* 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.
-
Glenn Morris authored
-
Michael Albinus authored
* doc/misc/tramp.texi: Harmonize "Git" spelling. (Frequently Asked Questions): Describe Emacs version mismatch.
-
Michael Albinus authored
* lisp/net/tramp-compat.el (tramp-compat-emacs-compiled-version): New defconst. Raise a warning, when it is not equal to the Emacs version.
-
- 29 Sep, 2020 2 commits
-
-
Eli Zaretskii authored
* src/w32.c (acl_get_file): If get_file_security raises the ERROR_ACCESS_DENIED error, treat that like unsupported ACLs.
-
Eli Zaretskii authored
-
- 28 Sep, 2020 1 commit
-
-
Eli Zaretskii authored
-
- 27 Sep, 2020 1 commit
-
-
Eli Zaretskii authored
* 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)
-
- 26 Sep, 2020 3 commits
-
-
Eli Zaretskii authored
* lisp/fileloop.el (fileloop--operate-function): Mention in a comment that menu-bar.el relies on the default value.
-
Eli Zaretskii authored
* 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.
-
Paul Eggert authored
* 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.
-
- 25 Sep, 2020 4 commits
-
-
Paul Eggert authored
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 c86f3fe0)
-
Eli Zaretskii authored
* lisp/arc-mode.el (archive-zip-summarize): Fix detection of Zip64 central directory. Support 64-bit file size field used by Zip64. (Bug#43597)
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* 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)
-