summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-12-18NS selection bug fix and cleanup, see thread C-g crash in C-x C-f (OSX Lion).Jan Djärv
2011-12-17* src/fileio.c (check_writable) [CYGWIN]: Return non-zero if UID orKen Brown
2011-12-16* s/gnu-linux.h: Fix mark_memory typo (Bug#10286).Paul Eggert
2011-12-16* src/image.c (imagemagick_error): New function. Juri Linkov
2011-12-15xftfont.c (xftfont_draw): Use the font metrics of s->font to fill background ...Kenichi Handa
2011-12-14Merge from trunk.Paul Eggert
2011-12-13Fix doc-string typo.Martin Rudalics
2011-12-13Fix doc-string of recenter-redisplay.Martin Rudalics
2011-12-13Minor fixes in window handling code and docs.Martin Rudalics
2011-12-11coding.c (Funencodable_char_position): Pay attention to the buffer text reloc...Kenichi Handa
2011-12-10Merge from trunk.Paul Eggert
2011-12-10* src/xterm.c (x_term_init): Move call to gdk_window_add_filter beforeJan Djärv
2011-12-10Fix bug #10263 with assertion violation using telugu-itrans input method.Eli Zaretskii
2011-12-10* nsterm.h (x_free_frame_resources): Declare.Jan Djärv
2011-12-10Don't crash on bad user input.Jan Djärv
2011-12-09Fix bug #10170 with extra scrolling after C-s.Eli Zaretskii
2011-12-09Fix for GNUstep build failure during dumping.YAMAMOTO Mitsuharu
2011-12-09Add a bug number to a ChangeLog entry.Kenichi Handa
2011-12-08coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) after the loop to...Kenichi Handa
2011-12-08ftfont.c (get_adstyle_property): Fix previous change (Bug#10233).Kenichi Handa
2011-12-08src/w32.c: Implement --no-site-lisp on Windows (bug#10208).Juanma Barranquero
2011-12-06Small init_lread fix for bug#10208Glenn Morris
2011-12-06* src/minibuf.c (Fread_from_minibuffer): Doc fix.Chong Yidong
2011-12-06* src/process.c (start_process_unwind): Treat any pid <= 0, except -2,Glenn Morris
2011-12-05Handle X selection requests in input-pending-p.Chong Yidong
2011-12-05* coding.c (encode_designation_at_bol): Don't use uninitializedPaul Eggert
2011-12-05ftfont.c (get_adstyle_property): If the font is not BDF nor PCF, return Qnil ...Kenichi Handa
2011-12-05merge trunkKenichi Handa
2011-12-05src/ChangeLog: Fix previous change.Kenichi Handa
2011-12-05Pay attetion to the buffer relocation on encoding (Bug#9318).Kenichi Handa
2011-12-05src/lisp.h (process_quit_flag): Fix external declaration.Juanma Barranquero
2011-12-04Don't macro-inline non-performance-critical code.Stefan Monnier
2011-12-04* nsfns.m (get_geometry_from_preferences): New function.Jan Djärv
2011-12-04Don't call Lisp in signal handlerAndreas Schwab
2011-12-03* widget.c (update_wm_hints): Return if wmshell is null.Jan Djärv
2011-12-03Fix bug #10192 with assertion violation when scrolling.Eli Zaretskii
2011-12-03Fix parts 1 & 2 of bug #10183 with RTL headings in Org mode.Eli Zaretskii
2011-12-02Change `wordify' to `word-search-regexp'.Juri Linkov
2011-12-01* src/fileio.c (Finsert_file_contents): Move after-change-function callStefan Monnier
2011-12-01Fixes: debbugs:10169Andreas Schwab
2011-11-30REALLY fix bug #10164 with crashes when linum-mode is turned on.Eli Zaretskii
2011-11-30Fix typos.Juanma Barranquero
2011-11-30src/dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.Juanma Barranquero
2011-11-30Fix bug #10164 with assertion violations in linum-mode.Eli Zaretskii
2011-11-29* xterm.c (handle_one_xevent): Only set async_visible and friendsJan Djärv
2011-11-28Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert
2011-11-28Truncate scroll runs that copy to where we copied to.YAMAMOTO Mitsuharu
2011-11-27Fix MS-Windows build with MSVC compiler.Eli Zaretskii
2011-11-27Work around an Ubuntu 11.10 bug where Emacs loops forever when started.Jan Djärv
2011-11-26* fileio.c (Finsert_file_contents): Undo previous change.Paul Eggert