* fileio.c (Vauto_save_list_file_name): Minor doc fix.
[bpt/emacs.git] / src / ChangeLog
2012-12-01 Chong Yidong* fileio.c (Vauto_save_list_file_name): Minor doc fix.
2012-11-30 Fabrice PopineauFix compilation problems with 64-bit MSVC compiler.
2012-11-27 Glenn Morris* src/data.c (Fboundp): Doc fix re lexical-binding.
2012-11-27 Glenn Morris* src/data.c (Fsymbol_value): Doc fix re lexical-binding.
2012-11-26 Eli ZaretskiiDon't crash if internal-char-font is called on non...
2012-11-24 Paul EggertRevert recent change for Bug#8855.
2012-11-24 Eli ZaretskiiFix assertion violations when clicking on Info bread...
2012-11-24 Eli ZaretskiiFix ChangeLog entries for the last commit.
2012-11-23 Paul EggertFix a race condition with glib (Bug#8855).
2012-11-23 Eli ZaretskiiFix cursor display when several display strings follow...
2012-11-23 Eli ZaretskiiFix pgx in .gdbinit when CHECK_LISP_OBJECT_TYPE is...
2012-11-21 Eli ZaretskiiFix bug #12930 with vertical-motion through a display...
2012-11-20 Daniel ColascioneBackport: Rename cygwin_convert_path* to cygwin_convert...
2012-11-20 Ken BrownFix non-GTK builds on Cygwin
2012-11-19 Eli ZaretskiiMore fixes for bug #12878 with MS-Windows MSVC build.
2012-11-18 Eli ZaretskiiPrevent crashes on MS-Windows when w32-downcase-file...
2012-11-17 Eli ZaretskiiFix bug #12878 with compilation failure with Visual...
2012-11-17 Jan Djärv* nsterm.m (hold_event): Set send_appdefined to YES.
2012-11-16 enami tsugutomo* src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set...
2012-11-16 Glenn Morris* src/editfns.c (Fmessage): Mention message-log-max...
2012-11-15 Stefan Monnier* src/eval.c (Finteractive_p): Revert lexbind-merge...
2012-11-14 Eli ZaretskiiClean up w32 timer thread code in the hope of solving...
2012-11-13 Jan Djärv* nsterm.m (hold_event): Send SIGIO to make sure ns_rea...
2012-11-12 Eli ZaretskiiFix bug #12867 with crashes due to large field width...
2012-11-07 Martin RudalicsFix and rewrite doc on window recombining facilities.
2012-11-06 Eli ZaretskiiFix bug #12811 with scrolling under scroll-up/down...
2012-11-05 Eli ZaretskiiFix bug #12774 with crashes in ralloc.c.
2012-11-03 Eli ZaretskiiAdapt MSDOS port to latest changes.
2012-11-03 Eli ZaretskiiLoad term/internal from loadup.el.
2012-11-03 Eli ZaretskiiAdapt the MSDOS build to the latest changes on mainline.
2012-11-03 Jan DjärvBackport from trunk.
2012-11-03 Eli ZaretskiiFix bidi initialization in init_from_display_pos.
2012-11-01 Eli ZaretskiiFix MS-Windows build broken by fixing bug #12776 on...
2012-10-31 Paul EggertFix crash when using Emacs as commit editor for git.
2012-10-31 Michael Albinus* dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VAL...
2012-10-31 Martin RudalicsInstall fixes for Bug#12764 and Bug#12766.
2012-10-30 Jan Djärv* frame.c (Fframe_pixel_height): Fix documentation.
2012-10-30 Kenichi Handamerge trun
2012-10-30 Kenichi Handafont.c (Ffont_at): If WINDOW is specified and it is...
2012-10-30 Daniel ColascioneComplete fix for build break
2012-10-29 Daniel Colascione2012-10-29 Daniel Colascione <dancol@dancol.org>
2012-10-28 Eli ZaretskiiDon't use CLOCKS_PER_SEC in w32 timers.
2012-10-28 Jan Djärv* nsterm.m (NO_APPDEFINED_DATA): New define.
2012-10-28 Stefan Monnier* src/frame.c (x_set_font): Catch internal error.
2012-10-27 Eli ZaretskiiFix compiler warnings in w32proc.c.
2012-10-27 Eli ZaretskiiUse 'volatile' types for communications between timer...
2012-10-27 Eli ZaretskiiFix w32 implementation of itimers: overflow and ITIMER_...
2012-10-26 Eli ZaretskiiAvoid hourglass mouse pointer when a tooltip for menu...
2012-10-25 Paul EggertDon't assume process IDs fit in int.
2012-10-23 Kenichi Handamerge trunk
2012-10-23 Kenichi HandaMake face-font-rescale-alist work correctly for non...
2012-10-23 Chong YidongMake unused variable font-list-limit obsolete, and...
2012-10-21 Jan Djärv* nsfont.m (nsfont_open, ns_glyph_metrics): Force integ...
2012-10-21 Jan Djärv* xterm.c (x_focus_changed): Check if daemonp when...
2012-10-21 Glenn MorrisRecognize that cp51932.el and eucjp-ms.el are loaded...
2012-10-20 Paul EggertPort to OpenBSD 5.1.
2012-10-20 Chong Yidong* lread.c (Fload): Doc fix.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-19 Kenichi Handasrc/ChangeLog: Fix changers name.
2012-10-19 Kenichi Handafont.c (Ffont_at): Fix previous change.
2012-10-19 Eli ZaretskiiIncrease the value of BASE_PURESIZE to avoid pure space...
2012-10-19 Eli ZaretskiiDecrease NSTATICS to 0x800.
2012-10-19 Stefan Monnier* src/fns.c (Fnreverse): Include the problem element...
2012-10-18 Jan Djärv* nsterm.m (ns_select): Check writefds before call to
2012-10-18 Daniel ColascioneIncrease NSTATICS; tell the user when we run out of...
2012-10-18 Martin RudalicsIn window.c fix two flaws reported by Dmitry Antipov.
2012-10-18 Kenichi Handamerge trunk
2012-10-17 Eli ZaretskiiFix warnings when compiling on MS-Windows with -std...
2012-10-17 Eli ZaretskiiFix bug #12661 with w32 and cygw32 builds under --enabl...
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Kenichi Handaxdisp.c (reseat_1): Make the information stored in...
2012-10-17 Juanma BarranqueroFix ChangeLog typos.
2012-10-17 Dmitry Antipov* buffer.c (Fkill_buffer): When unchaining the marker,
2012-10-17 Dmitry AntipovDo not verify indirection counters of killed buffers...
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-16 Dmitry Antipov* alloc.c (Fmake_byte_code): Fix typo in comment.
2012-10-16 Dmitry Antipov* editfns.c (get_system_name): Remove.
2012-10-15 Stefan Monnier* lisp/erc/erc.el (erc-log): Make it into a defsubst.
2012-10-15 Daniel ColascioneAdd comment for undef of "interface"
2012-10-15 Martin RudalicsFix Fwindow_end's handling of cached position (Bug...
2012-10-15 Daniel ColascioneFix cygw32 build break with dbus compilation
2012-10-14 Daniel Colascione* image.c (init_tiff_functions, init_imagemagick_functions)
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Jan Djärv* nsterm.m (ns_select): Count fd:s in writefs also.
2012-10-14 Kenichi Handamerge trunk
2012-10-14 Glenn MorrisChangeLog fix
2012-10-13 Jan Djärv* gtkutil.c (xg_set_widget_bg): Divide by 65535.
2012-10-13 Kenichi Handamerge trunk
2012-10-13 Kenichi Handacoding.c (detect_coding): Set coding->id before calling...
2012-10-13 Andreas Schwab* fileio.c: Formatting fixes.
2012-10-13 Paul EggertFix some stat-related races.
2012-10-12 Stefan Monnier* src/doc.c (get_doc_string): Don't signal an error...
2012-10-12 Jan Djärv* nsterm.m (hold_event_q): New static variable.
2012-10-12 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/w32select.$(O)): Update...
2012-10-12 Eli ZaretskiiUpdate dependencies in src/makefile.w32-in.
2012-10-12 Eli ZaretskiiFix bug #12587 with slow startup on MS-Windows with...
2012-10-12 Jan Djärv* nsfont.m (nsfont_open): Remove font cache, it is...
2012-10-12 Glenn Morris* src/buffer.c (Fset_buffer): Doc fix. (Bug#12624)
2012-10-11 Stefan Monnier* src/buffer.c (Fkill_buffer): Null out the overlay...
next