aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix and doc-fix for `buffer-local-variables'.Chong Yidong2012-02-072-4/+16
* Small imagemagick doc fixesGlenn Morris2012-02-062-0/+3
* imagemagick-render-type fixesGlenn Morris2012-02-062-8/+20
* * doc.c (store_function_docstring): Fix last change.Chong Yidong2012-02-071-2/+2
* * doc.c (store_function_docstring): Avoid applying docstring of alias to base...Chong Yidong2012-02-062-2/+9
* Comment fix.Glenn Morris2012-02-061-1/+1
* * .gdbinit (pp1, pv1): Remove redundant defines.Andreas Schwab2012-02-042-36/+7
* * src/nsterm.m: Declare a global (Bug#10694).Chong Yidong2012-02-042-0/+5
* Include --enable-checking in system-configuration-options on MS-Windows.Eli Zaretskii2012-02-042-0/+8
* When changing frame sizes round before applying new sizes. (Bug#9723) Martin Rudalics2012-02-042-8/+16
* Fix bug #10696 with crash when an empty display string is at BOB.Eli Zaretskii2012-02-042-1/+8
* Handle overflow when computing char display width (Bug#9496).Paul Eggert2012-02-032-7/+26
* * dbusbind.c (Fdbus_register_method): Mention the return valueMichael Albinus2012-02-022-4/+12
* merge trunkKenichi Handa2012-02-025-16/+21
|\
| * Tiny doc tweaks for call-process's :file spec.Glenn Morris2012-02-012-2/+5
| * Native scroll-bars are not implemented for Nextstep (bug#10673)Glenn Morris2012-02-014-14/+16
* | Fix previous change for Bug#6988.Kenichi Handa2012-02-022-5/+6
|/
* merge trunkKenichi Handa2012-02-022-9/+20
|\
| * Speed up insertion of subprocess output on MS-Windows.Eli Zaretskii2012-02-012-5/+17
| * Fix typos in ChangeLogs.Juanma Barranquero2012-01-311-3/+2
* | Inhibit null-string composition component (Bug#6988).Kenichi Handa2012-02-022-3/+14
|/
* * w32term.c: Copy previous xterm.c doc fix.Glenn Morris2012-01-302-1/+3
* x-toolkit-scroll-bars doc fix.Glenn Morris2012-01-303-2/+13
* Minor NEWS cleanup, mainly for "Installation Changes" section.Glenn Morris2012-01-282-1/+8
* * src/s/gnu.h: Define POSIX_SIGNALS.Chong Yidong2012-01-282-0/+7
* * minibuf.c (syms_of_minibuf): Doc fix.Chong Yidong2012-01-282-9/+17
* * src/keyboard.c (Vecho_keystrokes): Document zero value.Chong Yidong2012-01-272-12/+15
* Document negative repeat counts for search-forward and search-backward.Chong Yidong2012-01-262-2/+11
* Doc fix for lexical-binding being in line one.Glenn Morris2012-01-252-1/+6
* Merge from emacs-23 branchChong Yidong2012-01-252-2/+7
* Tweak custom-variable-p and user-variable-p docs.Chong Yidong2012-01-252-7/+12
* Make second arg of copysign non-optional.Chong Yidong2012-01-212-1/+6
* * process.c (read_process_output): Use p instead of XPROCESS (proc).Andreas Schwab2012-01-212-6/+9
* Fix handling of persistent window parameters.Martin Rudalics2012-01-192-18/+24
* Merge from emacs-23; up to 2012-01-19T07:15:48Z!rgm@gnu.org.Glenn Morris2012-01-182-38/+35
|\
| * Fix init_buffer for USE_MMAP_FOR_BUFFERS case (backport from trunk)Yoshiaki Kasahara2012-01-182-1/+6
| * Fix wrong font metrics for mouse highlight (backport 2011-12-15T02:12:08Z!han...YAMAMOTO Mitsuharu2012-01-152-1/+6
| * Fix previous ChangeLog date fix (no need to merge to trunk)Glenn Morris2012-01-131-1/+1
| * ChangeLog date fix (no need to merge to trunk)Glenn Morris2012-01-131-3/+3
| * Take display-table into account on calculating character/string width (#Bug#9...Kenichi Handa2012-01-132-37/+35
| * * src/s/gnu-linux.h: Use CRT_DIR.Sven Joachim2012-01-122-2/+6
| * Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris2012-01-10215-216/+216
| * Fix uninitialized variable in note_mouse_highlight (backport from trunk).Eli Zaretskii2012-01-092-4/+4
| * Avoid crash on composition (backport from trunk).Johan Bockgård2012-01-092-0/+11
| * Fix last commit.Chong Yidong2012-01-091-2/+2
| * Fix use of uninitialized var (backport from trunk).Chong Yidong2012-01-092-5/+12
| * Fix use of uninitialized variable (backport from trunk).Eli Zaretskii2012-01-092-1/+7
| * Fix glitch in scrolling_window (backport from trunk).YAMAMOTO Mitsuharu2012-01-092-8/+72
| * Backport Bug#9990 fix from trunkEli Zaretskii2012-01-092-4/+9
* | Provide persistent window parameters.Martin Rudalics2012-01-162-7/+110