| Commit message (Expand) | Author | Age | Files | Lines |
* | * NEWS, MH-E-NEWS: Update for MH-E release 8.2.91.mh-e-8.2.91 | Bill Wohler | 2011-07-11 | 3 | -7/+18 |
* | * mh-e.el (Version, mh-version): Update for release 8.2.91. | Bill Wohler | 2011-07-11 | 2 | -2/+6 |
* | * mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility | Bill Wohler | 2011-07-11 | 3 | -14/+36 |
* | * mh-xface.el (mh-picon-get-image): Remove quote from block argument. | Bill Wohler | 2011-07-11 | 3 | -9/+15 |
* | * xdisp.c (Vresize_mini_windows): Incredibly minor doc fix (Bug#3300). | Chong Yidong | 2011-07-11 | 2 | -4/+8 |
* | Minor Dired doc fixes. | Chong Yidong | 2011-07-11 | 3 | -12/+24 |
* | * MH-E-NEWS: Mention that SourceForge MH-E users will have to update | Bill Wohler | 2011-07-11 | 2 | -3/+12 |
* | Document several Emacs 24 changes. | Chong Yidong | 2011-07-11 | 8 | -19/+60 |
* | Suppress address randomization on Darwin (Bug#8395). | YAMAMOTO Mitsuharu | 2011-07-12 | 2 | -1/+6 |
* | * emacs.texi: Use "..." instead of ``...'' in the menus | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -3/+8 |
* | Use `customize-save-variable' unconditionally, now that it works under emacs -Q | Lars Magne Ingebrigtsen | 2011-07-11 | 3 | -13/+9 |
* | Allow using `customize-save-variable' under Emacs -Q: Set the variable, and g... | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -17/+31 |
* | More documentation of Emacs 24 X selection changes. | Chong Yidong | 2011-07-11 | 7 | -53/+80 |
* | * lispref/commands.texi (Prefix Command Arguments): Remove excessive apostrophe. | Deniz Dogan | 2011-07-11 | 2 | -1/+6 |
* | lisp/loadhist.el (unload-feature-special-hooks): Add some hooks (bug#5327). | Juanma Barranquero | 2011-07-11 | 2 | -12/+26 |
* | (Setting Mark): Clarify what's meant by "Shifted motion keys" | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -2/+6 |
* | Make it explicit that the mini-windows are the mini-buffer and the echo area | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -2/+5 |
* | Fix typo | Andreas Schwab | 2011-07-11 | 1 | -1/+1 |
* | Change all the register node names from "RegPos" (etc.) to "Positional Regist... | Lars Magne Ingebrigtsen | 2011-07-11 | 6 | -26/+30 |
* | Clarify that the ". 23" syntax description is a string | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -1/+4 |
* | Remove support for supdup, c10 and perq terminals, which are no longer suppor... | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -49/+5 |
* | (ediff-patch-file): Clarify doc string | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -1/+3 |
* | (custom-guess-name-alist): -alist variables should use the `alist' type. | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -1/+4 |
* | * printing.el: Add documentation to all the `pr-toggle-' commands. | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -0/+21 |
* | (Display Feature Testing): Try to explain what all the visual classes mean | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -4/+12 |
* | Only do the `C-x C-q' warning on VC backends where it makes sense. | Leo Liu | 2011-07-11 | 2 | -1/+6 |
* | (dired-guess-shell-alist-user): Clarify the example a bit | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -6/+6 |
* | (dired-guess-default): Fix grammar in doc string | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -1/+2 |
* | Fix syntax error in last checkin. | Lars Magne Ingebrigtsen | 2011-07-11 | 1 | -4/+3 |
* | (dired-guess-default): Remove duplicate shell command entries. | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -3/+7 |
* | Add a new, simple definition of `remove-duplicates' | Lars Magne Ingebrigtsen | 2011-07-11 | 2 | -1/+14 |
* | Update Killing chapter of manual for Emacs 24 clipboard changes. | Chong Yidong | 2011-07-10 | 4 | -265/+283 |
* | * mh-e.el (Version, mh-version): Update for release 8.2.90.mh-e-8.2.90 | Bill Wohler | 2011-07-10 | 2 | -3/+7 |
* | * NEWS, MH-E-NEWS: Update for MH-E release 8.2.90. | Bill Wohler | 2011-07-10 | 3 | -0/+29 |
* | * mh-utils.el (mh-sub-folders-actual): Remove FIXME question. | Bill Wohler | 2011-07-10 | 2 | -1/+4 |
* | * mh-mime.el (mh-decode-message-subject): Fix case of Subject. | Bill Wohler | 2011-07-10 | 1 | -1/+1 |
* | gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*' renamed to `... | Lars Magne Ingebrigtsen | 2011-07-10 | 2 | -4/+9 |
* | * src/xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check. | Johan Bockgård | 2011-07-10 | 2 | -1/+5 |
* | Fix building doc/emacs on MS-Windows. | Andy Moreton | 2011-07-10 | 2 | -1/+5 |
* | * xmenu.c (menu_highlight_callback): Only pass frame to show_help_event | Jan Djärv | 2011-07-10 | 2 | -4/+12 |
* | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) | Bill Wohler | 2011-07-10 | 2 | -4/+11 |
* | (Mode Line Variables): Document `mode-line-remote' and `mode-line-client' | Lars Magne Ingebrigtsen | 2011-07-10 | 2 | -0/+12 |
* | (Mode Line): Clarify that coding systems are characters, not letters. | Lars Magne Ingebrigtsen | 2011-07-10 | 2 | -1/+4 |
* | (Insertion): Clarify marker movements. | Lars Magne Ingebrigtsen | 2011-07-10 | 2 | -8/+12 |
* | (Environment): Mention removing variables | Lars Magne Ingebrigtsen | 2011-07-10 | 2 | -4/+10 |
* | (tool-bar-mode): Clarify positive/negative arguments | Lars Magne Ingebrigtsen | 2011-07-10 | 2 | -1/+13 |
* | Revert last change of display-buffer-normalize-default. | Martin Rudalics | 2011-07-10 | 2 | -7/+1 |
* | Don't invert meaning of even-window-heights in display-buffer-normalize-default. | Martin Rudalics | 2011-07-10 | 2 | -1/+7 |
* | Protoize | Andreas Schwab | 2011-07-10 | 4 | -4/+8 |
* | Protoize | Andreas Schwab | 2011-07-10 | 21 | -283/+238 |