Rob Browning [Tue, 15 May 2018 05:51:13 +0000 (00:51 -0500)]
record new upstream branch
Rob Browning [Tue, 12 Sep 2017 02:52:31 +0000 (21:52 -0500)]
Update debian/changelog for 25.2+1-6 release
Rob Browning [Tue, 12 Sep 2017 02:47:25 +0000 (21:47 -0500)]
Block remote code execution via enriched text
Add 0012-A-remote-execution-exploit-via-enriched-text-has-bee.patch to
fix the problem.
Thanks to David Bremner for the alert and Salvatore Bonaccorso for
reporting the problem to Debian.
Closes: 875447
Lars Ingebrigtsen [Sat, 9 Sep 2017 03:23:31 +0000 (20:23 -0700)]
A remote execution exploit via enriched text has been blocked
This upstream patch has been incorporated to fix the problem:
Remove unsafe enriched mode translations
* lisp/gnus/mm-view.el (mm-inline-text):
Do not worry about enriched or richtext type.
* lisp/textmodes/enriched.el (enriched-translations):
Remove translations for FUNCTION, display (Bug#28350).
(enriched-handle-display-prop, enriched-decode-display-prop): Remove.
Origin: backport, commit:
9ad0fcc54442a9a01d41be19880250783426db70)
Bug: https://bugs.gnu.org/28350
Bug-Debian: http://bugs.debian.org/875447
Forwarded: not-needed
Rob Browning [Tue, 12 Sep 2017 02:31:32 +0000 (21:31 -0500)]
Adjust debian/changelog for UNRELEASED 25.2+1-6 development
Rob Browning [Tue, 1 Aug 2017 04:35:08 +0000 (23:35 -0500)]
Update debian/changelog for 25.2+1-5 release
Rob Browning [Tue, 1 Aug 2017 04:27:59 +0000 (23:27 -0500)]
Build with -O0 on arm64 to avoid FTBS
Without this the build segfaults in marker.c when trying to construct
c-by.el.
cf. https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00798.html
Thanks to Gianfranco Costamagna for reporting the bug and Barry Warsaw
for suggesting the workaround.
Closes: 868165
Rob Browning [Tue, 1 Aug 2017 04:31:18 +0000 (23:31 -0500)]
Adjust debian/changelog for UNRELEASED 25.2+1-5 development
Rob Browning [Mon, 31 Jul 2017 03:33:22 +0000 (22:33 -0500)]
Update debian/changelog for 25.2+1-4 release
Rob Browning [Mon, 31 Jul 2017 02:47:45 +0000 (21:47 -0500)]
Disable eieio-test-method-order-list-6
Its behavior is unpredictable, and it was causing the armhf build to
fail:
https://debbugs.gnu.org/27878
https://debbugs.gnu.org/24503#21
Add 0011-Disable-eieio-test-method-order-list-6.patch to fix the
problem. Thanks to Glen Morris for pointing out the previous report.
Rob Browning [Mon, 31 Jul 2017 02:43:10 +0000 (21:43 -0500)]
Disable eieio-test-method-order-list-6
The eieio-test-method-order-list-6 test has been disabled
Its behavior is currently unpredictable.
Bug: https://debbugs.gnu.org/27878
Bug: https://debbugs.gnu.org/cgi/24503#21
Rob Browning [Mon, 31 Jul 2017 02:38:27 +0000 (21:38 -0500)]
Adjust debian/changelog for UNRELEASED 25.2+1-4 development
Rob Browning [Sat, 29 Jul 2017 17:00:52 +0000 (12:00 -0500)]
Update debian/changelog for 25.2+1-3 release
Rob Browning [Sat, 29 Jul 2017 17:26:01 +0000 (12:26 -0500)]
Don't downcase lookup paths in elisp-mode-tests
This caused the tests to fail under sbuild when the test path
contained uppercase characters.
Add 0010-Don-t-downcase-real-xref-in-elisp-mode-tests.patch to fix the
problem.
Rob Browning [Sat, 29 Jul 2017 16:50:27 +0000 (11:50 -0500)]
Don't downcase real xref in elisp-mode-tests
The elisp-mode-tests should no longer fail on case sensitive
filesystems when the build path contains uppercase characters.
Previously the code was downcasing the path for both comparison and
lookups.
Rob Browning [Fri, 28 Jul 2017 17:06:14 +0000 (12:06 -0500)]
Fix memory alignment problem causing FTBS on m68k
Thanks to John Paul Adrian Glaubitz for reporting the problem and
providing an earlier fix.
Closes: 868868
Andreas Schwab [Mon, 24 Jul 2017 23:12:50 +0000 (01:12 +0200)]
A memory alignment problem causing m68k failures has been fixed
This patch has been backported from upstream to fix m68k build
failures:
Properly align global lispsym
* lib-src/make-docfile.c (close_emacs_globals): Wrap struct
Lisp_Symbols inside struct.
* src/alloc.c (sweep_symbols): Update use of lispsym.
* src/lisp.h (builtin_lisp_symbol): Likewise.
Origin: backport, commit:
7a4d9f6304cffa39642507609605bcbfa40d4675
Bug-Debian: http://bugs.debian.org/868868
Forwarded: not-needed
Rob Browning [Fri, 28 Jul 2017 15:41:17 +0000 (10:41 -0500)]
Fix 0008-Don-t-provide-openssl-s_client-as-an-option-for-ssl... news
Fix README.Debian news entry for
0008-Don-t-provide-openssl-s_client-as-an-option-for-ssl-.patch
Rob Browning [Sat, 22 Apr 2017 17:02:00 +0000 (12:02 -0500)]
Don't provide openssl s_client as an option for ssl connections
openssl s_client is no longer a default for ssl connections
"s_client is a debug tool, it does not set up a secure connection, it
ignores all errors and just continues. It also doesn't do checks it
should be doing. This is all documented behaviour." -- Kurt Roeckx
Bug-Debian: https://bugs.debian.org/766397
Rob Browning [Sat, 22 Jul 2017 16:20:41 +0000 (11:20 -0500)]
Completely remove gconf support
Build --without-gconf for the emacs25 flavor (as we already do for
lucid and nox), since GConf has been deprecated for years.
Thanks to intrigeri for reporting the issue.
Closes: 869085
Rob Browning [Sat, 22 Jul 2017 16:10:14 +0000 (11:10 -0500)]
Actually run tests by default (fix DEB_BUILD_OPTIONS nocheck test)
Fix the inverted logic.
Thanks to John Paul Adrian Glaubitz for reporting the problem.
Closes: 869328
Rob Browning [Sat, 22 Jul 2017 15:49:06 +0000 (10:49 -0500)]
Adjust debian/changelog for UNRELEASED 25.2+1-3 development
Rob Browning [Tue, 11 Jul 2017 20:46:37 +0000 (15:46 -0500)]
Update debian/changelog for 25.2+1-2 release
Rob Browning [Tue, 11 Jul 2017 20:31:52 +0000 (15:31 -0500)]
Migrate to debhelper 10
Rob Browning [Tue, 11 Jul 2017 20:26:39 +0000 (15:26 -0500)]
Build all flavors from common build-src via VPATH
Instead of building each flavor from scratch in a completely
independent debian/build-FLAVOR directory, create debian/build-src and
then configure each build-FLAVOR via VPATH. Then the first flavor
built will handle all of the common bootstrapping, and subsequent
flavors will build much more quickly.
Rob Browning [Tue, 4 Jul 2017 15:24:14 +0000 (10:24 -0500)]
emacsXY-common: directly depend on install-info
Since Emacs qualifies as an info reader (Debian Policy 12.2). This
should make sure the info index is correctly created/updated at
install time.
Thanks to Francesco Potortì and NIIBE Yutaka for reporting the
problem.
Closes: 850808 863359
Rob Browning [Tue, 4 Jul 2017 15:35:04 +0000 (10:35 -0500)]
Adjust debian/changelog for UNRELEASED 25.2+1-2 development
Rob Browning [Sat, 1 Jul 2017 19:36:07 +0000 (14:36 -0500)]
Update debian/changelog for 25.2+1-1 release
Rob Browning [Sat, 1 Jul 2017 19:33:18 +0000 (14:33 -0500)]
Update debian/ for 25.2
Rob Browning [Sat, 1 Jul 2017 19:32:35 +0000 (14:32 -0500)]
Merge upstream version 25.2
Rob Browning [Mon, 10 Oct 2016 22:35:56 +0000 (17:35 -0500)]
Kill gpg agent in package-test.el to avoid a race
package-test.el should no longer fail during clean up.
* Previously a delete-directories call raced with the gpg agent's own
cleanup process (presumably triggered by the first deletion of one of
the agent's sockets). As a result, it looks like the agent might
delete one of its sockets after delete-directories had decided to
delete the socket, but before it made the attempt, causing an
exception.
* To fix the problem, explicitly ask gpg-connect-agent to kill the agent
before attempting to delete the gnupg home directory, and then delete
via "rm -rf" to ignore any vanishing files.
Rob Browning [Sat, 22 Apr 2017 17:02:00 +0000 (12:02 -0500)]
openssl s_client is no longer a default for ssl connections
"s_client is a debug tool, it does not set up a secure connection, it
ignores all errors and just continues. It also doesn't do checks it
should be doing. This is all documented behaviour." -- Kurt Roeckx
Bug-Debian: https://bugs.debian.org/766397
Rob Browning [Wed, 22 Oct 2014 00:10:17 +0000 (19:10 -0500)]
Don't try to build src/macuvs.h (via IVD_Sequences.txt)
These are OS X specific, and were removed for now, due to uncertainty
over the licensing.
Rob Browning [Tue, 5 Apr 2011 03:46:28 +0000 (22:46 -0500)]
Modify the output of (version) to indicate Debian modifications
The output of (version) has been modified to indicate Debian modifications.
Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
Rob Browning [Tue, 5 Apr 2011 03:46:25 +0000 (22:46 -0500)]
Adjust documentation references for Debian
Various documentation references have been adjusted for Debian.
References to /usr/local/... have been changed to /usr/... as
appropriate, etc.
Rob Browning [Tue, 5 Apr 2011 03:46:24 +0000 (22:46 -0500)]
Remove files that appear to be incompatible with the DFSG
Files that appear to be incompatible with the DFSG have been removed.
A number of files have been removed from this package because their
licenses are not compatible with the Debian Free Software Guidelines
(DFSG), or because it wasn't completely clear that their licenses are
compatible.
In particular, all of the files which are covered under the GFDL and
have invariant sections have been removed in accordance with this
General Resolution: http://www.debian.org/vote/2006/vote_001.
The files that have been removed, but still appear to be
distributable, have been moved to packages in Debian's non-free
section.
Author: Rob Browning <rlb@defaultvalue.org>
Added-by: Rob Browning <rlb@defaultvalue.org>
Status: new
Rob Browning [Tue, 5 Apr 2011 03:46:22 +0000 (22:46 -0500)]
Run debian-startup and set debian-emacs-flavor
Emacs runs debian-startup and sets debian-emacs-flavor.
* Emacs runs debian-startup during the startup process unless
site-run-file is false.
* The global variable debian-emacs-flavor is bound to 'emacs25.
Author: Rob Browning <rlb@defaultvalue.org>
Rob Browning [Sun, 7 Apr 2013 20:03:05 +0000 (15:03 -0500)]
Prefer /usr/share/info/emacs-MAJORVERSION
Emacs prefers /usr/share/info/emacs-MAJORVERSION to /usr/share/info.
The value of Info-default-directory-list has been augmented via
lisp/info.el to include /usr/share/info/emacs-MAJORVERSION before
/usr/share/info.
Rob Browning [Sat, 1 Jul 2017 19:32:14 +0000 (14:32 -0500)]
record new upstream branch
Rob Browning [Sat, 1 Jul 2017 19:30:28 +0000 (14:30 -0500)]
Adjust debian/changelog for UNRELEASED 25.2+1-1 development
Rob Browning [Sat, 24 Jun 2017 22:03:59 +0000 (17:03 -0500)]
Merge upstream version 25.2
Rob Browning [Sun, 23 Apr 2017 16:50:24 +0000 (11:50 -0500)]
Update debian/changelog for 25.1+1-4 release
Rob Browning [Sun, 23 Apr 2017 16:24:54 +0000 (11:24 -0500)]
Don't offer/use openssl s_client by default
"s_client is a debug tool, it does not set up a secure connection, it
ignores all errors and just continues. It also doesn't do checks it
should be doing. This is all documented behaviour." -- Kurt Roeckx
Add 0009-openssl-s_client-is-no-longer-a-default-for-ssl-conn.patch to
fix the problem. Thanks to Kurt Roeckx for reporting the issue.
Closes: 766397
Rob Browning [Sat, 22 Apr 2017 17:02:00 +0000 (12:02 -0500)]
openssl s_client is no longer a default for ssl connections
"s_client is a debug tool, it does not set up a secure connection, it
ignores all errors and just continues. It also doesn't do checks it
should be doing. This is all documented behaviour." -- Kurt Roeckx
Bug-Debian: https://bugs.debian.org/766397
Rob Browning [Sun, 23 Apr 2017 16:20:11 +0000 (11:20 -0500)]
Adjust debian/changelog for UNRELEASED 25.1+1-4 development
Nicolas Petton [Thu, 20 Apr 2017 15:24:06 +0000 (17:24 +0200)]
Set Emacs version to 25.2 and update AUTHORS file
* README: Set Emacs version to 25.2.
* etc/HISTORY: Add release log.
* lisp/ldefs-boot.el:
* etc/AUTHORS:
* ChangeLog.2: Update.
Noam Postavsky [Thu, 20 Apr 2017 01:43:05 +0000 (21:43 -0400)]
; Move stray item from admin/notes/repo to CONTRIBUTE
* admin/notes/repo: Remove stray item.
* CONTRIBUTE: Move it here, fix incorrect references to "branch".
Noam Postavsky [Wed, 19 Apr 2017 13:47:35 +0000 (09:47 -0400)]
; CONTRIBUTE: Remove stray header.
Eli Zaretskii [Tue, 18 Apr 2017 16:33:08 +0000 (19:33 +0300)]
Fix a typo in indexing the user manual
* doc/emacs/cmdargs.texi (General Variables): Fix a horrible typo.
Eli Zaretskii [Wed, 12 Apr 2017 19:44:00 +0000 (22:44 +0300)]
* lisp/menu-bar.el (kill-this-buffer): Doc fix. (Bug#26466)
Eli Zaretskii [Tue, 11 Apr 2017 09:40:37 +0000 (12:40 +0300)]
Document 'line-pixel-height'
* doc/lispref/display.texi (Size of Displayed Text): Document
line-pixel-height. Suggested by Tak Kunihiro
<tkk@misasa.okayama-u.ac.jp>. (Bug#26379)
Hong Xu [Tue, 13 Dec 2016 03:20:31 +0000 (19:20 -0800)]
* search.c (Fre_search_forward, Fre_search_backward): Improve doc (Bug#25193).
Noam Postavsky [Sun, 2 Apr 2017 03:15:46 +0000 (23:15 -0400)]
Mention that processes start in default-directory (Bug#18515)
* doc/lispref/processes.texi (Synchronous Processes):
(Asynchronous Processes):
* lisp/subr.el (start-process):
* src/callproc.c (call-process): Mention that the subprocess starts in
`default-directory' when local, suggest `start-file-process' and
`process-file' otherwise.
Noam Postavsky [Sat, 1 Apr 2017 21:54:26 +0000 (17:54 -0400)]
* src/xdisp.c (vmessage, message): Clarify commentary.
Glenn Morris [Sun, 2 Apr 2017 20:14:45 +0000 (13:14 -0700)]
Belated fixes for admin.el's M-x make-manuals-dist
* admin/admin.el (make-manuals-dist-output-variables): Additions.
(make-manuals-dist--1): Also copy docstyle.texi.
Tino Calancha [Fri, 31 Mar 2017 08:23:02 +0000 (17:23 +0900)]
default-directory: Remark that it must be a directory name
* src/buffer.c (default-directory): Update docstring (Bug#26272).
Tino Calancha [Fri, 31 Mar 2017 08:17:07 +0000 (17:17 +0900)]
Delete confuse statement in manual
* doc/misc/cl.texi (For Clauses): Delete confuse statement
and its example (Bug#23550).
Noam Postavsky [Sat, 25 Mar 2017 04:58:44 +0000 (00:58 -0400)]
Improve packaging documentation
* doc/lispref/package.texi (Packaging Basics):
* doc/lispref/tips.texi (Library Headers): Clarify some header
formats, relation between file headers and package
attributes (Bug#13281).
Eric Abrahamsen [Fri, 24 Mar 2017 19:10:06 +0000 (12:10 -0700)]
Expand manual section on quitting windows
* doc/lispref/windows.texi (Quitting Windows): Provide more
information about the elements of the quit-restore window parameter,
and how they affect the behavior of quit-restore-window.
Noam Postavsky [Fri, 24 Mar 2017 14:47:19 +0000 (10:47 -0400)]
Fix docstring of dabbrev-abbrev-char-regexp
* lisp/dabbrev.el (dabbrev-abbrev-char-regexp): Using a value of nil
is equivalent to "\\sw\\|\\s_", and has no special behavior. If the
previous character doesn't match, we search backwards for one that
does, not throw an error. Replace Lisp example with C based one to
make it clear that "symbol" means a sequence of word and symbol
constituent characters, not a Lisp symbol (Bug#358).
Johan Claesson [Mon, 5 Jan 2015 12:35:35 +0000 (13:35 +0100)]
* doc/misc/cl.texi (Iteration Clauses): Clarify example (Bug#19515).
Copyright-paperwork-exempt: yes
Eli Zaretskii [Sat, 25 Mar 2017 07:46:59 +0000 (10:46 +0300)]
;* doc/misc/info.texi (Choose menu subtopic): Improve indexing. (Bug#26236)
Noam Postavsky [Tue, 21 Mar 2017 13:03:47 +0000 (09:03 -0400)]
Narrow scope of modification hook renabling in org-src fontification
Modification hooks should be enabled while modifying text in the
org-src temp buffer, but in 2017-01-29 "Call modification hooks in
org-src fontify buffers" the hooks were enabled also for modifications
to the original org buffer. This causes fontification errors when
combined with certain packages, as reported in
http://lists.gnu.org/archive/html/emacs-orgmode/2017-03/msg00420.html.
* lisp/org/org-src.el (org-src-font-lock-fontify-block): Reduce scope
of inhibit-modification-hooks let-binding.
Paul Eggert [Sun, 19 Mar 2017 20:05:56 +0000 (13:05 -0700)]
; Spelling fix
Eli Zaretskii [Fri, 17 Mar 2017 19:10:17 +0000 (21:10 +0200)]
Improve documentation of interactive "r".
* doc/lispref/commands.texi (Interactive Codes): Mention that mark
must be set for "r" to work.
Thien-Thi Nguyen [Fri, 17 Mar 2017 09:16:44 +0000 (10:16 +0100)]
Fix bug: Range-check integer ‘alpha’ frame parm value
Typo introduced 2013-04-01, "Prefer < to >
in range checks such as 0 <= i && i < N".
* src/frame.c (x_set_alpha): Use ‘ialpha’, not ‘alpha’.
Paul Eggert [Fri, 17 Mar 2017 07:58:31 +0000 (00:58 -0700)]
* etc/PROBLEMS: Say that HP-UX cc doesn't work.
Eli Zaretskii [Tue, 14 Mar 2017 18:27:08 +0000 (20:27 +0200)]
Fix duplicate wording in Emacs manual
* doc/emacs/programs.texi (Which Function): Delete duplicate
wording. (Bug#26098)
Hong Xu [Wed, 2 Nov 2016 19:06:12 +0000 (12:06 -0700)]
* lisp/paren.el (show-paren--default, show-paren-function): Add docstring.
Eli Zaretskii [Mon, 13 Mar 2017 20:31:33 +0000 (22:31 +0200)]
Fix wording in Emacs manual
* doc/emacs/text.texi (Paragraphs): Fix a garbled sentence.
(Bug#26086)
Eli Zaretskii [Sat, 11 Mar 2017 15:56:15 +0000 (17:56 +0200)]
Document how to customize input methods
* doc/emacs/mule.texi (Input Methods): Document how to customize
input methods.
Eli Zaretskii [Sat, 11 Mar 2017 15:43:35 +0000 (17:43 +0200)]
* lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)
Noam Postavsky [Mon, 6 Mar 2017 04:15:32 +0000 (23:15 -0500)]
Fix warning message about native completion (Bug#25984)
* lisp/progmodes/python.el (python-shell-completion-native-turn-on-maybe):
The relevant variable is `python-shell-completion-native-enable'.
Eli Zaretskii [Sat, 4 Mar 2017 15:58:03 +0000 (17:58 +0200)]
Clarify documentation of 'raise' and 'height' display specs
* doc/lispref/display.texi (Other Display Specs): Clarify the
effect of 'height' display spec on the following 'raise'.
(Bug#25824)
Eli Zaretskii [Sat, 4 Mar 2017 09:17:40 +0000 (11:17 +0200)]
Mention problems with GPaste in PROBLEMS
* etc/PROBLEMS (GPaste): Mention the problem in yanking caused by
GPaste, and its solution. (Bug#25902)
Noam Postavsky [Wed, 1 Mar 2017 22:53:12 +0000 (17:53 -0500)]
; etc/PROBLEMS: Explain about the python+libedit problem (Bug#25753).
Eli Zaretskii [Sat, 25 Feb 2017 08:52:11 +0000 (10:52 +0200)]
Fix doc strings in info.el
* lisp/info.el (Info-selection-hook, Info-mode-hook)
(Info-edit-mode-hook): Doc fixes. (Bug#25794)
Eli Zaretskii [Sat, 25 Feb 2017 08:41:21 +0000 (10:41 +0200)]
; * src/keyboard.c (Fposn_at_point): Fix last change.
Eli Zaretskii [Sat, 25 Feb 2017 08:40:13 +0000 (10:40 +0200)]
Fix doc string of 'posn-at-point'
* src/keyboard.c (Fposn_at_point): Clarify the doc string.
(Bug#25796)
Tino Calancha [Fri, 24 Feb 2017 01:21:31 +0000 (10:21 +0900)]
Documentation fix in elisp reference manual
* doc/lispref/macros.texi (Defining Macros): Drop redundant mention
on 'declare' forms (Bug#25846).
Nicolas Petton [Tue, 21 Feb 2017 16:58:46 +0000 (17:58 +0100)]
; Update ldef-boot.el for Emacs 25.1 release
Nicolas Petton [Tue, 21 Feb 2017 16:37:43 +0000 (17:37 +0100)]
; Update ChangeLog.2 and AUTHORS files
Noam Postavsky [Sat, 18 Feb 2017 18:34:37 +0000 (13:34 -0500)]
* lisp/woman.el (woman): Fix docstring prefix arg description.
Eli Zaretskii [Sat, 18 Feb 2017 11:32:45 +0000 (13:32 +0200)]
Mention "editor" in Emacs man page header
* doc/man/emacs.1.in: Mention "editor" in the header line.
(Bug#25771, Bug#25779)
Eli Zaretskii [Sat, 18 Feb 2017 10:36:43 +0000 (12:36 +0200)]
Document problems with nerd-fonts
* etc/PROBLEMS (fonts): Describe the potential problems with
nerd-fonts that cause slow display. (Bug#25697)
Eli Zaretskii [Sat, 18 Feb 2017 10:25:38 +0000 (12:25 +0200)]
; Details about pinning Emacs to w32 task bar
* nt/README.W32: Describe how to set up the pinned task-bar
shortcut for Emacs. (Bug#8268)
Stefan Monnier [Mon, 13 Feb 2017 07:29:01 +0000 (02:29 -0500)]
* doc/lispref/modes.texi (Derived Modes): Make example more idiomatic
Eli Zaretskii [Sun, 12 Feb 2017 15:56:14 +0000 (17:56 +0200)]
Clarify what is the "cursor"
* doc/lispref/windows.texi (Window Point): Clarify the notion of
"cursor".
Glenn Morris [Sun, 12 Feb 2017 01:19:59 +0000 (17:19 -0800)]
; * etc/NEWS: Copyedits.
Tino Calancha [Fri, 10 Feb 2017 11:05:11 +0000 (20:05 +0900)]
; Fix a typo in comment
* lisp/vc/ediff-wind.el (ediff-setup-windows-multiframe-merge):
Fix a typo in comment.
Eli Zaretskii [Fri, 10 Feb 2017 10:12:49 +0000 (12:12 +0200)]
Improve commentary in lisp.h
* src/lisp.h: Explain in the comment why enlarging a Lisp_Misc
object is discouraged.
Glenn Morris [Wed, 8 Feb 2017 17:48:34 +0000 (12:48 -0500)]
; * admin/make-tarball.txt: Cross-reference admin/release-process.
Noam Postavsky [Wed, 8 Feb 2017 02:13:17 +0000 (21:13 -0500)]
Disable native completion for ipython (Bug#25067)
* lisp/progmodes/python.el:
(python-shell-completion-native-disabled-interpreters): Add "ipython".
Eli Zaretskii [Tue, 7 Feb 2017 16:29:02 +0000 (18:29 +0200)]
Fix a typo in ada-mode manual
* doc/misc/ada-mode.texi (Project file variables): Add a missing
right bracket. Reported by Jean-Christophe Helary
<jean.christophe.helary@gmail.com>.
Eli Zaretskii [Sun, 5 Feb 2017 19:55:21 +0000 (21:55 +0200)]
; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.
Eli Zaretskii [Sun, 5 Feb 2017 19:50:49 +0000 (21:50 +0200)]
Clarify documentation of 'bufferpos-to-filepos' and 'filepos-to-bufferpos'
* doc/lispref/nonascii.texi (Text Representations): Clarify that
'exact' value of QUALITY argument to 'bufferpos-to-filepos' and
'filepos-to-bufferpos' can lead to expensive and slow processing.
* lisp/international/mule-util.el (filepos-to-bufferpos)
(bufferpos-to-filepos): Doc fix. (Bug#25626)
Nicolas Petton [Fri, 3 Feb 2017 15:28:13 +0000 (16:28 +0100)]
Bump Emacs version to 25.2 RC1
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version.
* lisp/ldefs-boot.el: Update.
Nicolas Petton [Fri, 3 Feb 2017 15:00:17 +0000 (16:00 +0100)]
; Update ChangeLog.2 and AUTHORS files
Nicolas Petton [Fri, 3 Feb 2017 14:50:24 +0000 (15:50 +0100)]
* admin/make-tarball.txt: Add documentation regarding the release banner.
Nicolas Petton [Fri, 3 Feb 2017 14:32:01 +0000 (15:32 +0100)]
; Update ChangeLog.2 and AUTHORS files