- 01 May, 2011 2 commits
-
-
Andreas Schwab authored
(wait_for_termination, interruptible_wait_for_termination): Move after wait_for_termination_1.
-
Lars Magne Ingebrigtsen authored
STDOUT to a file.
-
- 30 Apr, 2011 6 commits
-
-
Andreas Schwab authored
options on terminal frames.
-
Vinicius Jose Latorre authored
-
Eli Zaretskii authored
msdos/inttypes.h: New file. msdos/sed2v2.inp (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX) (HAVE_STRTOULL, HAVE_STRTOULL): Define to 1. src/sedlibmk.inp (BUILT_SOURCES): Edit out inttypes.h. src/sed1v2.inp (CPPFLAGS): Edit to "-I../msdos". Add ../msdos/inttypes.h to prerequisites of lread.o. src/dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)' rather than `XVECTOR (FOO)->size'.
-
Eli Zaretskii authored
src/process.c: Remove HAVE_INTTYPES_H condition from inclusion of inttypes.h, as a gnulib replacement is used if it not available in system headers.
-
Eli Zaretskii authored
nt/config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT): Define to 1 for MinGW of MSVC versions >= 1400.
-
Lars Magne Ingebrigtsen authored
(shr-tag-s): Use it to provide <s> support. (shr-tag-s): Remove duplicate definition.
-
- 29 Apr, 2011 8 commits
-
-
Eli Zaretskii authored
src/fileio.c (Finsert_file_contents): Don't limit file size to 1/4 of MOST_POSITIVE_FIXNUM. src/coding.c (coding_alloc_by_realloc): Error out if destination will grow beyond MOST_POSITIVE_FIXNUM. (decode_coding_emacs_mule): Abort if there isn't enough place in charbuf for the composition carryover bytes. Reserve an extra space for up to 2 characters produced in a loop. (decode_coding_iso_2022): Abort if there isn't enough place in charbuf for the composition carryover bytes.
-
Eli Zaretskii authored
src/doprnt.c (doprnt) [!HAVE_LONG_LONG_INT]: Error out instead of aborting when %lld or %lll format is passed. [!HAVE_UNSIGNED_LONG_LONG_INT]: Error out instead of aborting when %llo or %llx format is passed. (Bug#8545)
-
Eli Zaretskii authored
src/window.c (window_scroll_line_based): Use a marker instead of simple variables to record original value of point.
-
Stefan Monnier authored
(pascal-mode-map): Remove author preferences.
-
Stefan Monnier authored
-
Stefan Monnier authored
completion-at-point.
-
Stefan Monnier authored
suffix that's added by pcomplete-termination-string anyway. (pcomplete-erc-setup): Remove pcomplete-suffix-list setting now that it's not needed any more.
-
Eli Zaretskii authored
src/doprnt.c (doprnt): Fix the case where a multibyte sequence produced by %s or %c overflows available buffer space. (Bug#8545)
-
- 28 Apr, 2011 21 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
Fixes: debbugs:8564
-
Paul Eggert authored
-
Deniz Dogan authored
user has not joined.
-
Paul Eggert authored
-
Paul Eggert authored
-
Juanma Barranquero authored
-
Stefan Monnier authored
aren't any completions at point.
-
Juanma Barranquero authored
* etc/NEWS: Document `delayed-warnings-list' and `delayed-warnings-hook'. * lisp/subr.el (display-delayed-warnings): New function. (delayed-warnings-hook): New variable. * src/keyboard.c (Qdelayed_warnings_hook): Define. (command_loop_1): Run `delayed-warnings-hook' if Vdelayed_warnings_list is non-nil. (syms_of_keyboard) <delayed-warnings-hook>: DEFSYM it. (syms_of_keyboard) <delayed-warnings-list>: DEFVAR_LISP it.
-
Juanma Barranquero authored
-
Eli Zaretskii authored
Fixes: debbugs:8564
-
Stefan Monnier authored
* lisp/mh-e/mh-letter.el (mh-letter-completion-at-point): New function, extracted from mh-letter-complete (mh-letter-mode, mh-letter-complete, mh-letter-complete-or-space): Use it. (mh-complete-word): Only use the common-substring arg when it works. (mh-folder-expand-at-point): * lisp/mh-e/mh-alias.el (mh-alias-letter-expand-alias): Return data suitable for completion-at-point-functions. * lisp/mh-e/mh-utils.el (mh-folder-completion-function): Make it work like file-name completion, so partial-completion can do its job. * lisp/minibuffer.el (completion-at-point, completion-help-at-point): Don't presume that a given completion-at-point-function will always use the same calling convention.
-
Eli Zaretskii authored
src/doprnt.c (doprnt): Don't return value smaller than the buffer size if the message was truncated. (Bug#8545).
-
Juanma Barranquero authored
-
Stefan Monnier authored
Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless pcomplete-seen is non-nil. (pcomplete-comint-setup): Also recognize the new comint/shell completion functions. (pcomplete-do-complete): Don't call pcomplete-norm-func unless pcomplete-seen is non-nil.
-
- 27 Apr, 2011 3 commits
-
-
Paul Eggert authored
-
Juanma Barranquero authored
-
Paul Eggert authored
-