aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * dispnew.c: Integer signedness and overflow fixes.Paul Eggert2011-07-072-48/+32
* * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):Paul Eggert2011-07-076-39/+55
* * keyboard.h (num_input_events): Now uintmax_t.Paul Eggert2011-07-074-5/+9
* * buffer.c: Integer signedness fixes.Paul Eggert2011-07-072-4/+9
* * bidi.c: Integer signedness and overflow fixes.Paul Eggert2011-07-072-13/+27
* * alloc.c: Integer signedness and overflow fixes.Paul Eggert2011-07-072-58/+102
* * xselect.c: Integer signedness and overflow fixes.Paul Eggert2011-07-063-4/+14
* * doprnt.c: Prefer signed to unsigned when either works.Paul Eggert2011-07-065-16/+28
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-0621-175/+64
* Merge from trunk.Paul Eggert2011-07-0672-1711/+4373
|\
| * Remove more assumptions re struct layout (Bug#8884).Paul Eggert2011-07-063-6/+9
| * Merge: Remove unportable assumption about struct layout (Bug#8884).Paul Eggert2011-07-063-2/+16
| |\
| | * Remove unportable assumption about struct layout (Bug#8884).Paul Eggert2011-07-063-2/+16
| * | * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a defcustom agai...Lars Magne Ingebrigtsen2011-07-062-2/+7
| |/
| * * simple.el (shell-command-on-region): Fill.Lars Magne Ingebrigtsen2011-07-062-1/+4
| * * functions.texi (Calling Functions): Link to the "InteractiveLars Magne Ingebrigtsen2011-07-062-0/+11
| * * dired-aux.el (dired-kill-line): Add a doc string.Lars Magne Ingebrigtsen2011-07-062-0/+5
| * * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaultsLars Magne Ingebrigtsen2011-07-062-1/+5
| * * dired.el (dired-mode): Clarify "unmark or unflag".Lars Magne Ingebrigtsen2011-07-063-9/+18
| * * NEWS: Clarify that `smtpmail-starttls-credentials' doesn't exist.Lars Magne Ingebrigtsen2011-07-062-2/+6
| * Fix rmail mime search bug when entity is a string.Richard M. Stallman2011-07-062-0/+5
| * * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentationLars Magne Ingebrigtsen2011-07-062-19/+23
| * rmailmm.el: record truncated mime entities.Richard M. Stallman2011-07-062-11/+38
| * * m4/alloca.m4: Merge whitespace changes from gnulib.Paul Eggert2011-07-061-13/+13
| * * progmodes/grep.el (rgrep): Don't bind `process-connection-type', because th...Lars Magne Ingebrigtsen2011-07-062-2/+4
| * (sendmail-query-once): Add an autoload cookie.Lars Magne Ingebrigtsen2011-07-062-0/+2
| * * mail/sendmail.el (send-mail-function): Change the default to `sendmail-quer...Lars Magne Ingebrigtsen2011-07-062-10/+6
| * * net/network-stream.el (network-stream-open-starttls): Try usingLars Magne Ingebrigtsen2011-07-062-9/+13
| * * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window): New defun.Michael Albinus2011-07-063-12/+27
| * * url-cache.el (url-cache-extract): Set buffer multibyte flag toJulien Danjou2011-07-062-0/+6
| * * progmodes/sql.el: Version 3.0Michael Mauger2011-07-052-255/+949
| * * lisp/window.el (pop-to-buffer): Doc fix.Glenn Morris2011-07-052-14/+17
| * * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.Glenn Morris2011-07-052-1/+7
| * Merge from emacs-23; up to 2010-06-16T23:27:20Z!jay.p.belanger@gmail.com.Glenn Morris2011-07-058-119/+128
| |\
| | * ChangeLog fix.Glenn Morris2011-07-051-1/+1
| | * * customize.texi (Composite Types): Move alist/plist from Simple Types (Bug#7...Chong Yidong2011-07-023-115/+105
| | * * display.texi (Face Attributes): Document negative line widths (Bug#6113).Chong Yidong2011-07-022-1/+9
| | * Mark tiny change.Glenn Morris2011-06-271-1/+1
| | * * lisp/progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).Chong Yidong2011-06-272-1/+6
| | * Merge fix for Bug#8870 from trunkChong Yidong2011-06-272-1/+7
| | * * frame.el (special-display-popup-frame): Doc fix (Bug#8853).Chong Yidong2011-06-192-1/+3
| | * * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).Chong Yidong2011-06-192-1/+5
| * | gnus.el (gnus-summary-line-format): Link to "Marking Articles" instead of "Re...Lars Magne Ingebrigtsen2011-07-052-1/+3
| * | gnus.texi (Filtering New Groups): Clarify how simple the "options -n" format is.Lars Magne Ingebrigtsen2011-07-052-3/+9
| * | Merge changes made in Gnus trunk.Gnus developers2011-07-059-31/+163
| * | * gnus.el (gnus-refer-article-method): Remove mention of nnspool, whichLars Magne Ingebrigtsen2011-07-052-4/+5
| * | * lisp/button.el (button): Inherit from link face.Chong Yidong2011-07-052-4/+6
| * | * lisp/progmodes/gdb-mi.el: Fit in 80 columns.Stefan Monnier2011-07-052-512/+546
| * | * lisp/progmodes/which-func.el (which-func-ff-hook): Don't output a messageStefan Monnier2011-07-052-5/+10
| * | * allout.el (allout-post-undo-hook): New allout outline-change event hookKen Manheimer2011-07-053-1/+36