summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Regenerate AUTHORS and ldefs-boot.elemacs-24.3.91Glenn Morris2014-05-11
|
* Bump version to 24.3.91Glenn Morris2014-05-11
|
* ob-screen tempfile fixesEric Schulte2014-05-11
| | | | | | | * lisp/org/ob-screen.el (org-babel-screen-session-write-temp-file) (org-babel-screen-test): Use unpredictable names for temporary files. Fixes: debbugs:17416
* * lisp/emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooledStefan Monnier2014-05-12
| | | | into autoloading just because of a silly indirection.
* * src/fileio.c (Ffile_executable_p): Doc tweak.Glenn Morris2014-05-10
|
* * lisp/vc/vc-hg.el (vc-hg-unregister): New function (tiny change)Santiago Payà i Miralta2014-05-10
| | | | Fixes: debbugs:17454
* Move lisp/emacs-lisp/find-gc.el to admin/Glenn Morris2014-05-10
| | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00118.html
* Fix ChangeLog typoGlenn Morris2014-05-10
|
* admin.el tweaksGlenn Morris2014-05-10
| | | | | | * 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.
* Also mention bug-gnu-emacs in (ps-)print.el version stringsGlenn Morris2014-05-10
| | | | | * printing.el (pr-version): * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
* * browse-url.el (browse-url-mosaic): Create /tmp/Mosaic.PID as a private file.Glenn Morris2014-05-10
|
* * lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.Stefan Monnier2014-05-10
| | | | | | | | | (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.
* * xsettings.c (init_gsettings): Use g_settings_schema_source_lookupJan Djärv2014-05-10
| | | | | | instead of deprecated g_settings_list_schemas if possible. Fixes: debbugs:17434
* * lisp/electric.el (electric-indent-post-self-insert-function): Don't usePhilipp Rumpf2014-05-09
| | | | | | `pos' after modifying the buffer. Fixes: debbugs:17449
* * lisp/subr.el (function-put): Add function.Stefan Monnier2014-05-09
|
* * url-handlers.el (url-file-handler-load-in-progress): New defvar.Michael Albinus2014-05-09
| | | | (url-file-handler): Use it, in order to avoid recursive load.
* * calendar/todo-mode.el (todo-insert-item-from-calendar):Stephen Berman2014-05-09
| | | | Correct argument list to conform to todo-insert-item--basic.
* * files.el (cd-absolute): Test if directory is accessibleGlenn Morris2014-05-08
| | | | | | | rather than executable. This can't be any worse, and may be better in some situations. It may or may not fix bug#17330.
* * compile.el (recompile): Handle C-u M-x recompile from non-compilation bufferGlenn Morris2014-05-08
| | | | Fixes: debbugs:17444
* Backport dired-check-switches from trunk.Juri Linkov2014-05-08
| | | | | | | | | | * 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
* Add CVE numbers for recent issues to ChangeLogsGlenn Morris2014-05-08
|
* * browse-url.el (browse-url-mosaic): Be careful when writing /tmp/Mosaic.PID.Glenn Morris2014-05-08
| | | | | | This is CVE-2014-3423. Fixes: debbugs:17428
* nt/INSTALL: Minor rearrangement of text for clarity.Eli Zaretskii2014-05-08
|
* * test/automated/vc-bzr.el: Tweak previous to use BZR_HOME rather than HOMEGlenn Morris2014-05-08
|
* Fix comment typo in previousGlenn Morris2014-05-08
|
* test/automated/vc-bzr.el: revise previous changeGlenn Morris2014-05-07
| | | | | | | * 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.
* test/automated/vc-bzr.el: disable bzr's loggingGlenn Morris2014-05-07
| | | | | | | | 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.
* * lisp/xt-mouse.el: Drop spurious/oddly shaped events.Stefan Monnier2014-05-07
| | | | | | | | (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
* * internals.texi (C Dialect): New section.Paul Eggert2014-05-07
| | | | (C Integer Types): Mention bool_bf.
* * minibuf.c (read_minibuf): Avoid C99ism in previous patch.Paul Eggert2014-05-07
| | | | Fixes: debbugs:17430
* Standardize case of "Front-Cover Texts" in texi file permissions notices.Glenn Morris2014-05-07
| | | | Ref: http://lists.gnu.org/archive/html/bug-texinfo/2014-05/msg00015.html
* Fix initialization of minibuffer history variable, bug #17430.Jarek Czekalski2014-05-07
| | | | | * minibuf.c (read_minibuf): Initialize histval to Qnil if unbound. Move the initialization up to prevent any "value void" message.
* todo-mode.el: Don't drop full parameter list.Stephen Berman2014-05-07
| | | | | | * 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.
* * lisp/emacs-lisp/package.el (package-compute-transaction): Topological sort.Stefan Monnier2014-05-06
| | | | | | Add optional `seen' argument to detect and break infinite loops. Fixes: debbugs:16994
* * src/keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_levelSamuel Bronson2014-05-06
| | | | | | are matched. Fixes: debbugs:17413
* Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.Jarek Czekalski2014-05-06
| | | | | * w32fns.c (Fx_show_tip): Add SWP_NOOWNERZORDER flag to SetWindowPos invocations.
* Minor stylistic changes in find-gc.el.Eli Zaretskii2014-05-06
| | | | | | 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.
* Fix Bug#17415.Michael Albinus2014-05-06
| | | | | | | * 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.
* * tramp.texi (Frequently Asked Questions): Mention HISTFILEMichael Albinus2014-05-06
| | | | setting in ~/.ssh/environment.
* Fix Bug#17295.Michael Albinus2014-05-06
| | | | | | | | | | * 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.
* browse-url.el commentGlenn Morris2014-05-05
|
* find-gc.el misc fixesGlenn Morris2014-05-05
| | | | | | | | 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.
* * gnus-fun.el (gnus-grab-cam-face): Do not use predictable temp-file name.Glenn Morris2014-05-05
|
* * lisp/minibuffer.el (completion--try-word-completion): Revert fix forStefan Monnier2014-05-05
| | | | | | Bug#15980. Fixes: debbugs:17375
* * lisp/xt-mouse.el (xterm-mouse--read-event-sequence-1000):Stefan Monnier2014-05-05
| | | | | | | | 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
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2014-05-06
| | | | | | | | | 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.
* * lisp/help-fns.el (describe-function-1): Test for an autoload before a macroGlenn Morris2014-05-05
| | | | | | | | since `macrop' works on autoloads. * test/automated/help-fns.el: New file. Fixes: debbugs:17410
* * lisp/electric.el (electric-indent-functions-without-reindent): Add yaml.Stefan Monnier2014-05-05
|
* * nsselect.m (Fx_selection_exists_p): Just return Qnil if window systemJan Djärv2014-05-05
| | | | | | not initialized. Fixes: debbugs:17398
* * lisp/minibuffer.el (completion-table-with-quoting) <completion--unquote>:Stefan Monnier2014-05-04
| | | | | | Make sure the new point we return is within the new string. Fixes: debbugs:17239