- 06 Apr, 2015 6 commits
-
-
Artur Malabarba authored
-
Paul Eggert authored
* htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations, with an obsolete alias. All uses changed.
-
Paul Eggert authored
-
Paul Eggert authored
* rtree.el (rtree-normalize-range): Rename from rtree-normalise-range. All uses changed. Add an alias for obsolete usages.
-
Fabián Ezequiel Gallina authored
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-docstring-at-p): Remove function. (python-info-assignment-statement-p): New function. (python-info-assignment-continuation-line-p): Use it. (python-info-docstring-p): New function. (python-font-lock-syntactic-face-function) (python-fill-string): Use it. * test/automated/python-tests.el (python-info-assignment-statement-p-1) (python-info-assignment-statement-p-2) (python-info-assignment-statement-p-3, python-info-docstring-p-1) (python-info-docstring-p-2, python-info-docstring-p-3) (python-info-docstring-p-4, python-info-docstring-p-5) (python-info-docstring-p-6): New tests.
-
- 05 Apr, 2015 11 commits
-
-
Paul Eggert authored
-
Eli Zaretskii authored
lisp/ses.el (ses-sym-rowcol): Move up, before the first use, to avoid byte-compiler warnings.
-
Alan Mackenzie authored
* jit-lock.el (jit-lock-after-change): Widen the buffer only whilst putting the 'fontified text properties.
-
Eli Zaretskii authored
-
Alan Mackenzie authored
Also expunge eudc-c[ad]+r. * subr.el (internal--compiler-macro-cXXr): "New" function, copied from cl--compiler-macro-cXXr. (caar, cadr, cdar, cddr): Change from defsubsts to defuns with the above compiler-macro. * net/eudc.el (eudc-cadr, eudc-cdar, eudc-caar, eudc-cdaar): Remove. * emacs-lisp/cl.el (Top level dolist doing defaliases): Remove caaar, etc., from list of new alias functions. * emacs-lisp/cl-lib.el (cl-caaar, etc): Rename to caaar, etc. (gen-cXXr--rawname, gen-cXXr-all-cl-aliases): New function/macro which generate obsolete cl- aliases for caaar, etc. Invoke them. * desktop.el: * edmacro.el: * emacs-lisp/cl-macs.el: * frameset.el: * ibuffer.el: * mail/footnote.el: * net/dbus.el: * net/eudc-export.el: * net/eudc.el: * net/eudcb-ph.el: * net/rcirc.el: * net/secrets.el: * play/5x5.el: * play/decipher.el: * play/hanoi.el: * progmodes/hideif.el: * ses.el: Replace cl-caaar, eudc-cadr, etc. with caaar and cadr, etc.
-
Richard Stallman authored
Conflicts: lisp/ChangeLog
-
Richard Stallman authored
indicate start and finish in the echo area. * mail/rmail.el (rmail-epa-decrypt): Disregard <pre> before armor. Ignore more kinds of whitespace in mime headers. Modify the decrypted mime part's mime type so it will be displayed by default when visiting this message again. * net/browse-url.el (browse-url-firefox-program): Prefer IceCat, doc. (browse-url-firefox-arguments) (browse-url-firefox-startup-arguments): Doc fix.
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Michael Albinus authored
-
Pete Williamson authored
* files.el (file-truename): Add NaCl to the exception list ms-dos uses.
-
- 04 Apr, 2015 10 commits
-
-
Paul Eggert authored
21d4bf6c * admin/make-tarball.txt: Copyedits. f3b70a79 ; ChangeLog fix 07432a8c Revert "CC Mode: Stop Font Lock forcing fontification from BOL." Conflicts: lisp/ChangeLog
-
Paul Eggert authored
The following commit was skipped: 0ad5fe01 * etc/AUTHORS: Update the AUTHORS file
-
Paul Eggert authored
dd3f5678 Fix tramp-tests.el Conflicts: test/ChangeLog
-
Paul Eggert authored
The following commit was skipped: 1b70aa63 Fix bug#20233, do not merge with master
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Michael Albinus authored
* net/tramp-cache.el (tramp-flush-directory-property): Quote directory name when used in regexp.
-
Jan D authored
Fixes: debbugs:16737 * src/xselect.c (x_reply_selection_request) (receive_incremental_selection): Call set_property_change_object inside block_input. (wait_for_property_change): Move set property_change_reply(_object) outside of this function. (set_property_change_object): New function.
-
Alan Mackenzie authored
jit-lock.el (jit-lock-after-change): Widen the buffer before putting 'fontified text properties.
-
Ulrich Müller authored
-
- 03 Apr, 2015 11 commits
-
-
Paul Eggert authored
* configure.ac: Add -Wno-unknown-attributes if clang; otherwise clang 3.5.0 (Fedora 21 x86-64) complains "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute '__alloc_size__' ignored". Use -Werror when checking for -nopie; otherwise clang warns about -nopie instead of failing, and then later it warns everytime the build uses -nopie.
-
Michael Albinus authored
Fixes: debbugs:20249 * net/tramp-cache.el (tramp-flush-file-property) (tramp-flush-directory-property): Use `directory-file-name' of the truename.
-
Glenn Morris authored
-
Glenn Morris authored
-
Alan Mackenzie authored
This reverts commit d69e9f1c.
-
Jan D authored
* src/xterm.c (handle_one_xevent): Always redraw tool tips on MapNotify. Update tool tip frame sizes on ConfigureNotify.
-
Nicolas Richard authored
Fixes: debbugs:17284 * lisp/pcmpl-unix.el (pcmpl-ssh-known-hosts): Use `char-before' instead of `looking-back'.
-
Ulrich Müller authored
* configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it is supported, in order to avoid segfaults in temacs. (Bug#18784)
-
Dmitry Gutov authored
-
Dmitry Gutov authored
* lisp/progmodes/js.el (js-indent-line): Do nothing when bol is inside a string (https://github.com/mooz/js2-mode/issues/227).
-
Katsumi Yamaoka authored
lisp/gnus/gnus-art.el (gnus-article-browse-html-parts): Make external links absolute and cid file names relative
-
- 02 Apr, 2015 2 commits
-
-
Stefan Monnier authored
part of the "props" arguments rather than silently ignoring it.
-
Stefan Monnier authored
-