Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3).
[bpt/emacs.git] / src / ChangeLog
2011-03-08 Jan DUpdates for compiling with Gtk+ 3.0 (--with-x-toolkit...
2011-03-08 Juanma Barranquerosrc/w32xfns.c (select_palette): Check success of Realiz...
2011-03-07 Juanma BarranqueroRemove unnecessary "(tiny change)" markers.
2011-03-07 Ben KeyFix bug#8181.
2011-03-07 Adrian Robert* nsterm.m (ns_draw_window_cursor): Fix handling of...
2011-03-06 Chong YidongRevert incorrect logic in 2011-03-06T07:50:01Z!eggert...
2011-03-06 Paul EggertMerge: current_column: Now returns EMACS_INT, fixing...
2011-03-06 Paul Eggertcurrent_column: Now returns EMACS_INT, fixing some...
2011-03-06 Paul Eggert* xdisp.c (redisplay_window): Likewise.
2011-03-06 Paul Eggert* minibuf.c (minibuf_prompt, minibuf_prompt_width)...
2011-03-06 Paul Eggert* cmds.c (internal_self_insert): Reindent to match...
2011-03-06 Paul Eggert* xdisp.c (SKIP_GLYPHS): Removed unused macro.
2011-03-06 Paul Eggert* xdisp.c (update_window_cursor): Now static, since...
2011-03-06 Paul Eggert* xdisp.c (produce_glyphless_glyph): Make a pointer...
2011-03-06 Paul Eggert* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused...
2011-03-06 Paul EggertMerge from mainline.
2011-03-06 Paul Eggert* xdisp.c: Rename or move local decls to avoid shadowing.
2011-03-06 Juanma BarranqueroFix typos.
2011-03-06 Michael ShieldsDoc fixes for bug#5567 (tiny change)
2011-03-05 Chong Yidong* nsterm.m (ns_draw_window_cursor): Fix typo in 2011...
2011-03-05 Glenn MorrisChangeLog fix.
2011-03-02 Ken Brown* sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
2011-03-02 Paul EggertMerge: Work around some portability problems with symlinks.
2011-03-02 Paul EggertMerge from mainline.
2011-03-02 Paul EggertMerge from mainline.
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-27 Chong YidongAvoid recording dead buffers in buffer-list frame param...
2011-02-27 Eli ZaretskiiImplement stub emulation of `readlink' for MS-DOS.
2011-02-27 Eli ZaretskiiImplement stubs of `readlink' and `symlink' for MS...
2011-02-27 Eli ZaretskiiEmulate `readlink' for DJGPP versions before 2.04.
2011-02-27 Paul EggertMerge: Minor cleanups uncovered by gcc warnings
2011-02-27 Paul Eggert* scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.
2011-02-27 Paul Eggert* frame.c (x_set_screen_gamma): Rename local to avoid...
2011-02-27 Paul Eggert* frame.h: Avoid gcc -Wmissing-prototypes diagnostics.
2011-02-27 Paul Eggert* dispextern.h (struct glyph): Make u.img_id int, not...
2011-02-27 Paul Eggert* dispnew.c: Rename locals to avoid shadowing.
2011-02-26 Paul Eggert* dispnew.c: Fix problem uncovered by gcc -Wunused...
2011-02-26 Paul Eggert* dispnew.c: Fix problems uncovered by gcc -Wstrict...
2011-02-26 Eli ZaretskiiAdapt the MS-DOS build to gnulib import of md5 and...
2011-02-26 Eli ZaretskiiFix Sed scripts and srs/s/msdos.h for gnulib additions...
2011-02-25 Paul Eggert* fileio.c (Fmake_symbolic_link): Treat ENOSYS speciall...
2011-02-25 Paul EggertSimplify symlink portability workaround.
2011-02-25 Paul EggertMerge from mainline.
2011-02-25 Paul EggertMerge from mainline.
2011-02-25 Paul Eggert* dired.c (Ffile_attributes): Increase size of modes...
2011-02-23 Ben KeyFix handling of bar cursors in NS terminal.
2011-02-23 Juanma BarranqueroFix typos.
2011-02-23 Stefan Monnier* src/print.c (print_object): Never print old-style...
2011-02-23 Glenn MorrisRemove bogus duplicate ChangeLog entry from 2010-06...
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-23 Kenichi Handamerge emacs-23
2011-02-22 Paul Eggert[ChangeLog]
2011-02-22 Paul Eggert* dired.c (Ffile_attributes): Simplify and avoid #ifdef.
2011-02-22 Wolfgang Jenkner* src/lread.c (openp): Correct Boolean typo in last...
2011-02-22 Adrian Robert* nsterm.m (EmacsView-keyDown:): Don't pass shift-only...
2011-02-22 Juanma Barranquerosrc/ChangeLog: Fix typos.
2011-02-22 Paul EggertMerge: Assume S_ISLNK etc. work, since gnulib supports...
2011-02-22 Kenichi HandaFix font size handling.
2011-02-22 Paul Eggert[ChangeLog]
2011-02-22 Kenichi Handamerge emacs-23
2011-02-21 Paul EggertMerge from mainline.
2011-02-21 Eli ZaretskiiAdapt MS-Windows build to import of filemode.c from...
2011-02-21 Paul EggertMerge from mainline.
2011-02-21 Paul EggertImport filemode module from gnulib.
2011-02-20 Paul EggertMerge from mainline.
2011-02-20 Christoph ScholtesFix the MS-Windows build due to import of md5 from...
2011-02-20 Paul EggertImport filemode module from gnulib.
2011-02-20 Paul EggertMerge: Import crypto/md5 and stdint modules from gnulib.
2011-02-19 Eli ZaretskiiAdapt and fix the MS-DOS port due to gnulib imports.
2011-02-19 Eli ZaretskiiFinish fixing the MS-DOS build. Everything builds...
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-19 Chong Yidong* Makefile.in (prefix-args${EXEEXT}): Compile with...
2011-02-19 Eli ZaretskiiInitial version of fix for the MS-DOS build, not yet...
2011-02-19 Paul Eggert* deps.mk (fns.o): Depend on ../lib/md5.h.
2011-02-19 Paul EggertMerge from mainline.
2011-02-18 Stefan Monnier* alloc.c (make_unibyte_string): Don't SET_UNIBYTE...
2011-02-18 Stefan Monnier* lisp/files.el (cd): Make completion obey cd-path.
2011-02-18 Eli Zaretskiixdisp.c (display_line): Fix the change made for bug...
2011-02-18 Eli ZaretskiiFix bug #7840 with default terminal and keyboard encodings.
2011-02-18 Paul EggertMerge from mainline.
2011-02-18 Stefan MonnierDon't GC-scan stack data redundantly.
2011-02-17 Jan DjärvFix KVAR/BVAR,
2011-02-17 Kenichi HandaFix font-size handling bug.
2011-02-16 Eli ZaretskiiUse KVAR in the MS-DOS build.
2011-02-16 Eli ZaretskiiFix formatting of src/ChangeLog entries.
2011-02-16 Eli Zaretskiisrc/s/ms-w32.h (getloadavg): Declare prototype which...
2011-02-16 Eli ZaretskiiUse KVAR in MS-Windows build, remove buffer-file-type.
2011-02-16 Tom TromeyHide implementation of `struct kboard'
2011-02-16 Tom Tromey* lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR.
2011-02-16 Tom TromeyChange B_ to BVAR
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-16 Paul EggertMerge from mainline.
2011-02-16 Paul EggertImport getloadavg module from gnulib.
2011-02-16 Paul EggertMerge from mainline.
2011-02-16 Paul EggertMerge from mainline.
2011-02-15 Paul EggertMerge from mainline.
2011-02-15 Eli ZaretskiiFix the NS build due to introduction of B_.
2011-02-14 Michael Welsh DugganFix use of dtoastr from gnulib.
2011-02-14 Eli ZaretskiiFix the MS-DOS build due to introduction of B_.
2011-02-14 Eli ZaretskiiFix the MS-Windows build due to introduction of B_.
next