- 21 Apr, 2019 18 commits
-
-
Glenn Morris authored
9d7e08dd (origin/emacs-26) Avoid false positives and false negatives o... 75b589c7 Fix markup related to quoting in Info fd6ff295 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac... cd2204f0 Add a package: line to c-submit-bug-report. a992dcab ; Remove empty NEWS sections ea672707 ; Add NEWS sections for 26.3 45b09460 ; Bump Emacs version to 26.2.50 aae8cc33 * admin/admin.el (set-version): Add NEWS headers for a .50 ve...
-
Glenn Morris authored
The following commit was skipped: bacdaa5b Use pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346)
-
Glenn Morris authored
cd2204f0 Add a package: line to c-submit-bug-report. a992dcab ; Remove empty NEWS sections ea672707 ; Add NEWS sections for 26.3 Conflicts: etc/NEWS
-
Glenn Morris authored
The following commit was skipped: 45b09460 ; Bump Emacs version to 26.2.50
-
Glenn Morris authored
aae8cc33 * admin/admin.el (set-version): Add NEWS headers for a .50 ve...
-
Glenn Morris authored
The following commit was skipped: f90a3360 Backport doc improvement in ELisp manual
-
Glenn Morris authored
037970f1 Document insert-image-file's return value (Bug#32978) 598b45ad Autoload cua-toggle-rectangle-mark (Bug#34947) 95bd56df Tell xclip not to expect job-control under eshell (Bug#35257) 9997bbb3 ; * src/emacs.c: Fix typo in comment (Bug#35320). a4ad7bed Fix off-by-one-link error in image--set-property
-
Mauro Aranda authored
* lisp/info.el (Info-mode-font-lock-keywords): Modify the regexp, for matching single quotes of opening single quote and closing single quote, and avoid matching text followed by a curly quote when it is not quoting. (Bug#35202)
-
Eli Zaretskii authored
* doc/misc/sc.texi (Citations): Fix markup of '>'. * doc/misc/mh-e.texi (Speedbar): Fix markup in a @table. * doc/misc/calc.texi (Yacas Language Mode): Fix a typo. * doc/emacs/mark.texi (Setting Mark): Remove duplicate quoting. (Bug#35202)
-
Eli Zaretskii authored
-
Noam Postavsky authored
* configure.ac: Use EMACS_CHECK_MODULES fors LCMS2 rather than AC_SEARCH_LIBS. * src/Makefile.in: Get LCMS2_LIBS and LCMS2_CFLAGS from configure, instead of just LIBLCMS2. (cherry picked from commit cb386337)
-
Paul Eggert authored
* lib-src/make-fingerprint.c (buf): Now static, to pacify LeakSanitizer.
-
Michael R. Mauger authored
(sql-product-alist): Added :prompt-cont-regexp for ms. Looking for experience with Microsofts SQLCMD interpreter and adjustments needed for Emacs to support it.
-
Michael R. Mauger authored
(sql-interactive-remove-continuation-prompt): Properly protect `sql-prompt-cont-regexp'. (sql-interactive-mode): Same.
-
Michael R. Mauger authored
(sql-product-alist): Corrected :terminator defns. (sql-debug-send): New variable. (sql-send-string): Use it and correct buffer context. (sql-send-magic-terminator): Use `sql-input-sender'. (sql-placeholders-filter): Bug#11481 Don't recursively replace placeholders * test/lisp/progmodes/sql-tests.el (sql-test-placeholder-filter): Test placeholder functionality.
-
YAMAMOTO Mitsuharu authored
* lwlib/lwlib-Xaw.c (get_text_width_and_height) [HAVE_XFT]: * lwlib/xlwmenu.c (string_width) [HAVE_XFT]: Use xOff member instead of width.
-
Alexander Gramiak authored
-
YAMAMOTO Mitsuharu authored
-
- 20 Apr, 2019 19 commits
-
-
Dmitry Gutov authored
* lisp/vc/log-edit.el (log-edit--toggle-amend): Extract from vc-git-log-edit-toggle-amend (bug#34944). * lisp/vc/vc-hg.el (vc-hg-log-edit-toggle-amend): New function. Use the aforementioned. (vc-hg-log-edit-mode-map): New variable. (vc-hg-log-edit-mode): New major mode.
-
Michael Albinus authored
* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types): Expect also failure on emba.gnu.org.
-
Glenn Morris authored
* lisp/progmodes/cc-mode.el (c-submit-bug-report): Add a Package: line for mail clients that do not support X- headers.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Paul Eggert authored
* lib-src/emacsclient.c (set_local_socket): If there appears to be an XDG runtime directory for the user but XDG_RUNTIME_DIR is unset, suggest setting it while warning about potential security issues (Bug#35300).
-
Alan Mackenzie authored
* lisp/progmodes/cc-engine.el (c-forward-sws, c-backward-sws): Recognize matches of c-doc-line-join-re as syntactic whitespace. (c-find-decl-prefix-search): Recognize and move over matches of c-doc-line-join-re as whitespace. (c-find-decl-spots): Before moving backward a char, check (bobp). Before moving forward over a comment, check it isn't possibly a "bright" comment. * lisp/progmodes/cc-fonts.el (c-get-doc-comment-style): New function, extracted from c-compose-keywords-list. (c-compose-keywords-list): Call the above new function. (pike-font-lock-keywords, pike-font-lock-keywords-2) (pike-font-lock-keywords-3): Call c-set-doc-comment-res. (c-doc-line-join-re, c-doc-bright-comment-start-re, c-doc-line-join-end-ch): New variables. (c-set-doc-comment-re-element, c-set-doc-comment-char-list): New macros. (c-set-doc-comment-res): New function. (c-font-lock-doc-comments): For consistency and repeatability, in a sequence of C++ style doc comments, don't fontify the region between BOL and the comment marker. (autodoc-line-join-re, autodoc-bright-comment-start-re) (autodoc-line-join-end-ch): New variables. * lisp/progmodes/cc-mode.el (c-doc-fl-decl-start, c-doc-fl-decl-end): New functions. (c-change-expand-fl-region, c-context-expand-fl-region): Call the above two new functions for extra possibilities for the start and end of a construct. * doc/misc/cc-mode.texi (Doc Comments): Add a sentence drawing attention to the possibility of fontifying constructs within a doc comment.
-
Eli Zaretskii authored
* doc/lispref/processes.texi (Accepting Output): Backport: document how do avoid race conditions while waiting for all of the process's output to arrive.
-
Stefan Monnier authored
Make it so the comment-continue is aligned with the comment-start when comment-start is a single-char.
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
* src/ftfont.h (struct font_info): New member bitmap_strike_index. * src/ftfont.c (ftfont_open2): Try bitmap strikes as fallbacks. (ftfont_open): Discard bitmap strikes. * src/ftcrfont.c (ftcrfont_open): Recalculate metrics for bitmap strikes. (ftcrfont_get_bitmap, ftcrfont_anchor_point, ftcrfont_shape): New functions. (struct font_driver): Use them.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Paul Eggert authored
* src/alloc.c (string_bytes): Don’t abort on strings taken from the dumped file.
-
Paul Eggert authored
* src/pdumper.c (dump_vectorlike): Fix hash.
-
- 19 Apr, 2019 3 commits
-
-
Philipp Stephani authored
-
Paul Eggert authored
-
Philipp Stephani authored
Since DEFSYM doesn't by itself do anything and make-docfile ignores preprocessor statements, conditional compilation of DEFSYMs is ineffective. * src/data.c (syms_of_data): Remove ineffective #ifdefs.
-