summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement x-frame-geometry for NS.Jan D2015-02-222-0/+87
* Spelling fixesPaul Eggert2015-02-212-3/+9
* Prefer 'Qfoo' to 'intern ("foo")' in w32 source filesEli Zaretskii2015-02-214-6/+13
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-2120-49/+68
* Avoid endless loop when handling fatal signal.Jan Djärv2015-02-202-1/+7
* Simplify binary I/O configurationPaul Eggert2015-02-194-10/+41
* Avoid aborts when input-method-function changes this-command-keys (Bug#19774)Eli Zaretskii2015-02-192-0/+10
* Fix display of IME window on MS-Windows (Bug#11732)Fujii Hironori2015-02-192-5/+13
* Fix exit code when stdin is at EOF (Bug#19897)Eli Zaretskii2015-02-182-4/+6
* Fixes display of prefix argument when input-method-functionOscar Fuentes2015-02-182-1/+14
* * src/keyboard.c (timer_check_2): Fix incorrect commentKelly Dean2015-02-172-1/+5
* Fix doc-string of x_frame_normalize_before_maximize.Martin Rudalics2015-02-142-3/+10
* Fix assertion violations when popping menus on TTY (Bug#19862)Eli Zaretskii2015-02-142-27/+36
* Better support for future pluginsPaul Eggert2015-02-122-3/+17
* Improve toggling fullscreen state of frames.Martin Rudalics2015-02-113-10/+42
* Use bool for boolean in xdisp.cPaul Eggert2015-02-095-1261/+1195
* Check for some overflows in vertical-motionPaul Eggert2015-02-092-19/+33
* * xfont.c: Minor style fixesPaul Eggert2015-02-092-101/+101
* Speed up vertical-motion when screen coordinates are knownEli Zaretskii2015-02-093-23/+60
* Remove unused assignment.Dima Kogan2015-02-092-1/+4
* Try non-scaled xld fonts first, and scaled if that failed.Dima Kogan2015-02-093-85/+108
* * src/keyboard.c (syms_of_keyboard): Use non-nil default value.Stefan Monnier2015-02-092-1/+5
* Use C99's INFINITY and NAN macrosPaul Eggert2015-02-082-22/+10
* Fix bidi_explicit_dir_char undefined behaviorPaul Eggert2015-02-082-0/+9
* Better distinguish infinite from invalid timesPaul Eggert2015-02-084-27/+56
* Minor tweaks to frame_size_history_addPaul Eggert2015-02-084-18/+15
* Fix a thinko in frame-parameter (Bug#19802)Eli Zaretskii2015-02-082-1/+12
* * src/data.c (Findirect_function): Don't signal an errorStefan Monnier2015-02-082-30/+29
* Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-0710-299/+613
* Remove no-longer-used cursor_in_echo_area codePaul Eggert2015-02-063-82/+66
* Add (:documentation <form>) for dynamically-generated docstringsStefan Monnier2015-02-052-4/+23
* Remove recently added BUFFER arg of `window-text-pixel-size'.Martin Rudalics2015-02-052-25/+15
* Remove no-longer-used two_byte_p calculationsPaul Eggert2015-02-033-24/+20
* Omit unnecessary var if GTK or NSPaul Eggert2015-02-023-0/+12
* Give `window-text-pixel-size' optional BUFFER argument.Martin Rudalics2015-02-012-15/+33
* Revert changes installed by xwidgets mergePaul Eggert2015-02-0117-2540/+33
* Give `window-text-pixel-size' optional BUFFER argument.Martin Rudalics2015-02-012-15/+33
* Better changelog for xwidgetsJoakim Verona2015-02-011-1/+1
* NEWS entry and Changelog xwidgetsJoakim Verona2015-02-011-0/+17
* Merge branch 'master' into xwidgetJoakim Verona2015-02-0124-195/+482
|\
| * Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)Eli Zaretskii2015-01-314-21/+51
| * Don't reimplement move-if-change badlyAndreas Schwab2015-01-312-3/+15
| * Fix while-no-input loops (Bug#19547)Eli Zaretskii2015-01-312-0/+6
| * Fix last commit, which confused WINDOWSNT with MSDOS.Eli Zaretskii2015-01-312-1/+7
| * Simplify read_dirent's MSDOS hacksPaul Eggert2015-01-302-13/+15
| * # ChangeLog fixesGlenn Morris2015-01-301-30/+17
| * Fix error messages when readdir cannot open a directory on MS-WindowsEli Zaretskii2015-01-302-5/+29
| * Refactor calls to opendir for simplicityPaul Eggert2015-01-292-15/+14
| * Report readdir failuresPaul Eggert2015-01-292-55/+39
| * Merge from origin/emacs-24Paul Eggert2015-01-293-17/+51
| |\