- 01 Jan, 2019 6 commits
-
-
Paul Eggert authored
Update some other copyright years automatically, by running: Run 'UPDATE_COPYRIGHT_YEAR=2019 \ UPDATE_COPYRIGHT_USE_INTERVALS=1 \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 admin/update-copyright' followed by 'admin/merge-gnulib'.
-
Paul Eggert authored
This incorporates mostly just copyright-year changes, plus recent minor updates from glibc for the non-Emacs regular expression code.
-
Paul Eggert authored
2fcf2dff Fix copyright years by hand 26bed8ba Update copyright year to 2019 28142925 Fix value of default frame height. (Bug#33921)
-
Paul Eggert authored
* src/lisp.h (_UCHAR_T, UCHAR): Remove. This workaround for circa-1993 old-AIX has evidently not been needed for decades. Tested on AIX 7.1, the oldest AIX version IBM still supports.
-
Paul Eggert authored
These are dates that admin/update-copyright did not update, or updated incorrectly.
-
Paul Eggert authored
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
-
- 31 Dec, 2018 8 commits
-
-
Eli Zaretskii authored
-
Michael Albinus authored
* lisp/net/tramp-sh.el (tramp-compute-multi-hops): Reset `tramp-default-proxies-alist' in case of errors.
-
Michael Albinus authored
* doc/misc/tramp.texi (Ad-hoc multi-hops): Remove superfluous first entry about %h and %u. Describe, how to remove ad-hoc proxy definitions. (Cleanup remote connections): Mention, that also ad-hoc proxy definitions are removed. * etc/NEWS: Mention default host names in Tramp ad-hoc proxies.
-
Michael Albinus authored
-
Paul Eggert authored
These bugs were introduced after bignums were added. * src/data.c (cons_to_unsigned, cons_to_signed): * src/xdisp.c (calc_line_height_property): Invoke integer_to_intmax and integer_to_uintmax only on integers.
-
Glenn Morris authored
82c82b1c (origin/emacs-26) In user manual fix value of default frame h... 2e8825d6 Improve documentation of 'file-local-name' and related APIs 11f0635c ; Remove comment in esh-proc.el # Conflicts: # lisp/simple.el
-
Glenn Morris authored
The following commits were skipped: 3c83c9ed Fix Bug#31704. Do not merge de7644d8 Fix Bug#31704. Do not merge
-
Glenn Morris authored
3abebeb8 * lisp/files.el (cd): Fix last change. (Bug#33791) 7a60a4f4 Fix remote directories in Eshell on MS-Windows 822a2d03 Fix :type 'group' in defcustom a731c563 Fix NS fringe bitmap drawing bug (bug#33864) 0c524597 Fix commentary in dispnew.c c9fdd1b4 Improve accept-process-process doc 9578c2aa Fix a simple bug in display-buffer-use-some-frame 0f9be727 Clarify thread switching while waiting for process output 24ddea07 Improve process doc. with respect to handling of large input ... 29310168 ; Cosmetic changes in etc/NEWS 85516b8c Minor copyedits in landmark.el # Conflicts: # etc/NEWS
-
- 30 Dec, 2018 3 commits
-
-
Alan Mackenzie authored
In particular when the default comment type is currently line comments. Do this by setting font-lock-comment-end-skip. * lisp/progmodes/cc-cmds.el (c-font-lock-comment-end-skip): New lang const. (font-lock-comment-end-skip): New c-lang-setvar.
-
Martin Rudalics authored
* src/window.c (save_window_save): When setting the marker insertion type of saved window points treat a buffer local value of 'unbound' for 'window-point-insertion-type' like nil (Bug#33871).
-
Martin Rudalics authored
* doc/emacs/cmdargs.texi (Window Size X): Fix value of default frame height (Bug#33921).
-
- 29 Dec, 2018 11 commits
-
-
Dmitry Gutov authored
* lisp/minibuffer.el (completion-category-defaults): Skip 'basic' for 'project-file', in order not to prefer files at the top of the directory tree.
-
Eli Zaretskii authored
* doc/lispref/files.texi (Unique File Names) (Magic File Names, File Name Expansion): Improve documentation of the "local part" of a remote file name. * doc/lispref/processes.texi (Synchronous Processes) (Asynchronous Processes): State explicitly that program and file names passed to functions that start remote processes need to be relative or obtained by 'file-local-name'. * lisp/files.el (file-local-name): * lisp/simple.el (start-file-process, process-file): Improve the documentation of the "local part" of a remote file name, and its use in APIs that start remote processes.
-
Mattias Engdegård authored
* lisp/emacs-lisp/rx.el (rx-check-any-string): Rewrite to handle raw bytes in unibyte strings and accept LF as range endpoints (Bug#33205). * test/lisp/emacs-lisp/rx-tests.el: Add tests for the above.
-
Michael Albinus authored
-
Michael Albinus authored
* lisp/net/tramp.el (tramp-eshell-directory-change): Use `path-separator' as it does eshell. (Bug#31704)
-
Michael Albinus authored
* lisp/eshell/esh-proc.el (eshell-gather-process-output): Do not let `expand-file-name' prefix remote file names with MS Windows volume letter. * lisp/net/tramp.el (tramp-eshell-directory-change): Use `path-separator' as it does eshell. (Bug#31704)
-
Martin Rudalics authored
* src/xdisp.c (format_mode_line_unwind_data): Before temporarily selecting a window on another frame, separately save the point of that window's buffer too. (unwind_format_mode_line): After undoing the temporary selection of a window on another frame, separately restore the buffer point of that window. This is needed since the operation that deselects that window will have stored back the point of that window into its buffer's point which is wrong since that window was never "officially" selected (Bug#32777).
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* lisp/files.el (cd): Support remote directory names on MS-Windows. (Bug#33791)
-
Drew Adams authored
* lisp/wid-edit.el (group): Fix the :format spec. (Bug#33566)
-
Dmitry Gutov authored
* lisp/progmodes/project.el (project--completing-read-strict): Extract the common parent directory of all files first (https://lists.gnu.org/archive/html/emacs-devel/2018-12/msg00444.html).
-
- 28 Dec, 2018 5 commits
-
-
Alan Third authored
* src/nsterm.m (ns_draw_fringe_bitmap): Check the rectangle to clear correctly.
-
Eli Zaretskii authored
* src/dispnew.c (buffer_posn_from_coords): Fix inaccuracies in the commentary.
-
Michael Albinus authored
-
Paul Eggert authored
* lisp/play/gomoku.el (gomoku-terminate-game): Don't make six-year-old children cry (Bug#33803).
-
Paul Pogonyshev authored
Those have been supported by the function implementation since commit 2014-03-31T12:06:34Z!dmantipov@yandex.ru (Bug#33807). * lisp/emacs-lisp/bytecomp.el: substring has 1-3 args, not 2-3.
-
- 27 Dec, 2018 5 commits
-
-
Paul Eggert authored
* doc/lispref/processes.texi (Accepting Output): * src/process.c (Faccept_process_output): Document that (accept-process-output P) can return non-nil even after P has exited, and that it can return nil even if P is still running (Bug#33839).
-
Paul Eggert authored
* build-aux/config.guess, lib/regcomp.c, lib/regex.c: * lib/regex_internal.h, lib/regexec.c: Copy from Gnulib.
-
Eli Zaretskii authored
* src/dired.c (directory_files_internal): Make sure MATCH is either nil or a string. (Bug#33889)
-
Michael Albinus authored
* doc/misc/trampver.texi: * lisp/net/tramp.el: * lisp/net/trampver.el: Change version to "2.4.1".
-
Martin Rudalics authored
* lisp/emacs-lisp/debug.el (debug): In noninteractive calls do the buffer text truncation in the debugger buffer.
-
- 26 Dec, 2018 2 commits
-
-
Dmitry Gutov authored
* lisp/vc/diff-mode.el (diff-refine-removed, diff-refine-added): Change backgrounds in light backgrounds themes (bug#33567).
-
Paul Eggert authored
* lisp/gnus/message.el (message--rotate-fixnum-left): New function. (message-checksum): Use it instead of assuming fixnum-only arithmetic. This should fix Bug#33083.
-