- 01 Nov, 2014 2 commits
-
-
Michael Albinus authored
* net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'. (tramp-adb-handle-write-region): Improve messages. (tramp-adb-maybe-open-connection): Don't set `tramp-current-*' variables. * net/tramp-cache.el (tramp-flush-file-function): Simplify check. Suppress debug messages. * net/tramp-ftp.el (top): Remove special handling for URL syntax. (tramp-ftp-file-name-handler): * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add. (tramp-gvfs-methods-mounttracker) (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled' during initialization. (tramp-gvfs-handle-delete-file): Flush file properties, not directory properties. (tramp-gvfs-handle-file-attributes): Use `string-to-number' when reading "unix::mode". (tramp-gvfs-handle-file-name-all-completions): Use "-h" option for "gvfs-ls". (tramp-gvfs-url-file-name): Apply `cons' where appropriate. `user' and `localname' could be nil. (tramp-gvfs-send-command): Simplify traces. * net/tramp-sh.el (vc-handled-backends, vc-bzr-program) (vc-git-program, vc-hg-program): Declare. (tramp-methods) <sftp>: Remove. It has never worked satisfactorily. (tramp-methods) <nc>: Add new method. (tramp-methods) <telnet>: Redirect stderr to "/dev/null". (tramp-methods) <plink, plinkx, pscp, psftp>: Improve `tramp-login-args'. (tramp-default-user-alist): Add "nc". (top): Remove completion function for "sftp". Add completion functions for "nc" and "psftp". (tramp-sh-handle-set-visited-file-modtime): (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'. (tramp-do-copy-or-rename-file-out-of-band): Use cached "remote-copy-args" value, if available. (Bug#18199) Tweak docstring. Implement support for "nc" method. (tramp-sh-handle-expand-file-name, tramp-local-coding-commands) (tramp-remote-coding-commands, tramp-call-local-coding-command): Tweak docstring. (tramp-sh-handle-start-file-process): Expand `default-directory'. (tramp-sh-handle-write-region): Tweak error message. (tramp-sh-handle-vc-registered): Remove backends when the remote binary does not exist. (tramp-open-connection-setup-interactive-shell): Prefer utf-8 coding. (Bug#17859) (tramp-find-inline-encoding): Do not raise an error. (tramp-make-copy-program-file-name): Tweak docstring. Handle also the "nc" case. Quote result also locally. (tramp-get-remote-id): Check also for "gid". (tramp-get-remote-python): * net/tramp-smb.el (tramp-smb-handle-copy-directory) (tramp-smb-handle-set-file-acl): Use `start-process'. (tramp-smb-handle-insert-directory): Use progress reporter. (tramp-smb-handle-rename-file): Flush also file properties of FILENAME. * net/tramp.el (tramp-methods): Tweak docstring. (tramp-file-name-handler): Apply `cons' where appropriate. (tramp-handle-file-accessible-directory-p): Check for `file-readable-p' instead of `file-executable-p'. (tramp-handle-shell-command): Use `display-buffer'. (Bug#18326) (tramp-handle-unhandled-file-name-directory): Return "/". (tramp-check-cached-permissions): Use `tramp-compat-file-attributes'. (tramp-call-process): Add new argument VEC. Adapt callees in all tramp*.el files. * net/trampver.el: Update release number.
-
Glenn Morris authored
-
- 31 Oct, 2014 11 commits
-
-
Stefan Monnier authored
-
Jan Djärv authored
if force_integral_p (i.e. no antialias). (macfont_draw): Check ns_antialias_text, also turn off syntetic bold if no antialias. Fixes: debbugs:18876
-
Stefan Monnier authored
(cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove. Fixes: debbugs:18886
-
Jan Djärv authored
Fixes: debbugs:18846
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/Makefile.in (repo-update): Fix a typo and slightly reword commentary. admin/notes/repo (Notes): Reword the stylistic guidance for commit log messages so that they are in line with Emacs development practices and style guidance.
-
Glenn Morris authored
lisp/version.el (emacs-bzr-version, emacs-bzr-get-version): Revert 2014-10-31 change.
-
Eric S. Raymond authored
admin/notes/bzr: Renamed to notes/repo, reorganixed to separate VCS-dependent from VCS-independent stuff. Added guidance about commit-comment format under DVCSes. admin/notes/BRANCH: Merged into notes/repo. lisp/version.el: Fix some fallback values to conform to the actual release number.
-
Eric S. Raymond authored
admin: Changes in several documents. autogen.sh: Neutralize language specific to a repository type. doc/misc/efaq-w32.texi: Neutralized language specific to a repository type. doc/misc/gnus-coding.txt: Neutralized language specific to a repository type. lisp/Makefile.in: Change some production names so they're neutral about the repository type.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 30 Oct, 2014 9 commits
-
-
Glenn Morris authored
-
Kim F. Storm authored
* lisp/delsel.el (delete-selection-save-to-register) (delsel--replace-text-or-position): New vars. (delete-active-region): Use them. (delete-selection-repeat-replace-region): New command, moved from cua-base.el. * lisp/emulation/cua-base.el (cua--repeat-replace-text): Remove var. (cua-repeat-replace-region): Move command to delsel.el. (cua--init-keymaps): Update binding accordingly. (cua-mode): Set delete-selection-save-to-register. Fixes: debbugs:18886
-
Jan Djärv authored
instead of in xdisp.c, function now takes void. * nsterm.h (ns_set_doc_edited): Declare taking no args. * xdisp.c (prepare_menu_bars): Remove HAVE_NS code. (redisplay_internal): Call ns_set_doc_edited if HAVE_NS (Bug#18884).
-
Jan Djärv authored
* nsterm.h (EmacsScroller): Replace Lisp_Object win with struct window*. Remove getMouseMotionPart. (ns_output): Make icon_top/left int. * nsterm.m (ns_mouse_position): Remove unused code. (initFrame:window:, dealloc): Use window instead of win. (getMouseMotionPart:window:x:y:): Remove, unused. (sendScrollEventAtLoc:fromEvent:): Make Lisp_Object win from window. Fixes: debbugs:18889
-
Samuel Bronson authored
Fixes: debbugs:9927
-
Stefan Monnier authored
(c-lang-defconst): * lisp/progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it. Fixes: debbugs:18845
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
- 29 Oct, 2014 1 commit
-
-
Eli Zaretskii authored
lisp/progmodes/compile.el (compilation-start): If compilation-scroll-output is non-nil, don't force window-start of the compilation buffer to be at beginning of buffer.
-
- 28 Oct, 2014 1 commit
-
-
Eli Zaretskii authored
src/fileio.c (Fexpand_file_name): Use make_unibyte_string, not build_string, when importing a home directory.
-
- 27 Oct, 2014 2 commits
-
-
Katsumi Yamaoka authored
Don't add image data for a non-graphic display; Don't shadow load-path, it blocks autoloading of find-image (bug#18813)
-
enami tsugutomo authored
[Backport] lisp/gnus/nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested to keep connection open
-
- 26 Oct, 2014 2 commits
-
-
Dani Moncayo authored
the top level. (Setting up Emacs): Minor rewording to be more accurate. Backported from trunk.
-
Eli Zaretskii authored
src/dispnew.c (buffer_posn_from_coords): Use WINDOW_WANTS_HEADER_LINE_P, not WINDOW_WANTS_MODELINE_P, to account for the header-line height.
-
- 24 Oct, 2014 1 commit
-
-
Eli Zaretskii authored
doc/emacs/frames.texi (Scroll Bars): Improve indexing of faces. doc/emacs/killing.texi (Secondary Selection): Improve indexing of faces. doc/emacs/search.texi (Basic Isearch, Query Replace): Improve indexing of faces. doc/emacs/display.texi (Standard Faces, Text Display) (Useless Whitespace): Improve indexing of faces.
-
- 23 Oct, 2014 5 commits
-
-
Tassilo Horn authored
* doc/emacs/misc.texi (Document View): Adapt to latest doc-view changes wrt viewing the document's plain text contents. [Backport] * lisp/doc-view.el (doc-view-open-text): View the document's plain text in the current buffer instead of a new one. (doc-view-toggle-display): Handle the case where the current buffer contains the plain text contents of the document. (doc-view-initiate-display): Don't switch to fallback mode if the user wants to view the doc's plain text. [Backport]
-
Eli Zaretskii authored
doc/emacs/frames.texi (Frame Commands): Document and index 'frame-resize-pixelwise'. doc/emacs/windows.texi (Split Window): Document and index 'window-resize-pixelwise'.
-
Eli Zaretskii authored
lisp/startup.el (fancy-about-text): Read the entire tutorial, not just its first 256 bytes.
-
Stefan Monnier authored
* lisp/emacs-lisp/cl-extra.el: Add missing provide. Fixes: debbugs:18804
-
Paul Eggert authored
-
- 22 Oct, 2014 5 commits
-
-
Eli Zaretskii authored
-
Stefan Monnier authored
all args are copyable. (=, <, >, <=, >=): Re-enable the optimization. Fixes: debbugs:18767
-
Stefan Monnier authored
trunk's 24.4.50.
-
YAMAMOTO Mitsuharu authored
* xdisp.c (erase_phys_cursor): Fix confusion between window-relative and text area-relative x-coordinates. [Backport]
-
YAMAMOTO Mitsuharu authored
-
- 21 Oct, 2014 1 commit
-
-
Eli Zaretskii authored
-