- 08 May, 2014 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
This is CVE-2014-3423. Fixes: debbugs:17428
-
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 1 commit
-
-
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 5 commits
-
-
Stefan Monnier authored
Add optional `seen' argument to detect and break infinite loops. Fixes: debbugs:16994
-
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
* 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
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.
-
- 05 May, 2014 6 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
-
Stefan Monnier authored
Make sure the new point we return is within the new string. Fixes: debbugs:17239
-
- 03 May, 2014 2 commits
-
-
Eli Zaretskii authored
src/buffer.c (overlay_strings): Fix the wording of the commentary. lisp/mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
-
Stefan Monnier authored
Use nil rather than `default' for the "default" appearance. * lisp/vc/ediff-util.el (ediff-inferior-compare-regions) (ediff-toggle-autorefine, ediff-unselect-difference): Don't use a misleading `default' value when it's really a boolean. * lisp/vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the overlay is not visible. Fixes: debbugs:17388
-
- 02 May, 2014 3 commits
-
-
Stephen Berman authored
* calendar/todo-mode.el (todo-edit-file): Use display-warning. (todo-menu): Uncomment and update.
-
Stephen Berman authored
* calendar/todo-mode.el: Reimplement item editing to have the same basic user interface as item insertion, and make small UI and larger internal improvements to the latter. (todo-insert-item): Add reference to the Todo mode user manual to the documentation string. (todo-insert-item--basic): Rename from todo-basic-insert-item and adjust all callers. Change signature to combine diary and nonmarking arguments. Incorporate functionality of deleted item copying command and add error checking. Remove detailed descriptions of the arguments from the documentation string, since this is treated in the Todo mode user manual. (todo-copy-item, todo-edit-multiline-item) (todo-edit-done-item-comment, todo-edit-item-header) (todo-edit-item-time, todo-edit-item-date-from-calendar) (todo-edit-item-date-to-today, todo-edit-item-date-day-name) (todo-edit-item-date-year, todo-edit-item-date-month) (todo-edit-item-date-day, todo-edit-item-diary-nonmarking): Remove. (todo-edit-item): Reimplement as wrapper command for todo-edit-item--next-key and make it distinguish done and not done todo items. (todo-edit-item--text): New function, replacing old command todo-edit-item and incorporating deleted commands todo-edit-multiline-item and todo-edit-done-item-comment. (todo-edit-item--header): Rename from todo-basic-edit-item-header. Use only numeric value of prefix argument. Remove detailed descriptions of the arguments from the documentation string, since this is treated in the Todo mode user manual. (todo-edit-item--diary-inclusion): New function, replacing old command todo-edit-item-diary-inclusion and incorporating and fixing functionality of deleted command todo-edit-item-diary-nonmarking, making sure to remove todo-nondiary-marker when adding diary-nonmarking-symbol. (todo-edit-category-diary-inclusion): Make sure to delete diary-nonmarking-symbol when adding todo-nondiary-marker. (todo-edit-category-diary-nonmarking): Fix indentation. (todo-insert-item--parameters): Group diary and nonmarking parameters together. (todo-insert-item--apply-args): Adjust to signature of todo-insert-item--basic and incorporate copy parameter. Make small code improvements. (todo-insert-item--next-param): Improve prompt and adjust it to new parameter grouping. Remove obsolete code. (todo-edit-item--param-key-alist) (todo-edit-item--date-param-key-alist) (todo-edit-done-item--param-key-alist): New defconsts. (todo-edit-item--prompt): New variable. (todo-edit-item--next-key): New function. (todo-key-bindings-t): Bind "e" to todo-edit-item. Remove bindings of deleted commands.
-
Leo Liu authored
-
- 01 May, 2014 2 commits
-
-
Glenn Morris authored
* doc/misc/autotype.texi (Skeleton Language): * doc/misc/message.texi (Header Commands): * lisp/allout-widgets.el (allout-widgets-tally) (allout-decorate-item-guides): * lisp/menu-bar.el (menu-bar-positive-p): * lisp/minibuffer.el (completion-pcm-complete-word-inserts-delimiters): * lisp/cedet/ede.el (ede-project-directories, ede-check-project-directory): * lisp/cedet/semantic/ia-sb.el (semantic-ia-sb-show-doc): * lisp/cedet/semantic/tag.el (semantic-tag-in-buffer-p): * lisp/cedet/semantic/bovine/c.el (semantic-tag-abstract-p): * lisp/gnus/gnus-registry.el (gnus-registry-install-p): Doc fix. * lisp/progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number): * lisp/progmodes/js.el (js--inside-param-list-p) (js--inside-dojo-class-list-p, js--forward-destructuring-spec): * lisp/progmodes/prolog.el (region-exists-p): * lisp/progmodes/verilog-mode.el (verilog-scan-cache-ok-p): * lisp/textmodes/reftex-parse.el (reftex-using-biblatex-p): * lisp/url/url-parse.el (url-generic-parse-url): * src/floatfns.c (Fisnan): * src/profiler.c (Fprofiler_cpu_running_p): Doc fixes (replace `iff'). Fixes: debbugs:17309
-
Stefan Monnier authored
-
- 30 Apr, 2014 1 commit
-
-
Eli Zaretskii authored
lisp/dired.el (dired-initial-position-hook, dired-initial-position): Doc string fixes.
-
- 29 Apr, 2014 1 commit
-
-
Glenn Morris authored
Fixes: debbugs:17283
-
- 28 Apr, 2014 3 commits
-
-
Eli Zaretskii authored
-
Matthias Dahl authored
lisp/faces.el (face-spec-recalc): Apply X resources only after the defface spec has been applied. Thus, X resources are no longer overriden by the defface spec which also fixes issues on win32 where the toolbar coloring was wrong because it is set through X resources and was (wrongfully) overriden.
-
Stefan Monnier authored
(rst-mode): Set it. Fixes: debbugs:17131
-
- 27 Apr, 2014 1 commit
-
-
Juri Linkov authored
Fixes: debbugs:17351
-
- 25 Apr, 2014 1 commit
-
-
Nicolas Richard authored
status is "N/A". Fixes: debbugs:17319
-
- 24 Apr, 2014 3 commits
-
-
Eli Zaretskii authored
lisp/tooltip.el (tooltip-show-help-non-mode, tooltip-show-help): Use equal-including-properties to compare help-echo strings.
-
Leo Liu authored
Fix syntax for @. Fixes: debbugs:17325
-
Daniel Colascione authored
* lisp/emacs-lisp/cl.el (gv): Require gv early to break eager macro-expansion cycles.
-
- 23 Apr, 2014 3 commits
-
-
Stefan Monnier authored
Fixes: debbugs:17324
-
Stefan Monnier authored
mouse binding as well. (completion-list-mode, completion-setup-function): Adjust docstring and echo area message accordingly. * lisp/progmodes/idlwave.el (idlwave-choose-completion): Adjust to new calling convention of choose-completion. * lisp/comint.el (comint-dynamic-list-completions): * lisp/term.el (term-dynamic-list-completions): Accept choose-completion. Fixes: debbugs:17302
-
Stefan Monnier authored
&, |, +, - and * can't be a division. Fixes: debbugs:17317
-
- 22 Apr, 2014 3 commits
-
-
Stefan Monnier authored
features on gnome-terminal. Fixes: debbugs:16988
-
Michael Heerdegen authored
subdirectory headings and empty lines to be information that `dired-hide-details-mode' should hide. (Bug#17228)
-
Michael Albinus authored
Remove test messages. (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source' and `target' twice.
-
- 21 Apr, 2014 2 commits
-
-
Stefan Monnier authored
* lisp/speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead. Fixes: debbugs:17311
-
Stefan Monnier authored
-