summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump Emacs version to 26.1.92emacs-26.1.92Nicolas Petton2019-02-20
| | | | | | | * README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version to 26.1.92.
* ; * lisp/ldefs-boot.el: Update.Nicolas Petton2019-02-20
|
* * ; ChangeLog.3 updateNicolas Petton2019-02-20
|
* * etc/AUTHORS: Update.Nicolas Petton2019-02-20
|
* Remove .art from the default list of ImageMagick extensionsGlenn Morris2019-02-19
| | | | | | | It seems that .art files can be non-image files that ImageMagick mistakenly treats as extremely large images. Real .art images seem rare. * lisp/image.el (imagemagick-enabled-types): Remove ART. (Bug#22289)
* Fix input after setting x-wait-for-event-timeout nilEli Zaretskii2019-02-19
| | | | | * src/w32term.c (x_make_frame_visible): Call unblock_input before returning early. (Bug#34575)
* Fix two warnings in eshell.texiMartin Rudalics2019-02-19
| | | | | * doc/misc/eshell.texi (Built-ins, Globbing): Fix `.' or `,' must follow @xref, not `f' warnings.
* * lisp/minibuffer.el (completion-table-dynamic): Improve docstringStefan Monnier2019-02-18
|
* * lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)David Pathakjee2019-02-18
| | | | Copyright-paperwork-exempt: yes
* Fix a typo in ELisp manualEli Zaretskii2019-02-17
| | | | | * doc/lispref/abbrevs.texi (Abbrev Table Properties): Fix a typo. (Bug#34508)
* Update citations of Internet RFCsPaul Eggert2019-02-16
| | | | | | | | | | | | | | | | | | | | | For example, RFC 822 has been obsoleted by RFC 2822, which in turn has been obsoleted by RFC 5322. * doc/emacs/ack.texi, doc/lispref/os.texi: * doc/misc/emacs-mime.texi, doc/misc/gnus-coding.texi: * doc/misc/gnus.texi, doc/misc/sc.texi: * lisp/calendar/parse-time.el, lisp/gnus/gnus-cite.el: * lisp/gnus/gnus-util.el, lisp/gnus/message.el: * lisp/gnus/mm-bodies.el, lisp/gnus/nnrss.el: * lisp/mail/feedmail.el, lisp/mail/ietf-drums.el: * lisp/mail/mail-extr.el, lisp/mail/mail-utils.el: * lisp/mail/mailclient.el, lisp/mail/mailheader.el: * lisp/mail/rfc2047.el, lisp/mail/rfc822.el, lisp/mail/rmail.el: * lisp/mail/sendmail.el, lisp/mail/smtpmail.el: * lisp/mail/supercite.el, lisp/mh-e/mh-e.el: * lisp/mh-e/mh-utils.el, lisp/net/imap.el: * lisp/net/newst-backend.el, lisp/org/org-id.el: * lisp/ps-samp.el, lisp/simple.el, lisp/url/url-util.el: Update RFC citations.
* Fix handling of manpage references divided by hyphenationEli Zaretskii2019-02-16
| | | | | | | | | | * lisp/man.el (Man-reference-regexp): Accept a newline as part of a manpage name only if it's preceded by a hyphen. (Bug#34286) (Man-translate-references): Adapt to change in 'Man-reference-regexp'. (Man-default-man-entry): Support references divided between two lines by an ASCII hyphen. This is a left-over from fixing bug#6289.
* * doc/misc/eshell.texi: Fix some @ref's.Gregor Zattler2019-02-16
| | | | Copyright-paperwork-exempt: yes
* Fix a typo in lispref/syntax.texiEli Zaretskii2019-02-16
| | | | | * doc/lispref/syntax.texi (Syntax Table Internals): Fix a typo. (Bug#34495)
* Avoid errors in erc-dcc.el when erc-dcc-verbose is non-nilVictor J. Orlikowski2019-02-15
| | | | | | | | * lisp/erc/erc-dcc.el (erc-dcc-get-filter): Don't assume STR is always a string. Use 'buffer-name' to get the DCC file name, as buffer-file-name is not set in the process buffer. Copyright-paperwork-exempt: yes
* Fix faces in compilation messagesDaniel Lopez2019-02-15
| | | | | | | * lisp/progmodes/compile.el (compilation-parse-errors): Don't clobber the value of TYPE inside the loop. (Bug#34479) Copyright-paperwork-exempt: yes
* * doc/misc/eshell.texi (Built-ins): Fix alias descriptionGregor Zattler2019-02-15
| | | | | | | | | | | | | | | | | | | | | Dear eamcs developers, eshells current documentation first states that alias definitions are not saved to an alias file, later that they are saved to an alias file. I tested it and the latter is correct. Please find attached a patch which fixes this. Thanks for working on emacs which is really great, Gregor >From 1fe51cc769ab7a30d0896fb3d6105c0561243fa7 Mon Sep 17 00:00:00 2001 From: Gregor Zattler <telegraph@gmx.net> Date: Wed, 13 Feb 2019 20:19:38 +0100 Subject: * doc/misc/eshell.texi (Built-ins): Fix alias description. Bring description of built-in 'alias' in line with (info "(eshell) Aliases"), which describes the actual behaviur. (cherry picked from commit a48099ce7ff63cda416a870766fe61f5b8ac7c2c)
* Work for empty MIME attachments (related to bug#34387)Katsumi Yamaoka2019-02-14
| | | | | | | | * mm-view.el (mm-inline-text): Make undisplayer do nothing if the part is empty. * mm-decode.el (mm-copy-to-buffer): Work for empty MIME part. * mml.el (mime-to-mml): Ditto.
* Backport: js-indent-align-list-continuation: Make variable safeJackson Ray Hamilton2019-02-14
| | | | | | | | * lisp/progmodes/js.el (js-indent-align-list-continuation): Indicate variable is safe as a file-local variable. This fixes the js-indent-align-list-continuation-nil test when run with make. (cherry picked from commit dd319f2711f895eec87c1017b82cd9d88d9ecd0a)
* Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii2019-02-13
| | | | | | | | | | | | * src/keyboard.c (read_char, read_event_from_main_queue): Ensure the global value of getcjmp is restored when the stack is unwound by the likes of 'throw', by calling record_unwind_protect_ptr instead of restoring the value manually. (Bug#34394) (restore_getcjmp): Argument is now 'void *', to match the signature of record_unwind_protect_ptr. (cherry picked from commit 10527fca66e39d7067986904161fa33741abcd26)
* * src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier2019-02-12
| | | | | | | Revert part of ed962f2b8a. * test/src/data-tests.el (data-tests-make-local-forwarded-var): Add corresponding test.
* Minor fixes in ELisp manual wrt syntax-table propertiesEli Zaretskii2019-02-12
| | | | | | * doc/lispref/syntax.texi (Syntax Properties): Fix reference to syntax-table properties. (Bug#34455) (Control Parsing): Remove redundant @vindex entry.
* * admin/notes/emba: New file.Michael Albinus2019-02-12
|
* Fix Hunspell invocation for discovering its dictionariesEli Zaretskii2019-02-11
| | | | | | | * lisp/textmodes/ispell.el (ispell-find-hunspell-dictionaries): Invoke Hunspell with the -a switch, to prevent it from initializing its curses UI. (Bug#34272)
* Minor improvements to do strings in callproc.cEli Zaretskii2019-02-08
| | | | | | * src/callproc.c (Fcall_process, Fcall_process_region): Minor fixes to doc strings. Suggested by Nicholas Drozd <nicholasdrozd@gmail.com>. (Bug#34274)
* Improve documentation of 'date-to-time' and 'parse-time-string'Eli Zaretskii2019-02-08
| | | | | | | | | | * doc/lispref/os.texi (Time Parsing): Document 'parse-time-string', and refer to it for the description of the argument of 'date-to-time'. * lisp/calendar/time-date.el (date-to-time): Refer in the doc string to 'parse-time-string' for more information about the format of the DATE argument. (Bug#34303)
* Fix downloading of URLs that end in a slashNick Drozd2019-02-08
| | | | | | | * lisp/net/eww.el (eww-download-callback): Fix download URL file name. Previously this wasn't handling download URLs correctly, resulting in all downloaded pages being named "!", "!(1)", etc. (Bug#34291)
* * doc/misc/eww.texi (Basics): Fix eww keybindings. (Bug#34291)Nick Drozd2019-02-08
|
* Fix process-thread docstringRobert Pluim2019-02-08
| | | | * src/process.c (Fprocess_thread): Correct docstring.
* Fix failures of vc-find-revision with non-ASCII file namesEli Zaretskii2019-02-08
| | | | | | | | | * lisp/vc/vc.el (vc-find-revision): Instead of binding coding-system-for-write, make the buffer-file-coding-system of the temporary buffer be no-conversion. This avoids the unwanted side effect of not encoding the command-line arguments of the VCS commands invoked by the backend. (Bug#34350)
* * doc/lispref/tips.texi (Documentation Tips): Fix quotes. (Bug#34372)Eli Zaretskii2019-02-07
|
* ; * src/coding.h (struct coding_system): Fix a typo in a comment.Eli Zaretskii2019-02-06
|
* Add documentation for tabulated-list functions in the elisp manualAlex Branham2019-02-05
| | | | | | | | | * doc/lispref/modes.texi: Add documentation for 'tabulated-list-delete-entry', 'tabulated-list-get-id', 'tabulated-list-get-entry', 'tabulated-list-header-overlay-p', 'tabulated-list-put-tag', and 'tabulated-list-set-col'. Bug#21074
* Fix URL in ucs-normalize.elJean-Christophe Helary2019-02-03
| | | | | * lisp/international/ucs-normalize.el: Fix URL of the HFS normalization reference. (Bug#34300)
* * etc/PROBLEMS: Amend entry for profiler bug #34235 to mention kernel 4.14.97Alan Mackenzie2019-02-03
|
* * make-dist: Remove references to src/stamp-h.in.Glenn Morris2019-02-01
| | | | | This file was removed two years ago in 2f89350. No need to merge to master.
* * etc/PROBLEMS: Mention profiler-report bug (Bug#34235).Paul Eggert2019-02-01
|
* Correct the docs of inserting kmacro counterEli Zaretskii2019-02-01
| | | | | | | | | | * doc/emacs/kmacro.texi (Keyboard Macro Counter): Correct the description of the affect "C-u" has on inserting the macro counter. Define "previous counter value". * lisp/kmacro.el (kmacro-insert-counter) (kmacro-start-macro-or-insert-counter): Fix the doc strings regarding the effect of "C-u". (Bug#34263)
* * doc/misc/calc.texi (Algebraic Tutorial): Fix a typo. (Bug#34273)Nicholas Drozd2019-02-01
|
* ; Auto-commit of loaddefs files.Glenn Morris2019-02-01
|
* Avoid errors in 'rmail-get-new-mail'Eli Zaretskii2019-02-01
| | | | | | * lisp/mail/rmail.el (rmail-insert-inbox-text): Don't assume the Rmail protocol is always a string when calling 'rmail-remote-proto-p'. (Bug#34252)
* Fix process-contact bug with TCP connectionsPaul Eggert2019-01-30
| | | | | | | | This fixes a regression from Emacs 25.3 (Bug#34134). * src/process.c (server_accept_connection): Set host correctly, fixing a bug introduced in 2017-09-16T21:29:18Z!eggert@cs.ucla.edu when working around a GCC bug.
* Minor copyedits in last manual changeEli Zaretskii2019-01-29
| | | | | * doc/emacs/custom.texi (Authentication): Improve markup, indexing, and wording.
* Improve documentation of face numbersEli Zaretskii2019-01-29
| | | | | | * doc/lispref/display.texi (Face Functions): Mention where the face number is used and that it depends on the 'face' property of the face symbol. Improve indexing.
* * doc/emacs/custom.texi (Authentication): Refer to the "Help for users" node.Michael Albinus2019-01-27
|
* New node Authentication in the Emacs manualMichael Albinus2019-01-26
| | | | | * doc/emacs/custom.texi (Customization): * doc/emacs/emacs.texi (Top): Add node Authentication.
* Fix a loop in c-fl-decl-start. This fixes bug #34186.Alan Mackenzie2019-01-25
| | | | | | | * lisp/progmodes/cc-mode.el (c-fl-decl-start) In the pair of operations c-syntactic-skip-backward and c-forward-syntactic-ws, ensure the latter doesn't come back to the position before the former, and break out of the enclosing loop if it does.
* Fix LaTeX output of month and day from cal-tex.elEli Zaretskii2019-01-25
| | | | | | * lisp/calendar/cal-tex.el (cal-tex-cursor-week-iso) (cal-tex-week-hours): Escape a lone blank, to make it through LaTeX. (Bug#34148)
* Avoid elisp crash for OpenPGP User IDs with no e-mail addressDaniel Kahn Gillmor2019-01-25
| | | | | | | | * lisp/gnus/mml-sec.el (mml-secure-check-user-id): Verify that there is an e-mail address in the current User ID before trying to downcase it. (Bug#34121) Copyright-paperwork-exempt: yes
* image-mode: Do not use default scaling (bug#33990)Benjamin Riefenstahl2019-01-25
| | | | | * lisp/image-mode.el (image-toggle-display-image): Set :scale == 1 so that create-image does not apply additional scaling.