2011-01-20 |
Stefan Monnier |
Don't mess with *temp*.
|
2011-01-20 |
Jan D. |
* src/unexmacosx.c: Add comment about include order.
|
2011-01-20 |
Glenn Morris |
Give read-expression-history a doc.
|
2011-01-20 |
Glenn Morris |
Give kbd-macro-termination-hook a doc.
|
2011-01-20 |
Chong Yidong |
Revert changes adding format args to yes-or-no-p and y-or-n-p.
|
2011-01-19 |
Paul Eggert |
Fix X11 compilation failure.
|
2011-01-19 |
Jan D. |
* unexmacosx.c: Include config.h before unistd.h.
|
2011-01-19 |
Jan D. |
Fix NextStep build problems with globals.h introducion.
|
2011-01-19 |
Sam Steingold |
Fix an error introduced by the previous patch.
|
2011-01-19 |
Sam Steingold |
* src/w32.c (check_windows_init_file): Remove declarations of
|
2011-01-19 |
Tom Tromey |
* window.c: Fix error introduced by previous patch.
|
2011-01-18 |
Tom Tromey |
Move all DEFVAR'd globals into a structure -- threading infrastructure
|
2011-01-18 |
Tom Tromey |
* image.c (Vimagemagick_render_type): Remove redundant
|
2011-01-18 |
Tom Tromey |
* xdisp.c (emacs_scroll_step): Rename from scroll_step.
|
2011-01-18 |
Tom Tromey |
Declare some DEFVARs globally, not locally
|
2011-01-18 |
Tom Tromey |
Change buffer_defaults to new new macro; preparation for thread patch
|
2011-01-18 |
Paul Eggert |
Improve performance on non-GCC hosts with __aligned__.
|
2011-01-18 |
Glenn Morris |
Merge from emacs-23 branch, up to r100386.
|
2011-01-16 |
Stefan Monnier |
* image.c (syms_of_image): Don't access XSYMBOL's internals directly.
|
2011-01-16 |
Eli Zaretskii |
Fix bug #7848 with using SET_SYMBOL_VALUE in image.c
|
2011-01-17 |
Paul Eggert |
Merge from mainline.
|
2011-01-17 |
Paul Eggert |
Merge from mainline.
|
2011-01-14 |
Paul Eggert |
Merge from mainline.
|
2011-01-12 |
Paul Eggert |
Merge from mainline.
|
2011-01-09 |
Paul Eggert |
Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
|
2011-01-09 |
Paul Eggert |
Include <unistd.h> unilaterally.
|
2011-01-09 |
Paul Eggert |
* mktime.c: Remove; moving to ../lib.
|
2011-01-09 |
Paul Eggert |
Use gnulib's mktime module.
|
2011-01-09 |
Paul Eggert |
Use gnulib's ftoastr module.
|
2011-01-08 |
Paul Eggert |
Automate syncing from gnulib.
|
2011-01-17 |
Paul Eggert |
* xfns.c (x_real_positions): Fix signedness of local var 'ign'.
|
2011-01-17 |
Paul Eggert |
* regex.c (analyse_first): Remove unreachable 'continue' statement.
|
2011-01-17 |
Paul Eggert |
* xterm.h (struct x_display_info): Remove stray semicolon.
|
2011-01-17 |
Paul Eggert |
* lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
|
2011-01-17 |
Paul Eggert |
* fileio.c (make_temp_name): Remove unreachable code.
|
2011-01-17 |
Paul Eggert |
* fontset.c (free_realized_fontset): Mark unreachable code with if (0).
|
2011-01-17 |
Paul Eggert |
* coding.c (decode_coding_emacs_mule): Remove unreachable code.
|
2011-01-16 |
Glenn Morris |
Refill some copyright headers.
|
2011-01-15 |
Glenn Morris |
Merge from emacs-23 branch, up to r100382.
|
2011-01-15 |
Chong Yidong |
Avoid crash in Fselect_frame due to null selected_window (Bug#7728).
|
2011-01-12 |
Chong Yidong |
Distinguish between terminfo and termcap on NetBSD (Bug#7642).
|
2011-01-03 |
Jan D. |
Backport bug 7517 fixes from trunk.
|
2011-01-14 |
Glenn Morris |
ChangeLog merge fixes.
|
2011-01-14 |
Stefan Monnier |
Merge from emacs-23
|
2011-01-03 |
Eli Zaretskii |
Don't use png_jmpbuf, it doesn't work with dynamic loading.
|
2011-01-02 |
Glenn Morris |
Add 2011 to FSF/AIST copyright years.
|
2011-01-11 |
Tassilo Horn |
* image.c (imagemagick_load_image, Finit_image_library): Free
|
2011-01-10 |
Michael Albinus |
* dbusbind.c (Fdbus_register_service): Raise an error in case of
|
2011-01-10 |
Michael Albinus |
* dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;
|
2011-01-09 |
Chong Yidong |
Minor fix to GTK tool-bar button refresh code.
|
2011-01-08 |
Chong Yidong |
Doc fix for y-or-n-p and yes-or-no-p.
|
2011-01-08 |
Andreas Schwab |
* src/fns.c (Fyes_or_no_p): Add usage.
|
2011-01-08 |
Glenn Morris |
In Makefiles, -batch implies -q.
|
2011-01-08 |
Glenn Morris |
Fix bug#7750.
|
2011-01-07 |
Andreas Schwab |
Fix some resource leaks in ImageMagick image loader
|
2011-01-07 |
Chong Yidong |
Allow format args for y-or-n-p and yes-or-no-p.
|
2011-01-07 |
Glenn Morris |
Add --no-site-lisp option, make -Q use it. (Bug#5707)
|
2011-01-05 |
Andreas Schwab |
Use __builtin_unwind_init if available
|
2011-01-04 |
Michael Albinus |
* dbusbind.c (Fdbus_register_method): Added optional parameter
|
2011-01-04 |
Glenn Morris |
* src/emacs.c (emacs_copyright): Update short copyright year to 2011.
|