]> git.eshelyaron.com Git - emacs.git/log
emacs.git
10 years agoepg: Adjust to GnuPG 2.1 key listing change
Daiki Ueno [Fri, 7 Nov 2014 02:31:12 +0000 (11:31 +0900)]
epg: Adjust to GnuPG 2.1 key listing change

* epg.el (epg--list-keys-1): Ignore fields after the 15th field
(bug#18979).  Reported by Hideki Saito.

10 years agopackage.el: Fix the last commit
Daiki Ueno [Thu, 6 Nov 2014 06:29:24 +0000 (15:29 +0900)]
package.el: Fix the last commit

10 years agopackage.el: Display output sent to stderr, when verification failed
Daiki Ueno [Thu, 6 Nov 2014 03:44:52 +0000 (12:44 +0900)]
package.el: Display output sent to stderr, when verification failed

* emacs-lisp/package.el (package--display-verify-error): New function.
(package--check-signature): Use it to display output sent to stderr.

10 years agoepg: Fix the last commit
Daiki Ueno [Thu, 6 Nov 2014 03:40:03 +0000 (12:40 +0900)]
epg: Fix the last commit

* epg.el (epg-context): Initialize ERROR-OUTPUT as "" instead of nil.

10 years ago* lisp/subr.el (pop): Don't call the getter twice.
Stefan Monnier [Thu, 6 Nov 2014 03:27:23 +0000 (22:27 -0500)]
* lisp/subr.el (pop): Don't call the getter twice.

Fixes: debbugs:18968
10 years ago* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
Stefan Monnier [Thu, 6 Nov 2014 03:16:41 +0000 (22:16 -0500)]
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
uses of `funcall'.

10 years agoepg: Improve error handling
Daiki Ueno [Thu, 6 Nov 2014 03:04:22 +0000 (12:04 +0900)]
epg: Improve error handling

* epa.el (epa-error-buffer): New variable.
(epa-display-error): New function.
(epa-decrypt-file, epa-verify-file, epa-verify-region)
(epa-delete-keys, epa-import-keys): Display output sent to stderr.
(epa-sign-file, epa-sign-region, epa-encrypt-region)
(epa-export-keys, epa-insert-keys): Display output sent to stderr.
Use setf instead of epg-context-set-*.
* epa-file.el (epa-file-insert-file-contents): Use
epa-display-error instead of epa-display-info.  Mimic the behavior
of jka-compr when decryption program is not found.
(epa-file-write-region): Use epa-display-error instead of
epa-display-info.

10 years ago* lisp/vc/vc/git.el: Fix previous.
Glenn Morris [Wed, 5 Nov 2014 23:12:07 +0000 (18:12 -0500)]
* lisp/vc/vc/git.el: Fix previous.
Move new code after vc-git-log-view-mode definition to avoid bootstrap error.
Ref: http://hydra.nixos.org/build/16795500

10 years ago* lisp/vc/vc.el (vc-region-history): New command.
Stefan Monnier [Wed, 5 Nov 2014 19:59:31 +0000 (14:59 -0500)]
* lisp/vc/vc.el (vc-region-history): New command.
(vc-print-log-internal): Use cl-some.
* lisp/vc/vc-git.el (vc-git-region-history): New function.
(vc-git-region-history-mode-map)
(vc-git--log-view-long-font-lock-keywords)
(vc-git-region-history-font-lock-keywords): New vars.
(vc-git-region-history-font-lock): New function.
(vc-git-region-history-mode): New major mode.

10 years agoRequire subst-x only at compile-time
Tassilo Horn [Wed, 5 Nov 2014 19:29:28 +0000 (20:29 +0100)]
Require subst-x only at compile-time

* lisp/net/eww.el (subr-x): Require subr-x at compile-time because eww
uses string-trim.

10 years ago* NEWS: Mention `url-user-agent'.
Ted Zlatanov [Wed, 5 Nov 2014 17:19:55 +0000 (12:19 -0500)]
* NEWS: Mention `url-user-agent'.

10 years agourl-http.el (url-user-agent): Add :version.
Ted Zlatanov [Wed, 5 Nov 2014 17:18:22 +0000 (12:18 -0500)]
url-http.el (url-user-agent): Add :version.

10 years agourl-http.el: introduce url-user-agent
Ted Zlatanov [Wed, 5 Nov 2014 16:06:40 +0000 (11:06 -0500)]
url-http.el: introduce url-user-agent

* url-http.el (url-user-agent): New variable, can be function or
string.  Suggested by Vibhav Pant <vibhavp@ubuntu.com>.

(url-http-user-agent-string): Use it.

* url-http.el (url-user-agent): New variable, can be function or
string.  Suggested by Vibhav Pant <vibhavp@ubuntu.com>.

10 years agoFix void-function string-trim error
Tassilo Horn [Wed, 5 Nov 2014 11:10:20 +0000 (12:10 +0100)]
Fix void-function string-trim error

* lisp/net/eww.el (subr-x): Require subr-x because eww uses
string-trim.

10 years agoepg: Collect output lines sent to stderr
Daiki Ueno [Wed, 5 Nov 2014 09:38:37 +0000 (18:38 +0900)]
epg: Collect output lines sent to stderr

* epg.el (epg-context): Add new slot ERROR-OUTPUT.
(epg-error-output): New buffer-local variable.
(epg--start): Initialize epg-error-output.
(epg--process-filter): Record output lines sent to stderr, in
epg-error-output.
(epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
slot of context.
* epa-file.el (epa-file-insert-file-contents): On error, display
output sent to stderr.
(epa-file-write-region): Likewise.

10 years agoMerge from emacs-24; up to 117669
Glenn Morris [Wed, 5 Nov 2014 05:08:57 +0000 (21:08 -0800)]
Merge from emacs-24; up to 117669

10 years agoRevert previous accidental commit
Glenn Morris [Wed, 5 Nov 2014 05:08:12 +0000 (21:08 -0800)]
Revert previous accidental commit

10 years agoMerge from emacs-24; up to 117669
Glenn Morris [Wed, 5 Nov 2014 05:04:30 +0000 (21:04 -0800)]
Merge from emacs-24; up to 117669

10 years ago* Makefile.in (install-info, uninstall): Use --no-print-directory.
Glenn Morris [Wed, 5 Nov 2014 05:01:47 +0000 (21:01 -0800)]
* Makefile.in (install-info, uninstall): Use --no-print-directory.
(QUIET_SUBMAKE): Remove.

Fixes: debbugs:18908
10 years ago* Makefile.in (install-info, uninstall): Restore pre-2012-12-13 solution
Glenn Morris [Wed, 5 Nov 2014 05:01:01 +0000 (21:01 -0800)]
* Makefile.in (install-info, uninstall): Restore pre-2012-12-13  solution
Do not merge to trunk.

Fixes: debbugs:18908
10 years ago* lisp/erc/erc.el (erc-send-input): Bind `str' dynamically.
Stefan Monnier [Tue, 4 Nov 2014 20:07:59 +0000 (15:07 -0500)]
* lisp/erc/erc.el (erc-send-input): Bind `str' dynamically.

Fixes: debbugs:18936
10 years agoSpelling fixes; tweak explanation of commit messages.
Paul Eggert [Tue, 4 Nov 2014 17:46:49 +0000 (09:46 -0800)]
Spelling fixes; tweak explanation of commit messages.

* admin/notes/repo: Avoid "DVCS" acronym without first explaining it.
Mention using the first line of a ChangeLog as the topic line, and
that commit messages should use UTF-8.
* lisp/mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".

10 years ago* net/eww.el (eww): Trim URL with `string-trim'.
Ted Zlatanov [Tue, 4 Nov 2014 16:31:33 +0000 (11:31 -0500)]
* net/eww.el (eww): Trim URL with `string-trim'.
Suggested by Vibhav Pant <vibhavp@gmail.com>.

10 years agoFix error messages from jit-stealth-lock when load-average returns nil.
Eli Zaretskii [Tue, 4 Nov 2014 16:30:48 +0000 (18:30 +0200)]
Fix error messages from jit-stealth-lock when load-average returns nil.

 lisp/jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
 returned by load-average.

10 years ago* net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
Michael Albinus [Tue, 4 Nov 2014 09:02:56 +0000 (10:02 +0100)]
* net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
a local copy; setting `inhibit-file-name-handlers' proper might be
more performant.

Fixes: debbugs:18751
10 years ago* lisp/mail/emacsbug.el (report-emacs-bug): Simplify interactive spec.
Glenn Morris [Tue, 4 Nov 2014 07:11:37 +0000 (23:11 -0800)]
* lisp/mail/emacsbug.el (report-emacs-bug): Simplify interactive spec.

10 years ago* lisp/mail/emacsbug.el (report-emacs-bug): No longer include recent-keys
Glenn Morris [Tue, 4 Nov 2014 07:07:04 +0000 (23:07 -0800)]
* lisp/mail/emacsbug.el (report-emacs-bug): No longer include recent-keys

Fixes: debbugs:18900
10 years agoeww readability tweak
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 23:46:20 +0000 (00:46 +0100)]
eww readability tweak

