aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eval-after-load fix for bug#10009Glenn Morris2011-11-102-22/+26
* Always use svn --non-interactive in vc-svn.el (bug#9993)Glenn Morris2011-11-092-10/+21
* toggle-read-only fixes for bugs#7292, 10006.Glenn Morris2011-11-095-6/+27
* Fix typos.Juanma Barranquero2011-11-095-50/+16
* * lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.Stefan Monnier2011-11-093-2/+5
* * lisp/electric.el (electric-pair-post-self-insert-function): Let userStefan Monnier2011-11-092-0/+4
* * lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.Stefan Monnier2011-11-092-15/+9
* Document window-pixel-edges etc in Lisp manual.Chong Yidong2011-11-092-84/+111
* Disallow calling window-inside-edges and related functions on internal windows.Chong Yidong2011-11-092-9/+14
* * lisp/progmodes/compile.el: Better handle TABs.Stefan Monnier2011-11-093-36/+54
* Rewrite window-resizable.Martin Rudalics2011-11-094-36/+71
* * doc/lispref/windows.texi (Splitting Windows): Simplify example.Chong Yidong2011-11-092-296/+94
* Spelling fixes.Paul Eggert2011-11-0821-55/+55
* * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).Paul Eggert2011-11-082-0/+6
* Avoid some portability problems by eschewing 'extern inline' functions.Paul Eggert2011-11-084-28/+43
* delphi syntax table fix for bug#9994Glenn Morris2011-11-082-4/+5
* Fix doc-string typo in window-min-deltaMartin Rudalics2011-11-082-1/+2
* * lisp/window.el: Stay away from defsubst.Stefan Monnier2011-11-082-70/+73
* * doc/lispref/windows.texi (Resizing Windows): Simplify introduction.Chong Yidong2011-11-082-134/+74
* Update changelog.thierry volpiatto2011-11-081-0/+5
* * emacs-lisp/find-func.el (find-function-read): Fix incorrect use of default ...thierry volpiatto2011-11-081-23/+17
* Remove stale references to help-setup parameter in doc-strings.Martin Rudalics2011-11-082-4/+12
* Fix permissions inadvertently changed in 2011-10-31T00:37:09Z!viniciusjl@ig.c...Paul Eggert2011-11-082-0/+0
* Edits to Window Sizes node of Lisp manual.Chong Yidong2011-11-082-257/+151
* Move low-level window width/height functions to C, and high-level functions t...Chong Yidong2011-11-084-102/+99
* * lisp/window.el: Make special-display like display-buffer-alist.Stefan Monnier2011-11-072-11/+21
* Small cal-menu fix for bug#9976Glenn Morris2011-11-072-5/+12
* * doc/lispref/windows.texi (Choosing Window): Fix keybinding typo.Glenn Morris2011-11-072-1/+5
* admin/unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.Juanma Barranquero2011-11-072-1/+5
* src/lisp.h (syms_of_abbrev): Remove declaration.Juanma Barranquero2011-11-072-4/+5
* Allow to run temacs.exe on MS-Windows in GUI mode.Eli Zaretskii2011-11-072-1/+10
* * lisp/files.el (find-file): Always use selected-window.Stefan Monnier2011-11-072-1/+5
* Remove term "subwindow" from code and documentation.Martin Rudalics2011-11-078-139/+178
* * alloc.c (DEADP): New macro, for porting to GNU/Hurd (Bug#9926).Paul Eggert2011-11-062-1/+13
* Fix rmail-mbox handling of terminating newlines.Mark Lillibridge2011-11-072-18/+15
* merge trunkKenichi Handa2011-11-0741-820/+1306
|\
| * Merge from emacs-23; up to 2010-06-22T07:41:10Z!rgm@gnu.orgGlenn Morris2011-11-062-4/+33
| |\
| | * Fix memory leak by y-or-n-p-with-timeout with GUI (Bug#9830).YAMAMOTO Mitsuharu2011-10-312-4/+33
| * | Fix some portability problems with 'inline'.Paul Eggert2011-11-063-20/+36
| * | * src/keyboard.c (interrupt_signal): Don't call kill-emacs while inAndreas Schwab2011-11-062-2/+11
| * | Fix bug #9963 with abort in "temacs -nw".Eli Zaretskii2011-11-062-5/+23
| * | Manual updates for window changes.Chong Yidong2011-11-067-403/+372
| * | Delete window-combination-p; tweaks to window-top-child and window-left-child.Chong Yidong2011-11-064-82/+104
| * | * src/makefile.w32-in ($(TEMACS), (gl-stamp)): Use $(THISDIR) toChristoph Scholtes2011-11-052-2/+7
| * | * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)Christoph Scholtes2011-11-052-6/+25
| * | * src/w32font.c (font_matches_spec): Filter out non-Japanese kana fonts.Jason Rumney2011-11-063-13/+42
| * | Fix definition of `mode_t'.Christoph Scholtes2011-11-051-5/+3
| * | Fix MSVC build in lib-src.Eli Zaretskii2011-11-052-9/+9
| * | Modify w32fns.c similarly to 2011-11-05T12:04:34Z!jan.h.d@swipnet.se.Eli Zaretskii2011-11-052-9/+17
| * | * nt/config.nt: (mode_t) [!__GNUC__]: Define mode_t for MSVC.Christoph Scholtes2011-11-052-0/+11