- 07 Feb, 2014 9 commits
-
-
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 14 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)
-
Stefan Monnier authored
with a space. Limit the symbols considered to the ones that are bound or fbound (bug#16646). Fixes: debbugs:16664
-
Glenn Morris authored
Ref: http://debbugs.gnu.org/15797#65 * doc/lispref/display.texi (Truncation): * doc/lispref/positions.texi (Screen Lines): Do not mention cache-long-scans. * src/buffer.c (cache-long-scans): Doc fix. * etc/NEWS: Related edit.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/misc/epa.texi (Mail-mode integration): Mention epa-mail-aliases. * lisp/epa.el (epa-mail-aliases): Doc fix. * etc/NEWS: Related edit.
-
Glenn Morris authored
* doc/lispintro/emacs-lisp-intro.texi (Recursive Patterns): * doc/misc/mh-e.texi, doc/misc/viper.texi: Do not use colons in index entries. Fixes: debbugs:16652
-
Glenn Morris authored
-
Dmitry Gutov authored
* lisp/minibuffer.el (completion-table-merge): New function. * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Use `completion-table-merge' instead of `completion-table-in-turn'. Fixes: debbugs:16604
-
- 05 Feb, 2014 14 commits
-
-
Paul Eggert authored
This incorporates: 2014-01-23 pthread: work around winpthread header pollution on mingw * lib/time.in.h: Update from gnulib. * doc/misc/texinfo.tex: Update from texinfo.
-
Martin Rudalics authored
-
Paul Eggert authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Michael Albinus authored
* net/tramp-sh.el (tramp-end-of-heredoc): New defconst. (tramp-sh-handle-set-file-acl) (tramp-sh-handle-start-file-process) (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered) (tramp-find-executable, tramp-send-command): Use it.
-
Michael Albinus authored
-
Martin Rudalics authored
* fringe.c (draw_fringe_bitmap_1): Don't draw a fringe if it's outside the window (Bug#16649).
-
Bastien Guerry authored
* syntax.c (Fforward_word): Call Fconstrain_to_field with ESCAPE-FROM-EDGE set to `nil' (Bug#16453).
-
Martin Rudalics authored
* xdisp.c (note_mouse_highlight): When entering a margin area show a non-text cursor (Bug#16647).
-
Glenn Morris authored
* etc/NEWS: Related edit.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/url/url-cookie.el (url-cookie-list): Doc fix. * doc/misc/url.texi (Cookies): Mention url-cookie-list command. * etc/NEWS: Related edit.
-
Lars Ingebrigtsen authored
-
- 04 Feb, 2014 3 commits
-
-
Fabián Ezequiel Gallina authored
(python-shell-send-string-no-output): Fix docstring. Fixes: debbugs:16547
-
Paul Eggert authored
It prompted a compile-time diagnostic on GNU/Linux. Simplify to remove the need for the label.
-
Anders Lindgren authored
the names. Fixes: debbugs:16620
-