lisp/subr.el (delay-warning): New function.
[bpt/emacs.git] / src /
2013-07-10 Paul EggertPort to C89.
2013-07-10 Paul EggertSyntax cleanup, mostly replacing macros with functions.
2013-07-10 Jan Djärv* emacs.c (main): Fix syntax error.
2013-07-10 Paul EggertTimestamp fixes for undo.
2013-07-09 Ken Brown* src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase...
2013-07-09 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep...
2013-07-09 Paul EggertHandle errno and exit status a bit more carefully.
2013-07-09 Paul Eggert* filelock.c: Fix comment to match code.
2013-07-09 Paul EggertSpace between "defined" and "(".
2013-07-08 Jan Djärvconfigure.ac (HAVE_IMAGEMAGICK): Check on NS also.
2013-07-07 Paul EggertPort to Ubuntu 10.
2013-07-07 Juanma BarranqueroChangeLog fixes.
2013-07-07 Eli ZaretskiiMS-Windows followup for 2013-07-07T18:00:14Z!eggert...
2013-07-07 Paul EggertMake file descriptors close-on-exec when possible.
2013-07-07 Jan Djärv*** empty log message ***
2013-07-07 Paul EggertFix openp errno handling.
2013-07-06 Jan Djärv* lisp/files.el (write-file): Do not display confirm...
2013-07-06 Eli ZaretskiiFix bug #14771 with scroll-step = 1 and non-nil line...
2013-07-06 Eli ZaretskiiClarify documentation of multibyte-string-p.
2013-07-06 Paul EggertUse emacs_open more consistently when opening files.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-06 Stefan Monnier* lisp/subr.el (read-quoted-char): Use read-key.
2013-07-05 Paul EggertRemove duplicate #include directives.
2013-07-04 Paul EggertScale ImageMagick images more carefully.
2013-07-04 YAMAMOTO MitsuharuAdd multi-monitor support on W32.
2013-07-04 Michael Albinus* fileio.c (Qfile_notify_error): New error symbol.
2013-07-04 Paul EggertTry again to fix FreeBSD bug re multithreaded memory...
2013-07-04 Juanma Barranquerosrc/image: Remove unused variables.
2013-07-04 Paul EggertTry to fix FreeBSD bug re multithreaded memory allocation.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-07-02 Paul Eggert* src/sysdep.c (sys_siglist): Fix typo in previous...
2013-07-02 Paul EggertRemove some unused macros from 'configure'.
2013-07-02 Eli ZaretskiiImprove commentary for glyph.charpos and glyph.object.
2013-07-02 Eli ZaretskiiUpdate commentary in w32notify.c.
2013-07-02 Eli ZaretskiiFix bug #2749 with overflow-newline-into-fringe in...
2013-07-02 Jan Djärv* process.c (handle_child_signal): Call catch_child_sig...
2013-07-02 Paul EggertDon't convert function pointers to void * and back.
2013-07-02 Paul EggertSimplify buildobj processing.
2013-07-01 Paul EggertRemove duplicate ChangeLog entry, again.
2013-07-01 Paul EggertFix bug re noninteractive multithreaded memory allocation.
2013-07-01 Juanma Barranquerosrc/emacs.c (Fkill_emacs): Expand Vauto_save_list_file_...
2013-06-30 Michal NazarewiczAdd `remember-notes' function to store random notes...
2013-06-30 Jan Djärv* nsfns.m (handlePanelKeys): Don't process Command...
2013-06-30 Paul EggertFix minor problems found by static checking.
2013-06-30 Paul EggertRemove duplicate ChangeLog entry.
2013-06-30 Paul EggertDo not use GTK 3 if it exists but cannot be compiled.
2013-06-30 Paul Eggert* intervals.c (get_local_map): Actually clip POSITION
2013-06-30 Paul EggertSpelling fixes.
2013-06-30 Eli ZaretskiiA possible fix for bug #14753 with aborts in get_local_map.
2013-06-30 Eli ZaretskiiDon't call sit-for in right-char and left-char for...
2013-06-29 Juanma BarranqueroFix typos in ChangeLogs.
2013-06-29 Eli ZaretskiiFix typo in src/ChangeLog.
2013-06-29 Paul EggertFix minor problems found by static checking.
2013-06-29 Eli ZaretskiiImplement visual-order cursor motion.
2013-06-29 Kenichi Handamerge trunk
2013-06-29 Kenichi Handamerge trunk
2013-06-28 YAMAMOTO Mitsuharu* image.c (image_unget_x_image): Fix formatting.
2013-06-28 Kenichi Handacoding.c (setup_coding_system): Handle CODING->spec...
2013-06-28 Kenichi Handacoding.h (define_coding_undecided_arg_index): New enum.
2013-06-28 Paul Eggert* image.c (x_from_xcolors): Remove unused local.
2013-06-28 YAMAMOTO MitsuharuFix W32-specific part of last change.
2013-06-28 YAMAMOTO MitsuharuFix typo in ChangeLog for last commit.
2013-06-28 YAMAMOTO MitsuharuDefer image data transfer between X client and server...
2013-06-27 Paul EggertDo not tickle glib SIGCHLD handling if Cygwin.
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-24 Paul EggertA more-conservative workaround for Cygwin SIGCHLD issues.
2013-06-23 Lars Magne Ingebri... Implement :max-width/:max-height for (ImageMagic) images
2013-06-23 Paul EggertTry to avoid malloc SEGVs on Cygwin.
2013-06-22 Paul EggertClean up SIGCHLD handling a bit.
2013-06-22 Paul Eggert* process.c (wait_reading_process_output): Avoid int...
2013-06-21 Paul Eggert* process.c (create_process): Handle a couple more...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-21 Andreas Schwab* process.c (create_process): Mark PROCESS volatile.
2013-06-21 Paul EggertUse C99-style flexible array members if available.
2013-06-21 Stephen BermanMerge from trunk.
2013-06-20 Paul Eggert* syntax.c: Integer cleanups.
2013-06-20 Eli ZaretskiiYet another attempt at fixing bugs #14602, 14630, 14669.
2013-06-20 Paul Eggert* alloc.c (die): Move "assertion failed" string here ...
2013-06-20 Paul EggertAdd log2 support and make log10 obsolete for consistency.
2013-06-20 Paul Eggert* floatfns.c: Add commentary re C99 and C11.
2013-06-19 Juanma BarranqueroFix typos in ChangeLogs.
2013-06-19 Juanma Barranquerosrc/sound.c: Silence some warnings.
2013-06-19 Paul Eggert* sound.c: Integer cleanups.
2013-06-19 Paul Eggert* syntax.c (skip_chars): Don't use uninitialized storage
2013-06-18 Jan Djärv* process.c: Include xgselect.h if HAVE_GLIB. Include...
2013-06-18 Paul Eggert* conf_post.h: Add comments for INLINE, EXTERN_INLINE...
2013-06-18 Paul EggertSpelling fixes.
2013-06-18 Kenichi Handasrc/ChangeLog: Add bug ID to the previous change.
2013-06-18 Kenichi Handamerge emacs
2013-06-18 Kenichi Handafont.c (Ffont_spec): Signal an error for an invalid...
2013-06-18 Juanma Barranquerolisp/ChangeLog, src/ChangeLog: Rotate changelogs.
2013-06-18 Paul EggertPorting fixes for merged specpdl and backtrace stacks.
2013-06-17 Paul Eggert* frame.c (x_report_frame_params): Cast parent_desc...
2013-06-17 Paul Eggert* nsfont.m (ns_registry_to_script): Parenthesize while...
2013-06-17 Eli Zaretskiisrc/ChangeLog: Rearrange the last 2 entries in correct...
2013-06-17 Eli ZaretskiiPossible fix for bug #14630, which continues bug #14062.
2013-06-17 Lars Magne Ingebri... Implement new function `add-face-text-property'
2013-06-17 Paul EggertUse functions, not macros, for XINT etc.
2013-06-15 Eli ZaretskiiFix bug #14567 with jumpy scrolling of tall images.
2013-06-15 Paul Eggert* fns.c (Fcopy_sequence): Simplify XTYPE calculation.
next