* net/eww.el (eww-score-readability): Don't count comments positively.

10 years agoshr typo fix from recent check-in
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 22:59:07 +0000 (23:59 +0100)]
shr typo fix from recent check-in

* net/shr.el (shr-retransform-dom): Typo fix.

10 years agoeww point positioning tweak
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 22:58:02 +0000 (23:58 +0100)]
eww point positioning tweak

(eww-display-html): Don't leave point inside forms.

10 years agoMinor readability parsing issues with SVC images
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 22:54:16 +0000 (23:54 +0100)]
Minor readability parsing issues with SVC images

* net/eww.el (eww-score-readability): Parse SVC images correctly.

* net/shr.el: Ditto.

10 years ago* lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
Stefan Monnier [Mon, 3 Nov 2014 22:48:30 +0000 (17:48 -0500)]
* lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
autoloading when specified as a lambda.
* lisp/emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
edebug-prin1-to-string already handles circularity.

10 years agoMinor `shr-retransform-dom' fix
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 22:38:26 +0000 (23:38 +0100)]
Minor `shr-retransform-dom' fix

* net/shr.el (shr-retransform-dom): Don't ignore elements that
have no children like <br />.

10 years ago* lisp/simple.el (execute-extended-command--last-typed): New var.
Stefan Monnier [Mon, 3 Nov 2014 22:27:26 +0000 (17:27 -0500)]
* lisp/simple.el (execute-extended-command--last-typed): New var.
(read-extended-command): Set it.
Don't complete obsolete commands.
(execute-extended-command--shorter-1)
(execute-extended-command--shorter): New functions.
(execute-extended-command): Use them to suggest shorter names.
(indicate-copied-region, deactivate-mark): Use region-active-p.

