- 13 Jun, 2012 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/international/mule-cmds.el (mule-menu-keymap) (set-language-environment, set-locale-environment): Doc tweaks.
-
- 11 Jun, 2012 2 commits
-
-
Jan Djärv authored
referenced. Fixes: debbugs:11583
-
Chong Yidong authored
* doc/emacs/emacs.texi: Remove urlcolor setting. * doc/lispref/elisp.texi, vol1.texi, vol2.texi: Remove urlcolor setting. * doc/lispref/vol2.texi: Include package.texi.
-
- 10 Jun, 2012 5 commits
-
-
Gnus developers authored
2012-06-10 Toke Hoiland-Jorgensen <toke@toke.dk> (tiny change) * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time' is an integer to avoid later problems. 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org> * shr.el: Add a iso-8859-1 cookie to make stuff work under other locales.
-
Chong Yidong authored
* emacs.texi: Update ISBN and edition number. * anti.texi: * building.texi: * cmdargs.texi: * custom.texi: * display.texi: * files.texi: * frames.texi: * glossary.texi: * misc.texi: * mule.texi: * programs.texi: * sending.texi: * text.texi: Copyedits to avoid underfull/overfull in 7x9 manual.
-
Chong Yidong authored
-
Chong Yidong authored
-
Glenn Morris authored
Fixes: debbugs:11660
-
- 07 Jun, 2012 1 commit
-
-
Chong Yidong authored
-
- 01 Jun, 2012 3 commits
-
-
Glenn Morris authored
-
Chong Yidong authored
Add release logs. Regenerate AUTHORS and ldefs-boot.el.
-
Eli Zaretskii authored
-
- 31 May, 2012 1 commit
-
-
Stefan Monnier authored
* lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header): Handle arbitrary file name lengths (Bug#11585).
-
- 30 May, 2012 2 commits
-
-
Eli Zaretskii authored
src/xdisp.c (handle_stop): Detect whether we have overlay strings loaded by testing it->current.overlay_string_index to be non-negative, instead of checking whether n_overlay_strings is positive.
-
Chong Yidong authored
* doc.c (Fsubstitute_command_keys): Doc fix. Fixes: debbugs:1169
-
- 29 May, 2012 2 commits
-
-
Eli Zaretskii authored
lib-src/makefile.w32-in ($(BLD)/emacsclientw.exe): Use $(MWINDOWS) instead of a literal -mwindows, which is not supported by MSVC. nt/nmake.defs (MWINDOWS): Define as "-subsystem:windows -entry:mainCRTStartup". Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>. nt/gmake.defs (MWINDOWS): Define as "-mwindows".
-
Eli Zaretskii authored
src/search.c (search_buffer): Remove calls to r_alloc_inhibit_buffer_relocation, as it is now called by maybe_unify_char, which was the cause of relocation of buffer text in bug#11519.
-
- 28 May, 2012 3 commits
-
-
Eli Zaretskii authored
src/charset.c (maybe_unify_char): Inhibit relocation of buffer text for the duration of call to load_charset, to avoid problems with callers of maybe_unify_char that access buffer text through C pointers. src/ralloc.c (r_alloc_inhibit_buffer_relocation): Increment and decrement the inhibition flag, instead of just setting or resetting it. Fixes: debbugs:11519
-
Eli Zaretskii authored
nt/configure.bat (genmakefiles): Move the redirection away from the end of the command, to avoid excess whitespace at the end of Make variables created at configure time, and also avoid things like "FOO1>>config.settings", where "1" gets interpreted as the file descriptor and eaten up. This fixes breakage introduced by the last change, without reintroducing the bug fixed by that change.
-
Martin Rudalics authored
* desktop.el (desktop-read): Clear previous and next buffers for all windows and bury *Messages* buffer (bug#11556).
-
- 25 May, 2012 4 commits
-
-
Bastien Guerry authored
-
Glenn Morris authored
-
Bastien Guerry authored
-
Bastien Guerry authored
-
- 24 May, 2012 1 commit
-
-
Ken Brown authored
-
- 23 May, 2012 1 commit
-
-
Eli Zaretskii authored
src/lisp.h [REL_ALLOC]: Add prototypes for external functions defined on ralloc.c. src/buffer.c [REL_ALLOC]: Remove prototypes of r_alloc_reset_variable, r_alloc, r_re_alloc, and r_alloc_free, they are now on lisp.h. src/ralloc.c (r_alloc_inhibit_buffer_relocation): New function. src/search.c (search_buffer): Use it to inhibit relocation of buffer text while re_search_2 is doing its job, because re_search_2 is passed C pointers to buffer text.
-
- 21 May, 2012 3 commits
-
-
Katsumi Yamaoka authored
gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is a string so that Gcc works (bug#11514)
-
Eli Zaretskii authored
src/msdos.c (internal_terminal_init) <Vwindow_system_version>: Update value to 24.
-
Glenn Morris authored
-
- 19 May, 2012 1 commit
-
-
Eli Zaretskii authored
src/xdisp.c (move_it_to): Under MOVE_TO_Y, when restoring iterator state after an additional call to move_it_in_display_line_to, keep the values of it->max_ascent and it->max_descent found for the entire line. (pos_visible_p): Revert the comparison against bottom_y to what it was in 2012-05-13T18:22:35Z!eliz@gnu.org.
-
- 18 May, 2012 3 commits
-
-
Glenn Morris authored
-
Eli Zaretskii authored
lisp/mail/sendmail.el (mail-yank-region): Recognize rmail-yank-current-message in addition to insert-buffer. Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in a *mail* buffer created through rmail-start-mail with sendmail as mail-user-agent.
-
Eli Zaretskii authored
nt/configure.bat: Ensure a space between %var% expansion and redirection symbol '>', which breaks when %var% ends in a digit, such as 1.
-
- 17 May, 2012 3 commits
-
-
Stefan Monnier authored
parens around the arg list. Silly backport. Fixes: debbugs:11499
-
Glenn Morris authored
-
Chong Yidong authored
Regenerate ldefs-boot.el and AUTHORS.
-
- 16 May, 2012 2 commits
-
-
Bastien Guerry authored
-
Bastien Guerry authored
-