aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lisp/isearch.el: Let M-e start with point at the first mismatched char.Drew Adams2011-05-272-1/+23
* * lisp/isearch.el (isearch-range-invisible): Use invisible-p.Dmitry Kurochkin2011-05-272-1/+5
* * lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add newToby Cubitt2011-05-272-259/+487
|\
| * * lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add newToby Cubitt2011-05-272-52/+270
| * * lisp/emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename fromToby Cubitt2011-05-272-220/+228
* | src/ccl.c: Fix last commit.Eli Zaretskii2011-05-281-0/+1
* | Fix order of ChangeLog entries after merge.Paul Eggert2011-05-271-4/+4
* | Merge from trunk.Paul Eggert2011-05-274-2/+13
|\ \ | |/
| * * src/xselect.c (x_convert_selection): Yet another int/Lisp_Object mixup.Stefan Monnier2011-05-272-2/+8
| * * lisp/files.el (interpreter-mode-alist): Add rbash.David Michael2011-05-272-0/+5
* | * data.c (arith_driver): Omit unnecessary mask and test.Paul Eggert2011-05-271-3/+0
* | Merge: Integer overflow fixes.Paul Eggert2011-05-2713-569/+855
|\ \ | |/ |/|
| * * dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)Paul Eggert2011-05-242-9/+1
| * Add Bug#.Paul Eggert2011-05-231-2/+3
| * * dbusbind.c: Serial number integer overflow fixes.Paul Eggert2011-05-232-22/+60
| * * dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t can fit in int.Paul Eggert2011-05-232-4/+7
| * * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg.Paul Eggert2011-05-232-18/+26
| * * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.Paul Eggert2011-05-232-3/+8
| * * ccl.c (ccl_driver): Redo slightly to avoid the need for 'unsigned'.Paul Eggert2011-05-222-4/+6
| * Add bug#.Paul Eggert2011-05-221-1/+1
| * ccl: add integer overflow checksPaul Eggert2011-05-222-100/+140
| * * alloc.c (make_event_array): Use XINT, not XUINT.Paul Eggert2011-05-222-1/+4
| * * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT -> uintptr_tPaul Eggert2011-05-222-3/+8
| * Merge from trunk.Paul Eggert2011-05-2228-259/+413
| |\
| * | Rework Fformat to avoid integer overflow issues.Paul Eggert2011-05-222-383/+548
| * | * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a NaN.Paul Eggert2011-05-222-3/+6
| * | * data.c: Avoid integer truncation in expressions involving floats.Paul Eggert2011-05-202-2/+45
| * | merge count_size_as_multibyte, parse_str_to_multibytePaul Eggert2011-05-207-37/+21
* | | * xselect.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-272-7/+11
* | | * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.Paul Eggert2011-05-272-10/+14
* | | * doc/misc/texinfo.tex, lib/getopt.c, lib/intprops.h: Merge from gnulib.Paul Eggert2011-05-274-52/+152
* | | Support X clipboard managers.Chong Yidong2011-05-278-306/+423
* | | Merge from emacs-23; up to 2010-06-12T10:58:54Z!romain@orebokech.com.Glenn Morris2011-05-272-1/+7
|\ \ \
| * | | mail/sendmail.el (mail-encode-header): Avoid double encoding by let-binding r...Kenichi Handa2011-05-272-1/+7
* | | | * lisp/mail/emacsbug.el: Don't require url-util.Glenn Morris2011-05-262-2/+2
* | | | * lisp/shell.el (shell-directory-tracker): Case matters. (Bug#8735)Glenn Morris2011-05-262-0/+3
* | | | Tweak previous modes.texi change.Glenn Morris2011-05-261-1/+1
* | | | Make set-auto-mode respect mode: entries at the end of the file (bug#8586)Glenn Morris2011-05-267-23/+47
* | | | Repeat previous gnus-group.el change for bugs.debian.org.Glenn Morris2011-05-262-3/+8
* | | | src/xselect.c (x_handle_selection_request): Fix typo in last change.Chong Yidong2011-05-261-5/+5
* | | | * src/xselect.c: ICCCM-compliant handling of MULTIPLE targets.Chong Yidong2011-05-262-343/+329
* | | | * variables.texi (File Local Variables): More hack-local-variables details.Glenn Morris2011-05-262-1/+5
* | | | Restrict regexp match in previous emacsbug.el change.Glenn Morris2011-05-261-2/+3
* | | | * lisp/files.el (hack-local-variables, hack-local-variables-apply): Doc fixes.Glenn Morris2011-05-262-0/+11
* | | | Downcase mode names in recent files.el changes.Glenn Morris2011-05-262-2/+6
* | | | Allow empty regions in transpose-regionsLeo Liu2011-05-262-2/+7
* | | | Adjust prompt in previous emacsbug.el change.Glenn Morris2011-05-251-3/+2
* | | | * configure.in: Comment fix.Glenn Morris2011-05-251-2/+2
* | | | Tiny doc/lispref/variables.texi update.Glenn Morris2011-05-252-3/+9
* | | | Try to check From address in bug reports (bug#8038)Glenn Morris2011-05-252-4/+27