aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; * 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.
* 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).
* * etc/NEWS: Fix js-jsx-mode entry punctuationJackson Ray Hamilton2015-10-311-1/+1
|
* Add JSX indentation via js-jsx-mode. (Bug#21799)Jackson Ray Hamilton2015-10-311-0/+3
| | | | | | * progmodes/js.el: Add JSX indentation support. (js-jsx-indent-line) (js-jsx-mode): New functions.
* * etc/tutorials/TUTORIAL.translators: Fix PL namesPrzemysław Wojnowski2015-10-301-3/+3
|
* Add more faces for Gnus and ivyTassilo Horn2015-10-301-4/+10
| | | | | * etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and ivy.
* Describe known problems with pinning Emacs to taskbarEli Zaretskii2015-10-301-0/+30
| | | | | | * etc/PROBLEMS: Describe the problem with pinning Emacs to taskbar on Windows 10. For the details, see the discussion starting at http://lists.gnu.org/archive/html/help-emacs-windows/2015-09/msg00000.html.
* Add RefTeX feature idea: editing RefTeX TOC buffersTassilo Horn2015-10-301-0/+9
|
* More face defs for ivy, swiper, ace-window, eshellTassilo Horn2015-10-301-3/+10
|
* Add "afp" method to TrampMichael Albinus2015-10-291-0/+4
| | | | | | | | | | | | * doc/misc/tramp.texi (GVFS based methods): Describe `afp' method. * lisp/net/tramp-gvfs.el (tramp-gvfs-methods): Add "afp" method. (tramp-gvfs-handle-expand-file-name) (tramp-gvfs-handler-mounted-unmounted) (tramp-gvfs-connection-mounted-p, tramp-gvfs-mount-spec) (tramp-gvfs-maybe-open-connection): Support also "afp". (tramp-gvfs-handle-file-attributes): Handle the case of empty "owner::user" and "owner::group" entries.
* Don't require default-directory to end with a slashDmitry Gutov2015-10-291-0/+5
| | | | | | | | | | | | | | * doc/lispref/files.texi (Magic File Names): Document the change in unhandled-file-name-directory. * lisp/url/url-handlers.el (url-handler-unhandled-file-name-directory): Update accordingly. * src/buffer.c (default-directory): Update the docsting. * src/fileio.c (unhandled-file-name-directory): Default to calling `file-name-as-directory' (http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02294.html).
* ; * etc/NEWS: Document `search-default-regexp-mode'Artur Malabarba2015-10-281-0/+2
|
* Use a plain svg file for the iconNicolas Petton2015-10-271-218/+184
| | | | | * etc/images/icons/hicolor/scalable/apps/emacs.svg: Use a plain SVG format instead of the Inkscape SVG format.
* Document file notification `stopped' eventMichael Albinus2015-10-251-3/+8
| | | | * doc/lispref/os.texi (File Notifications): Document `stopped event'.
* Update the new iconNicolas Petton2015-10-246-201/+221
| | | | | | | | | | | | | Move the E slightly to the right in the circle. * etc/images/icons/hicolor/128x128/apps/emacs.png: * etc/images/icons/hicolor/16x16/apps/emacs.png: * etc/images/icons/hicolor/24x24/apps/emacs.png: * etc/images/icons/hicolor/32x32/apps/emacs.png: * etc/images/icons/hicolor/48x48/apps/emacs.png: * etc/images/icons/hicolor/scalable/apps/emacs.svg: * nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns: * nt/icons/emacs.ico: New icom update.
* ; NEWS tweakXue Fuqiao2015-10-241-24/+24
|
* New library thunk.elNicolas Petton2015-10-231-0/+5
| | | | | | | | thunk.el is extracted from stream.el in ELPA, with additional tests. * lisp/emacs-lisp/thunk.el: New file. * test/automated/thunk-tests.el: New file. * etc/NEWS: Add information about thunk.el
* New default iconNicolas Petton2015-10-2316-480/+1040
| | | | | | | | | | | | | | | | | | | * etc/images/icons/hicolor/128x128/apps/emacs23.png: * etc/images/icons/hicolor/16x16/apps/emacs23.png: * etc/images/icons/hicolor/24x24/apps/emacs23.png: * etc/images/icons/hicolor/32x32/apps/emacs23.png: * etc/images/icons/hicolor/48x48/apps/emacs23.png: * etc/images/icons/hicolor/scalable/apps/emacs23.svg: * etc/images/icons/hicolor/scalable/mimetypes/emacs-document23.svg: Move the old logo files to emacs23.*. * etc/images/icons/hicolor/128x128/apps/emacs.png: * etc/images/icons/hicolor/16x16/apps/emacs.png: * etc/images/icons/hicolor/24x24/apps/emacs.png: * etc/images/icons/hicolor/32x32/apps/emacs.png: * etc/images/icons/hicolor/48x48/apps/emacs.png: * etc/images/icons/hicolor/scalable/apps/emacs.svg: * etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg: New files. * etc/images/icons/README: Update the copyright information.
* Describe dired-do-compress-to in the manualOleh Krehel2015-10-221-0/+2
| | | | | | | | * etc/NEWS: Update. * lisp/dired-aux.el: Fix typo. * doc/emacs/dired.texi: Add entry.
* Add dired-do-compress-to command bound to "c"Oleh Krehel2015-10-211-0/+6
| | | | | | | | | | | | | | * lisp/dired-aux.el (dired-shell-command): Use the caller's `default-directory', return the result of `process-file'. (dired-compress-file-suffixes): Add comment on why "tar -zxf" isn't used by default. (dired-compress-files-alist): New defvar. (dired-do-compress-to): New command. * lisp/dired.el (dired-mode-map): Bind `dired-do-compress-to' to "c". (dired-do-compress-to): Add an autoload entry. * etc/NEWS: Add two entries.
* ; etc/NEWS: Remove duplicate text.Juanma Barranquero2015-10-211-4/+0
|
* (/ N) now returns the reciprocal of NPaul Eggert2015-10-201-0/+6
| | | | | | | | | | | | | | | This is more compatible with Common Lisp and XEmacs (Bug#21690). See: http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg01053.html * lisp/color.el (color-hue-to-rgb, color-hsl-to-rgb) (color-xyz-to-srgb, color-xyz-to-lab): * lisp/emacs-lisp/cl-extra.el (cl-float-limits): * lisp/net/shr-color.el (shr-color-hue-to-rgb) (shr-color-hsl-to-rgb-fractions): Exploit the change to simplify the code a bit. * lisp/emacs-lisp/bytecomp.el (byte-compile-quo): Don’t complain about single-argument calls to ‘/’. * src/data.c (arith_driver, float_arith_driver): Implement the change.