~ubuntu-elisp/emacs/+git/master:scratch/fix-snapshot-building

Last commit made on 2018-05-03
Get this branch:
git clone -b scratch/fix-snapshot-building https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
scratch/fix-snapshot-building
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

e10fb2f... by Phillip Lord

1

bd70536... by Phillip Lord

Fix windows snapshot building

* admin/nt/dist-build/build-zips.sh: Fix broken if statement

a2003f9... by Phillip Lord

* admin/nt/dist-build/build-zips.sh: Support building of branches

ef1deb4... by Paul Eggert

More porting to GCC 8 of --enable-gcc-warnings

* lwlib/lwlib-Xaw.h (xaw_update_one_value, xaw_popup_menu):
* lwlib/lwlib-Xlw.h (xlw_update_one_value, xlw_pop_instance):
* lwlib/lwlib.h (lw_allow_resizing, lw_set_main_areas) [!USE_MOTIF]:
No longer const.
* src/emacs-module.c: Ignore -Wcast-function-type.

8a65212... by Marco Wahl <email address hidden>

Fix next-page for dired (Bug#31061)

* lisp/textmodes/page-ext.el (next-page): Don't go back any pages if
COUNT is 0. For negative COUNT, end with point just after the last
delimiter.

Co-authored-by: Noam Postavsky <email address hidden>

74ff5ad... by "Basil L. Contovounesios" <email address hidden>

Minor simple.el simplifications (Bug#31211)

* lisp/simple.el (kill-append, push-mark, pop-mark):
Simplify conditionals and surrounding code.

f2c7454... by "Basil L. Contovounesios" <email address hidden>

Fix off-by-one history pruning (bug#31211)

* lisp/subr.el (add-to-history): Clarify docstring.
Protect against negative history-length and unnecessary variable
modification, as per read_minibuf.

* lisp/ido.el (ido-record-command):
* lisp/international/mule-cmds.el (deactivate-input-method):
(set-language-environment-input-method):
* lisp/isearch.el (isearch-done):
* lisp/minibuffer.el (read-file-name-default):
* lisp/net/eww.el (eww-save-history):
* lisp/simple.el (edit-and-eval-command, repeat-complex-command):
(command-execute, kill-new, push-mark):
* src/callint.c (Fcall_interactively):
* src/minibuf.c (read_minibuf): Delegate to add-to-history.

* test/lisp/simple-tests.el (command-execute-prune-command-history):
* test/src/callint-tests.el
(call-interactively-prune-command-history): New tests.

05e9477... by Glenn Morris

* lisp/textmodes/ispell.el (ispell-use-framepop-p): Doc fix.

9de7e32... by Glenn Morris

; * lisp/auth-source.el (auth-sources): Fix a comment.

a5246dc... by Michael Albinus

Adapt Tramp for auth-source

* lisp/net/tramp.el (tramp-read-passwd): auth-source could return
cascaded functions.