summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | * callint.c (Fcall_interactively): <, not <=, for optimization.Paul Eggert2011-04-092-18/+22
| * | * ftfont.c: Distingish more carefully between FcChar8 and char.Paul Eggert2011-04-092-10/+27
| * | * keyboard.c (read_char): Remove unused var.Paul Eggert2011-04-092-1/+2
| * | Merge from gnulib.Paul Eggert2011-04-093-4/+14
| * | Merge from mainline.Paul Eggert2011-04-0959-1908/+2277
| |\ \ | |/ / |/| |
* | | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.Glenn Morris2011-04-096-62/+73
|\ \ \
| * | | Mark tiny change.Glenn Morris2011-04-091-1/+1
| * | | Fix ChangeLog attribution.Glenn Morris2011-04-091-1/+1
| * | | Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-084-58/+65
| * | | * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events.Chong Yidong2011-04-082-4/+8
* | | | Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-099-79/+125
* | | | Produce more accurate results from file-size-human-readable.Eli Zaretskii2011-04-093-2/+11
* | | | Fit contents to emacs window support for doc-view by Sho Nakatani.Tassilo Horn2011-04-082-0/+83
* | | | Merge changes from emacs-23 branchChong Yidong2011-04-0812-157/+201
|\ \ \ \ | |/ / /
| * | | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).Svante Signell2011-04-082-2/+5
| * | | Backport 2011-04-04T22:08:01Z!lekktu@gmail.com and 2011-04-04T22:33:12Z!lekkt...Juanma Barranquero2011-04-062-3/+9
| * | | doc/emacs/display.texi (Auto Scrolling): Fix last change.Eli Zaretskii2011-03-261-8/+10
| * | | * doc/emacs/display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion.Chong Yidong2011-03-262-6/+10
| * | | lisp/vc-annotate.el: Fix typo.Juanma Barranquero2011-03-242-1/+6
| * | | etc/NEWS: libpng 1.14+ is now preferred for MS-Windows. (Bug#8324)Eli Zaretskii2011-03-231-0/+7
| * | | * doc/lispref/minibuf.texi (Basic Completion): Be a bit more precise about theStefan Monnier2011-03-212-21/+20
| * | | Clarify relationship between save-excursion and current buffer.Chong Yidong2011-03-193-123/+143
| * | | * process.c (Fformat_network_address): Doc fix.Christoph Scholtes2011-03-192-3/+7
* | | | Bail out from list-processes if async subprocesses aren't available.Eli Zaretskii2011-04-082-0/+7
* | | | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes.T.V. Raman2011-04-082-1/+5
* | | | * keyboard.c (syms_of_keyboard): Use DEFSYM macro.Chong Yidong2011-04-082-148/+72
* | | | Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong2011-04-087-32/+30
* | | | New function file-size-human-readable.Eli Zaretskii2011-04-083-9/+36
* | | | * lisp/man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.Glenn Morris2011-04-072-2/+3
* | | | browse-url.el trivia.Glenn Morris2011-04-072-2/+4
* | | | log-edit.el fix for bug#7598.Glenn Morris2011-04-072-2/+19
* | | | rlogin.el trivia.Glenn Morris2011-04-072-42/+32
* | | | * lisp/replace.el (occur-mode-map): Some fixes for menu items.Glenn Morris2011-04-072-11/+18
* | | | Fix typos in comments.Juanma Barranquero2011-04-084-5/+5
* | | | gnus-registry.el (gnus-registry-handle-action): More debugging.Gnus developers2011-04-074-8/+28
* | | | Auto-commit of generated files.Glenn Morris2011-04-075-709/+675
* | | | * lisp/play/morse.el (denato-region): Handle varying case.Aaron S. Hawley2011-04-062-1/+5
* | | | * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.Glenn Morris2011-04-062-1/+8
* | | | Merge changes made in Gnus trunk.Gnus developers2011-04-063-88/+145
* | | | Remove list-processes C function; misc fixes to last change.Chong Yidong2011-04-065-245/+19
* | | | Reimplement list-processes in Lisp.Chong Yidong2011-04-063-3/+100
* | | | Make Package Menu a child of Tabulated List mode.Chong Yidong2011-04-062-296/+190
* | | | * lisp/emacs-lisp/tabulated-list.el: New file.Chong Yidong2011-04-063-0/+362
* | | | New variable `revert-buffer-in-progress-p'.Juanma Barranquero2011-04-065-9/+31
| | * | * eval.c: Port to Windows vsnprintf (Bug#8435).Paul Eggert2011-04-082-17/+34
| | * | Update from gnulib.Paul Eggert2011-04-087-26/+44
| | * | * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.Paul Eggert2011-04-062-1/+3
| | * | Remove the doprnt implementation, as Emacs now uses vsnprintf.Paul Eggert2011-04-069-287/+19
| | * | error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-0617-60/+117
| | * | * eval.c (internal_lisp_condition_case): Don't pass spurious arg.Paul Eggert2011-04-062-1/+3