- 29 Dec, 2012 3 commits
-
-
Eli Zaretskii authored
src/w32proc.c (reader_thread): Avoid passing NULL handles to SetEvent and WaitForSingleObject.
-
Chong Yidong authored
-
Damien Cassou authored
-
- 28 Dec, 2012 7 commits
-
-
Martin Rudalics authored
-
Lars Ingebrigtsen authored
-
Glenn Morris authored
-
Martin Rudalics authored
* mail/rmail.el (rmail-maybe-display-summary): Rewrite (Bug#13066).
-
Andreas Schwab authored
-
Daiki Ueno authored
-
Paul Eggert authored
* conf_post.h (__has_attribute): New macro. (EXTERNALLY_VISIBLE): Use it. This ports to Clang 3.2.
-
- 27 Dec, 2012 14 commits
-
-
Wolfgang Jenkner authored
-
Juri Linkov authored
(Info-read-node-name-1): Complete node names in the Info file when a file name is given. Call `Info-build-node-completions' with a file name. (Info-build-node-completions): Add new arg `file'. When it is non-nil, visit it in a temporary buffer and cache its completions in `Info-current-file-completions'. Move most of the function body to `Info-build-node-completions-1'. (Info-build-node-completions-1): New function with the body from `Info-build-node-completions'. Fixes: debbugs:12456
-
Juri Linkov authored
(cycle-frame-maximized): Remove function. (toggle-frame-maximized): Rewrite and bind to M-<f10>. (toggle-frame-fullscreen): New command bound to <f11> instead of `toggle-frame-maximized'. http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
-
Sam Steingold authored
-
Michael Albinus authored
* net/tramp-adb.el (tramp-adb-file-name-handler-alist): * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler for `file-accessible-directory-p'. (Bug#13275)
-
Glenn Morris authored
* configure.ac (emacs_config_options): New. Use $@ rather than undocumented $ac_configure_args. Replace any embedded double quotes. Fixes: debbugs:13274
-
Sam Steingold authored
continuations, see <http://stackoverflow.com/questions/3582436>.
-
Lars Ingebrigtsen authored
lisp/gnus/gnus-msg.el (gnus-summary-resend-message): Don't bug out on non-string posting styles (bug#13285)
-
Andreas Schwab authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Fixes: debbugs:13264
-
Glenn Morris authored
* doc/lispref/files.texi (File Names): Mention Cygwin conversion functions. * src/cygw32.c (Fcygwin_convert_file_name_to_windows) (Fcygwin_convert_file_name_from_windows): Doc fixes. * etc/NEWS: Related markup.
-
Vitalie Spinu authored
* comint.el (comint-adjust-window-point): New function. (comint-postoutput-scroll-to-bottom): Call comint-adjust-window-point (Bug#13248).
-
- 26 Dec, 2012 13 commits
-
-
Gnus developers authored
2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org> * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte. 2012-12-25 Adam Sjøgren <asjo@koldfront.dk> * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than temporary file to get PGP key image. Pass no-show-photos when extracting image to avoid having it pop up twice. 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org> * gnus-art.el (gnus-article-treat-types): Include text/html as parts eligible for treatment.
-
Dmitry Gutov authored
Rakefile regexp. (auto-mode-alist): Associate .gemspec files with ruby-mode (https://bugs.ruby-lang.org/issues/5453).
-
Dmitry Gutov authored
"module" and "def" to have indentation before them. Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test). * test/automated/ruby-mode-tests.el (ruby-indent-after-block-in-continued-expression): New test.
-
Jürgen Hötzel authored
coloring, if possible (required for BusyBox based systems like CynagenMod). (tramp-adb-handle-file-attributes) (tramp-adb-handle-insert-directory) (tramp-adb-handle-file-name-all-completions): Use it. (tramp-adb-get-toolbox): New defun. Check for remote shell implementation (BusyBox or Toolbox).
-
Dmitry Antipov authored
-
Dmitry Antipov authored
is the address of a memory area containing Lisp_Objects, try to print them. * alloc.c (valid_lisp_object_p): Adjust comment.
-
Dmitry Antipov authored
defining a new Lisp data type.
-
Lars Ingebrigtsen authored
gnus-util.el (gnus-goto-colon): Move to the beginning of the visual lines. This makes summary commands with hidden threads work more reliably. gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion button to mark the hidden citations (bug#9395).
-
Glenn Morris authored
-
Dmitry Antipov authored
only if it's really needed. * frame.h (enum output_method): Remove output_mac member since it's a leftover from the deleted code. * frame.c (Fframep): Adjust user here ... * terminal.c (Fterminal_live_p): ... and here. * coding.c (Qmac): Now here because it's only used to denote end-of-line encoding type. (syms_of_coding): DEFSYM it. * frame.h (Qmac): Remove duplicated declaration.
-
Paul Eggert authored
* configure.ac (WARN_CFLAGS): Omit -Wstack-protector when configured with --enable-gcc-warnings. -Wstack-protector causes diagnostics to be issued on Ubuntu 12.10 x86-64.
-
Daiki Ueno authored
2012-12-26 Daiki Ueno <ueno@gnu.org> * mml2015.el (mml2015-epg-signature-to-string): New function. (mml2015-epg-verify-result-to-string): New function. (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify) (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string instead of epg-verify-result-to-string. (epg-signature-key-id, epg-signature-to-string): Autoload. (epg-verify-result-to-string): Remove autoload. 2012-12-25 Adam Sjøgren <asjo@koldfront.dk> * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo ID image from GPG public key. (mml2015-epg-key-image-to-string): New function.
-
Paul Eggert authored
-
- 25 Dec, 2012 3 commits
-
-
Katsumi Yamaoka authored
-
Adam Sjøgren authored
* epg.el (epg-signature-to-string): Use new functions epg-key-image, epg-key-image-to-string to find and display image from key.
-
Leo Liu authored
error when plstore-cache-passphrase-for-symmetric-encryption is set (bug#13264).
-