aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-add the notion of echo_prompt lost in the translationStefan Monnier2015-09-032-20/+22
* Fix typoK. Handa2015-09-021-2/+2
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2015-09-0215-260/+116
|\
| * Escape ` and ' in docPaul Eggert2015-09-011-1/+1
| * Generalize the prefix-command machinery of C-uStefan Monnier2015-09-011-211/+67
| * Docstring fixes re quotes in C codePaul Eggert2015-09-0114-48/+48
* | fix previous changeK. Handa2015-09-021-0/+8
|/
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2015-09-0110-329/+325
|\
| * Fix directory accessibility tests for w32 network volumesEli Zaretskii2015-08-311-1/+20
| * Fix handling long file names in readdir on MS-WindowsEli Zaretskii2015-08-311-5/+18
| * Make file-accessible-directory-p reliable on MS-WindowsEli Zaretskii2015-08-313-9/+65
| * Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics2015-08-314-10/+3
| * Use Core Text types/functions/variables/enumerators directlyYAMAMOTO Mitsuharu2015-08-292-303/+218
| * Fix minor text quoting problems in lisp top levelPaul Eggert2015-08-281-1/+1
* | Use the new type MFLTGlyphFT for MFLTGlyphString.glyphs.K. Handa2015-09-011-131/+208
|/
* Add test case for ‘format’ bug and refactorPaul Eggert2015-08-271-134/+103
* Fix ‘format’ bug with property offsetsPaul Eggert2015-08-271-2/+6
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-2646-1745/+174
* Fix quoting in ‘message_with_string’Paul Eggert2015-08-262-42/+41
* Mention false positives of file-accessible-directory on w32Eli Zaretskii2015-08-261-1/+5
* Treat error strings as helpPaul Eggert2015-08-261-1/+1
* format-message now curves ` and 'Paul Eggert2015-08-259-250/+174
* Treat ' like ’ even when not matching `Paul Eggert2015-08-241-17/+8
* * src/macfont.m (macfont_create_family_with_symbol): Accept localized names.YAMAMOTO Mitsuharu2015-08-251-30/+25
* Fix full-screen code when there is no window manager (Bug#21317)Pip Cet2015-08-243-7/+25
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-233-2/+66
* Fix minor glitches from ‘format’ reversionPaul Eggert2015-08-231-3/+5
* Support exec-directory with non-ASCII characters on WindowsEli Zaretskii2015-08-231-3/+11
* Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-231-115/+85
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-232-9/+8
* Fix invocation of programs via cmdproxy.exeEli Zaretskii2015-08-221-1/+11
* A better fix for bug#21303Eli Zaretskii2015-08-211-14/+7
* * src/gfilenotify.c (Fgfile_add_watch):Michael Albinus2015-08-211-1/+9
* Sanitize frame geometry related functionsMartin Rudalics2015-08-212-14/+14
* Fix MinGW64 build broken by latest w32uniscribe.c changesEli Zaretskii2015-08-211-0/+9
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-202-14/+14
* In w32fns.c's Fx_frame_geometry rewrite check whether frame has a titlebarMartin Rudalics2015-08-201-11/+13
* Improve and future-proof OTF fonts support in w32uniscribe.cEli Zaretskii2015-08-192-41/+253
* In nsimage.m include coding.h (Bug#21292)Martin Rudalics2015-08-191-0/+1
* Move window edge functions to Elisp.Martin Rudalics2015-08-191-186/+0
* In w32fns.c condition TITLEBAR_INFO declaration on WINDOWS version.Martin Rudalics2015-08-191-4/+9
* Use new q ‘format’ flag when fixing quotes in CPaul Eggert2015-08-186-104/+91
* New q flag for ‘format’Paul Eggert2015-08-181-11/+67
* Fix multibyte confusion in diagnosticsPaul Eggert2015-08-182-2/+2
* Fix file name encodings in diagnosticsPaul Eggert2015-08-185-70/+84
* Rewrite and add frame geometry related functions.Martin Rudalics2015-08-184-310/+594
* Clarify what happens to match data on failurePaul Eggert2015-08-171-3/+7
* Curved quotes in --batch diagnostics in non-UTF-8Paul Eggert2015-08-173-12/+43
* Minor change in variable initialization on MS-WindowsIlya Zakharevich2015-08-171-2/+6
* Fix a bug with LWindow key remapping on MS-WindowsIlya Zakharevich2015-08-171-1/+1