- 08 Nov, 2015 2 commits
-
-
Eli Zaretskii authored
-
David Reitter authored
* nsterm.m (windowDidResize:, toggleFullScreen:): Call notification functions with notification objects as per delegate APIs.
-
- 07 Nov, 2015 16 commits
-
-
Eli Zaretskii authored
-
Noam Postavsky authored
* test/automated/buffer-tests.el: New file. (overlay-modification-hooks-message-other-buf): New test.
-
Kelvin White authored
-
Kelvin White authored
-
l3thal authored
-
Thomas Fitzsimmons authored
-
Thomas Fitzsimmons authored
-
Eli Zaretskii authored
-
David Reitter authored
* nsterm.m (windowDidResize:,windowWillExitFullScreen:) (windowDidExitFullScreen:): Return if frame is dead. These functions may be called when a fullscreen frame is closed; they are called before, not after. May address Bug#21428.
-
Eli Zaretskii authored
* lisp/frame.el (redisplay--variables): Make it a hash-table. * src/xdisp.c (maybe_set_redisplay): Access redisplay--variables as a hash-table. This speeds up this function by an order of magnitude: where previously a setq was slowed down by 100% by introducing the maybe_set_redisplay test, it is now only 5% slower. (syms_of_xdisp) <redisplay--variables>: Doc fix.
-
Artur Malabarba authored
The defsubst was being created as: (cl-defsubst name (args) ("DOC") ...) * test/automated/cl-lib-tests.el (cl-lib-struct-constructors): Add test
-
Mihai Olteanu authored
* lisp/hexl.el (hexl-mode): Doc fix. (Bug#21800) Copyright-paperwork-exempt: yes
-
Eli Zaretskii authored
* lisp/abbrev.el (define-abbrev): Don't erase the :abbrev-table-modiff property of the abbrev-table. (Bug#21828) * test/automated/abbrev-tests.el: New file.
-
Michael Albinus authored
* test/automated/auto-revert-tests.el (auto-revert-test01-auto-revert-several-files): New test. (auto-revert-test02-auto-revert-tail-mode) (auto-revert-test03-auto-revert-mode-dired): Rename them.
-
Martin Rudalics authored
-
Martin Rudalics authored
* src/xdisp.c (x_consider_frame_title): Return immediately for tooltip frames to avoid displaying empty tooltips.
-
- 06 Nov, 2015 12 commits
-
-
Anders Lindgren authored
* nsterm.m (ns_constrain_all_frames): Don't constrain fullscreen frames.
-
Eli Zaretskii authored
* lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): Revert last change. * lisp/frame.el (redisplay--variables): Populate the redisplay--variables list. * src/xdisp.c (maybe_set_redisplay): New function. (syms_of_xdisp) <redisplay--variables>: New variable. * src/window.h (maybe_set_redisplay): Declare prototype. * src/data.c (set_internal): Call maybe_set_redisplay. (Bug#21835)
-
Artur Malabarba authored
-
Eli Zaretskii authored
* src/buffer.c (report_overlay_modification): When called with AFTER non-zero, don't invoke overlay modification hooks if the buffer recorded in last_overlay_modification_hooks is different from the current buffer. (Bug#21824)
-
Juanma Barranquero authored
-
Artur Malabarba authored
-
Martin Rudalics authored
See http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html. * src/dispnew.c (required_matrix_height, required_matrix_width): Avoid division by zero. * src/xterm.c (x_term_init): Init dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 1.
-
Eli Zaretskii authored
* lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): Make sure redisplay happens to account for any side effects of the evaluated sexp. (Bug#21835)
-
Eli Zaretskii authored
* CONTRIBUTE: Move less important sections after the more important ones. Add section about the bug tracker.
-
Michael Albinus authored
* test/automated/file-notify-tests.el (file-notify--test-with-events): Remove argument TIMEOUT. Adapt all callees. (file-notify-test02-events, file-notify-test04-file-validity): Skip for cygwin. (Bug#21804)
-
Stephen Leake authored
-
Daiki Ueno authored
* lisp/net/pinentry.el (pinentry-start): Add optional QUIET argument. * lisp/epg.el: Declare `pinentry-start'. (epg--start): Call `pinentry-start' with QUIET argument set.
-
- 05 Nov, 2015 7 commits
-
-
Xue Fuqiao authored
-
Juanma Barranquero authored
(xref-elisp-deftest): Bind `find-file-suppress-same-file-warnings' to t.
-
Tassilo Horn authored
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add prettification support for \times.
-
Juanma Barranquero authored
(process-test-sentinel-accept-process-output) (process-test-sentinel-sit-for): skip-unless bash executable found.
-
Eli Zaretskii authored
* test/automated/process-tests.el (start-process-should-not-modify-arguments): New test. (Bug#21831) Suggested by Nicolas Richard <youngfrog@members.fsf.org>
-
Glenn Morris authored
-
Juanma Barranquero authored
-
- 04 Nov, 2015 3 commits
-
-
Stefan Monnier authored
(eieio--generic-static-object-generalizer): Fix typo. * test/automated/eieio-tests.el: Byte-compile it again. It looks like the underlying cause of bug#17852 was fixed in the mean time.
-
Artur Malabarba authored
This reverts commit 8e843831. It breaks bootstrapping (duh).
-
Artur Malabarba authored
(normal-mode, hack-local-variables, dir-locals-find-file): Use `with-demoted-errors' instead.
-