- 10 May, 2014 5 commits
-
-
Glenn Morris authored
* admin/admin.el (set-version-in-file): Don't set identical version. (set-version): Provide default version number. (set-version, set-copyright): Give start/end messages.
-
Glenn Morris authored
* printing.el (pr-version): * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
-
Glenn Morris authored
-
Stefan Monnier authored
(advice--member-p): If name is given, only compare the name. (advice--remove-function): Don't stop at the first match. (advice--normalize-place): New function. (add-function, remove-function): Use it. (advice--add-function): Pass the name, if any, to advice--remove-function.
-
Jan Djärv authored
instead of deprecated g_settings_list_schemas if possible. Fixes: debbugs:17434
-
- 09 May, 2014 6 commits
-
-
Philipp Rumpf authored
`pos' after modifying the buffer. Fixes: debbugs:17449
-
Stefan Monnier authored
-
Michael Albinus authored
(url-file-handler): Use it, in order to avoid recursive load.
-
Stephen Berman authored
Correct argument list to conform to todo-insert-item--basic.
-
Glenn Morris authored
rather than executable. This can't be any worse, and may be better in some situations. It may or may not fix bug#17330.
-
Glenn Morris authored
Fixes: debbugs:17444
-
- 08 May, 2014 9 commits
-
-
Juri Linkov authored
* lisp/dired.el (dired-check-switches, dired-switches-recursive-p): New functions. (dired-switches-escape-p, dired-move-to-end-of-filename): Use `dired-check-switches'. (dired-insert-old-subdirs, dired-build-subdir-alist) (dired-sort-R-check): Use `dired-switches-recursive-p'. Fixes: debbugs:17218
-
Glenn Morris authored
-
Glenn Morris authored
This is CVE-2014-3423. Fixes: debbugs:17428
-
Eli Zaretskii authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* test/automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781) (vc-bzr-test-faulty-bzr-autoloads): Give bzr a temporary home-directory, in case the real one is missing. Simply disabling logging wasn't enough.
-
Glenn Morris authored
This is for systems like hydra, where HOME can be read-only/absent. See e.g. <http://hydra.nixos.org/build/10870893>. * test/automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781) (vc-bzr-test-faulty-bzr-autoloads): Disable bzr logging.
-
Stefan Monnier authored
(xterm-mouse--read-event-sequence-1000): Return nil if something looks fishy. (xterm-mouse-event): Propagate it. (xterm-mouse-translate-1): Handle it. Fixes: debbugs:17378
-
- 07 May, 2014 5 commits
-
-
Paul Eggert authored
(C Integer Types): Mention bool_bf.
-
Paul Eggert authored
Fixes: debbugs:17430
-
-
Jarek Czekalski authored
* minibuf.c (read_minibuf): Initialize histval to Qnil if unbound. Move the initialization up to prevent any "value void" message.
-
Stephen Berman authored
* calendar/todo-mode.el (todo-insert-item--apply-args): When all four slots of the parameter list are filled, make sure to pass it to the argument list of todo-insert-item--basic.
-
- 06 May, 2014 10 commits
-
-
Stefan Monnier authored
Add optional `seen' argument to detect and break infinite loops. Fixes: debbugs:16994
-
Samuel Bronson authored
are matched. Fixes: debbugs:17413
-
Jarek Czekalski authored
* w32fns.c (Fx_show_tip): Add SWP_NOOWNERZORDER flag to SetWindowPos invocations.
-
Eli Zaretskii authored
lisp/emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs) (trace-unsafe, trace-use-tree): Make parentheses style be according to Emacs style.
-
Michael Albinus authored
* net/tramp-sh.el (tramp-uudecode): Replace the hard-coded temporary file name by a format specifier. (tramp-remote-coding-commands): Enhance docstring. (tramp-find-inline-encoding): Replace "%t" by a temporary file name.
-
Michael Albinus authored
setting in ~/.ssh/environment.
-
Michael Albinus authored
* net/tramp-sh.el (tramp-remote-process-environment): Remove HISTFILE and HISTSIZE; it's too late to set them here. Add :version entry. (tramp-open-shell): Do not let-bind `tramp-end-of-output'. Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send extra "PSx=..." commands. (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
-
Glenn Morris authored
-
Glenn Morris authored
The whole file looks obsolete and/or broken. * lisp/emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value. (find-gc-source-files): Update some names. (trace-call-tree): Simplify and update. Avoid predictable temp-file names.
-
Glenn Morris authored
-
- 05 May, 2014 5 commits
-
-
Stefan Monnier authored
Bug#15980. Fixes: debbugs:17375
-
Stefan Monnier authored
Always store button numbers in the same way in xterm-mouse-last; Don't burp is xterm-mouse-last is not set as expected. Never return negative indices. Fixes: debbugs:17378
-
Dmitry Gutov authored
Backtrack one char if the global/char-literal var matcher hits inside a string. The next char could be the beginning of an expression expansion. * test/automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign): New test.
-
Glenn Morris authored
since `macrop' works on autoloads. * test/automated/help-fns.el: New file. Fixes: debbugs:17410
-
Stefan Monnier authored
-