- 14 May, 2014 9 commits
-
-
Sam Steingold authored
* lisp/progmodes/python.el (python-shell-get-or-create-process): Do not bind `current-prefix-arg' so that C-c C-z does not talk back unless requested.
-
Glenn Morris authored
* lisp/subr.el (with-file-modes): New macro. * lisp/printing.el (pr-save-file-modes): * lisp/eshell/esh-util.el (eshell-with-file-modes): Make obsolete. * lisp/emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2): Add with-file-modes. * lisp/doc-view.el (doc-view-make-safe-dir): * lisp/epg.el (epg--start): * lisp/files.el (locate-user-emacs-file, make-temp-file) (backup-buffer-copy, move-file-to-trash): * printing.el (pr-despool-print, pr-call-process, pr-text2ps): * eshell/esh-util.el (eshell-with-private-file-modes) (eshell-make-private-directory): * lisp/net/browse-url.el (browse-url-mosaic): * lisp/obsolete/mailpost.el (post-mail-send-it): * lisp/obsolete/pgg-pgp.el (pgg-pgp-verify-region): * lisp/obsolete/pgg-pgp5.el (pgg-pgp5-verify-region): * lisp/url/url-util.el (url-make-private-file): Use with-file-modes. * doc/lispref/files.texi (Changing Files): Mention with-file-modes. * etc/NEWS: Mention this.
-
Glenn Morris authored
-
Glenn Morris authored
-
Stephen Berman authored
suffix. Fixes: debbugs:15419
-
Dmitry Antipov authored
* termhooks.h (create_terminal): Adjust prototype. * terminal.c (create_terminal): Pass output method and RIF as args. (init_initial_terminal): * nsterm.m (ns_create_terminal): * term.c (init_tty): * w32term.c (w32_create_terminal): * xterm.c (x_create_terminal): Adjust users. Avoid redundant NULL initializers and add comments.
-
Katsumi Yamaoka authored
* gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Work for the last MIME part in an article. (gnus-mime-display-single): Suppress excessive newlines between parts. * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied by leading or trailing newline.
-
Glenn Morris authored
* vc/emerge.el (emerge-temp-file-prefix): Make pointless option obsolete. (emerge-temp-file-mode): Make non-functional option obsolete.
-
Glenn Morris authored
* lisp/printing.el (subst-char-in-string, make-temp-file, pr-get-symbol): Optimize on Emacs, which has the relevant functions for ages.
-
- 13 May, 2014 7 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Stefan Monnier authored
-
Dmitry Antipov authored
* configure.ac (HAVE_XFIXES): Define if available. (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs. * src/Makefile.in (XFIXES_CFLAGS, XFIXES_LIBS): New var. * src/xfns.c (x_set_mouse_color): Do not call make_invisible_cursor here. (make_invisible_cursor): Move to... * src/xterm.c (make_invisible_cursor): ...here. (x_probe_xfixes_extension, xfixes_toggle_visible_pointer) (x_toggle_visible_pointer, x_setup_pointer_blanking): New functions. (x_term_init): Call to x_setup_pointer_blanking. (XTtoggle_invisible_pointer): Use blanking specific to this display. * src/xterm.h (struct x_display_info): New member toggle_visible_pointer.
-
Dmitry Antipov authored
* INSTALL: Mention it. * etc/PROBLEMS: Mention potential problems with --enable-link-time-optimization and clang on Fedora 20.
-
Michael Albinus authored
Use `unhandled-file-name-directory' when setting `default-directory', in order to circumvent stalled remote connections. Fixes: debbugs:17425
-
- 12 May, 2014 13 commits
-
-
Sam Steingold authored
-
Eli Zaretskii authored
doc/emacs/mule.texi (Language Environments): Remove unused @anchor.
-
Eli Zaretskii authored
doc/emacs/mule.texi (Language Environments): Fix @anchor placement.
-
Sam Steingold authored
-
Glenn Morris authored
Defcustoms docs do not need leading "*", for some years.
-
Stefan Monnier authored
(mpc-songs-hashcons): Shorten the Date field.
-
YAMAMOTO Mitsuharu authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Eric Schulte authored
* lisp/org/ob-screen.el (org-babel-screen-session-write-temp-file) (org-babel-screen-test): Use unpredictable names for temporary files. Fixes: debbugs:17416
-
Katsumi Yamaoka authored
-
Stefan Monnier authored
into autoloading just because of a silly indirection.
-
- 11 May, 2014 11 commits
-
-
Paul Eggert authored
* configure.ac (EMACS_CHECK_MODULES): Check for failed exit status of pkg-config, on older pkg-config versions that don't do it properly. Fixes: debbugs:17438
-
Stefan Monnier authored
(mouse-set-point): Handle multi-clicks. (mouse-set-region): Handle multi-clicks for drags. (mouse-drag-region): Update call accordingly. (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack. Use the normal event loop instead of a local while/read-event loop. (global-map): Remove redundant bindings for double/triple-mouse-1. * lisp/xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time. Generate synthetic down events when the protocol only sends up events. (xterm-mouse-last): Remove. (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down terminal parameter instead. (xterm-mouse--set-click-count): New function. (xterm-mouse-event): Detect/generate double/triple clicks. * lisp/reveal.el (reveal-close-old-overlays): Don't close while dragging.
-
Stefan Monnier authored
(Info-mode-font-lock-keywords): New var. (Info-mode): Use it.
-
Stefan Monnier authored
are a hindrance for C-x C-e.
-
Paul Eggert authored
Fixes: debbugs:17438
-
Paul Eggert authored
* autogen.sh (pkg_config_min): Make this at least 0.26. * configure.ac (PKG_PROG_PKG_CONFIG): Revert back to 0.9.0. Fixes: debbugs:17438
-
Glenn Morris authored
-
Paul Eggert authored
Earlier versions are buggy, as pkg-config --libs can output nothing, which causes xrandr link failures. * configure.ac (PKG_PROG_PKG_CONFIG): Bump from 0.9.0 to 0.26. Fixes: debbugs:17438
-
Santiago Payà i Miralta authored
Fixes: debbugs:17454
-
-
Leo Liu authored
-