- 04 Apr, 2012 4 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/glossary.texi (Glossary): Copyedits. Use Texinfo-recommended convention for quotes and punctuation. Comment out a few specialized (Rmail) items.
-
Daiki Ueno authored
-
Richard M. Stallman authored
-
- 03 Apr, 2012 9 commits
-
-
Glenn Morris authored
-
Michael Albinus authored
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Chong Yidong authored
* doc/emacs/sending.texi (Mail Misc): Fix an index entry. * lisp/mail/sendmail.el (mail-mode-map): Bind C-c C-i to mail-insert-file, not its obsolete alias mail-attach-file.
-
Chong Yidong authored
-
Michael Albinus authored
-
Michael Albinus authored
(Notifications): New section. * elisp.texi (Top): * vol1.texi (Top): * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries" menu entries.
-
Michael Albinus authored
-
- 02 Apr, 2012 9 commits
-
-
Eli Zaretskii authored
doc/emacs/msdog.texi (Windows Startup): Add description of emacsclient operation under -c and -t on MS-Windows. doc/emacs/misc.texi (emacsclient Options): Add cross-reference to "Windows Startup". Fixes: debbugs:11091
-
Glenn Morris authored
-
Bastien Guerry authored
-
Glenn Morris authored
-
Alan Mackenzie authored
-
Michael Albinus authored
`tramp-compat-call-process' instead of `tramp-local-call-process'. Reported by Magnus Henoch <magnus.henoch@gmail.com>.
-
Chong Yidong authored
Regenerate AUTHORS and ldefs-boot.el.
-
Dani Moncayo authored
-
Paul Eggert authored
-
- 01 Apr, 2012 11 commits
-
-
Eli Zaretskii authored
Fixes: debbugs:11091
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Glenn Morris authored
-
Bastien Guerry authored
-
Eli Zaretskii authored
doc/emacs/misc.texi (emacsclient Options): More clarifications about -t and -c on MS-Windows. Fixes: debbugs:11091
-
Eli Zaretskii authored
src/w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA instead of alloca.
-
Andreas Schwab authored
* w32menu.c (is_simple_dialog): Properly check lisp types.
-
Glenn Morris authored
-
Bastien Guerry authored
-
Chong Yidong authored
* lisp/files.el (file-in-directory-p): Rename from file-subdir-of-p. Handle root directory properly. (copy-directory): Caller changed. * lisp/dired-aux.el (dired-copy-file-recursive, dired-create-files): * lisp/net/tramp.el (tramp-file-name-for-operation): Callers changed. * doc/lispref/files.texi (Kinds of Files): file-subdir-of-p renamed to file-in-directory-p.
-
- 31 Mar, 2012 7 commits
-
-
Glenn Morris authored
* lisp/term/xterm.el (xterm-extra-capabilities): Doc fix. * etc/PROBLEMS: Mention xterm-extra-capabilities issue.
-
Glenn Morris authored
Fixes: debbugs:11103
-
Glenn Morris authored
* lisp/calendar/calendar.el (calendar-window-list) (calendar-hide-window): Restore. (calendar-exit): Use calendar-window-list, calendar-hide-window again. Fixes: debbugs:11140
-
Glenn Morris authored
* doc/lispref/edebug.texi (Instrumenting Macro Calls): Mention defining macros at instrumentation time. (Edebug Options): Mention edebug-unwrap-results. * lisp/emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix. Comments. * admin/FOR-RELEASE: Markup.
-
Eli Zaretskii authored
src/xdisp.c (move_it_by_lines): When DVPOS is positive, and the position we get to after a call to move_it_to fails the IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position only if we wind up in a string from display property.
-
Eli Zaretskii authored
src/window.c (Fdelete_other_windows_internal): Invalidate the row and column information about mouse highlight, so that redisplay restores it after reallocating the glyph matrices.
-
Eli Zaretskii authored
src/xdisp.c (move_it_by_lines): Remove the assertion that "it->current_x == 0 && it->hpos == 0" which can be legitimately violated when there's a before-string at the beginning of a line. (Bug#11063)
-