]> code.delx.au - gnu-emacs/log
gnu-emacs
9 years agoMerge from origin/emacs-24
Paul Eggert [Sat, 4 Apr 2015 21:58:35 +0000 (14:58 -0700)]
Merge from origin/emacs-24

dd3f567 Fix tramp-tests.el

Conflicts:
test/ChangeLog

9 years agoMerge from origin/emacs-24
Paul Eggert [Sat, 4 Apr 2015 21:58:01 +0000 (14:58 -0700)]
Merge from origin/emacs-24

The following commit was skipped:

1b70aa6 Fix bug#20233, do not merge with master

9 years ago(package--with-work-buffer-async): Protect macro arguments.
Artur Malabarba [Sat, 4 Apr 2015 19:44:59 +0000 (20:44 +0100)]
(package--with-work-buffer-async): Protect macro arguments.

9 years agoemacs-lisp/package.el: Don't overwrite downloads-in-progress.
Artur Malabarba [Sat, 4 Apr 2015 19:20:21 +0000 (20:20 +0100)]
emacs-lisp/package.el: Don't overwrite downloads-in-progress.

9 years agoQuote directory name in tramp-flush-directory-property
Michael Albinus [Sat, 4 Apr 2015 18:34:47 +0000 (20:34 +0200)]
Quote directory name in tramp-flush-directory-property

* net/tramp-cache.el (tramp-flush-directory-property): Quote directory
name when used in regexp.

9 years agoClose a timing hole in selections.
Jan D [Sat, 4 Apr 2015 14:10:06 +0000 (16:10 +0200)]
Close a timing hole in selections.

Fixes: debbugs:16737
* src/xselect.c (x_reply_selection_request)
(receive_incremental_selection): Call set_property_change_object
inside block_input.
(wait_for_property_change): Move set property_change_reply(_object)
outside of this function.
(set_property_change_object): New function.

9 years agoFix debbugs#20240 part two (jit-lock error during `comment-dwim').
Alan Mackenzie [Sat, 4 Apr 2015 10:26:31 +0000 (10:26 +0000)]
Fix debbugs#20240 part two (jit-lock error during `comment-dwim').

jit-lock.el (jit-lock-after-change): Widen the buffer before
putting 'fontified text properties.

9 years agoconfigure.ac: Update comment.
Ulrich Müller [Sat, 4 Apr 2015 08:10:11 +0000 (10:10 +0200)]
configure.ac: Update comment.

9 years agoPort 'configure' to clang 3.5
Paul Eggert [Fri, 3 Apr 2015 20:05:23 +0000 (13:05 -0700)]
Port 'configure' to clang 3.5

* configure.ac: Add -Wno-unknown-attributes if clang; otherwise
clang 3.5.0 (Fedora 21 x86-64) complains
"/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
'__alloc_size__' ignored".  Use -Werror when checking for -nopie;
otherwise clang warns about -nopie instead of failing, and then
later it warns everytime the build uses -nopie.

9 years agoFix Bug#20249
Michael Albinus [Fri, 3 Apr 2015 16:52:27 +0000 (18:52 +0200)]
Fix Bug#20249

Fixes: debbugs:20249
* net/tramp-cache.el (tramp-flush-file-property)
(tramp-flush-directory-property): Use `directory-file-name' of the
truename.

9 years agoDon't optimized away tool tip redraw, may lead to corrupted text.
Jan D [Fri, 3 Apr 2015 11:59:05 +0000 (13:59 +0200)]
Don't optimized away tool tip redraw, may lead to corrupted text.

* src/xterm.c (handle_one_xevent): Always redraw tool tips on
MapNotify.  Update tool tip frame sizes on ConfigureNotify.

9 years agopcmpl-ssh-known-hosts: Use `char-before' instead of `looking-back'.
Nicolas Richard [Fri, 3 Apr 2015 10:28:40 +0000 (12:28 +0200)]
pcmpl-ssh-known-hosts: Use `char-before' instead of `looking-back'.

Fixes: debbugs:17284
* lisp/pcmpl-unix.el (pcmpl-ssh-known-hosts): Use `char-before' instead
of `looking-back'.

9 years agoconfigure.ac: Add -nopie to LD_SWITCH_SYSTEM_TEMACS.
Ulrich Müller [Mon, 16 Mar 2015 16:09:54 +0000 (17:09 +0100)]
configure.ac: Add -nopie to LD_SWITCH_SYSTEM_TEMACS.

* configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it
is supported, in order to avoid segfaults in temacs.  (Bug#18784)

9 years ago; Tweak the previous change
Dmitry Gutov [Fri, 3 Apr 2015 04:13:14 +0000 (07:13 +0300)]
; Tweak the previous change

9 years agojs-mode: Don't indent inside a multiline string literal
Dmitry Gutov [Fri, 3 Apr 2015 03:37:12 +0000 (06:37 +0300)]
js-mode: Don't indent inside a multiline string literal

* lisp/progmodes/js.el (js-indent-line): Do nothing when bol is inside
a string (https://github.com/mooz/js2-mode/issues/227).

9 years agolisp/gnus/gnus-art.el (gnus-article-browse-html-parts): Make external links absolute...
Katsumi Yamaoka [Fri, 3 Apr 2015 03:18:52 +0000 (03:18 +0000)]
lisp/gnus/gnus-art.el (gnus-article-browse-html-parts): Make external links absolute and cid file names relative

9 years ago* lisp/abbrev.el (define-abbrev-table): Treat a non-string "docstring" as
Stefan Monnier [Thu, 2 Apr 2015 14:00:48 +0000 (10:00 -0400)]
* lisp/abbrev.el (define-abbrev-table): Treat a non-string "docstring" as

part of the "props" arguments rather than silently ignoring it.

9 years ago* lisp/emacs-lisp/lisp-mnt.el (lm-version): Don't burp in a non-file buffer.
Stefan Monnier [Thu, 2 Apr 2015 13:59:47 +0000 (09:59 -0400)]
* lisp/emacs-lisp/lisp-mnt.el (lm-version): Don't burp in a non-file buffer.

9 years agoFix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240.
Alan Mackenzie [Wed, 1 Apr 2015 19:12:07 +0000 (19:12 +0000)]
Fix the CC Mode fixes from 2015-03-30.  Fixes debbugs#20240.

* progmodes/cc-mode.el (c-extend-after-change-region): Widen before
applying text properties.
* progmodes/cc-langs.el (c-before-font-lock-functions): Update an entry
to a new function name.

9 years ago* emacs-lisp/package.el: Spelling fixes and use active voice.
Paul Eggert [Wed, 1 Apr 2015 17:21:47 +0000 (10:21 -0700)]
* emacs-lisp/package.el: Spelling fixes and use active voice.

9 years agoautomated/package-test.el (package-test-update-archives): Fix test
Artur Malabarba [Wed, 1 Apr 2015 16:55:52 +0000 (17:55 +0100)]
automated/package-test.el (package-test-update-archives): Fix test

9 years agoFix tramp-tests.el
Michael Albinus [Wed, 1 Apr 2015 15:04:07 +0000 (17:04 +0200)]
Fix tramp-tests.el

* automated/tramp-tests.el (tramp-test06-directory-file-name):
Fix docstring and last test.

9 years ago* automated/package-test.el: Avoid async while testing.
Artur Malabarba [Wed, 1 Apr 2015 15:00:09 +0000 (16:00 +0100)]
* automated/package-test.el: Avoid async while testing.

9 years ago; Auto-commit of loaddefs files.
Glenn Morris [Wed, 1 Apr 2015 10:21:35 +0000 (06:21 -0400)]
; Auto-commit of loaddefs files.

9 years ago* emacs-lisp/package.el: Make package-menu asynchronous.
Artur Malabarba [Wed, 1 Apr 2015 10:09:00 +0000 (11:09 +0100)]
* emacs-lisp/package.el: Make package-menu asynchronous.

(package-menu-async): New variable.  Controls whether
`list-packages' is asynchronous.
(list-packages): Now asynchronous by default.
(package-menu--new-package-list): Always buffer-local.
(package-menu--post-refresh)
(package-menu--find-and-notify-upgrades)
(package-menu--populate-new-package-list): New functions.

9 years ago* emacs-lisp/package.el: Implement asynchronous refreshing.
Artur Malabarba [Wed, 1 Apr 2015 10:03:43 +0000 (11:03 +0100)]
* emacs-lisp/package.el: Implement asynchronous refreshing.

(package--with-work-buffer-async)
(package--check-signature-content)
(package--update-downloads-in-progress): New functions.
(package--check-signature, package--download-one-archive)
(package--download-and-read-archives, package-refresh-contents):
Optional arguments for async usage.
(package--post-download-archives-hook): New variable. Hook run
after every refresh.

9 years agoFix bug#20233, do not merge with master
Michael Albinus [Wed, 1 Apr 2015 07:31:20 +0000 (09:31 +0200)]
Fix bug#20233, do not merge with master

* lisp/net/tramp.el (tramp-handle-unhandled-file-name-directory):
Return nil when required by the spec.  (Bug#20233)

9 years agolisp/gnus/registry.el (registry-prune): Fix registry pruning routine
Eric Abrahamsen [Wed, 1 Apr 2015 04:55:34 +0000 (04:55 +0000)]
lisp/gnus/registry.el (registry-prune): Fix registry pruning routine

9 years ago* admin/update_autogen (commit): Switch prefix from "# " to "; ".
Glenn Morris [Tue, 31 Mar 2015 21:47:14 +0000 (17:47 -0400)]
* admin/update_autogen (commit): Switch prefix from "# " to "; ".

9 years agoPete Williamson <petewil@chromium.org> (tiny change)
Simen Heggestøyl [Tue, 31 Mar 2015 18:26:48 +0000 (11:26 -0700)]
Pete Williamson <petewil@chromium.org> (tiny change)

Add NaCl target
* configure.ac: Add a target for Chromium Native Client (NaCl).

9 years agoDerive `css-mode' from `prog-mode'
Simen Heggestøyl [Tue, 31 Mar 2015 17:55:52 +0000 (19:55 +0200)]
Derive `css-mode' from `prog-mode'

* textmodes/css-mode.el (css-mode): Derive from `prog-mode'.

9 years agoAvoid crashing with key-chord (Bug#20223)
Eli Zaretskii [Tue, 31 Mar 2015 14:18:17 +0000 (17:18 +0300)]
Avoid crashing with key-chord  (Bug#20223)

 src/keyboard.c (read_key_sequence): Don't let
 this_single_command_key_start become negative.

9 years ago* lisp/jit-lock.el (jit-lock--run-functions): Fix min/max copy&paste error.
Stefan Monnier [Tue, 31 Mar 2015 13:35:42 +0000 (09:35 -0400)]
* lisp/jit-lock.el (jit-lock--run-functions): Fix min/max copy&paste error.

9 years ago* jit-lock.el (jit-lock--run-functions): Do the `or' where it can be nil.
Stefan Monnier [Tue, 31 Mar 2015 04:04:39 +0000 (00:04 -0400)]
* jit-lock.el (jit-lock--run-functions): Do the `or' where it can be nil.

9 years agoLet jit-lock know the result of font-lock-extend-region-functions.
Stefan Monnier [Tue, 31 Mar 2015 01:33:20 +0000 (21:33 -0400)]
Let jit-lock know the result of font-lock-extend-region-functions.

* lisp/jit-lock.el (jit-lock--run-functions): New function.
(jit-lock-fontify-now): Use it.  Handle fontification bounds more
precisely in case the backend functions fontify more than requested.
Don't round up to whole lines since that shouldn't be needed
any more.
* lisp/font-lock.el (font-lock-fontify-region-function): Adjust docstring.
(font-lock-inhibit-thing-lock): Make obsolete.
(font-lock-default-fontify-region): Return the bounds actually used.

* lisp/emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
Fix compilation error.

9 years agoplstore.el: Don't cache wrong passphrase
Daiki Ueno [Tue, 31 Mar 2015 01:14:13 +0000 (10:14 +0900)]
plstore.el: Don't cache wrong passphrase

* plstore.el (plstore--decrypt): Clear entry in
`plstore-passphrase-alist' if decryption failed (bug#20030).

9 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs
Artur Malabarba [Mon, 30 Mar 2015 23:56:56 +0000 (00:56 +0100)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs

9 years agoemacs-lisp/package.el: Reorganize package.el
Artur Malabarba [Sat, 28 Mar 2015 20:36:14 +0000 (20:36 +0000)]
emacs-lisp/package.el: Reorganize package.el

Reorganize package.el and divide it with page-breaks and comments

9 years ago* eieio-base.el (make-instance) <eieio-named>: New instance.
Stefan Monnier [Mon, 30 Mar 2015 21:51:50 +0000 (17:51 -0400)]
* eieio-base.el (make-instance) <eieio-named>: New instance.

9 years agoCorrect calculation of CC Mode's font-lock region.
Alan Mackenzie [Mon, 30 Mar 2015 16:37:04 +0000 (16:37 +0000)]
Correct calculation of CC Mode's font-lock region.

* cc-mode.el (c-fl-decl-start): Renamed from c-set-fl-decl-start.
* Change
signature such that nil is returned when no declaration is found.
(c-change-expand-fl-region): Renamed from c-change-set-fl-decl-start.
This now also handles expanding the font lock region to whole lines.
(c-context-expand-fl-region): Renamed from c-context-set-fl-decl-start.
This now also handles expanding the font lock region to whole lines.
(c-font-lock-fontify-region): When a change font lock region is
spuriously enlarged to the beginning-of-line by jit-lock, fontify the
extra bit separately from the region calculated by CC Mode.
(c-extend-after-change-region): Explicitly apply 'fontified properties
to
the extended bits of the font lock region.

* cc-langs.el (c-before-font-lock-functions)
(c-before-context-fontification-functions): Use new names for existing
functions (see above).

9 years agoIn sendmail-send-it don't switch to non-existent buffer. (Bug#20211)
Richard Ryniker [Mon, 30 Mar 2015 15:38:25 +0000 (17:38 +0200)]
In sendmail-send-it don't switch to non-existent buffer.  (Bug#20211)

* mail/sendmail.el (sendmail-send-it): Do not attempt to switch
to non-existent buffer (errbuf is not created when customization
variable mail-interactive is nil).  (Bug#20211)

9 years agoMerge from origin/emacs-24
Paul Eggert [Sun, 29 Mar 2015 21:24:19 +0000 (14:24 -0700)]
Merge from origin/emacs-24

4d2e7e1 Fixes: debbugs:19175
2e0cfcc Fix the preamble text of the DIR file we install  (Bug#20213)
22ece83 src/w32proc.c: Describe in a comment w32 subprocess implementation.

Conflicts:
ChangeLog
src/ChangeLog
src/xterm.c

9 years agoMerge from origin/emacs-24
Paul Eggert [Sun, 29 Mar 2015 21:14:37 +0000 (14:14 -0700)]
Merge from origin/emacs-24

The following commits were skipped:

8478885 Bump version to 24.5 for the release-candidate
118b6a9 (url-insert-file-contents): Set buffer-file-coding-system

9 years agoMerge from origin/emacs-24
Paul Eggert [Sun, 29 Mar 2015 21:14:15 +0000 (14:14 -0700)]
Merge from origin/emacs-24

5e0314f * smie.el (smie*ward-sexp-command): Don't pretend the arg is optional
13cf575 Don't round up scroll bar width with GTK3 (Bug#20182).
921dd0d * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.

Conflicts:
doc/lispref/ChangeLog
lisp/ChangeLog
src/ChangeLog

9 years agoSpelling fix
Paul Eggert [Sun, 29 Mar 2015 20:59:50 +0000 (13:59 -0700)]
Spelling fix

9 years agoFix 'commit-msg' to cite 'CONTRIBUTE'
Paul Eggert [Sun, 29 Mar 2015 20:03:55 +0000 (13:03 -0700)]
Fix 'commit-msg' to cite 'CONTRIBUTE'

As suggested in:
http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
Also, have the two files match better.
* CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
* build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.

9 years agoFixes: debbugs:19175
Jan D [Sun, 29 Mar 2015 19:16:23 +0000 (21:16 +0200)]
Fixes: debbugs:19175
* gtkutil.c (xg_display_open):
* xterm.c (x_display_ok, x_term_init): Block SIGIO when opening
a display.

9 years agoFix the preamble text of the DIR file we install (Bug#20213)
Eli Zaretskii [Sun, 29 Mar 2015 16:41:04 +0000 (19:41 +0300)]
Fix the preamble text of the DIR file we install  (Bug#20213)

 build-aux/dir_top (File): Fix the description of selecting a
 menu item by its number.

9 years agolisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images" to...
Adam Sjøgren [Sun, 29 Mar 2015 13:30:36 +0000 (13:30 +0000)]
lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images" to "Display" menu

9 years ago* doc/emacs/files.texi (Diff Mode): Doc fix.
Dani Moncayo [Sun, 29 Mar 2015 11:47:21 +0000 (13:47 +0200)]
* doc/emacs/files.texi (Diff Mode): Doc fix.

9 years ago* lisp/emacs-lisp/package.el (package-refresh-contents): Fix spelling error
Jan D [Sat, 28 Mar 2015 22:05:30 +0000 (23:05 +0100)]
* lisp/emacs-lisp/package.el (package-refresh-contents): Fix spelling error

9 years agosrc/w32proc.c: Describe in a comment w32 subprocess implementation.
Eli Zaretskii [Sat, 28 Mar 2015 17:37:47 +0000 (20:37 +0300)]
src/w32proc.c: Describe in a comment w32 subprocess implementation.

9 years agoChangeLog fix
Glenn Morris [Sat, 28 Mar 2015 17:33:43 +0000 (10:33 -0700)]
ChangeLog fix

Add tiny change marker to author without assignment.
NB there are several previous commits from the same author...

9 years agoNew `electric-pair-local-mode'
Tom Willemse [Sat, 28 Mar 2015 14:43:33 +0000 (14:43 +0000)]
New `electric-pair-local-mode'

Fixes: big#19528
* lisp/elec-pair.el (electric-pair-local-mode): New command.
(electric-pair-mode): Mention `electric-pair-local-mode' in the
docstring.

9 years agoDon't send bad SM messages.
Jan D [Sat, 28 Mar 2015 11:33:25 +0000 (12:33 +0100)]
Don't send bad SM messages.

* xsmfns.c (smc_save_yourself_CB): Return if Vinvocation_name or
user_login_name are not strings.

9 years agoFixes: debbugs:17879
Jan D [Sat, 28 Mar 2015 11:15:18 +0000 (12:15 +0100)]
Fixes: debbugs:17879
* lisp/emacs-lisp/package.el (package-refresh-contents): Add a message at
the end so it does not appear to have hanged.

9 years agoFix blocking connections on MS-Windows (Bug#20159)
Eli Zaretskii [Sat, 28 Mar 2015 07:36:01 +0000 (10:36 +0300)]
Fix blocking connections on MS-Windows  (Bug#20159)

 src/w32.c (sys_connect): Fix a mistake in previous commit that broke
 blocking connections.

9 years agoAvoid some core dumps in X session management
Paul Eggert [Fri, 27 Mar 2015 19:10:44 +0000 (12:10 -0700)]
Avoid some core dumps in X session management

Derived from a bug report by Nicolas Richard in:
http://bugs.gnu.org/20191#20
* xsmfns.c (smc_save_yourself_CB): Don't dump core if
invocation-name is not a string.  Initialize user-login-name if it
is not already initialized, and don't dump core if it is not a
string.
(create_client_leader_window): Don't dump core if x-resource-name
and x-resource-class are not both strings.
(x_session_initialize): Don't dump core if x-session-previous-id,
invocation-directory, and invocation-name are not strings.

9 years agoPort user-login-name initialization to Qnil == 0
Paul Eggert [Fri, 27 Mar 2015 18:57:44 +0000 (11:57 -0700)]
Port user-login-name initialization to Qnil == 0

* editfns.c (Fuser_login_name, Fuser_real_login_name)
(syms_of_editfns): Don't rely on all-bits-zero being an Elisp integer,
as this is no longer true now that Qnil == 0.

9 years agoPort etags to -DDEBUG
Paul Eggert [Fri, 27 Mar 2015 18:14:14 +0000 (11:14 -0700)]
Port etags to -DDEBUG

* etags.c (xnew, xrnew) [DEBUG]: Don't include chkmalloc.h, which
is not part of Emacs and is typically not installed.
Instead, just invoke xmalloc and xrealloc as usual.
Problem reported by Nicolas Richard in:
http://bugs.gnu.org/20191#20
(xrnew): Avoid no-longer-needed cast to 'char *'.
(xrealloc): First arg is now void *, not char *.

9 years agoAssume !BROKEN_NON_BLOCKING_CONNECT
Paul Eggert [Fri, 27 Mar 2015 17:36:15 +0000 (10:36 -0700)]
Assume !BROKEN_NON_BLOCKING_CONNECT

From a suggestion by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00824.html
* process.c (NON_BLOCKING_CONNECT): Simplify by assuming that
BROKEN_NON_BLOCKING_CONNECT is not defined.
(SELECT_CAN_DO_WRITE_MASK): Remove, and assume it's now true.

9 years agoFix crashes when restoring sub-char-tables from desktop file
Eli Zaretskii [Fri, 27 Mar 2015 13:16:36 +0000 (16:16 +0300)]
Fix crashes when restoring sub-char-tables from desktop file

 src/lread.c (substitute_object_recurse): For sub-char-tables, start
 the recursive SUBSTITUTE loop from index of 2, to skip the
 non-Lisp members of the sub-char-table.  See the discussion at
 http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00520.html
 for the details.

9 years agoFix the bug number of previous commit: should be bug #20159.
Eli Zaretskii [Fri, 27 Mar 2015 09:47:04 +0000 (12:47 +0300)]
Fix the bug number of previous commit: should be bug #20159.

9 years agoSupport non-blocking connect on MS-Windows (Bug#20207)
Eli Zaretskii [Fri, 27 Mar 2015 09:44:31 +0000 (12:44 +0300)]
Support non-blocking connect on MS-Windows  (Bug#20207)

 Based on ideas from Kim F. Storm <storm@cua.dk>, see
 http://lists.gnu.org/archive/html/emacs-devel/2006-12/msg00873.html.

 src/w32proc.c (reader_thread): If the FILE_CONNECT flag is set, call
 '_sys_wait_connect'.  If it returns STATUS_CONNECT_FAILED, exit
 the thread with code 2.
 (sys_select): Support 'wfds' in addition to 'rfds'.  If a
 descriptor in 'wfds' has its bit set, but the corresponding
 fd_info member doesn't have its FILE_CONNECT flag set, ignore the
 descriptor.  Otherwise, acknowledge a successful non-blocking
 connect by resetting the FILE_CONNECT flag and setting cp->status
 to STATUS_READ_ACKNOWLEDGED.
 src/w32.h (STATUS_CONNECT_FAILED): New enumeration value.
 (struct _child_process): New member 'errcode'.
 (FILE_CONNECT): New flag.
 (_sys_wait_connect): Add prototype.
 src/w32.c (pfn_WSAEnumNetworkEvents): New function pointer.
 (init_winsock): Load WSAEnumNetworkEvents from winsock DLL.
 (set_errno): Map WSAEWOULDBLOCK and WSAENOTCONN.
 (sys_connect): Support non-blocking 'connect' calls by setting the
 FILE_CONNECT flag in the fd_info member and returning EINPROGRESS.
 (_sys_read_ahead): Add debug message if this function is called
 for a descriptor that waits for a non-blocking connect to complete.
 (_sys_wait_connect): New function.
 (sys_read): Support STATUS_CONNECT_FAILED.  Return the error code
 recorded by _sys_wait_connect when the non-blocking connect
 failed.  Don't call WSAGetLastError before a call to set_errno had
 a chance to use its value, since WSAGetLastError clears the last
 error.

 nt/inc/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Don't define.

9 years agoBump version to 24.5 for the release-candidate emacs-24.5-rc1
Nicolas Petton [Fri, 27 Mar 2015 08:52:01 +0000 (09:52 +0100)]
Bump version to 24.5 for the release-candidate

9 years agoPreserve face text properties in comint prompt.
Wolfgang Jenkner [Fri, 27 Mar 2015 01:54:39 +0000 (02:54 +0100)]
Preserve face text properties in comint prompt.

Fixes: debbugs:20084
* lisp/font-lock.el (font-lock--remove-face-from-text-property): New
function.  Adapted from the previously commented out
remove-single-text-property.
Remove previously unused and commented out auxiliary function
remove-text-property and obsolete comment.
* lisp/comint.el (comint-output-filter): Use it to remove
comint-highlight-prompt.
(comint-snapshot-last-prompt, comint-output-filter): Use
font-lock-prepend-text-property for comint-highlight-prompt.
* test/automated/textprop-tests.el: New file.
(textprop-tests-font-lock--remove-face-from-text-property): New test.

Thus, the original face text property of a prompt "candidate" (the
last line of an output chunk not ending with a newline) is
preserved.  This amends the fix for bug#14744.

9 years agoShut up python-mode's indentation guesser
Daniel Colascione [Thu, 26 Mar 2015 20:44:45 +0000 (13:44 -0700)]
Shut up python-mode's indentation guesser

* lisp/progmodes/python.el
(python-indent-guess-indent-offset-verbose): New defcustom.
(python-indent-guess-indent-offset): Use it.

9 years ago(url-insert-file-contents): Set buffer-file-coding-system
Stefan Monnier [Thu, 26 Mar 2015 19:17:51 +0000 (15:17 -0400)]
(url-insert-file-contents): Set buffer-file-coding-system

Fixes: debbugs:20010
* lisp/url/url-handlers.el (url-insert-file-contents): Call
after-insert-file-set-coding like insert-file-contents, to set
buffer-file-coding-system.  [Backport]

9 years ago* lisp/emacs-lisp/cl|eieio: Minor tweaks
Stefan Monnier [Thu, 26 Mar 2015 17:32:45 +0000 (13:32 -0400)]
* lisp/emacs-lisp/cl|eieio: Minor tweaks

* lisp/emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Silence byte-compiler.

* lisp/emacs-lisp/eieio.el (defclass): Change internal name so as to make
sure only EIEIO files should have "eieio--" prefixes in their .elc.

9 years ago* smie.el (smie*ward-sexp-command): Don't pretend the arg is optional
Stefan Monnier [Thu, 26 Mar 2015 13:36:24 +0000 (09:36 -0400)]
* smie.el (smie*ward-sexp-command): Don't pretend the arg is optional

Fixes: debbugs:20205
* lisp/emacs-lisp/smie.el (smie-backward-sexp-command)
(smie-forward-sexp-command): Don't pretend the arg is optional.

9 years ago* lisp/bookmark.el (bookmark-show-all-annotations): Sort them
Boruch Baum [Thu, 26 Mar 2015 01:43:51 +0000 (21:43 -0400)]
* lisp/bookmark.el (bookmark-show-all-annotations): Sort them

Fixes: debbugs:20177
9 years agoSpelling fixes
Paul Eggert [Thu, 26 Mar 2015 01:19:29 +0000 (18:19 -0700)]
Spelling fixes

9 years agoOnly escape quotation mark, backslash and cntrl U+0000 to U+001F
Dmitry Gutov [Wed, 25 Mar 2015 19:54:29 +0000 (21:54 +0200)]
Only escape quotation mark, backslash and cntrl U+0000 to U+001F

* lisp/json.el (json-special-chars): Don't treat `/' specially, there's
no need to.
(json-encode-string): Only escape quotation mark, backslash and
the control characters U+0000 to U+001F.

9 years ago* etc/TODO: Remove obsolete entries.
Stefan Monnier [Wed, 25 Mar 2015 18:28:25 +0000 (14:28 -0400)]
* etc/TODO: Remove obsolete entries.

9 years agoemacs-lisp/checkdoc.el: Don't complain about args starting with _.
Artur Malabarba [Wed, 25 Mar 2015 17:48:15 +0000 (17:48 +0000)]
emacs-lisp/checkdoc.el: Don't complain about args starting with _.

9 years ago* international/mule-cmds.el: Show chars in C-x 8 RET completions
Stefan Monnier [Wed, 25 Mar 2015 17:45:34 +0000 (13:45 -0400)]
* international/mule-cmds.el: Show chars in C-x 8 RET completions

* lisp/international/mule-cmds.el (mule--ucs-names-annotation): New func.
(read-char-by-name): Use it.

9 years ago`save-excursion' does not save&restore the mark any more
Stefan Monnier [Wed, 25 Mar 2015 13:47:12 +0000 (09:47 -0400)]
`save-excursion' does not save&restore the mark any more

* src/editfns.c (save_excursion_save): Don't save the mark.
(save_excursion_restore): Don't restore the mark.
(Fsave_excursion): Fix docstring accordingly.

* doc/lispintro/emacs-lisp-intro.texi:
* doc/lispref/positions.texi (Excursions, Narrowing): `save-excursion' does
not save&restore the mark any more.

9 years ago* lisp/xt-mouse.el (xterm-mouse--read-number-from-terminal): Fix last commit.
Stefan Monnier [Wed, 25 Mar 2015 13:34:20 +0000 (09:34 -0400)]
* lisp/xt-mouse.el (xterm-mouse--read-number-from-terminal): Fix last commit.

9 years ago* lisp/erc/erc.el (erc-switch-to-buffer): Fix last change.
Stefan Monnier [Wed, 25 Mar 2015 12:53:44 +0000 (08:53 -0400)]
* lisp/erc/erc.el (erc-switch-to-buffer): Fix last change.

Fixes: debbugs:20187
9 years agoDon't round up scroll bar width with GTK3 (Bug#20182).
Martin Rudalics [Wed, 25 Mar 2015 10:17:30 +0000 (11:17 +0100)]
Don't round up scroll bar width with GTK3 (Bug#20182).

* gtkutil.c (update_theme_scrollbar_width): Don't round up
scroll bar width with GTK3 (Bug#20182).

9 years ago* lisp/emacs-lisp/seq.el: Documentation improvements
Nicolas Petton [Wed, 25 Mar 2015 08:21:14 +0000 (09:21 +0100)]
* lisp/emacs-lisp/seq.el: Documentation improvements

9 years ago* doc/misc/idlwave.texi: Fix typo in previous.
Glenn Morris [Wed, 25 Mar 2015 06:32:40 +0000 (23:32 -0700)]
* doc/misc/idlwave.texi: Fix typo in previous.

9 years ago* doc/misc/newsticker.texi (Supported Formats): Remove dead url.
Glenn Morris [Wed, 25 Mar 2015 06:29:34 +0000 (23:29 -0700)]
* doc/misc/newsticker.texi (Supported Formats): Remove dead url.

9 years ago* doc/misc/remember.texi (Function Reference): Copyedit.
Glenn Morris [Wed, 25 Mar 2015 06:28:58 +0000 (23:28 -0700)]
* doc/misc/remember.texi (Function Reference): Copyedit.

9 years agobrowse-url: mark some of the more obsolete stuff as such
Glenn Morris [Wed, 25 Mar 2015 06:26:48 +0000 (23:26 -0700)]
browse-url: mark some of the more obsolete stuff as such

* lisp/net/browse-url.el (browse-url-browser-function)
(browse-url-default-browser):
Remove obsolete items from the explicit listing.
(browse-url-new-window-flag, browse-url-of-file-hook): Doc fixes.
(browse-url-netscape-program, browse-url-netscape-arguments)
(browse-url-netscape-startup-arguments)
(browse-url-galeon-program, browse-url-galeon-arguments)
(browse-url-galeon-startup-arguments)
(browse-url-gnome-moz-program, browse-url-gnome-moz-arguments)
(browse-url-galeon-new-window-is-tab)
(browse-url-netscape-new-window-is-tab)
(browse-url-mosaic-program, browse-url-mosaic-arguments)
(browse-url-mosaic-pidfile, browse-url-CCI-port)
(browse-url-CCI-host, browse-url-netscape-version)
(browse-url-netscape, browse-url-netscape-sentinel)
(browse-url-netscape-reload, browse-url-netscape-send)
(browse-url-galeon, browse-url-galeon-sentinel)
(browse-url-gnome-moz, browse-url-mosaic, browse-url-cci)
(browse-url-w3-gnudoit): Make obsolete.

* etc/NEWS: Mention this.

* doc/misc/idlwave.texi (HTML Help Browser Tips): Remove obsolete info.

* lisp/ffap.el (ffap-url-fetcher): Simplify default and doc.

* lisp/x-dnd.el: Comment update.

9 years ago* doc/lispref/objects.texi (Equality Predicates): Fix typo in example.
Glenn Morris [Wed, 25 Mar 2015 05:42:42 +0000 (22:42 -0700)]
* doc/lispref/objects.texi (Equality Predicates): Fix typo in example.

9 years ago* lisp/xt-mouse.el: Add mouse-tracking support.
Olaf Rogalsky [Wed, 25 Mar 2015 01:04:00 +0000 (21:04 -0400)]
* lisp/xt-mouse.el: Add mouse-tracking support.

Fixes: debbugs:19416
* lisp/xt-mouse.el: Add mouse-tracking support.
(xterm-mouse-translate-1): Handle mouse-movement events.
(xterm-mouse--read-event-sequence-1000)
(xterm-mouse--read-event-sequence-1006): Delete functions.
(xterm-mouse--read-event-sequence): New function that handles both at
the same time.  Handle mouse-movements.
(xterm-mouse--read-utf8-char, xterm-mouse--read-number-from-terminal):
New functions.
(xterm-mouse-event): Simplify.
(xterm-mouse-tracking-enable-sequence)
(xterm-mouse-tracking-disable-sequence): Enable mouse tracking.

* lisp/mouse.el (mouse-drag-line): Also ignore `vertical-line' prefix events.

9 years agolisp/gnus/nnimap.el: Don't split imap messages back into original group
Eric Abrahamsen [Tue, 24 Mar 2015 22:12:58 +0000 (22:12 +0000)]
lisp/gnus/nnimap.el: Don't split imap messages back into original group

9 years agoExtend Tramp tests
Michael Albinus [Tue, 24 Mar 2015 19:08:52 +0000 (20:08 +0100)]
Extend Tramp tests

* automated/tramp-tests.el (tramp-test18-file-attributes)
(tramp--test-check-files): Extend tests.
(tramp-test31-utf8): Do not skip for tramp-adb.el.

9 years agoImprove special char handling in Tramp
Michael Albinus [Tue, 24 Mar 2015 19:05:00 +0000 (20:05 +0100)]
Improve special char handling in Tramp

* net/tramp-sh.el (tramp-do-file-attributes-with-ls)
(tramp-do-file-attributes-with-stat): Quote file names in output.
(tramp-do-directory-files-and-attributes-with-stat): Use "//" as marker.

9 years agoFix minor ldexp issues
Paul Eggert [Tue, 24 Mar 2015 18:42:53 +0000 (11:42 -0700)]
Fix minor ldexp issues

* doc/lispref/numbers.texi (Float Basics): Improve ldexp documentation.
* src/floatfns.c (Fldexp): Require 2 args.  Avoid undefined behavior
if the exponent is out of 'int' range.  Improve documentation.
Fixes: bug#20185
9 years agoepg-tests.el: Standardize license notice.
Glenn Morris [Tue, 24 Mar 2015 17:58:46 +0000 (13:58 -0400)]
epg-tests.el: Standardize license notice.

9 years agoMake process-running-child-p return foreground process group ID
Daniel Colascione [Tue, 24 Mar 2015 17:23:14 +0000 (10:23 -0700)]
Make process-running-child-p return foreground process group ID

* etc/NEWS: Mention change to `process-running-child-p`.

* src/process.c (Fprocess_running_child_p): Return number identifier of
the foreground process group if we know it.

9 years agoepg: Fix key generation interface
Daiki Ueno [Tue, 24 Mar 2015 07:32:08 +0000 (16:32 +0900)]
epg: Fix key generation interface

* epg.el (epg-start-generate-key): Fix typo in "gpg --gen-key"
invocation; make the PARAMETERS documentation clearer.

9 years agoAdd tests for epg.el
Daiki Ueno [Tue, 24 Mar 2015 05:46:35 +0000 (14:46 +0900)]
Add tests for epg.el

* automated/epg-tests.el: New file.
* automated/data/epg/pubkey.asc: New file.
* automated/data/epg/seckey.asc: New file.

9 years agoAdd cl-struct specific optimizations to pcase.
Stefan Monnier [Tue, 24 Mar 2015 03:40:06 +0000 (23:40 -0400)]
Add cl-struct specific optimizations to pcase.

* lisp/emacs-lisp/cl-macs.el (cl--struct-all-parents)
(cl--pcase-mutually-exclusive-p): New functions.
(pcase--mutually-exclusive-p): Advise to optimize cl-struct patterns.

* lisp/emacs-lisp/pcase.el (pcase--split-pred): Handle quoted string.

9 years agoAdd new `cl-struct' and `eieio' pcase patterns.
Stefan Monnier [Mon, 23 Mar 2015 22:24:30 +0000 (18:24 -0400)]
Add new `cl-struct' and `eieio' pcase patterns.

* lisp/emacs-lisp/cl-macs.el (cl-struct): New pcase pattern.
* lisp/emacs-lisp/eieio.el (eieio-pcase-slot-index-table)
(eieio-pcase-slot-index-from-index-table): New functions.
(eieio): New pcase pattern.
* lisp/emacs-lisp/pcase.el (pcase--make-docstring): New function.
(pcase): Use it to build the docstring.
(pcase-defmacro): Make sure the macro is lazy-loaded.
(\`): Move its docstring from `pcase'.

9 years agodoc/misc/efaq-w32.texi: Fix comments about font dialog.
Eli Zaretskii [Mon, 23 Mar 2015 17:55:23 +0000 (19:55 +0200)]
doc/misc/efaq-w32.texi: Fix comments about font dialog.

9 years agoMerge from origin/emacs-24
Paul Eggert [Mon, 23 Mar 2015 17:30:33 +0000 (10:30 -0700)]
Merge from origin/emacs-24

ad89f85 Another minor improvement in ELisp manual  (Bug#20168)
5e2951b Improve docs of 'posn-actual-col-row'  (Bug#20169)
1291ce1 Minor documentation fix in ELisp manual  (Bug#20174)
33e2236 * display.texi (Useless Whitespace): Fix thinko.
ff3878d * configure.ac: Fix jpeg version check to work with gcc >= 5.
90b46f5 Work for the case nnmail-expiry-target is an nnmh group (bug#20170)
e7f92aa authors.el small additions
0bfe915 * etc/PROBLEMS: Add entry about dir-locals and some auto-mounters.
c3c4b75 Fixes: debbugs:18939

Conflicts:
ChangeLog
doc/lispref/ChangeLog
etc/PROBLEMS
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/simple.el

9 years agoMerge from origin/emacs-24
Paul Eggert [Mon, 23 Mar 2015 17:17:43 +0000 (10:17 -0700)]
Merge from origin/emacs-24

The following commit was skipped:

a4ff05a ChangeLog fix No need to merge to trunk, since it corrects a backported entry that should not appear in trunk.