aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * * etc/AUTHORS: Update.Nicolas Petton2018-05-251-72/+69
| |
* | Move epa-pinentry-mode to epg-config (Bug#26298)Noam Postavsky2018-05-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/epa.el (epa-pinentry-mode): Make into obsolete alias for... * lisp/epg-config.el (epg-pinentry-mode): ...this new user option. * lisp/epg.el (epg-context): Use it as the default value for pinentry-mode. * etc/NEWS: Announce name change. * lisp/epa-file.el (epa-file-insert-file-contents) (epa-file-write-region): * lisp/epa.el (epa-decrypt-file, epa-sign-file) (epa-encrypt-file, epa-decrypt-region) (epa-sign-region, epa-encrypt-region): Don't change epg-context-pinentry-mode from the default.
* | Merge from origin/emacs-26Glenn Morris2018-05-232-0/+16
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e3f00f5 (origin/emacs-26) Clarify when to use advice-add vs add-function c0f3e6b Minor formatting tweak in the Emacs manual fadf653 Update comments in Intro to Emacs Lisp 52ccb24 ; * doc/os.texi (Batch Mode): use = after --eval d65430f * etc/NEWS: Mention change in `edebug-prin1-to-string'. ef4aec1 ; * doc/lispref/hash.texi (Defining Hash): Fix typos. 2981952 Another attempt to fix sql.el b1b96d7 Update binding of 'M-.' in Intro to Emacs Lisp b239a09 Fix a typo in last change in sql.el 0d8bae5 Fix capitalization of mail headers 845fe03 Fix buffer names in sql.el a3885f5 Minor fixes in the Emacs manual 542f830 Fix a typo in rmail.texi eb0bc6f * etc/PROBLEMS: Document Bug#31305. Conflicts: doc/emacs/sending.texi etc/NEWS
| * * etc/NEWS: Mention change in `edebug-prin1-to-string'.Noam Postavsky2018-05-211-0/+7
| |
| * * etc/PROBLEMS: Document Bug#31305.Paul Eggert2018-05-181-0/+9
| |
* | Fix Bug#31489Michael Albinus2018-05-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/tramp.texi (Frequently Asked Questions): Mention `tramp-ignored-file-name-regexp'. Improve index. ; * etc/NEWS: Mention `tramp-ignored-file-name-regexp'. * lisp/net/tramp.el (tramp-ignored-file-name-regexp): New defcustom. (tramp-tramp-file-p): Use it. Check also for `tramp-mode'. (tramp-file-name-handler): Don't check for `tramp-mode'. (Bug#31489) * test/lisp/net/tramp-tests.el (tramp-test01-file-name-syntax): Extend test.
* | Use “Cc” for email copies, as per RFC 5322.Paul Eggert2018-05-207-9/+9
| | | | | | | | | | | | Also fix similar problems with Bcc, Fcc, In-Reply-To, and similar email headers. See thread starting at: https://lists.gnu.org/r/emacs-devel/2018-05/msg00463.html
* | * etc/HELLO: More reasonable placement of 'charset' properties.Eli Zaretskii2018-05-201-56/+58
| |
* | Use Enriched mode in etc/HELLO to keep charset informationEli Zaretskii2018-05-193-71/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to encode HELLO in UTF-8, thus supporting the entire repertory of Unicode, while still keeping the charset info where that is important. Suggested by Michael Welsh Duggan <mwd@md5i.com>. * lisp/textmodes/enriched.el (enriched-translations): Add translations for 'charset'. (enriched-decode-charset, enriched-handle-charset-prop): New functions. * lisp/facemenu.el (facemenu-special-menu): Add sub-menu for 'charset' property. (facemenu-set-charset): New function. (facemenu-remove-special): Remove the 'charset' property as well. * etc/NEWS: Announce the new feature of Enriched mode. * etc/HELLO: Recode in UTF-8 and place under Enriched mode. * doc/emacs/text.texi (Enriched Properties): Mention the support for 'charset'.
* | ; Update etc/NEWSMichael Albinus2018-05-141-16/+20
| |
* | Merge from origin/emacs-26Glenn Morris2018-05-071-0/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | 1d732d6 (origin/emacs-26) Fix gud-statement for pdb 91a68b5 ; * msdos/INSTALL: Add info about GCC versions. 7ddcc9a Document 'custom-group' 58f9e15 A minor addition to etc/DEBUG 4590414 Avoid errors in ispell.el when Enchant returns empty extra chars d0d75f9 Make 'ispell-initialize-spellchecker-hook' work again b90ce66 Handle selected_window change in prepare_menu_bars (Bug#31312) 79ad0b3 ; * INSTALL: Fix Emacs version number. (Bug#31358) 91de88b Fix report-emacs-bug via mailclient on MS-Windows f4b5ff2 Port collation tests to glibc 2.27
| * A minor addition to etc/DEBUGEli Zaretskii2018-05-041-0/+8
| | | | | | | | | | * etc/DEBUG: Add a note for macOS users who get error messages when trying to run GDB.
| * Advise CFLAGS= operand, not in environment, when configuringPaul Eggert2018-04-302-2/+3
| | | | | | | | Backport from master.
* | Merge from origin/emacs-26Glenn Morris2018-05-011-6/+17
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | 71be806 ; * etc/DEBUG: Minor clarification. 4403f89 Update the Emacs FAQ 40b3317 * etc/DEBUG: Minor copyedits. 850ff18 Clarify wording of NS drag n drop documentation 343d70b1 Improve kill-related documentation (bug#31209) 0b43224 * lisp/simple.el (region-extract-function): Don't hide the 'n... d6e2c59 Fix pre- and post-command-hook errors in term.el 6cf83131e * doc/lispref/display.texi (Glyphless Chars): Fix grammar. 88d178c Fix macOS drag n drop event documentation
| * ; * etc/DEBUG: Minor clarification.Eli Zaretskii2018-04-291-1/+3
| |
| * * etc/DEBUG: Minor copyedits.Eli Zaretskii2018-04-281-6/+15
| |
* | Advise CFLAGS= operand, not in environment, when configuringPaul Eggert2018-04-292-2/+3
| |
* | Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * src/fns.c (Fstring_distance): Doc fix. * doc/lispref/strings.texi (Text Comparison): Document 'string-distance'. * etc/NEWS: Fix wording and mark as documented in the manuals. * test/src/fns-tests.el (test-string-distance): Move from subr-tests.el and rename.
* | New function 'string-distance'Chen Bin2018-04-281-0/+3
| | | | | | | | | | | | | | | | | | * src/fns.c (Fstring_distance): New primitive. (syms_of_fns): Defsubr it. * test/lisp/subr-tests.el (subr-tests--string-distance): New test. * etc/NEWS: Mention 'string-distance'.
* | ; Copyedits in etc/NEWSMichael Albinus2018-04-271-7/+7
| |
* | Manual update for TrampMichael Albinus2018-04-271-1/+9
| | | | | | | | | | | | | | | | * doc/misc/tramp.texi (Password handling): Explain, how passwords are saved permanently. * etc/NEWS: auth-source Secret Service backend supports :create. Tramp saves validated passwords.
* | Strip most headers when forwarding messagesLars Ingebrigtsen2018-04-261-0/+5
| | | | | | | | | | | | | | | | * lisp/gnus/message.el (message-forward-included-headers): Change the default to exclude most messages. (message-remove-ignored-headers): Make message-forward-included-headers actually work -- it's a list of regexps, not a list of strings.
* | * etc/NEWS: Fix minor quoting and spacing bugs.Paul Eggert2018-04-261-26/+29
| |
* | ; * etc/NEWS: Fix typo.Glenn Morris2018-04-241-1/+2
| |
* | * etc/NEWS: Improve wording of next-error entries.Eli Zaretskii2018-04-231-5/+9
| |
* | Improve Isearch error handlingJuri Linkov2018-04-231-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/isearch.el (isearch--momentary-message): Propertize message suffix with minibuffer-prompt face. (isearch--describe-regexp-mode): Do not omit description in case of error in default non-literal search. (isearch-message-prefix): Display “case-sensitive” in case of error. (isearch-message-suffix): Propertize message suffix with minibuffer-prompt face. (isearch-search-fun-default): Remove unused error handling. * lisp/vc/add-log.el (change-log-next-buffer): Better handle errors during wrapping.
* | Update documentation for more next-error featuresJuri Linkov2018-04-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/maintaining.texi (Change Log Commands): Mention change-log-goto-source. * doc/emacs/building.texi (Compilation Mode): Document next-error-find-buffer-function and next-error-select-buffer. * doc/emacs/building.texi (Grep Searching): * doc/emacs/files.texi (Diff Mode): * doc/emacs/search.texi (Other Repeating Search): * doc/emacs/windows.texi (Displaying Buffers): Prefer ‘M-g M-n’ over ‘C-x `’. * lisp/simple.el (next-error-find-buffer-function, next-error) (next-error-select-buffer): Elaborate docstrings. (Bug#20493)
* | Revert "* etc/HELLO: Add langugae Emoji. Use utf-8 coding."Michael Albinus2018-04-201-61/+60
| | | | | | | | This reverts commit c4cfb5d20487f9912f5896b3f1d291fe7ccc9804.
* | Merge from origin/emacs-26Glenn Morris2018-04-201-0/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5de608f (origin/emacs-26) Update the documentation of 'perform-replace' 06245b6 * etc/NEWS: Another fix for the last change (noted by Juri Li... 8f6293c Fix use of @key in Texinfo manuals f4c9894 Improve documentation of actual arglist ce0e253 ; * etc/NEWS: Improve last change as proposed by Phil Sainty b89ff0e Don't assume term-current-row cache is valid (Bug#31193) 326a296 ; * etc/NEWS: Mention 'display-buffer-in-major-side-window' c... 3bdc9a1 Fix flyspell-auto-correct-previous-word broken by recent change a539eb5 * test/src/lread-tests.el (lread-test-bug-31186): New test. 3fa472b Fix undefined behaviour while looking for lexical-binding fil... 4341aac Minor wording improvement in "Bookmarks" Conflicts: test/src/lread-tests.el
| * * etc/NEWS: Another fix for the last change (noted by Juri Linkov)Martin Rudalics2018-04-201-5/+5
| |
| * ; * etc/NEWS: Improve last change as proposed by Phil SaintyMartin Rudalics2018-04-181-5/+7
| |
| * ; * etc/NEWS: Mention 'display-buffer-in-major-side-window' change (Bug#31194)Martin Rudalics2018-04-181-0/+5
| |
* | * etc/HELLO: Add langugae Emoji. Use utf-8 coding.Michael Albinus2018-04-201-60/+61
| |
* | ; * etc/NEWS: Minor reformatting of a recent entry.Eli Zaretskii2018-04-201-6/+6
| |
* | Mention next-error-select-buffer in etc/NEWSJuri Linkov2018-04-201-1/+2
| |
* | Fix botched merge of FQDNs in PROBLEMSPaul Eggert2018-04-181-11/+0
| | | | | | | | | | | | | | | | This text was originally removed in 2014-12-30T04:42:26Z!eggert@cs.ucla.edu but then was mistakenly re-added in the merge in 2015-03-23T17:30:30Z!eggert@cs.ucla.edu. * etc/PROBLEMS: Omit obsolete mention of FQDNs.
* | Tweak mark_object to avoid a conditional branchPaul Eggert2018-04-181-1/+1
| | | | | | | | | | * src/alloc.c (LAST_MARKED_SIZE): Now an enum. Make it a power of 2. (mark_object): Take advantage of the power of 2.
* | Add `text-property-search-forward' and `-backward'Lars Ingebrigtsen2018-04-171-0/+5
| | | | | | | | | | | | | | * doc/lispref/text.texi (Property Search): Document `text-property-search-forward' and `text-property-search-backward'. * lisp/emacs-lisp/text-property-search.el: New file.
* | Minor copy edit of etc/NEWSLars Ingebrigtsen2018-04-151-2/+2
| |
* | Add new command `gnus-summary-attach-article'Lars Ingebrigtsen2018-04-151-0/+6
| | | | | | | | | | | | | | | | | | | | * doc/misc/gnus.texi (Summary Message Commands): Document it. * lisp/gnus/gnus-msg.el (gnus-summary-attach-article): New command and keystroke (bug#19788). * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entry for it.
* | Rename url-button-google-urlLars Ingebrigtsen2018-04-141-0/+6
| | | | | | | | | | | | * lisp/erc/erc-button.el (erc-button-search-url): Renamed from url-button-google-url (bug#25717). Suggested by Andrew Robbins. (erc-button-alist): Use it.
* | Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsoleteLars Ingebrigtsen2018-04-141-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/text.texi (Parsing HTML/XML): Mention that discard-comments is obsolete. * lisp/xml.el (xml-remove-comments): New function (bug#27178). * src/xml.c (Flibxml_parse_html_region): Clarify what DISCARD-COMMENTS actually does, and say that the parameter is obsolete. (Flibxml_parse_xml_region): Ditto.
* | Merge from origin/emacs-26Glenn Morris2018-04-141-4/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5a6bb01 (origin/emacs-26) Fix building etc/DOC in the MSDOS port 274c979 * lisp/select.el (gui-get-selection): Doc fix. ad731b0 ; * doc/lispref/display.texi (Temporary Displays): Fix typos. f1450e9 Complete documentation of syntax flags by adding `c' 6bdcaec Fix typos and minor wording issues in ELisp manual febac27 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... 6c2e21e Avoid segfault in processes of type 'pipe' 60e10c5 Remove repetitions in documentation strings 208e752 * lisp/image.el (image-load-path): Doc fix. 92e0fd8 ; * etc/NEWS: Remove a FIXME. (Bug#31122) Conflicts: etc/NEWS
| * ; * etc/NEWS: Remove a FIXME. (Bug#31122)Eli Zaretskii2018-04-101-4/+3
| |
* | Make image-mode respect `imagemagick-types-inhibit'Lars Ingebrigtsen2018-04-141-0/+7
| | | | | | | | | | | | | | * lisp/image-mode.el (image--imagemagick-wanted-p): New function (bug#29584). (image-toggle-display-image): Use it to see whether we want to use imagemagick.
* | Make the url file: handler be less cleverLars Ingebrigtsen2018-04-141-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/url.texi (file/ftp): Remove mention of the url-directory-index-file variable, which is no longer consulted. * lisp/url/url-file.el (url-file-build-filename): Remove the DWIM code from the file: handler (bug#30195): It would look for index.html in a directory if we asked it to fetch the directory. Determining what to do in a directory should be left up to the programs that use this low-level library. If the library decides to load a different file than we specified, then things start falling apart, as demonstrated by this bug report.
* | Prefer settings from ~/.mailcap over system and Emacs settingsLars Ingebrigtsen2018-04-131-1/+13
| | | | | | | | | | | | | | | | * doc/misc/emacs-mime.texi (mailcap): Document the variable and how mailcap chooses which viewer to use. * lisp/net/mailcap.el (mailcap-prefer-mailcap-viewers): New variable. (mailcap-mime-info): Use it.
* | Mention the new `shr-selected-link' faceLars Ingebrigtsen2018-04-131-0/+7
| |
* | Clean up the double Gnus sectionLars Ingebrigtsen2018-04-131-5/+5
| |
* | Default message-forward-as-mime to nilLars Ingebrigtsen2018-04-121-0/+4
| | | | | | | | | | | | | | | | | | | | * doc/misc/gnus.texi (Summary Mail Commands): Ditto. * doc/misc/message.texi (Forwarding): Note the new default. * lisp/gnus/message.el (message-forward-as-mime): Default to nil since it's been reported that many recipients can't read MIME digest forwards (bug#24878).