| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport: Mention CONTRIBUTE in README...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)
| Xue Fuqiao | 2015-11-18 | 1 | -3/+6 |
* | Document 'describe-symbol'...* 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.
| Eli Zaretskii | 2015-11-14 | 1 | -1/+4 |
* | ; * etc/NEWS: Minor improvements in wording. | Eli Zaretskii | 2015-11-14 | 1 | -11/+15 |
* | ; * etc/NEWS: Fix formatting | Eli Zaretskii | 2015-11-14 | 1 | -7/+9 |
* | ; * etc/NEWS: Some easily fixed documentation marks | Eli Zaretskii | 2015-11-14 | 1 | -0/+5 |
* | * INSTALL (--with-cairo): Document this new configure option. | Eli Zaretskii | 2015-11-14 | 1 | -1/+3 |
* | Document that GNU Make >= 3.81 is required to build Emacs...* doc/lispref/internals.texi (Building Emacs): Document that GNU
Make 3.81 or later is now required.
| Eli Zaretskii | 2015-11-14 | 1 | -0/+1 |
* | Enable sorting of JSON object keys when encoding...* 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.
| Simen Heggestøyl | 2015-11-12 | 1 | -0/+4 |
* | * doc/lispref/variables.texi (Directory Local Variables):...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.
| Artur Malabarba | 2015-11-10 | 1 | -0/+3 |
* | (ydump-buffer): Handle case where gap is at the start of buffer....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.
| Noah Friedman | 2015-11-09 | 1 | -3/+7 |
* | * etc/NEWS: Mention new `bookmark-set-no-overwrite'....This really should been part of my previous commit
(Sun Nov 8 14:16:43 2015 -0500, git commit 3812e17978).
| Karl Fogel | 2015-11-08 | 1 | -0/+4 |
* | * etc/NEWS: Fix js-jsx-mode entry punctuation | Jackson Ray Hamilton | 2015-10-31 | 1 | -1/+1 |
* | Add JSX indentation via js-jsx-mode. (Bug#21799)...* progmodes/js.el: Add JSX indentation support.
(js-jsx-indent-line)
(js-jsx-mode): New functions.
| Jackson Ray Hamilton | 2015-10-31 | 1 | -0/+3 |
* | * etc/tutorials/TUTORIAL.translators: Fix PL names | Przemysław Wojnowski | 2015-10-30 | 1 | -3/+3 |
* | Add more faces for Gnus and ivy...* etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and
ivy.
| Tassilo Horn | 2015-10-30 | 1 | -4/+10 |
* | Describe known problems with pinning Emacs to taskbar...* 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.
| Eli Zaretskii | 2015-10-30 | 1 | -0/+30 |
* | Add RefTeX feature idea: editing RefTeX TOC buffers | Tassilo Horn | 2015-10-30 | 1 | -0/+9 |
* | More face defs for ivy, swiper, ace-window, eshell | Tassilo Horn | 2015-10-30 | 1 | -3/+10 |
* | Add "afp" method to Tramp...* 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.
| Michael Albinus | 2015-10-29 | 1 | -0/+4 |
* | Don't require default-directory to end with a slash...* 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).
| Dmitry Gutov | 2015-10-29 | 1 | -0/+5 |
* | ; * etc/NEWS: Document `search-default-regexp-mode' | Artur Malabarba | 2015-10-28 | 1 | -0/+2 |
* | Use a plain svg file for the icon...* etc/images/icons/hicolor/scalable/apps/emacs.svg: Use a plain SVG
format instead of the Inkscape SVG format.
| Nicolas Petton | 2015-10-27 | 1 | -218/+184 |
* | Document file notification `stopped' event...* doc/lispref/os.texi (File Notifications): Document `stopped event'.
| Michael Albinus | 2015-10-25 | 1 | -3/+8 |
* | Update the new icon...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.
| Nicolas Petton | 2015-10-24 | 6 | -201/+221 |
* | ; NEWS tweak | Xue Fuqiao | 2015-10-24 | 1 | -24/+24 |
* | New library thunk.el...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
| Nicolas Petton | 2015-10-23 | 1 | -0/+5 |
* | New default icon...* 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.
| Nicolas Petton | 2015-10-23 | 16 | -480/+1040 |
* | Describe dired-do-compress-to in the manual...* etc/NEWS: Update.
* lisp/dired-aux.el: Fix typo.
* doc/emacs/dired.texi: Add entry.
| Oleh Krehel | 2015-10-22 | 1 | -0/+2 |
* | Add dired-do-compress-to command bound to "c"...* 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.
| Oleh Krehel | 2015-10-21 | 1 | -0/+6 |
* | ; etc/NEWS: Remove duplicate text. | Juanma Barranquero | 2015-10-21 | 1 | -4/+0 |
* | (/ N) now returns the reciprocal of N...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.
| Paul Eggert | 2015-10-20 | 1 | -0/+6 |
* | ; More updates and corrections in etc/HISTORY | Eli Zaretskii | 2015-10-16 | 1 | -5/+11 |
* | Add more release info to etc/HISTORY...* etc/HISTORY: Add more release information about 19.x and 20.x
versions.
| Eli Zaretskii | 2015-10-16 | 1 | -0/+44 |
* | New file etc/HISTORY...* admin/FOR-RELEASE: Procedure for etc/HISTORY.
* etc/HISTORY: New file.
* etc/NEWS: Mention it.
| Paul Eggert | 2015-10-15 | 2 | -0/+155 |
* | Update tutorials/TUTORIAL.cn...* etc/tutorials/TUTORIAL.cn: Improve translation.
| Xue Fuqiao | 2015-10-05 | 1 | -3/+2 |
* | Restore blank line before next section, erroneously erased in my previous commit...* etc/compilation.txt (symbol ant): add an additional trailing blank line to this section, so that there are two of them immediately before the next section
| Vincent Belaïche | 2015-10-04 | 1 | -0/+1 |
* | Support MSW filename style for ant compilation error regexp...* etc/compilation.txt (symbol ant):
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Support MSW filename style
| Vincent Belaïche | 2015-10-04 | 1 | -1/+1 |
* | Maintain ordering of JSON object keys by default...* lisp/json.el (json-object-type): Mention order handling in doc-string.
(json--plist-reverse): New utility function.
(json-read-object): Maintain ordering for alists and plists.
(json-pretty-print): Ensure that ordering is maintained.
* test/automated/json-tests.el (test-json-plist-reverse): New test for
`json--plist-reverse'.
(json-read-simple-alist): Update test to accommodate for changes in
`json-read-object'.
* etc/NEWS: Document the new behavior of the pretty printing functions.
| Simen Heggestøyl | 2015-10-03 | 1 | -0/+5 |
* | Adapt to new prettify-symbols-unprettify-at-point default...* etc/NEWS: Mention that unprettication of symbol at point is off by
default.
| Tassilo Horn | 2015-10-03 | 1 | -1/+1 |
* | * lisp/progmodes/prog-mode.el (prettify-symbols-unprettify-at-point):...Support unprettifying when point is after a symbol.
* etc/NEWS: Document `prettify-symbols-unprettify-at-point'
| Artur Malabarba | 2015-10-01 | 1 | -1/+5 |
* | * lisp/progmodes/sh-script.el: Old "dumb" continued line indent...(sh-indent-after-continuation): Add new value `always' (bug#17620)
(sh-smie-sh-rules): Remove old handling of continued lines.
(sh-smie--indent-continuation): New function.
(sh-set-shell): Use it.
| Stefan Monnier | 2015-09-29 | 1 | -1/+5 |
* | ; Remove extraneous "coding: utf-8" specifications in Elisp files | Dmitry Gutov | 2015-09-29 | 1 | -1/+1 |
* | * etc/PROBLEMS: Document problems with pasting on MS-Windows | Eli Zaretskii | 2015-09-26 | 1 | -0/+8 |
* | Resurrect edebug-set-initial-mode, repurposing it to set the global mode....lisp/emacs-lisp/edebug.el (edebug-initial-mode-alist): Uncomment, and
amend to match current modes and functions.
(edebug-set-initial-mode): Uncomment and change from setting a defun's
`edebug-initial-mode''s property to setting the variable
`edebug-initial-mode'.
(top level): Create new binding C-x C-a C-m for
`edebug-set-initial-mode'.
doc/lispref/edebug.texi (Edebug Execution Modes): document
`edebug-set-initial-mode' and its new key binding.
(Edebug Options): Mention the new command in the pertinent place.
etc/NEWS: Write entry for this change.
| Alan Mackenzie | 2015-09-25 | 1 | -0/+5 |
* | Update publicsuffix.txt from upstream...* etc/publicsuffix.txt: Update from
https://publicsuffix.org/list/effective_tld_names.dat
dated 2015-09-24 17:29:21 UTC.
| Paul Eggert | 2015-09-24 | 1 | -111/+1745 |
* | * lisp/emacs-lisp/syntax.el (syntax-begin-function): Make obsolete | Stefan Monnier | 2015-09-20 | 1 | -1/+2 |
* | Improve file notifications, especially for Tramp...* doc/lispref/files.texi (Magic File Names):
Mention `file-notify-valid-p'.
* doc/lispref/os.texi (File Notifications):
Describe `file-notify-valid-p'.
* etc/NEWS: Add `file-notify-valid-p'.
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch):
Improve implementation.
(tramp-gvfs-monitor-file-process-filter): Rename from
`tramp-gvfs-file-gvfs-monitor-file-process-filter'. Delete
process if appropriate.
* lisp/net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
Improve implementation.
(tramp-sh-gvfs-monitor-dir-process-filter): Rename from
`tramp-sh-file-gvfs-monitor-dir-process-filter'. Delete process
if appropriate.
(tramp-sh-inotifywait-process-filter): Rename from
`tramp-sh-file-inotifywait-process-filter'. Delete process if
appropriate.
* lisp/net/tramp.el (tramp-handle-file-notify-rm-watch):
Use `delete-process'
(tramp-handle-file-notify-valid-p): Check also, that file or
directory to be watched still exists.
* test/automated/file-notify-tests.el (file-notify--test-timeout):
New defun. Use it at all places a timeout is needed.
(file-notify--test-cleanup): Delete directories recursively.
Cleanup also Tramp connections.
(file-notify-test02-events): Add tests for `attribute-change'.
(file-notify-test04-file-validity, file-notify-test05-dir-validity):
Add tests for `file-notify-rm-watch'.
| Michael Albinus | 2015-09-20 | 1 | -1/+12 |
* | * lisp/font-lock.el (font-lock-beginning-of-syntax-function): Remove...(font-lock-fontify-block): Don't let-bind it.
(font-lock-compile-keywords): Don't use it.
(font-lock-set-defaults): Don't set it. Allow the variable alist to
start one slot earlier, instead.
* lisp/emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
Don't declare.
(syntax-ppss): Don't use it either.
* lisp/font-core.el (font-lock-defaults): Remove SYNTAX-BEGIN
from docstring.
* doc/emacs/display.texi (Font Lock): Don't mention
font-lock-beginning-of-syntax-function.
* doc/lispref/modes.texi (Font Lock Basics): Update description of
font-lock-defaults.
(Syntactic Font Lock): Remove font-lock-beginning-of-syntax-function.
* lisp/loadhist.el (unload-feature-special-hooks):
Remove font-lock-beginning-of-syntax-function.
* lisp/obsolete/lazy-lock.el (lazy-lock-fontify-region):
* lisp/emacs-lisp/lisp.el (beginning-of-defun-raw): Don't let-bind
font-lock-beginning-of-syntax-function.
| Stefan Monnier | 2015-09-17 | 1 | -0/+3 |
* | ; Use proper accents in Peter von der Ahé’s name | Paul Eggert | 2015-09-16 | 1 | -1/+1 |
* | Minor quoting fixes in scripts and doc...Prefer straight quotes in random script files, as they are not converted.
Prefer grave quotes in a couple of places in the manual that were missed
earlier, as these quotes are converted.
| Paul Eggert | 2015-09-16 | 1 | -12/+12 |