- 06 Jan, 2016 1 commit
-
-
Glenn Morris authored
(package-test-macro-compilation): Fixup branch merge.
-
- 05 Jan, 2016 2 commits
-
-
Eli Zaretskii authored
* .gitignore: Update for the new place of biditest.txt. * test/automated/: Directory removed. All files moved to their proper places. * test/etags/: Directory removed. All files moved to their proper places. * test/automated/url-parse-tests.el: File removed; it was an exact copy of the same file in test/lisp/url/. * test/automated/url-expand-tests.el: Moved to test/lisp/url/.
-
Eli Zaretskii authored
-
- 04 Jan, 2016 3 commits
-
-
Paul Eggert authored
-
Daniel Colascione authored
* src/keyboard.c (syms_of_keyboard): New user variables `attempt-stack-overflow-recovery' and `attempt-orderly-shutdown-on-fatal-signal'. * src/sysdep.c (stack_overflow): Check `attempt-stack-overflow-recovery'. * src/emacs.c (terminate_due_to_signal): Check `attempt-orderly-shutdown-on-fatal-signal'.
-
Bill Wohler authored
-
- 03 Jan, 2016 5 commits
-
-
Eli Zaretskii authored
-
Michael Albinus authored
-
Glenn Morris authored
-
K. Handa authored
-
John Wiegley authored
-
- 02 Jan, 2016 4 commits
-
-
Vincent Belaïche authored
-
Vincent Belaïche authored
* lisp/ses.el (ses-check-curcell): Suppress ``temporary fix'' comment, and useless `(if t ...)' in order to align textually on fix done for emacs-25 branch for bug#21054.
-
K. Handa authored
* lisp/language/hebrew.el (hebrew-shape-gstring): If the font backend supports rendering of combining characters, call font-shape-gstring. * src/font.c (Ffont_get): Handle `combining-capability' property. (syms_of_font): New symbol ":combining-capability'. * src/font.h (struct font_driver): New member combining_capability. * src/ftfont.c: Include "category.h". (ftfont_driver): Initialize combining_capability to ftfont_combining_capability. (ftfont_shape_by_flt): If OTF is null, try to find a suitable FLT in advance. (ftfont_combining_capability): New function.
-
Xue Fuqiao authored
-
- 01 Jan, 2016 2 commits
-
-
Andrew Hyatt authored
* CONTRIBUTE: In section on the issue tracker, point to new triage file. * admin/notes/triage: New file explaining triage procedure.
-
Glenn Morris authored
-
- 30 Dec, 2015 8 commits
-
-
Vincent Belaïche authored
There were two problems: - First ses-rename-cell has to work when called non interactively (with non-nil CELL argument), so in this case the start pos of put-text-property cannot be plainly (point), you need a ses-goto-print call before - Second, the range itself was computed erronously, only the first char was affected instead of the full cell width. This was not noticeable prior to changes (Deprecate `intangible' and `point-entered' properties) made by Stefan on 2015-04-13T19:51:15Z * lisp/ses.el (ses-rename-cell): Correct computation of position range to which the 'cursor-intangible text property has to be set to cell new name.
-
Vincent Belaïche authored
When using a lambda expression printer function the user should be free to format differently a really empty cell, ie. containing nil, from a cell containing an empty string "". * ses.el (ses-call-printer): Replace `(or value "")' by just `value' in the case of a lambda expression printer function. * ses.texi (Printer functions): Add example and description about lambda expression printer function handling all the possible values, including unexpected ones.
-
Vincent Belaïche authored
The problem was caused by change: 2015-04-13 Deprecate `intangible' and `point-entered' properties. The problem is that this change has removed the (setq ses--curcell t) setting in the ses-command-hook function. * ses.el (ses-check-curcell): replace `(eq ses--curcell t)' by just `t' as a condition to call function `ses-set-curcell'. Comment this as a quick temporary hack to make it work, as I don't know yet whether a definite correction would be to make the ses-set-curcell at every ses-check-curcell, or to revert to the previous approach, ie marking ses--curcell as out-of-date at every potentially cursor motion command.
-
Lars Magne Ingebrigtsen authored
* lisp/net/eww.el (eww): Check whether the domain is restrictive instead of the string (http://македонија.icom.museum is restrictive even if each part is from a different script).
-
Lars Magne Ingebrigtsen authored
* lisp/net/puny.el (puny-highly-restrictive-string-p): Rename. (puny-highly-restrictive-domain-p): New function.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* lisp/net/eww.el (eww): Check whether the domain is Highly Restrictive in the Unicode IDNA sense.
-
John Wiegley authored
-
- 29 Dec, 2015 15 commits
-
-
Eli Zaretskii authored
* doc/misc/cc-mode.texi (c-offsets-alist, Style Variables): Fix typos. (Bug#22267)
-
Eli Zaretskii authored
* src/alloc.c (compact_font_cache_entry): Don't use VECTORP to avoid assertion violation in ASIZE. (Bug#22263)
-
Eli Zaretskii authored
* lisp/net/shr.el (shr-insert-document): Bind bidi-display-reordering to nil while filling lines. This is required for when a line includes characters whose bidi directionality is opposite to the base paragraph direction, because columns are counted in the logical order. (Bug#22250)
-
Lars Ingebrigtsen authored
* puny.el (puny-highly-restrictive-p): Include the extra identifier characters from table 3.
-
Martin Rudalics authored
-
Michael Albinus authored
* doc/misc/trampver.texi: Change version to "2.2.13.25.1". * lisp/net/tramp-compat.el (tramp-compat-delete-dups): Use `tramp-compat-funcall'. * lisp/net/tramp-gvfs.el (tramp-gvfs-parse-device-names): Make `split-string' call compatible with older Emacsen. * lisp/net/trampver.el: Change version to "2.2.13.25.1".
-
Lambda Coder authored
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
* lisp/net/tls.el (tls-program): Add a certfile by default (bug#21227). (open-tls-stream): Insert the trustfile by looking at `gnutls-trustfiles'.
-
Lars Ingebrigtsen authored
* lisp/net/gnutls.el (gnutls-trustfiles): Refactor out for reuse by tls.el.
-
Lars Ingebrigtsen authored
* tls.el (tls-program): Default to using secure TLS connections (bug#19284).
-
Lars Ingebrigtsen authored
* puny.el (puny-highly-restrictive-p): New function.
-
Paul Eggert authored
-
Paul Eggert authored
* lisp/mail/emacsbug.el (report-emacs-bug): Future-proof the recent "built on" change to deterministic builds where emacs-build-system will be nil. See: http://lists.gnu.org/archive/html/emacs-devel/2015-12/msg01369.html
-
Dmitry Gutov authored
-