bpt/emacs.git
2011-07-15 Lawrence MitchellAllow controlling how many prime bits to use during...
2011-07-15 Lars Magne... * net/gnutls.el (gnutls-negotiate): Upcase `gnutls...
2011-07-15 Lars Magne... Add a variable to customize the gnutls priority
2011-07-15 Glenn MorrisRework previous change.
2011-07-15 Glenn Morris* lisp/info.el (info-insert-file-contents): Require...
2011-07-15 Lars Magne... * emacs-lisp/cl-macs.el (declare): Link to the "Declara...
2011-07-15 Lars Magne... * help.texi (Misc Help): Mention `describe-prefix-bindi...
2011-07-15 Andreas Schwab* src/doc.c (Fsubstitute_command_keys): Revert last...
2011-07-15 Lars Magne... (Info-mode-menu): Use `Info-beginning-of-buffer' for...
2011-07-15 Lars Magne... Add new command `Info-beginning-of-buffer' to allow...
2011-07-15 Lars Magne... * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
2011-07-15 Lars Magne... Clarify that \= only quotes the next character
2011-07-15 Lars Magne... Error message fix in `describe-specified-language-support'
2011-07-15 Lars Magne... Use /dev/null instead of the Windows "nul" in flymake...
2011-07-15 Lars Magne... Minor grammer fixes for syntax.el.
2011-07-15 Lars Magne... * emacs-lisp/cl-macs.el (declare): Add a doc string...
2011-07-15 Lars Magne... Doc fix.
2011-07-15 Lars Magne... (Using Debugger): Mention @code{eval-expression-debug...
2011-07-15 Lars Magne... `lexical-binding' doc clarification
2011-07-15 Lars Magne... * variables.texi (Lexical Binding): Mention `defcustom'.
2011-07-15 Eli ZaretskiiFix vertical cursor motion in Speedbar frames under...
2011-07-15 Martin RudalicsFix pop-to-buffer call in switch-to-buffer.
2011-07-15 Glenn MorrisNo need for ChangeLog entry about quickly reverted...
2011-07-15 Glenn Morris* lisp/emacs-lisp/debug.el (debug): Doc fix. (Bug...
2011-07-15 Glenn Morris* admin/notes/bugtracker: How to add new tags.
2011-07-14 Katsumi Yamaokalisp/gnus/ChangeLog (2011-07-14): Fix function name.
2011-07-14 Paul EggertFix minor problems found by static checking.
2011-07-14 Paul Eggert* indent.c (Fvertical_motion): Mark locals as initialized.
2011-07-14 Paul Eggert* xdisp.c (reseat_to_string): Fix pointer signedness...
2011-07-14 Lars Magne... * data.c (Fcdr, Fcar): Revert the last change, since...
2011-07-14 Lars Magne... Mention `case-fold-search' in all the re_search_* functions
2011-07-14 Lars Magne... Manual fix for the dribble file
2011-07-14 Lars Magne... * keyboard.c (Fopen_dribble_file): Document when the...
2011-07-14 Adam Sjøgren* data.c (car, cdr): add functionality hints to documen...
2011-07-14 Lars Magne... * man.el (Man-fontify-manpage): Fix message when format...
2011-07-14 Eli ZaretskiiFix format conversion in bidi.c.
2011-07-14 Lars Magne... Only output the man page name on failures
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-14 Lars Magne... `put-image' doc fix
2011-07-14 Lars Magne... `set-scroll-bar-mode' doc clarification
2011-07-14 Lars Magne... `image-mode-fit-frame' doc fix
2011-07-14 Eli ZaretskiiFix declarations of variables related to bidi cache...
2011-07-14 Lars Magne... Leave point at the end of the rectangle after replacing...
2011-07-14 Lars Magne... `current-kill' doc clarification
2011-07-14 Lars Magne... pr-toggle-region doc clarification
2011-07-14 Lars Magne... Allow display-time-mail-function to return nil
2011-07-14 Andrew CohenMerge changes made in Gnus trunk.
2011-07-14 Lars Magne... `diff' doc clarification
2011-07-14 Lars Magne... Manual for for widget-keymap
2011-07-14 Lars Magne... mouse-set-region doc fix
2011-07-14 Lars Magne... * font-lock.el (font-lock-maximum-decoration): Mention...
2011-07-14 Lars Magne... Mention that `delete-region' doesn't alter the kill...
2011-07-14 Lars Magne... * editfns.c (Fdelete_region): Clarify the use of the...
2011-07-14 Lars Magne... (initial-buffer-choice): Don't mention the `none' selec...
2011-07-14 Glenn MorrisAuto-commit of generated files.
2011-07-14 Martin RudalicsFix bugs in vertical-motion and display-buffer-normaliz...
2011-07-14 Eli Zaretskiilisp/subr.el (version-*): Doc fix.
2011-07-14 Chong Yidong* bindings.el: Add advertised binding for set-mark...
2011-07-14 Chong YidongAdapt 2011-07-05 switch-to-buffer changes to new switch...
2011-07-14 Juanma BarranqueroFix typos.
2011-07-14 Kevin Ryde* cl.texi (For Clauses): Add destructuring example...
2011-07-14 Lars Magne... (Documentation Basics): Add a link to the Function...
2011-07-13 Lars Magne... Fstring_to_char doc clarification
2011-07-13 Lars Magne... Doc fix for with-silent-modifications
2011-07-13 Lars Magne... Doc fix for eval-expression
2011-07-13 Lars Magne... Mention :visible menu bar separators
2011-07-13 Lars Magne... (make-directory): Clarify that an error will be raised...
2011-07-13 Chong YidongAdd FORCE-SAME-WINDOW argument to switch-to-buffer.
2011-07-13 Lars Magne... * startup.el (initial-buffer-choice): Add `none' as...
2011-07-13 Lars Magne... * modes.texi (Running Hooks): Mention buffer-local...
2011-07-13 Lars Magne... Clarify manual and `add-hook' doc string about buffer...
2011-07-13 Lars Magne... * dired.el (dired-flagged): Clarify doc string.
2011-07-13 Juanma Barranquerosrc/gnutls.c (init_gnutls_functions): Honor gnutls_log_...
2011-07-13 Juanma BarranqueroPreserve point when doing untabify
2011-07-13 Glenn Morris* doc/emacs/dired.texi (Dired Enter): Mention --dired...
2011-07-13 Lars Magne... Doc string fix.
2011-07-13 Glenn MorrisSmall dired fixes related to bug#9039.
2011-07-13 Lars Magne... Clarify `mark-ring-max' documentation.
2011-07-13 Lars Magne... Clarify doc string
2011-07-13 Chong Yidong* simple.el (blink-matching-open): Make error message...
2011-07-13 Dan NicolaescuUse "yellow" on low color terminals for comments
2011-07-13 Lars Magne... (dired-insert-set-properties): Make the doc string...
2011-07-13 Lars Magne... (General Escape Syntax): "a with grave accent" is ...
2011-07-13 Lars Magne... Say that we were unable to find the match within the...
2011-07-13 Lars Magne... (prefer-coding-system): Add an example
2011-07-13 Lars Magne... (tags-search): Document `file-list-form'
2011-07-13 Chris NewtonCopy over `url-show-status' to the async buffer
2011-07-13 Lawrence MitchellMake the default browser choice a bit more logical
2011-07-13 Juanma Barranquero(completion-ignored-extensions): Add OpenMCL/Clozure...
2011-07-13 Lars Magne... (info-insert-file-contents): Inhibit jka-compr messages...
2011-07-13 Lars Magne... * jka-compr.el (jka-compr-verbose): New variable, and...
2011-07-13 Lars Magne... (Info-find-file): Fall back on the installation directo...
2011-07-13 Jan Djärv* configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2011-07-13 Sergei Organov* lisp/vc/vc.el (vc-revert-file): Don't set file time...
2011-07-13 Eli Zaretskiisrc/buffer.c (mmap_find): Fix a typo.
2011-07-13 Johan BockgårdFix execution of x selection hooks.
2011-07-13 Paul Eggert* buffer.c (Fget_buffer_create): Initialized inhibit_sh...
2011-07-13 Paul Eggert* alloc.c (gc_sweep): Don't read past end of array.
2011-07-12 Lars Magne... Give better error messages when trying to load non...
2011-07-12 Lars Magne... * progmodes/cc-vars.el: Remove (probably) misleading...
next