| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Suggested by Angelo Graziosi in:
http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00431.html
* configure.ac: Change the default from --with-pop to
--without-pop. Adjust diagnostics to match.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac (AUTODEPEND_PARENTS): New var.
mkdir the dependency directories here, to simplify ‘make’.
Remove dependency files just before outputting Makefiles, so that
they are preserved if ‘configure’ exits early due to some other problem.
* lib/Makefile.in, lwlib/Makefile.in, oldXMenu/Makefile.in:
* src/Makefile.in: Adjust deps strategies to be similar, as follows:
(MKDEPDIR): Remove. All uses removed. This cuts down on the
number of processes spun off by ‘make’.
(clean mostlyclean): Remove $(DEPDIR) contents, not $(DEPDIR) itself.
(distclean): Remove $(DEPDIR) itself.
* lwlib/Makefile.in (all): Move to front, so that depdir includes
do not alter default action.
|
|
|
|
|
| |
* doc/misc/org.texi (noweb-ref): Simplify shell script example and
don’t use ‘tail -1’, which is not portable.
|
|
|
|
|
|
|
|
|
|
| |
Multipatches on N Git files save wrong backups for
N-1 files; only the last one has a correct backup (Bug#26084).
* lisp/vc/diff-mode.el (diff-file-junk-re): Add 'Prereq: '
* lisp/vc/ediff-ptch.el (ediff-map-patch-buffer): Use 'diff-file-junk-re'.
* test/lisp/vc/ediff-ptch-tests.el (ediff-ptch-test-bug25010):
Rename from ibuffer-test-bug25010.
(ediff-ptch-test-bug26084): New test.
|
|
|
|
|
|
|
|
| |
* lisp/ses.el (ses-recalculate-cell): Add optional argument
ses--curcell to avoid overwriting ses--curcell when function is
called from ses-recalculate-all. Update docstring accordingly.
(ses-recalculate-all): Call ses-recalculate-cell with argument
ses--curcell to avoid its overwriting.
|
|
|
|
|
|
|
|
|
|
|
| |
Problem reported by Robert Marshall in:
http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00501.html
Although this problem has been with us for a while, the recent
change from Automake to GNU Make exposed it again.
* configure.ac (AUTO_DEPEND): When autodepending, clean out any
leftover dependency and object files, since the previous sources'
dependencies may disagree with the current ones. Reconfiguring
typically needs to force a rebuild anyway.
|
|
|
|
|
|
| |
* lisp/play/dunnet.el (dun-endgame-question): Get or set
dun-endgame-questions one time only. Use dolist and an index to
prune the list.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This gets Emacs working again with HP-UX Itanium cc.
It incorporates:
2017-03-19 stdalign: tweak version# and test for HP-UX IA64
2017-03-18 stdalign: restore previous behavior for HP-UX IA64
2017-03-17 stat-time, timespec: Support header files in C++ mode
2017-03-17 stdalign: Make it work with HP-UX cc
2017-03-17 flexmember: try to detect HP-UX 11.31 cc bug
2017-03-16 stdint: Fix test compilation failure with HP-UX 11 cc.
2017-03-14 gnulib-tool: don't produce tests with only snippets
2017-03-14 limits-h: Make it work with HP-UX cc.
* etc/PROBLEMS: Remove now-obsolete entry for HP-UX 11.31.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* lib/limits.in.h, lib/stat-time.h, lib/stdalign.in.h:
* lib/stdint.in.h, lib/timespec.h, m4/flexmember.m4, m4/stdalign.m4:
Copy from gnulib.
|
| |
|
|
|
|
|
|
|
| |
* etc/NEWS: Remove stray entry.
* etc/NEWS.25: Copy from Emacs emacs-25 etc/NEWS.
* lisp/textmodes/rst.el (rst-package-emacs-version-alist):
Make it nondecreasing.
|
|\
| |
| |
| | |
d71e071 Improve documentation of interactive "r".
|
| |
| |
| |
| |
| | |
* doc/lispref/commands.texi (Interactive Codes): Mention that mark
must be set for "r" to work.
|
|\ \
| |/
| |
| |
| |
| | |
The following commit was skipped:
129d30e 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’.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a094732 * etc/PROBLEMS: Say that HP-UX cc doesn't work.
1925dd9 Fix duplicate wording in Emacs manual
6de8429 * lisp/paren.el (show-paren--default, show-paren-function): A...
2d671fd Fix wording in Emacs manual
a8766a2 Document how to customize input methods
6eb8995 * lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)
aceac95 Fix warning message about native completion (Bug#25984)
a314c1f Clarify documentation of 'raise' and 'height' display specs
f366f6e Mention problems with GPaste in PROBLEMS
6e788ef ; etc/PROBLEMS: Explain about the python+libedit problem (Bug...
6406618 Fix doc strings in info.el
c1ed152 ; * src/keyboard.c (Fposn_at_point): Fix last change.
eed9677 Fix doc string of 'posn-at-point'
0d5957e Documentation fix in elisp reference manual
|
| | |
|
| |
| |
| |
| |
| | |
* doc/emacs/programs.texi (Which Function): Delete duplicate
wording. (Bug#26098)
|
| | |
|
| |
| |
| |
| |
| | |
* doc/emacs/text.texi (Paragraphs): Fix a garbled sentence.
(Bug#26086)
|
| |
| |
| |
| |
| | |
* doc/emacs/mule.texi (Input Methods): Document how to customize
input methods.
|
| | |
|
| |
| |
| |
| |
| | |
* lisp/progmodes/python.el (python-shell-completion-native-turn-on-maybe):
The relevant variable is `python-shell-completion-native-enable'.
|
| |
| |
| |
| |
| |
| | |
* doc/lispref/display.texi (Other Display Specs): Clarify the
effect of 'height' display spec on the following 'raise'.
(Bug#25824)
|
| |
| |
| |
| |
| | |
* etc/PROBLEMS (GPaste): Mention the problem in yanking caused by
GPaste, and its solution. (Bug#25902)
|
| | |
|
| |
| |
| |
| |
| | |
* lisp/info.el (Info-selection-hook, Info-mode-hook)
(Info-edit-mode-hook): Doc fixes. (Bug#25794)
|
| | |
|
| |
| |
| |
| |
| | |
* src/keyboard.c (Fposn_at_point): Clarify the doc string.
(Bug#25796)
|
| |
| |
| |
| |
| | |
* doc/lispref/macros.texi (Defining Macros): Drop redundant mention
on 'declare' forms (Bug#25846).
|
|\ \
| |/
| |
| |
| |
| |
| | |
The following commits were skipped:
fe91ff2 ; Update ldef-boot.el for Emacs 25.1 release
4210210 ; Update ChangeLog.2 and AUTHORS files
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ec4226d * lisp/woman.el (woman): Fix docstring prefix arg description.
2b774fa Mention "editor" in Emacs man page header
ae60d0c Document problems with nerd-fonts
2fdb5a9 ; Details about pinning Emacs to w32 task bar
5c3105e * doc/lispref/modes.texi (Derived Modes): Make example more i...
4c51ef4 Clarify what is the "cursor"
8303c32 ; * etc/NEWS: Copyedits.
3f7493e ; Fix a typo in comment
c54cf8d Improve commentary in lisp.h
8b92f86 ; * admin/make-tarball.txt: Cross-reference admin/release-pro...
0ba9932 Disable native completion for ipython (Bug#25067)
38fc456 Fix a typo in ada-mode manual
00e75ba ; * src/coding.c (Fencode_coding_region): Fix a typo in the d...
a541c21 Clarify documentation of 'bufferpos-to-filepos' and 'filepos-...
# Conflicts:
# etc/NEWS
# etc/PROBLEMS
|
| | |
|
| |
| |
| |
| |
| | |
* doc/man/emacs.1.in: Mention "editor" in the header line.
(Bug#25771, Bug#25779)
|
| |
| |
| |
| |
| | |
* etc/PROBLEMS (fonts): Describe the potential problems with
nerd-fonts that cause slow display. (Bug#25697)
|
| |
| |
| |
| |
| | |
* nt/README.W32: Describe how to set up the pinned task-bar
shortcut for Emacs. (Bug#8268)
|
| | |
|
| |
| |
| |
| |
| | |
* doc/lispref/windows.texi (Window Point): Clarify the notion of
"cursor".
|
| | |
|
| |
| |
| |
| |
| | |
* lisp/vc/ediff-wind.el (ediff-setup-windows-multiframe-merge):
Fix a typo in comment.
|
| |
| |
| |
| |
| | |
* src/lisp.h: Explain in the comment why enlarging a Lisp_Misc
object is discouraged.
|
| | |
|
| |
| |
| |
| |
| | |
* lisp/progmodes/python.el:
(python-shell-completion-native-disabled-interpreters): Add "ipython".
|
| |
| |
| |
| |
| |
| | |
* doc/misc/ada-mode.texi (Project file variables): Add a missing
right bracket. Reported by Jean-Christophe Helary
<jean.christophe.helary@gmail.com>.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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)
|
|\ \
| |/
| |
| |
| |
| |
| | |
The following commits were skipped:
5e92111 Bump Emacs version to 25.2 RC1
a51f11d ; Update ChangeLog.2 and AUTHORS files
|
| |
| |
| |
| |
| |
| |
| |
| | |
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version.
* lisp/ldefs-boot.el: Update.
|