aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/ChangeLog: Fix typos.Juanma Barranquero2010-05-311-4/+4
* * xdisp.c (redisplay_window): After redisplay, check if point isChong Yidong2010-05-272-2/+15
* * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Stefan Monnier2010-05-241-1/+3
* Backport from trunk: close bug#6190.enami tsugutomo2010-05-202-0/+10
* Doc fix (Bug#6224).Chong Yidong2010-05-202-6/+12
* * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.Stefan Monnier2010-05-192-0/+15
* * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA toChong Yidong2010-05-182-10/+26
* Backport from trunk: Fix bug #6126.Eli Zaretskii2010-05-113-1/+22
* * src/ChangeLog: Remove tiny change marker from author with assignment.Glenn Morris2010-05-111-1/+1
* ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_...Kenichi Handa2010-05-112-2/+7
* Bump version to 23.2.emacs-23.2Chong Yidong2010-05-071-0/+4
* Fix for Bug#5984.Andreas Schwab2010-04-304-3/+23
* Use new features of libotf and m17n-lib if available.Kenichi Handa2010-04-232-0/+385
* * dired.c (Ffile_attributes): Fix typo in docstring.Juanma Barranquero2010-04-192-3/+7
* * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-131-0/+5
* * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-131-1/+1
* Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.YAMAMOTO Mitsuharu2010-04-102-0/+23
* frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.YAMAMOTO Mitsuharu2010-04-082-1/+5
* Fix resizing for X and non-Gtk+ build. Bug #5848.Jan Djärv2010-04-073-6/+12
* Fix crash on NextStep terminal (Bug#5837)Chong Yidong2010-04-052-1/+7