10 years agodoc/misc/auth.texi (Help for users): Explain quoting rules better
Teodor Zlatanov [Mon, 3 Nov 2014 22:21:25 +0000 (22:21 +0000)]
doc/misc/auth.texi (Help for users): Explain quoting rules better

10 years agoMerge from emacs-24; up to 2014-08-07T11:49:36Z!rrt@sc3d.org
Glenn Morris [Mon, 3 Nov 2014 21:49:37 +0000 (16:49 -0500)]
Merge from emacs-24; up to 2014-08-07T11:49:36Z!rrt@sc3d.org

10 years agoNEWS and comment trivia re crisp.el
Glenn Morris [Mon, 3 Nov 2014 21:47:16 +0000 (16:47 -0500)]
NEWS and comment trivia re crisp.el

10 years agoRemove `eww-colorize-region'
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 21:27:24 +0000 (22:27 +0100)]
Remove `eww-colorize-region'

(eww-colorize-region): Remove duplicate function.
(eww-tag-body): Use `shr-colorize-region'.

10 years agoeww compilation warning fix
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 20:33:32 +0000 (21:33 +0100)]
eww compilation warning fix

(url-queue): Require `url-queue' to avoid compilation warning.

10 years agoMake eww display PDFs inline
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 19:39:08 +0000 (20:39 +0100)]
Make eww display PDFs inline

* net/eww.el (eww-display-html): Clear `url-queue'.
(eww-display-pdf): New function.
(eww-render): Display PDFs with `doc-view'.

10 years ago* INSTALL: Remove univeral binary section.
Jan Djärv [Mon, 3 Nov 2014 18:36:15 +0000 (19:36 +0100)]
* INSTALL: Remove univeral binary section.

