aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | ; Minor changes in etc/NEWSEli Zaretskii2015-12-051-3/+11
| | | | | | | | | | | | | | | | | | | | * etc/NEWS: Mark several entries as already documented or as not requiring documentation.
| | * | ; * etc/NEWS: 'tamil-dvorak' input method doesn't need to be documented.Eli Zaretskii2015-12-051-0/+1
| | | |
| | * | Initial documentation of dynamic modulesEli Zaretskii2015-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/loading.texi (Dynamic Modules): New section with initial documentation for dynamic modules. * doc/lispref/elisp.texi (Top): Add "Dynamic Modules" to the detailed menu * etc/NEWS: Fix typos in dynamic modules' entry.
| | * | Add "Preliminaries" section to etc/DEBUGEli Zaretskii2015-12-051-95/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/DEBUG: Add the "Preliminaries" section for GDB beginners. Most of the content was suggested by Phillip Lord <phillip.lord@russet.org.uk>. Remove the section about debugging with the Visual Studio, as building Emacs with the Microsoft compilers is no longer supported. Minor fixes in some other sections.
| | * | Fix documentation of 'undo' changesEli Zaretskii2015-12-051-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/text.texi (Undo): Minor wording changes. Use US English conventions for spelling and whitespace between sentences. * etc/NEWS: Fix wording and spelling of undo-related entries. Mark them as documented.
| | * | Document 'nacl' value for 'system-type'Eli Zaretskii2015-12-031-2/+4
| | | | | | | | | | | | | | | | | | | | * doc/lispref/os.texi (System Environment): Document the 'nacl' value of 'system-type'.
| | * | Document 'window-max-chars-per-line'Eli Zaretskii2015-12-031-9/+10
| | | | | | | | | | | | | | | | | | | | * doc/lispref/windows.texi (Window Sizes): Document 'window-max-chars-per-line'.
| | * | Document new font-related functionalityEli Zaretskii2015-12-031-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Low-Level Font): Document 'default-font-width', 'default-font-height', 'window-font-width', and 'window-font-height'. * etc/NEWS: Move entries for 'default-font-width', 'default-font-height', 'window-font-width', and 'window-font-height' to their place and mark them documented.
| | * | Fix documentation and implementation of 'directory-name-p'Eli Zaretskii2015-12-031-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/files.el (directory-name-p): Modify to recognize backslashes on MS-Windows and MS-DOS. Adjust the doc string accordingly. Use '=', not char-equal, for comparison, as letter-case cannot possibly be an issue here. * doc/lispref/files.texi (Directory Names): Move the documentation of directory-name-p here from "Relative File Names". Update the description per the changes in implementation. * etc/NEWS: Move the entry for 'directory-name-p' to its proper place and mark it documented.
| | * | Document 'directory-files-recursively'Eli Zaretskii2015-12-011-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/files.el (directory-files-recursively): Doc fix. Rename the argument MATCH to REGEXP, to be more explicit about its form. * doc/lispref/files.texi (Contents of Directories): Improve the documentation of 'directory-files-recursively'. Add cross-references. * etc/NEWS: Move the entry for 'directory-files-recursively' to its place and mark it documented.
| | * | Document 'inhibit-read-only' propertyEli Zaretskii2015-12-011-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/text.texi (Special Properties): Describe the new 'inhibit-read-only' text property. Add cross-reference to where read-only buffers are described. * doc/lispref/buffers.texi (Read Only Buffers): Mention that 'inhibit-read-only' property exempts text from being read-only. Add cross-reference to "Special Properties". * etc/NEWS: Move the entry about 'inhibit-read-only' property to its place and mark it documented.
| | * | ; Added documentation for undo-auto functionality.Phillip Lord2015-11-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/text.texi: Documentation added * etc/NEWS: Annoucement added * lisp/simple.el (undo-auto--amalgamate): Docstring fix.
| | * | ; * etc/NEWS: Move some entries to their correct sections.Eli Zaretskii2015-11-301-26/+31
| | | |
| | * | ; * etc/NEWS: Move entriesEli Zaretskii2015-11-291-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | Move entries of 'bidi-find-overridden-directionality' and 'buffer-substring-with-bidi-context' to the "Lisp Changes" section.
| | * | Improve documentation of string-collate-* functionsEli Zaretskii2015-11-291-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/strings.texi (Text Comparison): Improve wording and indexing of 'string-collate-equalp' and 'string-collate-lessp'. * etc/NEWS: Move the entry of 'string-collate-equalp' and 'string-collate-lessp' to "Lisp Changes" section and mark it as documented.
| | * | Document truncate-string-ellipsisEli Zaretskii2015-11-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Size of Displayed Text): Document 'truncate-string-ellipsis'. * lisp/international/mule-util.el (truncate-string-ellipsis): Doc fix. (truncate-string-to-width): Mention in the doc string that the default for ELLIPSIS comes from 'truncate-string-ellipsis'. * etc/NEWS: Move the 'truncate-string-ellipsis' entry to the "Lisp Changes" section.
| | * | ; * etc/NEWS: Mark insert-register entry as already documented.Eli Zaretskii2015-11-291-0/+1
| | | |
| | * | Document renaming of x-select-enable-* variablesEli Zaretskii2015-11-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/killing.texi (Clipboard): Rename x-select-enable-clipboard to select-enable-clipboard and x-select-enable-primary to select-enable-primary. Update index entries. * etc/NEWS: Mark entry as documented.
| | * | Document the shorthand hints displayed by M-xEli Zaretskii2015-11-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/m-x.texi (M-x): Document the numeric meaning of suggest-key-bindings. Document the shorthand hints for commands that have no key bindings. Document that M-x completion ignores obsolete commands. * etc/NEWS: Move the M-x entry to "Editing Changes" and mark it as documented.
| | * | Document changes in "C-h l"Eli Zaretskii2015-11-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/help.texi (Misc Help): Document the changes in "C-h l". * etc/NEWS: mark "C-h l" changes as documented.
| | * | Finalize documentation of 'custom-prompt-customize-unsaved-options'Eli Zaretskii2015-11-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Saving Customizations): Index the new function 'custom-prompt-customize-unsaved-options'. * etc/NEWS: Mention when 'custom-prompt-customize-unsaved-options' is useful.
| | * | Document 'comment-line'Eli Zaretskii2015-11-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/programs.texi (Comment Commands): Document 'comment-line'. * etc/NEWS: Move the entry for 'comment-line' into "Editing Changes".
| | * | Document new checkdoc featuresEli Zaretskii2015-11-281-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/tips.texi (Tips, Library Headers): Document the keyword-checking features of checkdoc and the commands 'checkdoc-file' and 'checkdoc-current-buffer'. * etc/NEWS: Move the checkdoc-related entries to their own section.
| | * | Improve and update documentation of search commandsEli Zaretskii2015-11-251-23/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/search.texi (Lax Search): Renamed from "Search Case"; all references changed. Move the description of lax-whitespace here. Add description of the new character folding features and additional customizable options. (Isearch Yank): Move before "Error in Search". (Basic Isearch): Improve wording. Add index entries. Add short description of how to abandon search, making this subsection a complete introduction to search basics. (Repeat Isearch): Add index entries. Describe additional customizable options. Describe mouse clicks. (Isearch Yank): Add index entries. Describe mouse-2 click in echo area. Describe more customizable options. (Error in Isearch): Add index entries. (Special Isearch): Move actual description of some isearch commands to other sections, leaving here just the summary of the commands. Add command that toggles character folding. Describe commands, like "C-h C-h", that were previously omitted for some reason. (Not Exiting Isearch): Describe search-exit-option. Add index entries. (Word Search): Describe eww-search-word and eww-search-prefix. (Symbol Search): Add index entries. (Regexp Search): Describe regexp-search-ring-max. (Replacement and Lax Matches): Renamed from "Replacement and Case"; all references changed. Describe lax-whitespace matching in replace commands and related options. Describe character folding in replace commands and related options. (Query Replace): Describe query-replace-from-to-separator and the new history features. Add index entries for highlighted text. Describe query-replace-skip-read-only. Describe more keys accepted by query-replace. (Other Repeating Search): More index entries for Occur. Describe list-matching-lines-default-context-lines. (Search Customizations): New section, documents customizable options that were not documented until now. * doc/emacs/glossary.texi (Glossary): Add "Case Folding" and "Character Folding". * etc/NEWS: Move search- and replace-related entries to a single parent section. * lisp/replace.el (query-replace-show-replacement): Doc fix. * lisp/isearch.el (search-nonincremental-instead) (isearch-hide-immediately): Doc fixes.
| | * | Add the tamil-dvorak input methodShakthi Kannan2015-11-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/leim/quail/tamil-dvorak.el: New file. (Bug#21768) * etc/NEWS: Mention the new input method.
| | * | * /etc/NEWS (Incompatible Lisp Changes): Also `setf' needs an even # of args.Alan Mackenzie2015-11-231-3/+4
| | | |
| | * | * etc/NEWS (Incompatible Lisp Changes): Document new restriction on `setq'.Alan Mackenzie2015-11-231-0/+5
| | | |
| | * | Add EUDC BBDB 3 entry in NEWSThomas Fitzsimmons2015-11-221-0/+2
| | | | | | | | | | | | | | | | * NEWS: Mention EUDC BBDB backend support for BBDB 3.
| | * | Allow loading modules by 'load-file'Eli Zaretskii2015-11-221-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/lread.c (Fload): Call 'unbind_to' with 'Fmodule_load' as the 2nd arg, to avoid the "binding stack not balanced" error. (syms_of_lread) <module-file-suffix>: New Lisp variable. * lisp/files.el (module-file-suffix): Declare. (load-file): Remove 'module-file-suffix' from 'completion-ignored-extensions', to allow completion on modules. * etc/NEWS: Mention 'module-file-suffix'.
| | * | Improve documentation of dynamic modulesEli Zaretskii2015-11-211-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/fns.c (Frequire): Doc fix to include the dynamic module support. * src/lread.c (Fload, Vload_suffixes): Doc fixes to include the dynamic module support. (Fload): Treat the module suffix the same as '*.el' and '*.elc' wrt the MUST-SUFFIX argument. * etc/NEWS: Expand documentation of dynamically loaded modules.
| | * | Initial documentation for dynamic modulesPhilipp Stephani2015-11-211-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | * etc/NEWS: Mention the new support for dynamically loaded modules. Copyright-paperwork-exempt: yes
| | * | ; Update the description of Windows 10 pinned icon issueEli Zaretskii2015-11-201-0/+4
| | | | | | | | | | | | | | | | | | | | * etc/PROBLEMS: Mention that the issue was fixed in later Windows 10 builds.
| | * | Backport: Mention CONTRIBUTE in READMEXue Fuqiao2015-11-181-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention CONTRIBUTE in README, since it was moved from etc/ to root. * etc/TODO: Remove the reference to `etc/CONTRIBUTE'. * README: Mention CONTRIBUTE. (cherry picked from commit ed2e7e20ae0945288c98091f308f5460c3453873)
| | * | Document 'describe-symbol'Eli Zaretskii2015-11-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/help.texi (Help Summary): Mention "C-h o". (Name Help): Document "C-h o" and describe-symbol. * lisp/help-fns.el (describe-symbol): Doc fix.
| | * | ; * etc/NEWS: Minor improvements in wording.Eli Zaretskii2015-11-141-11/+15
| | | |
| | * | ; * etc/NEWS: Fix formattingEli Zaretskii2015-11-141-7/+9
| | | |
| | * | ; * etc/NEWS: Some easily fixed documentation marksEli Zaretskii2015-11-141-0/+5
| | | |
| | * | * INSTALL (--with-cairo): Document this new configure option.Eli Zaretskii2015-11-141-1/+3
| | | |
| | * | Document that GNU Make >= 3.81 is required to build EmacsEli Zaretskii2015-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | * doc/lispref/internals.texi (Building Emacs): Document that GNU Make 3.81 or later is now required.
* | | | ; * etc/NEWS: Typo fix.Xue Fuqiao2016-01-021-2/+2
|/ / /
* | | Mention the new puny.el libraryLars Ingebrigtsen2015-12-291-1/+5
| | |
* | | Use a different port for TLS ercŁukasz Stelmach2015-12-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/erc/erc.el (erc-default-port-tls): New variable (bug#19497). * lisp/erc/erc.el (erc-tls): Use it. Copyright-paperwork-exempt: yes
* | | Add a command to view files in the browser to diredLars Ingebrigtsen2015-12-251-0/+4
| | | | | | | | | | | | | | | * lisp/dired.el (dired-mode-map): Add the `W' command (bug#18810).
* | | Allow toggling colors in ewwLars Ingebrigtsen2015-12-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/eww.texi (Basics): Mention "C". * lisp/net/eww.el (eww-toggle-colors): New command and keystroke. * lisp/net/shr.el (shr-use-colors): New variable. (shr-colorize-region): Use it.
* | | Mention kqueue in NEWSMichael Albinus2015-11-251-0/+13
| | |
* | | Mention CONTRIBUTE in READMEXue Fuqiao2015-11-141-3/+6
|/ / | | | | | | | | | | Mention CONTRIBUTE in README, since it was moved from etc/ to root. * etc/TODO: Remove the reference to `etc/CONTRIBUTE'. * README: Mention CONTRIBUTE.
* | Enable sorting of JSON object keys when encodingSimen Heggestøyl2015-11-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/json.el (json-encoding-object-sort-predicate): New variable for specifying a sorting predicate for JSON objects during encoding. (json--plist-to-alist): New utility function. (json-encode-hash-table): Re-use `json-encode-alist' when object keys are to be sorted. (json-encode-alist): Sort output by `json-encoding-object-sort-predicate, when set. (json-encode-plist): Re-use `json-encode-alist' when object keys are to be sorted. (json-pretty-print-buffer-ordered): New command to pretty print the buffer with object keys sorted alphabetically. (json-pretty-print-ordered): New command to pretty print the region with object keys sorted alphabetically. * test/automated/json-tests.el (test-json-plist-to-alist) (test-json-encode-plist, test-json-encode-hash-table) (test-json-encode-alist-with-sort-predicate) (test-json-encode-plist-with-sort-predicate): New tests. * etc/NEWS: Add an entry for the new commands.
* | * doc/lispref/variables.texi (Directory Local Variables):Artur Malabarba2015-11-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | Document dir-locals wildcards * lisp/files.el (dir-locals-file): Point to Info node. * doc/emacs/custom.texi (Directory Variables): Document dir-locals wildcards. * etc/NEWS: Document new functionality.
* | (ydump-buffer): Handle case where gap is at the start of buffer.Noah Friedman2015-11-091-3/+7
| | | | | | | | | | I don't recall if older versions of gdb were less strict but you cannot dump a 0-length range in gdb 7.9.1.
* | * etc/NEWS: Mention new `bookmark-set-no-overwrite'.Karl Fogel2015-11-081-0/+4
| | | | | | | | | | This really should been part of my previous commit (Sun Nov 8 14:16:43 2015 -0500, git commit 3812e17978).