Remove obsolete configuration options (Windows port).
[bpt/emacs.git] / src / ChangeLog
2012-07-04 Juanma BarranqueroRemove obsolete configuration options (Windows port).
2012-07-04 Juanma BarranqueroFix ChangeLog typos.
2012-07-04 Dmitry Antipov* buffer.c (init_buffer_once): Fix initialization of
2012-07-04 Stefan MonnierTurn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
2012-07-04 Paul Eggert* doprnt.c (doprnt): Don't assume string length fits...
2012-07-04 Dmitry AntipovFix compilation with --enable-gcc-warnings and -O1
2012-07-04 Paul EggertAvoid weird behavior with large horizontal scrolls.
2012-07-04 Paul Eggert* buffer.c (Fgenerate_new_buffer_name): Fix sprintf...
2012-07-04 Dmitry Antipov* buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.
2012-07-04 Paul EggertRemove stray empty line.
2012-07-04 Paul Eggert* regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)
2012-07-04 Paul EggertFix bugs in file timestamp newness comparisons.
2012-07-03 Paul Eggert* fileio.c: Improve handling of file time marker. ...
2012-07-03 Andreas Schwab* fileio.c (Finsert_file_contents): Properly handle...
2012-07-03 Glenn Morris* src/lisp.h (Fread_file_name): Restore EXFUN
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-07-03 Glenn MorrisSpeed up generate-new-buffer-name for invisible buffers...
2012-07-03 Dmitry AntipovFix block vector allocation code to allow VECTOR_BLOCK_SIZE
2012-07-03 Stefan Monnier* src/alloc.c (mark_object): Revert part of last patch...
2012-07-03 Dmitry Antipov* alloc.c (allocate_vector_block): Remove redundant
2012-07-03 Dmitry Antipov* alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES
2012-07-03 Dmitry AntipovCleanup basic buffer management.
2012-07-02 Dmitry Antipov* src/ChangeLog: Fix a typo.
2012-07-02 Paul Eggert* alloc.c (mark_object): Remove "#ifdef GC_CHECK_MARKED...
2012-07-02 Dmitry Antipov* alloc.c (mark_buffer): Simplify. Remove prototype.
2012-06-30 Glenn Morris* src/nsterm.m (ns_init_paths): Ignore site-lisp if...
2012-06-30 Glenn MorrisMake --no-site-lisp work for --enable-locallisppath...
2012-06-30 Eli ZaretskiiFix last entry in src/ChangeLog.
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Andreas Schwab* font.c (font_style_to_value, font_style_symbolic)
2012-06-30 Andreas Schwab* lisp.h (CHECK_RANGED_INTEGER): Make value to check...
2012-06-29 Eli ZaretskiiUndo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipo...
2012-06-29 Eli ZaretskiiFix the current directory of the Emacs process on MS...
2012-06-29 Dmitry Antipov* lisp/fringe.el (fringe-mode): Doc fix.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-29 Dmitry Antipov* editfns.c (region_limit): Fix type mismatch.
2012-06-29 Dmitry Antipov* nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
2012-06-28 Stefan Monnier* src/editfns.c (region_limit): Clip to narrowing.
2012-06-28 Paul EggertAvoid integer overflow on scroll-left and scroll-right.
2012-06-28 Dmitry Antipov* window.h (struct window): Change type of 'hscroll',
2012-06-28 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/regex.$(O)): Update depende...
2012-06-28 Dmitry Antipov* window.h (struct window): Change type of 'use_time...
2012-06-28 Dmitry Antipov* configure.in: Add glyphs category to --enable-checkin...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-28 Andreas Schwab* gnutls.c (emacs_gnutls_handshake): Revert last change...
2012-06-27 Stefan MonnierGet rid of all the manual purecopy calls in menu-bar...
2012-06-27 Dmitry Antipov* alloc.c (allocate_string_data): Remove dead code.
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Omit intervals initialization.
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Fix last change.
2012-06-27 Dmitry Antipov* alloc.c (allocate_string): Remove two redundant...
2012-06-27 Glenn MorrisRemove paths.el
2012-06-27 Glenn MorrisFix ChangeLog entry from trunk 2012-06-27T03:52:02Z...
2012-06-27 Chong YidongLet C-h f do autoloading, and report if a function...
2012-06-27 John Wiegleyunexmacosx.c (copy_data_segment): Added two section...
2012-06-27 John Wiegleyalloc.c (mark_memory): Do not check with -faddress...
2012-06-26 Stefan Monnier* src/eval.c (Fapply): Allow calling it with a single...
2012-06-26 Eli ZaretskiiDefine HAVE_STRCASECMP and HAVE_STRNCASECMP on MS-Windows.
2012-06-26 Dmitry Antipov* alloc.c (allocate_window): Zero out non-Lisp part...
2012-06-26 Andreas Schwab* gnutls.c (emacs_gnutls_handshake): Only retry if
2012-06-26 Dmitry Antipov* term.c (delete_tty): Remove redundant call to memset.
2012-06-26 Dmitry Antipov* src/alloc.c: Remove build_string.
2012-06-26 Paul EggertUse sprintf return value instead of invoking strlen...
2012-06-26 Paul EggertClean out last vestiges of the old HAVE_CONFIG_H stuff.
2012-06-25 Dmitry AntipovFix misspelling dispextern.h in ChangeLog.
2012-06-25 Dmitry Antipov* configure.in (AC_CHECK_FUNCS): Detect library functions
2012-06-25 Andreas Schwab* keyboard.c (menu_bar_items, menu_bar_item, read_key_s...
2012-06-25 Dmitry Antipov* xfns.c (xic_create_fontsetname): Remove redundant...
2012-06-25 Paul Eggert* gtkutil.c (get_utf8_string): Remove redundant assignment.
2012-06-25 Paul Eggert* xfns.c (x_window): Remove redundant cast.
2012-06-25 Dmitry Antipov* xmenu.c (xmenu_show, xdialog_show): Explicit cast...
2012-06-24 Paul Eggert* xterm.c (x_term_init): Build proper-sized _XSETTINGS_...
2012-06-24 Paul Eggert* process.c: Fix spelling and caps in comments.
2012-06-24 Dan Nicolaescu* emacs.c (setpgrp): Remove definition, unused.
2012-06-24 Dan Nicolaescu* sysdep.c (setpgrp): Remove definition, not used in...
2012-06-24 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-24 Eli ZaretskiiImprove port of struct timespec to MS-Windows.
2012-06-24 Paul EggertFix bug when time_t is unsigned and as wide as intmax_t.
2012-06-23 Eli ZaretskiiAvoid compiler warnings in comparing time_t.
2012-06-23 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2012-06-23 Juanma Barranquerosrc/w32.c (ltime): Add return type and declare static.
2012-06-23 Paul Eggert* sysdep.c [__FreeBSD__]: Fix more recently-introduced...
2012-06-23 Eli ZaretskiiFix a bug in w32-get-locale-info.
2012-06-23 Eli ZaretskiiImprove and document the language-change event on MS...
2012-06-23 Eli ZaretskiiBackport: Really fix bug #11519, by fixing the last...
2012-06-23 Chong Yidong* xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new...
2012-06-23 Eli ZaretskiiFix the MS-Windows build broken by 2012-06-22T21:17...
2012-06-23 Eli ZaretskiiReally fix bug #11519, by fixing the last change in...
2012-06-23 Paul Eggert* sysdep.c [__FreeBSD__]: Fix recently-introduced typos.
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-22 Chong Yidong* xdisp.c (x_consider_frame_title): Revert last change.
2012-06-22 Eli ZaretskiiEnlarge NSTATICS to 0x650.
2012-06-21 Glenn Morris* src/charset.c (init_charset): Make lack of etc/charse...
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-20 Paul Eggert* fileio.c (Fdefault_file_modes): Block input while...
2012-06-19 Paul EggertFix misspelling of Dmitry's last name in ChangeLog.
2012-06-19 Stefan Monnier* src/minibuf.c (Fread_string): Bind minibuffer-complet...
2012-06-19 Dmitry Antipov* alloc.c, bytecode.c, ccl.c, coding.c, composite.c...
2012-06-19 Chong YidongPreserve tty top-frames under various window-changing...
next