10 years agosrc/window.c (window_scroll_pixel_based): Fix a typo in a comment.
Eli Zaretskii [Mon, 3 Nov 2014 18:22:07 +0000 (20:22 +0200)]
src/window.c (window_scroll_pixel_based): Fix a typo in a comment.

10 years agoFix minor issues with functions that dump glyph matrices.
Eli Zaretskii [Mon, 3 Nov 2014 17:14:50 +0000 (19:14 +0200)]
Fix minor issues with functions that dump glyph matrices.

 src/xdisp.c (Fdump_glyph_matrix, Fdump_frame_glyph_matrix): Doc fix.
 (Fdump_frame_glyph_matrix): Don't segfault if invoked on a GUI
 frame; instead, print an error message.

10 years ago* net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
Michael Albinus [Mon, 3 Nov 2014 14:29:51 +0000 (15:29 +0100)]
* net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
local copy of FILENAME, when it is remote.

Fixes: debbugs:18751
10 years ago* net/eww.el (eww-list-bookmarks): Autoload.
Yoni Rabkin [Mon, 3 Nov 2014 13:22:43 +0000 (08:22 -0500)]
* net/eww.el (eww-list-bookmarks): Autoload.

10 years ago* nsfns.m (ns_set_doc_edited): Check for FRAME_NS.
Jan Djärv [Mon, 3 Nov 2014 07:15:11 +0000 (08:15 +0100)]
* nsfns.m (ns_set_doc_edited): Check for FRAME_NS.

Fixes: debbugs:18925
10 years agoAdd missing ChangeLog entry from previous checkin
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 01:03:07 +0000 (02:03 +0100)]
Add missing ChangeLog entry from previous checkin

10 years ago* net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 01:02:37 +0000 (02:02 +0100)]
* net/shr.el (shr-retransform-dom): Allow several text sub-nodes.

10 years agoMake titles in eww prettier
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 00:35:44 +0000 (01:35 +0100)]
Make titles in eww prettier

(eww-tag-title): Remove newlines and extra whitespace from the
displayed title.

10 years agoFix `eww-display-html' bug when passed an explicit DOM
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 00:30:41 +0000 (01:30 +0100)]
Fix `eww-display-html' bug when passed an explicit DOM

(eww-display-html): Don't try to decode the text if we've been
passed in a pre-parsed DOM.

10 years agoHave `R' in eww save the history
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 00:24:33 +0000 (01:24 +0100)]
Have `R' in eww save the history

(eww-readable): Save the history before displaying so that we can
go back to the non-readable version.

10 years agoFix charset problems with the `R' command in eww
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 00:16:21 +0000 (01:16 +0100)]
Fix charset problems with the `R' command in eww

* net/eww.el (eww-display-html): The charset is called `utf-8',
not `utf8'.
(eww-readable): Decode the saved text correctly.

10 years agoAdd a new, somewhat experimental "readability" command to eww
Lars Magne Ingebrigtsen [Mon, 3 Nov 2014 00:01:20 +0000 (01:01 +0100)]
Add a new, somewhat experimental "readability" command to eww

* net/eww.el (eww-readable): New command and keystroke.

* net/shr.el (shr-retransform-dom): New function.

10 years agoFix `eww-current-source' buffer confustion
Lars Magne Ingebrigtsen [Sun, 2 Nov 2014 23:02:01 +0000 (00:02 +0100)]
Fix `eww-current-source' buffer confustion

