aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Preserve formatting in docstring of dbusbind.cMichael Albinus2015-09-171-4/+4
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-1637-130/+130
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-1610-27/+85
* Use common report_file_notify_error functionMichael Albinus2015-09-164-45/+31
* Remove tool_bar_redisplayed_once and associated code.Martin Rudalics2015-09-165-26/+4
* Pacify --enable-gcc-warningsPaul Eggert2015-09-151-1/+1
* Improve error reports in inotify.cMichael Albinus2015-09-151-14/+27
* Adaot file-notify-tests.el test casesMichael Albinus2015-09-141-5/+10
* Improve the doc string of w32notify-valid-pEli Zaretskii2015-09-141-1/+2
* Report file-notify-error in w32notify.cEli Zaretskii2015-09-141-7/+22
* Implement w32notify-valid-pEli Zaretskii2015-09-141-0/+24
* Introduce `file-notify-valid-p'Michael Albinus2015-09-131-0/+11
* Port Unicode char detection to FreeBSD+svgalibPaul Eggert2015-09-131-3/+3
* * src/indent.c (Fvertical_motion): Simplify bugfix (Bug#21468).Paul Eggert2015-09-131-4/+1
* Fix vertical cursor motion across overlay strings with newlinesEli Zaretskii2015-09-131-1/+24
* Merge syntax-propertize--done and parse-sexp-propertize-doneStefan Monnier2015-09-112-58/+60
* Prefer straight quoting in some text filesPaul Eggert2015-09-111-7/+6
* Fix NS build with --enable-checking='glyphs'Eli Zaretskii2015-09-111-1/+1
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-108-13/+12
* Port to GIFLIB 5.0.6 and laterPaul Eggert2015-09-101-16/+22
* * src/syntax.c (SETUP_SYNTAX_TABLE): Move truncation...Stefan Monnier2015-09-091-7/+9
* Make syntax.c call syntax-propertize on demandStefan Monnier2015-09-092-24/+84
* Define internal-char-font even if --without-xPaul Eggert2015-09-092-102/+101
* Port recent Linux console changes to RHEL 6Paul Eggert2015-09-091-0/+1
* ; Fix stray quote inserted in commentPaul Eggert2015-09-091-1/+1
* Improvements for curved quotes on Linux consulePaul Eggert2015-09-093-8/+85
* ; Fix comment to match recent code changePaul Eggert2015-09-081-2/+1
* Remove a few simple cases of global redisplayStefan Monnier2015-09-083-22/+22
* * src/process.c (status_notify): Avoid global redisplay (bug#11822)Stefan Monnier2015-09-082-11/+13
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-073-13/+13
* * src/keyboard.c (read_key_sequence): Complete last fix (bug#21403)Stefan Monnier2015-09-071-0/+1
* Fix deletion of symlinks to directories on MS-WindowsEli Zaretskii2015-09-071-4/+29
* Avoid read error messages from 'inotify'Robert Pluim2015-09-051-2/+10
* Fix segfaults due to using a stale face IDPhilip2015-09-053-4/+21
* 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