| Commit message (Expand) | Author | Age | Files | Lines |
| * | Auto-commit of loaddefs files. | Glenn Morris | 2011-06-19 | 1 | -1/+1 |
| * | Auto-commit of generated files. | Glenn Morris | 2011-06-19 | 1 | -96/+96 |
| * | * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib. | Paul Eggert | 2011-06-19 | 3 | -32/+38 |
| * | Regroup clauses in display-buffer-normalize-options (Bug#8851) and (Bug#8856). | Martin Rudalics | 2011-06-19 | 2 | -11/+13 |
| * | Provide functions for saving window configurations as Lisp objects. | Martin Rudalics | 2011-06-19 | 2 | -0/+309 |
| * | Sanitize processing of display specifiers; new option frame-auto-delete. | Martin Rudalics | 2011-06-19 | 2 | -38/+120 |
| * | auth-source.el (auth-source-netrc-use-gpg-tokens): Replace `auth-source-save-... | Teodor Zlatanov | 2011-06-18 | 2 | -21/+64 |
| * | Add rx.el support for numbered groups (Bug#8776). | Chong Yidong | 2011-06-18 | 3 | -0/+25 |
| * | * dired-x.el (dired-mark-unmarked-files): Fix interactive spec (Bug#8768). | Chong Yidong | 2011-06-18 | 2 | -3/+11 |
| * | * lisp/textmodes/fill.el (default-justification): Add :safe (Bug#8879). | Chong Yidong | 2011-06-18 | 2 | -0/+3 |
| * | Fixes for GLYPH_DEBUG. | Chong Yidong | 2011-06-18 | 5 | -51/+37 |
| * | Fix for disable-theme/defface interaction (Bug#8889). | Chong Yidong | 2011-06-18 | 2 | -24/+30 |
| * | Use define-derived-mode in delphi-mode. | Chong Yidong | 2011-06-18 | 2 | -16/+14 |
| * | One more fix for display-buffer-normalize-specifiers-1. | Martin Rudalics | 2011-06-18 | 2 | -1/+3 |
| * | Additional fixes in handling of buffer display specifiers. | Martin Rudalics | 2011-06-18 | 2 | -5/+28 |
| * | * lisp/pcomplete.el: Convert to lexical binding and fix bug#8819. | Stefan Monnier | 2011-06-17 | 3 | -103/+122 |
| * | Auto-commit of generated files. | Glenn Morris | 2011-06-17 | 1 | -37/+34 |
| * | Fix previous change. | Glenn Morris | 2011-06-17 | 1 | -12/+12 |
| * | Small configure.in fix. | Glenn Morris | 2011-06-17 | 2 | -15/+17 |
| * | Update doc-string of display-buffer-alist. | Martin Rudalics | 2011-06-17 | 1 | -0/+8 |
| * | * src/fns.c (Fsafe_length): Yet another int/Lisp_Object mixup. | Stefan Monnier | 2011-06-17 | 2 | -1/+5 |
| * | Rewrite display-buffer-alist and display-buffer-normalize-specifiers. | Martin Rudalics | 2011-06-17 | 2 | -41/+109 |
| * | Auto-commit of generated files. | Glenn Morris | 2011-06-17 | 1 | -35/+64 |
| * | Fix handling of old `display-buffer' options (bug#8851) (bug#8856). | Martin Rudalics | 2011-06-17 | 2 | -146/+61 |
| * | Fix two typos in same-window-p. | Martin Rudalics | 2011-06-17 | 2 | -2/+7 |
| * | * m4/lstat.m4: Merge from gnulib (Bug#8878). | Paul Eggert | 2011-06-16 | 2 | -2/+6 |
| * | * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX, LLONG_MAX. | Paul Eggert | 2011-06-16 | 2 | -0/+5 |
| * | Improve buffer-overflow checking (Bug#8873). | Paul Eggert | 2011-06-16 | 6 | -57/+60 |
| |\ |
|
| | * | Merge from trunk. | Paul Eggert | 2011-06-16 | 8 | -303/+454 |
| | |\
| |/
|/| |
|
| * | | configure.in: Try to determine CRT_DIR automatically when using gcc | Miles Bader | 2011-06-17 | 2 | -0/+20 |
| * | | Have enlarge-/shrink-window not report errors in most cases (bug#8862). | Martin Rudalics | 2011-06-16 | 2 | -3/+27 |
| * | | Auto-commit of generated files. | Glenn Morris | 2011-06-16 | 2 | -259/+217 |
| * | | Never ever pop up a new frame in noninteractive mode (bug#8857). | Martin Rudalics | 2011-06-16 | 2 | -3/+8 |
| * | | Fix doc-strings of switch-to-buffer family functions (bug#8875). | Martin Rudalics | 2011-06-16 | 2 | -8/+12 |
| * | | Improve cohabitation of pop-up-frames and second argument of display-buffer (... | Martin Rudalics | 2011-06-16 | 2 | -18/+22 |
| * | | Merge changes made in Gnus trunk. | Teodor Zlatanov | 2011-06-16 | 2 | -13/+149 |
| | * | Improve buffer-overflow checking. | Paul Eggert | 2011-06-16 | 3 | -36/+19 |
| | * | * editfns.c: Tune. Don't use wider integers than needed. Don't use alloca. | Paul Eggert | 2011-06-16 | 2 | -13/+10 |
| | * | * editfns.c (Finsert_char): Don't dump core with very negative counts. | Paul Eggert | 2011-06-16 | 2 | -2/+4 |
| | * | * insdel.c (replace_range): Fix buf overflow when insbytes < outgoing. | Paul Eggert | 2011-06-15 | 2 | -4/+6 |
| | * | * insdel.c, lisp.h (buffer_overflow): New function. | Paul Eggert | 2011-06-15 | 5 | -7/+20 |
| | * | * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that it's signed. | Paul Eggert | 2011-06-15 | 2 | -2/+8 |
| |/ |
|
| * | Merge from gnulib: lib/gnulib.mk, m4/*.m4. | Paul Eggert | 2011-06-15 | 18 | -129/+146 |
| * | (open-network-stream): Add the keyword :always-query-capabilities. | Lars Magne Ingebrigtsen | 2011-06-15 | 2 | -3/+15 |
| * | Integer overflow and signedness fixes (Bug#8873). | Paul Eggert | 2011-06-15 | 46 | -531/+836 |
| |\ |
|
| | * | * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. | Paul Eggert | 2011-06-15 | 2 | -2/+9 |
| | * | * fileio.c (emacs_lseek): Work around GCC bug 43772. | Paul Eggert | 2011-06-15 | 1 | -1/+3 |
| | * | * character.h, charset.h: Use verify_expr, not verify_true. | Paul Eggert | 2011-06-15 | 2 | -24/+25 |
| | * | Merge from trunk. | Paul Eggert | 2011-06-15 | 14 | -202/+215 |
| | |\
| |/
|/| |
|
| * | | * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge from gnulib. | Paul Eggert | 2011-06-15 | 4 | -45/+21 |