* net/eww.el (eww-display-html): Set `eww-current-source' in the
correct buffer.
(eww-view-source): Use it.

10 years agoChangeLog: Add bug numbers.
Ted Zlatanov [Sun, 2 Nov 2014 21:44:04 +0000 (16:44 -0500)]
ChangeLog: Add bug numbers.

10 years ago* net/eww.el (eww): Recognize colon-delimited IPv6 addresses..
Ivan Shmakov [Sun, 2 Nov 2014 21:40:30 +0000 (16:40 -0500)]
* net/eww.el (eww): Recognize colon-delimited IPv6 addresses..

10 years ago* net/eww.el (eww-submit): Encode empty form values as "".
Brian McKenna [Sun, 2 Nov 2014 21:34:40 +0000 (16:34 -0500)]
* net/eww.el (eww-submit): Encode empty form values as "".

10 years ago* net/eww.el (eww): Allow "file:/file/name" URLs.
Ivan Shmakov [Sun, 2 Nov 2014 21:06:52 +0000 (16:06 -0500)]
* net/eww.el (eww): Allow "file:/file/name" URLs.

10 years ago* net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
Ivan Shmakov [Sun, 2 Nov 2014 21:02:10 +0000 (16:02 -0500)]
* net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.

10 years agoFix memory leak
Jan Djärv [Sun, 2 Nov 2014 18:45:50 +0000 (19:45 +0100)]
Fix memory leak

* nsimage.m (allocInitFromFile:): Initialize bmRep.
(dealloc): Release bmRep.

10 years ago* nsimage.m (ImageList, imageListNext, imageListSetNext:)
Jan Djärv [Sun, 2 Nov 2014 18:43:22 +0000 (19:43 +0100)]
* nsimage.m (ImageList, imageListNext, imageListSetNext:)
(reference): Remove.
(allocInitFromFile:): Remove searching ImageList and calling
reference.
(dealloc): Remove handling if ImageList.

* nsterm.h (EmacsImage): Remove imageListNext, refCount, reference,
imageListSetNext, imageListNext.

Fixes: debbugs:18918
10 years agoFix incorrect assertion
Andreas Schwab [Sun, 2 Nov 2014 17:02:32 +0000 (18:02 +0100)]
Fix incorrect assertion

* process.c (catch_child_signal): Fix incorrect assertion.

10 years agoFix bug #18897 with printing large objects from eieio.el.
Eric Abrahamsen [Sun, 2 Nov 2014 15:24:33 +0000 (17:24 +0200)]
Fix bug #18897 with printing large objects from eieio.el.

 lisp/emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust
 for use as advice.
 (edebug-setup-hook): Advise `edebug-prin1-to-string'.

10 years ago* net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
Michael Albinus [Sun, 2 Nov 2014 11:22:56 +0000 (12:22 +0100)]
* net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
an error when the command fails; the return code must indicate.
(tramp-adb-send-command-and-check): Fix docstring.

10 years ago* lisp/emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1.
Stefan Monnier [Sun, 2 Nov 2014 05:46:04 +0000 (01:46 -0400)]
* lisp/emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1.
* lisp/progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.

