aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".Michael Albinus2010-09-271-1/+1
* * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".Michael Albinus2010-09-272-2/+4
* * dbusbind.c (syms_of_dbusbind): Unset $DBUS_FATAL_WARNINGS.Michael Albinus2010-09-272-0/+7
* * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds.Jan D2010-09-262-0/+11
* * src/syntax.c (back_comment): Detect the case where a 1-char commentStefan Monnier2010-09-212-4/+12
* Make sure detached tool bar menu isn't blank.Jan D2010-09-172-0/+6
* Fix bug 7013, only do send event if wanted state != current state.Jan D2010-09-122-60/+104
* Update name of <emacs-bugs-7626@cbane.org>Stefan Monnier2010-09-121-1/+1
* * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).Anonymous2010-09-112-11/+14
* coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de...Kenichi Handa2010-09-082-1/+9
* coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ...Kenichi Handa2010-09-072-1/+6
* Fix handling of 8-bit characters in a display table.Kenichi Handa2010-08-314-251/+160
* term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.Kenichi Handa2010-08-292-1/+11
* * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISPAndreas Schwab2010-08-172-9/+10
* Avoid stack overflow in let, eval, and apply (Bug#6214).Chong Yidong2010-08-172-9/+27
* * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.Jan D2010-08-142-13/+20
* * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.Jan D2010-08-132-0/+6
* * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): NewPeter O'Gorman2010-08-092-5/+9
* Improve the encoding by compound-text-with-extensions.Kenichi Handa2010-08-063-12/+87
* * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.Juanma Barranquero2010-08-013-7/+12
* fns.c: Doc fixes.Juanma Barranquero2010-07-302-12/+17
* Document arguments passed to `read-buffer-function' (bug#5625).Juanma Barranquero2010-07-282-1/+7
* * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS defini...Ken Brown2010-07-272-2/+6
* * minibuf.c (Fread_buffer): Doc fix (bug#6528).Christoph Scholtes2010-07-262-1/+5
* * window.c (Fwindow_height): Doc fix (bug#6518).Christoph Scholtes2010-07-232-1/+8
* * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.Juanma Barranquero2010-07-212-4/+8
* * gtkutil.c (xg_event_is_for_menubar): Also check that event windowJan D2010-07-172-3/+25
* Fix menus as per bug 6499 and 6608.Jan D2010-07-147-25/+60
* Fix bug #6609.Eli Zaretskii2010-07-142-1/+9
* * xfaces.c (realize_face): Garbage the frame if a face is removedChong Yidong2010-07-102-0/+6
* Remove obsolete volatileAndreas Schwab2010-07-052-25/+29
* Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).YAMAMOTO Mitsuharu2010-07-056-107/+244
* src/w32fns.c (Qtooltip): Declare.Juanma Barranquero2010-07-042-1/+10
* Fix hang for mouse press on menubar but not on an item (Bug#6499).Jan D2010-07-032-0/+13
* Fix faulty `if' statement in delete_frame.Chong Yidong2010-07-024-10/+25
* Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).Naohiro Aota2010-06-303-2/+9
* * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).Andreas Schwab2010-06-262-1/+6
* Fix after-string and image interaction bug (Bug#1336).Chong Yidong2010-06-242-0/+6
* * lread.c (read1): Signal error if #s is not followed by paren.Andreas Schwab2010-06-232-10/+16
* * image.c (free_image): Mark frame as garbaged (Bug#6426).Chong Yidong2010-06-192-0/+6
* * keymap.c (Fdefine_key): Doc fix (Bug#6460).Chong Yidong2010-06-192-4/+10
* Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.Glenn Morris2010-06-142-4/+10
* * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.Stefan Monnier2010-06-093-32/+53
* * minibuf.c (Fall_completions): Add more checks.Andreas Schwab2010-06-081-3/+4
* * minibuf.c (Fall_completions): Add more checks.Andreas Schwab2010-06-082-2/+8
* * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).Juanma Barranquero2010-06-082-1/+5
* Add bug numberAndreas Schwab2010-06-041-1/+1
* * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4Andreas Schwab2010-06-042-1/+8
* Fix typos.Juanma Barranquero2010-06-038-68/+72
* * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in threadStefan Monnier2010-05-312-14/+27