* window.h (struct window): Change window_end_valid member from
[bpt/emacs.git] / src / ChangeLog
2013-01-22 Dmitry Antipov* window.h (struct window): Change window_end_valid...
2013-01-22 Dmitry Antipov* xdisp.c (mark_window_display_accurate): Simplify...
2013-01-22 Paul Eggert* emacs.c (Qkill_emacs_hook): Now static.
2013-01-22 Paul Eggert* fileio.c (Finsert_file_contents): Simplify.
2013-01-21 Eli ZaretskiiAnother minor fix in acl_set_file on Windows.
2013-01-21 Dmitry Antipov* fileio.c (Finsert_file_contents): Revert code introdu...
2013-01-19 Paul Eggert* lisp.h (eabs): Define unconditionally.
2013-01-19 Glenn MorrisMerge from emacs-24; up to 2012-12-11T09:51:12Z!dmantip...
2013-01-19 Eli ZaretskiiFix crashes with lots of overlays.
2013-01-19 Paul Eggert* fileio.c: Use O_APPEND to append.
2013-01-19 Paul EggertFix size bug on DOS_NT introduced by CIFS workaround.
2013-01-19 Paul EggertAllow floating-point file offsets.
2013-01-19 Chong Yidong* emacs.c (Fkill_emacs): Set waiting_for_input to 0...
2013-01-19 Eli ZaretskiiMake 'fstat' on MS-Windows behave more like 'stat'...
2013-01-19 Eli ZaretskiiMinor fix in acl_set_file.
2013-01-19 Paul EggertWork around bug in CIFS and vboxsf file systems.
2013-01-19 Paul Eggert* fileio.c (Finsert_file_contents): Simplify new diagnostic
2013-01-18 Dmitry AntipovFix crash when inserting data from non-regular files...
2013-01-18 Paul EggertClose a race when statting and reading files.
2013-01-17 Dmitry Antipov* lisp.h (toplevel): Add comment about using Lisp_Save_...
2013-01-17 Dmitry Antipov* buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.
2013-01-17 Glenn Morris* src/fns.c (Frandom): Doc fix.
2013-01-15 Paul Eggert* src/alloc.c (free_save_value): Now static.
2013-01-15 Dmitry Antipov* keymap.c (map_keymap_internal): Use format_save_value.
2013-01-15 Dmitry Antipov* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change...
2013-01-15 Dmitry AntipovSome convenient bits to deal with Lisp_Save_Values.
2013-01-14 Paul EggertAvoid needless casts with XSAVE_POINTER.
2013-01-14 Dmitry AntipovFix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_...
2013-01-14 Dmitry AntipovMake Lisp_Save_Value more versatile storage for up...
2013-01-13 Glenn MorrisMerge from emacs-24; up to 2012-12-10T20:27:33Z!eggert...
2013-01-13 Glenn MorrisChangeLog whitespace trivia
2013-01-13 Jan DjärvFix spelling error.
2013-01-13 Jan Djärv* nsfont.m (LCD_SMOOTHING_MARGIN): New define.
2013-01-12 Glenn MorrisChangeLog fix (no need to merge to trunk)
2013-01-11 Jan DjärvAdd tiny change.
2013-01-11 Jan DjärvMake scroll-bar-adjust-thumb-portion customizable,...
2013-01-11 Jan DjärvIntroduce scroll-bar-adjust-thumb-portion.
2013-01-13 Jan Djärv* nsterm.m (keyDown:): Set processingCompose to NO...
2013-01-13 Jan Djärv* nsfont.m (ns_findfonts): Add block/unblock_input...
2013-01-12 Paul Eggert* indent.c (Fvertical_motion): Remove now-incorrect...
2013-01-12 Paul EggertFix bug with set-time-zone-rule and LOCALTIME_CACHE.
2013-01-11 Aaron S. HawleyDisambiguate function and variable references in docstr...
2013-01-11 Dmitry AntipovAvoid unnecessary byte position calculation for the...
2013-01-11 Paul Eggertemacsclient -t should not suspend Emacs server
2013-01-11 Jan Djärv* gtkutil.c (xg_initialize): Backport from trunk.
2013-01-11 Paul EggertBackport typo fix from trunk, for AIX.
2013-01-11 Paul EggertFix SIGDANGER handlers, for AIX.
2013-01-10 Jan Djärv* gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE...
2013-01-10 Dmitry AntipovOmit buffer_slot_type_mismatch and use generic predicat...
2013-01-10 Stefan MonnierMerge from emacs-24
2013-01-09 Juanma Barranquerosrc/w32.c, src/w32term.c: Remove unused local variables.
2013-01-09 Dmitry Antipov* insdel.c (make_gap_larger): Fix comment because gap_l...
2013-01-09 Dmitry Antipov* lisp.h (make_gap_1): New prototype.
2013-01-09 Glenn MorrisMerge from emacs-24; up to 2012-12-08T12:11:29Z!eliz...
2013-01-08 Juri Linkov* lisp/textmodes/flyspell.el (flyspell-incorrect, flysp...
2013-01-08 Aaron S. Hawley* lisp/simple.el (primitive-undo): Move from undo.c.
2013-01-08 Stefan Monnier* src/keyboard.c (echo_add_key): Rename from echo_add_char.
2013-01-06 Glenn MorrisMerge from emacs-24; up to 2012-12-07T15:31:43Z!cyd...
2013-01-06 Chong YidongFix echoing of replayed keys.
2013-01-05 Glenn MorrisMerge from emacs-24; up to 2012-12-07T08:13:49Z!dmantip...
2013-01-05 Eli ZaretskiiImprove display of glyph matrix by dump-glyph-matrix.
2013-01-04 Glenn MorrisMerge from emacs-24; up to 2012-12-06T20:16:38Z!monnier...
2013-01-04 Stefan Monnier* lisp/view.el (view--enable, view--disable): Rename...
2013-01-04 Stefan Monnier* src/fileio.c (Ffile_acl): Undocument return format.
2013-01-04 YAMAMOTO MitsuharuDon't use previous underline thickness or position...
2013-01-04 YAMAMOTO MitsuharuMake underwave look more triangular and also degrade...
2013-01-03 Glenn MorrisMerge from emacs-24; up to 2012-12-06T07:33:20Z!rgm...
2013-01-02 Glenn MorrisCorrect dates of merged ChangeLog entries
2013-01-02 Paul EggertMerge from emacs-24; up to 2012-12-06T01:39:03Z!monnier...
2013-01-02 Paul EggertSimplify via eabs.
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-31 Glenn Morris* src/keymap.c (Fkey_description): Doc fix.
2012-12-31 Eli ZaretskiiFix a bug with time zones on MS-Windows.
2012-12-30 Paul Eggert* coding.c (Qmac): Now static.
2012-12-30 Jan DjärvCheck for deprecated gtk tearoff menu item in configure.
2012-12-30 Jan DjärvCheck for deprecated gtk_handle_box in configure.
2012-12-30 Glenn MorrisMerge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka...
2012-12-29 Andreas SchwabProperly configure GNUstep libraries
2012-12-29 Eli ZaretskiiImprove copy-file diagnostics on MS-Windows.
2012-12-29 Eli ZaretskiiFix bug #13298 with failed backups by falling back...
2012-12-29 Eli ZaretskiiMore cleanup in handling subprocess exiting on MS-Windows.
2012-12-28 Paul EggertPort EXTERNALLY_VISIBLE to Clang 3.2.
2012-12-27 Eli ZaretskiiFix bug #13277 with TTY cursor positioning in a line...
2012-12-27 Glenn MorrisMerge from emacs-24; up to 2012-12-03T21:07:47Z!eggert...
2012-12-27 Glenn MorrisDocument cygwin-convert-file-name-{to|from}-windows
2012-12-26 Dmitry Antipov* print.c (print_object): If Lisp_Save_Value object...
2012-12-26 Dmitry Antipov* lisp.h (toplevel): Add two notices to the comment...
2012-12-26 Dmitry Antipov* keyboard.c (record_asynch_buffer_change): Initialize...
2012-12-26 Paul Eggert* window.c (select_window_1): Now static.
2012-12-25 Eli ZaretskiiFix window-body-width on text terminals.
2012-12-25 Dmitry Antipov* xterm.h (struct x_output): Remove toolbar_detached...
2012-12-25 Dmitry Antipov* xdisp.c (redisplay_window): Remove inner local variable
2012-12-24 Eli ZaretskiiFix bug #13262 with crashes in completion on MS-Windows...
2012-12-24 Dmitry Antipov* buffer.c (Fset_buffer_modified_p): Use buffer_window_...
2012-12-24 Dmitry Antipov* buffer.h (BUF_COMPACT): New macro to follow the commo...
2012-12-23 Eli ZaretskiiDon't fail in acl_set_file on MS-Windows if the operati...
2012-12-23 Eli ZaretskiiImprove handling of subprocess shutdown on MS-Windows.
2012-12-23 Jan Djärv* nsfns.m (Fns_do_applescript): Run event loop until...
2012-12-22 Glenn MorrisMerge from emacs-24; up to 2012-12-02T06:22:32Z!cyd...
2012-12-22 Eli ZaretskiiSupport 'fullscreen' frame parameter on MS-Windows.
next