Fixes: debbugs:18821
10 years agosql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
Michael R. Mauger [Sun, 2 Nov 2014 02:04:26 +0000 (22:04 -0400)]
sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
syntax, add new keywords, and parse longer keywords first.
(sql-redirect-one): Protect against empty command.
(sql-mode, sql-interactive-mode): Set `custom-mode-group\' property

10 years ago* sql.el (sql-interactive-mode, sql-stop): Correct fix for
Michael R. Mauger [Sat, 1 Nov 2014 22:14:01 +0000 (18:14 -0400)]
* sql.el (sql-interactive-mode, sql-stop): Correct fix for
Bug#16814 with let-bind of comint-input-ring variables around read
and save functions.

10 years agoClean up merge conflict.
Jan Djärv [Sat, 1 Nov 2014 20:06:49 +0000 (21:06 +0100)]
Clean up merge conflict.

* macfont.m (macfont_draw):
* nsterm.m (ns_mouse_position, judge): Clean up merge conflict.

10 years ago* doc/emacs/programs.texi (Misc for Programs): Fix typo.
Glenn Morris [Sat, 1 Nov 2014 18:09:33 +0000 (11:09 -0700)]
* doc/emacs/programs.texi (Misc for Programs): Fix typo.

10 years agoMerge from emacs-24; up to 117656
Glenn Morris [Sat, 1 Nov 2014 18:05:30 +0000 (11:05 -0700)]
Merge from emacs-24; up to 117656

10 years agoChangeLog simplification
Glenn Morris [Sat, 1 Nov 2014 17:33:29 +0000 (10:33 -0700)]
ChangeLog simplification

10 years agoFix ChangeLog typo
Glenn Morris [Sat, 1 Nov 2014 17:29:14 +0000 (10:29 -0700)]
Fix ChangeLog typo

10 years ago* net/tramp-cache.el (tramp-get-file-property)
Michael Albinus [Sat, 1 Nov 2014 16:47:09 +0000 (17:47 +0100)]
* net/tramp-cache.el (tramp-get-file-property)
(tramp-set-file-property): Check, that `tramp-cache-get-count-*'
and `tramp-cache-set-count-*' are bound.  Otherwise, there might
be compiler warnings.

* net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
Return -1 respective "UNKNOWN", if uid or gid cannot be determined.

10 years agoMake blink-parens work with a closing template delimiter.
Alan Mackenzie [Sat, 1 Nov 2014 15:56:16 +0000 (15:56 +0000)]
Make blink-parens work with a closing template delimiter.
progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
before calling blink-paren-function, so as to apply syntax-table
properties to the ">".

10 years agoIgnore BUFFER_SWITCH_EVENT events for the purposes of input-pending-p.
Eli Zaretskii [Sat, 1 Nov 2014 14:22:32 +0000 (16:22 +0200)]
Ignore BUFFER_SWITCH_EVENT events for the purposes of input-pending-p.

 src/keyboard.c (readable_events): When FLAGS include
 READABLE_EVENTS_FILTER_EVENTS, ignore BUFFER_SWITCH_EVENT events.
 This avoids returning non-nil from input-pending-p when only such
 events are in the queue.

Fixes: debbugs:18856
10 years agoFix bug #18856 with failure to fontify compilation buffers.
Eli Zaretskii [Sat, 1 Nov 2014 14:16:53 +0000 (16:16 +0200)]
Fix bug #18856 with failure to fontify compilation buffers.

 lisp/progmodes/compile.el (compilation-mode): Turn off deferred
 fontifications locally.

10 years ago* net/tramp-sh.el (tramp-send-command): Fix the case where the
Wolfgang Jenkner [Sat, 1 Nov 2014 14:08:00 +0000 (15:08 +0100)]
* net/tramp-sh.el (tramp-send-command): Fix the case where the
remote-echo connection property is non-nil.

Fixes: debbugs:18858
10 years agoBackport Tramp changes from trunk.
Michael Albinus [Sat, 1 Nov 2014 13:34:45 +0000 (14:34 +0100)]
Backport Tramp changes from trunk.

* 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.

10 years agonsselect.m cleanup, remove unused, declare vars static.
Jan Djärv [Sat, 1 Nov 2014 11:41:50 +0000 (12:41 +0100)]
nsselect.m cleanup, remove unused, declare vars static.

* nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME)
(NXPrimaryPboard, NXSecondaryPboard): Declare static.
(Qforeign_selection): Remove.
(ns_get_local_selection): Identation fix.
(syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks

10 years ago* lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.
Jan Djärv [Sat, 1 Nov 2014 11:37:14 +0000 (12:37 +0100)]
* lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.

* src/nsselect.m (ns_get_local_selection): Remove calling of
functions in Vselection_converter_alist.
(syms_of_nsselect): Remove Vselection_converter_alist.

Fixes: debbugs:18911
10 years agoAuto-commit of loaddefs files.
Glenn Morris [Sat, 1 Nov 2014 11:18:14 +0000 (07:18 -0400)]
Auto-commit of loaddefs files.

10 years agoCorrect name on yesterday's patch "Add "enum classs" support to C++ mode."
Alan Mackenzie [Sat, 1 Nov 2014 10:36:43 +0000 (10:36 +0000)]
Correct name on yesterday's patch "Add "enum classs" support to C++ mode."
to Daniel Colascione.

10 years agoAuto-commit of loaddefs files.
Glenn Morris [Sat, 1 Nov 2014 10:18:11 +0000 (06:18 -0400)]
Auto-commit of loaddefs files.

10 years ago* lisp/emacs-lisp/macroexp.el (macroexpand-1): New function.
Stefan Monnier [Fri, 31 Oct 2014 21:35:35 +0000 (17:35 -0400)]
* lisp/emacs-lisp/macroexp.el (macroexpand-1): New function.
(macroexp--expand-all): Unrelated tweaks.
* lisp/emacs-lisp/gv.el (gv-get): Use macroexpand-1.

Fixes: debbugs:18821
10 years ago* lisp/simple.el (newline): Add assertions to try and help catch bug#18913.
Stefan Monnier [Fri, 31 Oct 2014 20:57:59 +0000 (16:57 -0400)]
* lisp/simple.el (newline): Add assertions to try and help catch bug#18913.

10 years ago* macfont.m (macfont_glyph_extents): Turn off syntetic bold
Jan Djärv [Fri, 31 Oct 2014 18:41:07 +0000 (19:41 +0100)]
* macfont.m (macfont_glyph_extents): Turn off syntetic bold
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
10 years ago* lisp/emulation/cua-base.el (cua-delete-region): Use delete-active-region.
Stefan Monnier [Fri, 31 Oct 2014 15:31:27 +0000 (11:31 -0400)]
* lisp/emulation/cua-base.el (cua-delete-region): Use delete-active-region.
(cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.

Fixes: debbugs:18886
10 years ago* emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir was given.
Jan Djärv [Fri, 31 Oct 2014 15:18:36 +0000 (16:18 +0100)]
* emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir was given.

Fixes: debbugs:18846
10 years ago* font.c (copy_font_spec): Redesign to avoid Fcopy_alist
Dmitry Antipov [Fri, 31 Oct 2014 11:09:00 +0000 (14:09 +0300)]
* font.c (copy_font_spec): Redesign to avoid Fcopy_alist
and unnecessary initialization.  Adjust comments.

10 years agoadmin/ChangeLog: Fix a typo.
Eli Zaretskii [Fri, 31 Oct 2014 09:40:27 +0000 (11:40 +0200)]
admin/ChangeLog: Fix a typo.

10 years agoMinor fixes in the changes in preparation for git migration.
Eli Zaretskii [Fri, 31 Oct 2014 09:32:11 +0000 (11:32 +0200)]
Minor fixes in the changes in preparation for git migration.

 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.

10 years agoYet another change for git migration backported from trunk.
Glenn Morris [Fri, 31 Oct 2014 09:09:24 +0000 (11:09 +0200)]
Yet another change for git migration backported from trunk.

 lisp/version.el (emacs-bzr-version, emacs-bzr-get-version):
 Revert 2014-10-31 change.

10 years agoBackport from trunk more changes in preparation for git migration.
Eric S. Raymond [Fri, 31 Oct 2014 09:06:47 +0000 (11:06 +0200)]
Backport from trunk more changes in preparation for git migration.

 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.

10 years agoBackport changes in preparation for git migration from trunk.
Eric S. Raymond [Fri, 31 Oct 2014 09:03:23 +0000 (11:03 +0200)]
Backport changes in preparation for git migration from trunk.

 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.

10 years ago* lisp/progmodes/vhdl-mode.el: Doc grammar fixes.
Glenn Morris [Fri, 31 Oct 2014 04:14:27 +0000 (21:14 -0700)]
* lisp/progmodes/vhdl-mode.el: Doc grammar fixes.

10 years ago* etc/emacs.desktop: Add "Keywords".
Glenn Morris [Fri, 31 Oct 2014 04:10:19 +0000 (21:10 -0700)]
* etc/emacs.desktop: Add "Keywords".

10 years ago* doc/man/emacsclient.1: Tiny markup fix
Glenn Morris [Thu, 30 Oct 2014 23:18:53 +0000 (19:18 -0400)]
* doc/man/emacsclient.1: Tiny markup fix

10 years ago* lisp/startup.el (command-line): Remove pointless attempt to avoid statting fs
Glenn Morris [Thu, 30 Oct 2014 22:52:38 +0000 (18:52 -0400)]
* lisp/startup.el (command-line): Remove pointless attempt to avoid statting fs
; which expand-file-name doesn't even do.

10 years agoRestore cua-delete-copy-to-register-0 and M-v command.
Kim F. Storm [Thu, 30 Oct 2014 19:19:49 +0000 (15:19 -0400)]
Restore cua-delete-copy-to-register-0 and M-v command.
* 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
10 years ago* nsfns.m (ns_set_doc_edited): Do all logic (check frames) here
Jan Djärv [Thu, 30 Oct 2014 19:15:38 +0000 (20:15 +0100)]
* nsfns.m (ns_set_doc_edited): Do all logic (check frames) here
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).