aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* To fixes wrt window selection and buffer list.Martin Rudalics2011-07-163-13/+22
* * lisp/subr.el (read-char-choice): Respect help-form. (Bug#9001)Glenn Morris2011-07-152-17/+27
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-07-153-17/+22
* * lisp/subr.el (read-char-choice): Allow quitting. (Bug#9001)Glenn Morris2011-07-152-1/+7
* * doc/lispref/help.texi (Keys in Documentation): Revert last change.Andreas Schwab2011-07-152-2/+7
* Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-154-2/+46
* * net/gnutls.el (gnutls-negotiate): Upcase `gnutls-algorithm-priority'.Lars Magne Ingebrigtsen2011-07-152-1/+8
* Add a variable to customize the gnutls priorityLars Magne Ingebrigtsen2011-07-153-4/+15
* Rework previous change.Glenn Morris2011-07-154-7/+10
* * lisp/info.el (info-insert-file-contents): Require jka-compr. (Bug#9090)Glenn Morris2011-07-152-1/+6
* * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.Lars Magne Ingebrigtsen2011-07-152-1/+4
* * help.texi (Misc Help): Mention `describe-prefix-bindings' explicitly.Lars Magne Ingebrigtsen2011-07-152-4/+11
* * src/doc.c (Fsubstitute_command_keys): Revert last change.Andreas Schwab2011-07-152-2/+6
* (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.Lars Magne Ingebrigtsen2011-07-152-1/+2
* Add new command `Info-beginning-of-buffer' to allow announcing `b'Lars Magne Ingebrigtsen2011-07-152-3/+13
* * emacs-lisp/cl-macs.el (declare): Doc string fix-up.Lars Magne Ingebrigtsen2011-07-152-2/+4
* Clarify that \= only quotes the next characterLars Magne Ingebrigtsen2011-07-154-5/+12
* Error message fix in `describe-specified-language-support'Lars Magne Ingebrigtsen2011-07-152-1/+5
* Use /dev/null instead of the Windows "nul" in flymake exampleLars Magne Ingebrigtsen2011-07-152-1/+6
* Minor grammer fixes for syntax.el.Lars Magne Ingebrigtsen2011-07-152-3/+8
* * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).Lars Magne Ingebrigtsen2011-07-152-0/+8
* Doc fix.Lars Magne Ingebrigtsen2011-07-152-1/+7
* (Using Debugger): Mention @code{eval-expression-debug-on-error}Lars Magne Ingebrigtsen2011-07-152-0/+15
* `lexical-binding' doc clarificationLars Magne Ingebrigtsen2011-07-152-3/+11
* * variables.texi (Lexical Binding): Mention `defcustom'.Lars Magne Ingebrigtsen2011-07-151-5/+6
* Fix vertical cursor motion in Speedbar frames under bidi display.Eli Zaretskii2011-07-152-1/+21
* Fix pop-to-buffer call in switch-to-buffer.Martin Rudalics2011-07-152-4/+9
* No need for ChangeLog entry about quickly reverted change.Glenn Morris2011-07-141-3/+0
* * lisp/emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)Glenn Morris2011-07-142-1/+5
* * admin/notes/bugtracker: How to add new tags.Glenn Morris2011-07-141-0/+8
* lisp/gnus/ChangeLog (2011-07-14): Fix function name.Katsumi Yamaoka2011-07-141-1/+1
* Fix minor problems found by static checking.Paul Eggert2011-07-142-2/+9
* * indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert2011-07-142-1/+2
* * xdisp.c (reseat_to_string): Fix pointer signedness issue.Paul Eggert2011-07-142-1/+5
* * data.c (Fcdr, Fcar): Revert the last change, since it didn't really clarify...Lars Magne Ingebrigtsen2011-07-142-6/+5
* Mention `case-fold-search' in all the re_search_* functionsLars Magne Ingebrigtsen2011-07-142-0/+19
* Manual fix for the dribble fileLars Magne Ingebrigtsen2011-07-142-9/+7
* * keyboard.c (Fopen_dribble_file): Document when the file is closed.Lars Magne Ingebrigtsen2011-07-142-1/+7
* * data.c (car, cdr): add functionality hints to documentation.Adam Sjøgren2011-07-142-2/+6
* * man.el (Man-fontify-manpage): Fix message when formatting the man page.Lars Magne Ingebrigtsen2011-07-142-11/+19
* Fix format conversion in bidi.c.Eli Zaretskii2011-07-142-1/+4
* Only output the man page name on failuresLars Magne Ingebrigtsen2011-07-142-5/+16
* Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-1414-619/+2044
|\
| * Fix declarations of variables related to bidi cache indices.Eli Zaretskii2011-07-142-10/+18
| * src/bidi.c: Fix type of a variable revealed on x86_64.Eli Zaretskii2011-07-092-2/+5
| * Update commentary on bidi.c.Eli Zaretskii2011-07-091-1/+6
| * Remove from etc/NEWS the warning about display strings not being reordered.Eli Zaretskii2011-07-091-5/+1
| * Fix various problems with cursor positioning around display properties.Eli Zaretskii2011-07-092-14/+60
| * Fix another bug with cursor motion around display properties.Eli Zaretskii2011-07-072-5/+11
| * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-056-11/+67