summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge from mainline.Paul Eggert2011-01-14202-285/+259
|\
| * ChangeLog merge fixes.Glenn Morris2011-01-141-6/+0
| * Merge from emacs-23Stefan Monnier2011-01-14202-285/+265
| |\
| | * Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-032-8/+7
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02220-238/+238
* | | Merge from mainline.Paul Eggert2011-01-131-1/+2
|\ \ \ | |/ /
| * | Minor docfixes in imagemagick_load_image.Tassilo Horn2011-01-121-1/+2
* | | Merge from mainline.Paul Eggert2011-01-115-27/+203
|\ \ \ | |/ /
| * | * image.c (imagemagick_load_image, Finit_image_library): FreeTassilo Horn2011-01-112-3/+14
| * | * dbusbind.c (Fdbus_register_service): Raise an error in case ofMichael Albinus2011-01-102-21/+24
| * | * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;Michael Albinus2011-01-102-12/+164
| * | * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan.Chong Yidong2011-01-091-2/+2
| * | Minor fix to GTK tool-bar button refresh code.Chong Yidong2011-01-082-1/+6
| * | Doc fix for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-082-4/+11
* | | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.Paul Eggert2011-01-094-5/+11
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-0933-85/+17
* | | Regenerate.Paul Eggert2011-01-081-0/+132
* | | Regenerate.Paul Eggert2011-01-081-37/+71
* | | * mktime.c: Remove; moving to ../lib.Paul Eggert2011-01-082-544/+2
* | | Use gnulib's mktime module.Paul Eggert2011-01-082-1/+3
* | | Regenerate.Paul Eggert2011-01-081-0/+26
* | | Use gnulib's ftoastr module.Paul Eggert2011-01-082-38/+12
* | | Regenerate.Paul Eggert2011-01-081-0/+9
* | | Automate syncing from gnulib.Paul Eggert2011-01-082-3/+14
|/ /
* | * src/fns.c (Fyes_or_no_p): Add usage.Andreas Schwab2011-01-082-2/+7
* | In Makefiles, -batch implies -q.Glenn Morris2011-01-073-5/+8
* | Fix bug#7750.Glenn Morris2011-01-073-5/+10
* | Fix some resource leaks in ImageMagick image loaderAndreas Schwab2011-01-072-9/+26
* | Allow format args for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-072-9/+8
* | Add --no-site-lisp option, make -Q use it. (Bug#5707)Glenn Morris2011-01-064-6/+45
* | Use __builtin_unwind_init if availableAndreas Schwab2011-01-053-5/+28
* | * dbusbind.c (Fdbus_register_method): Added optional parameterMichael Albinus2011-01-042-17/+36
* | * src/emacs.c (emacs_copyright): Update short copyright year to 2011.Glenn Morris2011-01-032-2/+6
* | Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-032-8/+7
* | Merge changes from emacs-23 branchChong Yidong2011-01-028-32/+118
|\ \ | |/
| * More elegant solution for accessing png_ptr without GCC warnings.Eli Zaretskii2010-12-312-12/+9
| * Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii2010-12-312-0/+37
| * * src/.gdbinit (xgetptr): Fix the union+lsb case.Stefan Monnier2010-12-272-3/+9
| * * src/window.c (Fmove_to_window_line): Avoid abort when called in a bufferStefan Monnier2010-12-252-0/+11
| * Fix bug #7662 with aligning key bindings equivalent to menu items.Eli Zaretskii2010-12-252-1/+5
| * More fallout from fixing bug #7587.Eli Zaretskii2010-12-252-5/+12
| * * xterm.c (x_check_fullscreen): Fix pixel/character mixup.Jan Djärv2010-12-242-8/+12
| * Fix change that fixed bug #7587.Eli Zaretskii2010-12-172-1/+5
| * * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug...Chong Yidong2010-12-162-17/+22
| * Fix bug #7617 with documentation of expand-file-name.Eli Zaretskii2010-12-132-0/+6
* | Reduce GTK tool-bar switching delay by avoiding selective show/hide of widgets.Chong Yidong2011-01-012-156/+109
* | For nextstep: Handle bad utf-8 in buffer name, always use buffer name for title.Jan Djärv2010-12-312-31/+44
* | Encode frame title and icon name before setting.Jan Djärv2010-12-303-67/+63
* | * window.c (syms_of_window): Add missing defsubr for window-use-time.Štěpán Němec2010-12-292-0/+6
* | Restore x_alloc_lighter_color_for_widget, needed for lwlibAndreas Schwab2010-12-283-0/+24