- 07 Feb, 2015 2 commits
-
-
Paul Eggert authored
* dispnew.c (set_window_cursor_after_update, update_frame_1): Remove checks for negative cursor_in_echo_area, since this var is a boolean, and has been a boolean for some time. Simplify. * dispnew.c (init_display): * xdisp.c (message3_nolog, vmessage): Use bool for boolean.
-
Dmitry Gutov authored
* test/automated/vc-tests.el (vc-test--working-revision): Fix `vc-working-revision' checks to be compared against nil, which is what is should return for unregistered files.
-
- 06 Feb, 2015 10 commits
-
-
Dmitry Gutov authored
Fixes: debbugs:19732 * lisp/vc/vc-cvs.el (vc-cvs-dir-status-files): Don't pass DIR to `vc-cvs-command'.
-
NicolasPetton authored
* doc/lispref/sequences.texi (Sequence Functions): Add documentation for seq-mapcat, seq-partition and seq-group-by
-
NicolasPetton authored
* lisp/emacs-lisp/seq.el: Better docstring for seq.el functions
-
NicolasPetton authored
* lisp/emacs-lisp/seq.el: Better docstring for seq.el functions * test/automated/seq-tests.el: New tests for seq-partition and seq-group-by
-
NicolasPetton authored
* lisp/emacs-lisp/seq.el (seq-mapcat): New function * test/automated/seq-tests.el: Add unit tests for seq-mapcat
-
Artur Malabarba authored
Use image-kill-buffer instead. (doc-view-mode): Add `doc-view-kill-proc' to `kill-buffer-hook'.
-
Artur Malabarba authored
-
Thomas Fitzsimmons authored
-
Lars Magne Ingebrigtsen authored
* lisp/subr.el (define-error): The error conditions may be constant lists, so use `append' to concatenate them.
-
Wolfgang Jenkner authored
* lisp/net/network-stream.el (network-stream-open-tls): Respect the :end-of-capability setting.
-
- 05 Feb, 2015 28 commits
-
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Artur Malabarba authored
-
Simen Heggestøyl authored
Fixes: debbugs:19263 * lisp/textmodes/css-mode.el (scss-smie--not-interpolation-p): Vars can be hyphenated.
-
Simen Heggestøyl authored
Fixes: debbugs:19751 * lisp/textmodes/css-mode.el (css-fill-paragraph): Fix filling in presence of variable interpolation.
-
Era Eriksson authored
Fixes: debbugs:19768 (json-pop, json-read): Use it.
-
Stefan Monnier authored
-
Stefan Monnier authored
* lisp/emacs-lisp/eieio-compat.el (eieio--defmethod): Use new special (:documentation ...) feature. * lisp/emacs-lisp/eieio-core.el (eieio-make-class-predicate) (eieio-make-child-predicate): Same. (eieio-copy-parents-into-subclass): Remove unused arg. (eieio-defclass-internal): Adjust call accordingly and remove redundant `pname' var. (eieio--slot-name-index): Remove unused arg `obj' and adjust all callers accordingly.
-
Stefan Monnier authored
* lisp/emacs-lisp/bytecomp.el: (byte-compile-initial-macro-environment): Use macroexp-progn. (byte-compile-cl-warn): Don't silence use of cl-macroexpand-all. (byte-compile-file-form-defvar-function): Rename from byte-compile-file-form-define-abbrev-table. (defvaralias, byte-compile-file-form-custom-declare-variable): Use it. (byte-compile): Use byte-compile-top-level rather than byte-compile-lambda so we can compile non-values. (byte-compile-form): Add warnings for failed uses of lexical vars via quoted symbols. (byte-compile-unfold-bcf): Improve message for failed inlining. (byte-compile-make-closure): Handle new format of internal-make-closure for dynamically-generated docstrings. * lisp/emacs-lisp/cconv.el (cconv--convert-function): Add `docstring' argument. (cconv-convert): Use it to handle the new (:documentation ...) form. (cconv-analyze-form): Handle the new (:documentation ...) form. * src/eval.c (Ffunction): Handle the new (:documentation ...) form. (syms_of_eval): Declare `:documentation'.
-
Artur Malabarba authored
-
Glenn Morris authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(open-line): Delete like all other commands, instead of killing. (delete-active-region): Don't define any return any value.
-
Stefan Monnier authored
-
Martin Rudalics authored
* xdisp.c (Fwindow_text_pixel_size): Remove optional BUFFER argument added on 2015-02-01. * display.texi (Size of Displayed Text): Remove description of optional argument BUFFER of `window-text-pixel-size'.
-
Ted Zlatanov authored
-
Ted Zlatanov authored
-
Timo Lilja authored
-
Lars Magne Ingebrigtsen authored
-
Katsumi Yamaoka authored
-
Lars Magne Ingebrigtsen authored
-
Vincent Bernat authored
* gnus-int.el (gnus-request-group-scan): Use the correct function name. * nnimap.el (nnimap-request-group-scan): Fix the function name.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-