- 02 May, 2014 1 commit
-
-
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 4 commits
-
-
Stefan Monnier authored
* lisp/speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead. Fixes: debbugs:17311
-
Stefan Monnier authored
-
Michael Albinus authored
"IFS=" when using read builtin, in order to preserve spaces in the file name. Add test messages for hunting a bug on hydra. (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
-
Stefan Monnier authored
Don't prettify a word within a symbol.
-
- 20 Apr, 2014 1 commit
-
-
Michael Albinus authored
-
- 19 Apr, 2014 1 commit
-
-
Stefan Monnier authored
assignments such as "case=hello". Fixes: debbugs:17297
-
- 18 Apr, 2014 1 commit
-
-
Michael Albinus authored
* net/tramp.el (tramp-run-real-handler, tramp-file-name-handler): Do not autoload. (tramp-file-name-handler, tramp-completion-file-name-handler): Revert patch from 2014-04-10, it isn't necessary anymore. (tramp-autoload-file-name-handler) (tramp-register-autoload-file-name-handlers): New defuns. (top): Autoload call of `tramp-register-autoload-file-name-handlers'. (tramp-register-file-name-handlers): Remove also `tramp-autoload-file-name-handler' from `file-name-handler-list'. Do not autoload its invocation, but eval it after loading of 'tramp. * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'. * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
-
- 16 Apr, 2014 3 commits
-
-
Stefan Monnier authored
was done. * lisp/nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed comment to EOB. Fixes: debbugs:17264
-
Stefan Monnier authored
here-documents. Fixes: debbugs:17262
-
Eli Zaretskii authored
src/unexcoff.c [MSDOS]: Include libc/atexit.h. (copy_text_and_data): Zero out the atexit chain pointer before dumping Emacs. src/termhooks.h (encode_terminal_code): Update prototype. src/term.c (encode_terminal_code) [DOS_NT]: Make it externally visible for all DOS_NT ports, not just WINDOWSNT. (syms_of_term) [!MSDOS]: Don't define 'tty-menu-*' symbols on MSDOS. src/sysdep.c (emacs_sigaction_init, init_signals): Don't use SIGCHLD unless it is defined. (emacs_pipe) [MSDOS]: Redirect to 'pipe'. src/process.c (close_on_exec, accept4, process_socket): Move into the "ifdef subprocesses" part. (catch_child_signal): Condition by "ifdef subprocesses". (syms_of_process) <Qinternal_default_process_sentinel> <Qinternal_default_process_filter>: Condition by "ifdef subprocesses". src/msdos.h: Add prototypes for new functions. (EINPROGRESS): Define. (O_CLOEXEC): Define to zero. src/msdos.c (check_window_system): Remove unnecessary an incompatible duplicate function. (sys_opendir, readlinkat, faccessat, fstatat, unsetenv): New functions in support of new functionality. src/menu.c (single_menu_item): Add visual indication of submenu also for menus on MSDOS frames. (Fx_popup_menu) [!MSDOS]: Do not call tty_menu_show on MSDOS. src/lisp.h (CHECK_PROCESS) [!subprocesses]: Do not define when async subprocesses aren't supported. src/font.h (FONT_WIDTH) [MSDOS]: MSDOS-specific definition. src/emacs.c (close_output_streams): Zero out errno before calling close_stream. src/dired.c [MSDOS]: Include msdos.h. src/conf_post.h (opendir) [MSDOS]: Redirect to sys_opendir. (DATA_START) [MSDOS]: Define. (SYSTEM_PURESIZE_EXTRA) [MSDOS]: Enlarge by 25K. src/callproc.c (block_child_signal, unblock_child_signal) [MSDOS]: Ifdef away for MSDOS. (record_kill_process) [MSDOS]: Ifdef away the entire body for MSDOS. (call_process_cleanup) [MSDOS]: Ifdef away portions not relevant for MSDOS. (call_process) [MSDOS]: Fix call sequence of dostounix_filename. Use temporary file template that is compatible with mkostemp. Move vfork-related portions under #ifndef MSDOS. (syms_of_callproc): Unify templates of MSDOS and WINDOWSNT. lisp/term/pc-win.el (x-list-fonts, x-get-selection-value): Provide doc strings, as required by snarf-documentation. msdos/sedlisp.inp: msdos/sedlibmk.inp: msdos/sedleim.inp: msdos/sed3v2.inp: msdos/sed2v2.inp: msdos/sed1v2.inp: Update Sed scripts for Emacs 24.4. msdos/inttypes.h: Add PRIdMAX. msdos/INSTALL: Update for Emacs 24.4. msdos/sedadmin.inp: New file.
-
- 15 Apr, 2014 1 commit
-
-
Stefan Monnier authored
* doc/lispref/display.texi (Overlay Properties): Reword the doc of `priority'. (Finding Overlays): Document new arg of `overlays-at'. * lisp/obsolete/lucid.el (extent-at): * lisp/htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of overlays-at. (hfy-fontify-buffer): Remove unused var `orig-ovls'. * lisp/ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted' arg of overlays-at. Use `invisible-p'.
-
- 14 Apr, 2014 2 commits
-
-
João Távora authored
* lisp/net/shr.el (shr-expand-url): Use `expand-file-name' for relative links. . Fixes: debbugs:17217
-
YAMAMOTO Mitsuharu authored
* vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Use mapc to loop over a vector.
-
- 13 Apr, 2014 3 commits
-
-
Michael Albinus authored
patch, there are new problems with file names containing spaces. Get rid of backticks. (Bug#17238)
-
João Távora authored
* lisp/elec-pair.el (electric-pair--syntax-ppss): Simplify and fix possible bug.
-
Eli Zaretskii authored
lisp/frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes. (blink-cursor-mode): Mention customization variables and the effect of 'blink-cursor-blinks'. doc/emacs/display.texi (Cursor Display): Explain better how to customize 'blink-cursor-blinks'.
-
- 12 Apr, 2014 5 commits
-
-
Barry O'Reilly authored
undo-equiv-table so as undo-only does not inf loop in the presence of consecutive nils in undo list. Fixes: debbugs:17236
-
Eli Zaretskii authored
-
Matthias Dahl authored
lisp/faces.el (make-face): Deprecate optional argument as it is no longer needed/used since the conditional X resources handling has been pushed down to make-face-x-resource-internal itself. (make-empty-face): Don't pass optional argument to make-face.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
lisp/international/characters.el <standard-case-table>: Add entries for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
-