- 27 Oct, 2011 8 commits
-
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Chong Yidong authored
* src/gnutls.c (emacs_gnutls_deinit): Deinit the gnutls_state if it is non-NULL, regardless of GNUTLS_INITSTAGE. (Fgnutls_boot): Cleanups. Call emacs_gnutls_deinit if we signal an error. Set process slots as soon as we allocate them. * src/gnutls.h (GNUTLS_LOG, GNUTLS_LOG2): Fix macros. * src/process.c (make_process): Set gnutls_state to NULL.
-
Glenn Morris authored
* lisp/emacs-lisp/cl-extra.el (cl-float-limits): Add doc string. * lisp/emacs-lisp/cl.el (most-positive-float, most-negative-float) (least-positive-float, least-negative-float) (least-positive-normalized-float, least-negative-normalized-float) (float-epsilon, float-negative-epsilon): Add doc-strings, based on those in cl.texi. * lisp/emacs-lisp/cl-extra.el (most-positive-float, most-negative-float) (least-positive-float, least-negative-float) (least-positive-normalized-float, least-negative-normalized-float) (float-epsilon, float-negative-epsilon): Remove unnecessary declarations.
-
Glenn Morris authored
* lisp/files.el (set-visited-file-name): If the major-mode changed, reload the local variables. Fixes: debbugs:9796
-
Chong Yidong authored
* src/gnutls.c (emacs_gnutls_deinit): New function. Deallocate credentials structures as well as calling gnutls_deinit. (Fgnutls_deinit, Fgnutls_boot): Use it. * src/process.c (make_process): Initialize GnuTLS credentials to NULL. (deactivate_process): Call emacs_gnutls_deinit.
-
Chong Yidong authored
* lisp/simple.el (fundamental-mode): * lisp/emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28 change introducing fundamental-mode-hook. * lisp/subr.el (change-major-mode-after-body-hook): New hook. (run-mode-hooks): Run it. * lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Use change-major-mode-before-body-hook.
-
Juanma Barranquero authored
-
- 26 Oct, 2011 9 commits
-
-
Stefan Monnier authored
(message-completion-function): Don't fallback on message-tab-body-function when message-completion-alist fails to find a completion. Fixes: debbugs:9158
-
Juanma Barranquero authored
-
Juanma Barranquero authored
* src/w32fns.c (w32_default_color_map): New function, extracted from Fw32_default_color_map. (Fw32_default_color_map, Fx_open_connection): Use it.
-
Glenn Morris authored
-
Daiki Ueno authored
-
Michael Albinus authored
tramp.el explicitely. (Bug#7583)
-
Stefan Monnier authored
-
Chong Yidong authored
-
Chong Yidong authored
* doc/emacs/modes.texi (Running Hooks): Document with-wrapper-hook. * lisp/subr.el (with-wrapper-hook): Rewrite doc.
-
- 25 Oct, 2011 11 commits
-
-
Paul Eggert authored
-
Eli Zaretskii authored
nt/makefile.w32-in (dist): Don't put the top-level INSTALL into the distribution.
-
Nali Toja authored
Fixes: debbugs:9868
-
Paul Eggert authored
-
Stefan Monnier authored
* src/keyboard.c (test_undefined): New function. (read_key_sequence): Use it to detect when a key is bound to `undefined'. Fixes: debbugs:9751
-
Michael Albinus authored
filenames "/method:foo:".
-
Stefan Monnier authored
Fixes: debbugs:9865
-
Glenn Morris authored
Fixes: debbugs:9866
-
Enami Tsugutomo authored
Fixes: debbugs:6649
-
Christoph Scholtes authored
-
Stefan Monnier authored
Fixes: debbugs:9865
-
- 24 Oct, 2011 10 commits
-
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Michael Albinus authored
bus to the Commentary.
-
Juri Linkov authored
`search-whitespace-regexp' only when `isearch-regexp' is non-nil. Fixes: debbugs:9364
-
Juri Linkov authored
of allowed characters for leading space. Fixes: debbugs:9824
-
Stefan Monnier authored
* lisp/progmodes/octave-mod.el (octave-help): Remove.
-
Paul Eggert authored
if the library is found. Otherwise, later configure-time tests, such as the test for pthread_sigmask, generate the wrong results on some platforms. Problem reported for FreeBSD by Nali Toja.
-
Stefan Monnier authored
-
Chong Yidong authored
* doc/emacs/display.texi (Scrolling): Document scroll-up-line and scroll-down-line. Document scroll-command property. (Recentering): New node, split off from Scrolling. Also, minor copyedits to standardize on the phrase "key binding" rather than "keybinding" in the manual.
-
- 23 Oct, 2011 2 commits
-
-
Michael Albinus authored
* trampver.texi: Update release number.
-
Michael Albinus authored
* net/tramp-cache.el (top): Pacify byte-compiler using `init-file-user' and `site-run-file'. * net/trampver.el: Update release number.
-