- 08 Feb, 2014 15 commits
-
-
Lars Ingebrigtsen authored
Fixes: debbugs:15474
-
Lars Ingebrigtsen authored
Fixes: debbugs:15489
-
Lars Ingebrigtsen authored
Fixes: debbugs:15498
-
Lars Ingebrigtsen authored
Fixes: debbugs:15547
-
Juanma Barranquero authored
-
Lars Ingebrigtsen authored
Fixes: debbugs:15632
-
Lars Ingebrigtsen authored
* src/xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
-
Lars Ingebrigtsen authored
Fixes: debbugs:15791
-
Lars Ingebrigtsen authored
Fixes: debbugs:15865
-
Lars Ingebrigtsen authored
Fixes: debbugs:16025
-
Glenn Morris authored
Check {file,dir}-local-variables-alist, and buffer-file-name, in the correct buffer. This seems to have Just Worked in 24.3 - when and why did it change?
-
Lars Ingebrigtsen authored
Fixes: debbugs:16376
-
Ingo Lohmar authored
with no dir-locals file. Fixes: debbugs:16635
-
Glenn Morris authored
* doc/misc/auth.texi (GnuPG and EasyPG Assistant Configuration): Be agnostic about authinfo/authinfo.gpg default order. * lisp/gnus/auth-source.el (auth-sources): Doc fix. Fixes: debbugs:16642
-
Glenn Morris authored
Fixes: debbugs:16682
-
- 07 Feb, 2014 18 commits
-
-
Michael Albinus authored
-
Michael Albinus authored
(tramp-test27-start-file-process): Use "_p" as argument of lambda. (tramp-test28-shell-command): Improve `shell-command' test. Add `async-shell-command' tests.
-
Juanma Barranquero authored
-
Martin Rudalics authored
* window.c (window_resize_apply): Adjust margin width, if necessary.
-
Martin Rudalics authored
* window.c (window_body_height, window_body_width): Don't return negative value.
-
Martin Rudalics authored
* xdisp.c (window_box_width): Don't return less than zero. (window_box_left_offset, window_box_right_offset): Don't return more than the window's pixel width.
-
Juri Linkov authored
Fixes: debbugs:16157
-
Juri Linkov authored
Fixes: debbugs:16651
-
Juri Linkov authored
when enabling, and `desktop-auto-save-cancel-timer' when disabling. (desktop-auto-save-cancel-timer): New function with some code from `desktop-auto-save-set-timer'. (after-init-hook): Don't call `desktop-auto-save-set-timer'. Instead of setting `desktop-save-mode' to nil, call `desktop-save-mode' with arg 0. Fixes: debbugs:16630
-
Glenn Morris authored
* doc/emacs/display.texi (Highlight Interactively): Mention hi-lock-auto-select-face. * lisp/hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer) (hi-lock-face-buffer, hi-lock-face-phrase-buffer) (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks. * etc/NEWS: Related edits.
-
Glenn Morris authored
-
Glenn Morris authored
It is not necessary to say "default is..." since there are standard mechanisms for displaying that information.
-
Glenn Morris authored
-
Glenn Morris authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html * lisp/obsolete/iswitchb.el: Move to obsolete/. * lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition, since obsolete/ is not scanned for autoloads. * lisp/emacs-lisp/authors.el (authors-valid-file-names): Add iswitchb.el. * doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files. * doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb. * etc/NEWS: Related edits.
-
Glenn Morris authored
-
Glenn Morris authored
Disable now non-functional find-file-hook. Maybe somebody had (require 'meese) in their init file... If patcomp.el can live on in obsolete/, so can this.
-
Glenn Morris authored
-
Lars Ingebrigtsen authored
-
- 06 Feb, 2014 7 commits
-
-
David Engster authored
* grammars/c.by (function-pointer): Correctly deal with anonymous function pointers. (opt-brackets-after-symbol): New. (multi-stage-dereference): Use it. Add rules for explicit matching the last dereference.
-
Paul Eggert authored
-
Eli Zaretskii authored
src/w32.c (pMultiByteToWideChar, pWideCharToMultiByte): New variables: pointers through which to call the respective APIs. (filename_to_utf16, filename_from_utf16, filename_to_ansi) (filename_from_ansi, sys_link, check_windows_init_file): Call MultiByteToWideChar and WideCharToMultiByte through pointers. This is required on Windows 9X, where we dynamically load UNICOWS.DLL which has their non-stub implementations. (maybe_load_unicows_dll): Assign addresses to these 2 function pointers after loading UNICOWS.DLL. src/w32fns.c (Fx_file_dialog, Fw32_shell_execute) [!CYGWIN]: Call MultiByteToWideChar and WideCharToMultiByte through function pointers. src/w32.h (pMultiByteToWideChar, pWideCharToMultiByte): New declarations.
-
Michael Albinus authored
instead of ";" in order to avoid additional prompts. Let heredoc scripts read from tty. (Bug#16582) (tramp-send-command): No special handling of heredocs, it isn't necessary anymore.
-
Glenn Morris authored
-
Jan Djärv authored
for OSX >= 10.9 if separate spaces are used. (toggleFullScreen:): Use screen of w instead of fw. Fixes: debbugs:16659
-
Lars Ingebrigtsen authored
lisp/gnus/gnus-msg.el (gnus-summary-cancel-article): Allow cancelling articles that have a differing From address (bug#10808)
-