aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finalizer documentation, minor improvementsDaniel Colascione2015-03-023-2/+16
* Add support for finalizersDaniel Colascione2015-03-024-6/+223
* * character.c (alphabeticp, decimalnump): Avoid undefined behaviorPaul Eggert2015-02-282-25/+27
* Set can_x_set_window_size and after_make_frame in terminal frames (Bug#19962)Martin Rudalics2015-02-282-0/+12
* Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-284-6/+70
* Adjust offset and border calculations for X.Jan D2015-02-274-9/+44
* Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-276-10/+65
* Don't use OUTER_TO_INNER macros for plain X and lucid.Jan Djärv2015-02-262-6/+32
* Merge from origin/emacs-24Paul Eggert2015-02-254-3/+20
|\
| * src/dispextern.h (FACE_FOR_CHAR): Fix the commentary.Eli Zaretskii2015-01-302-2/+8
| * Avoid compiler warnings in decode_env_path.Hans Wennborg2015-01-292-1/+6
| * Improve solution of bug #19701Eli Zaretskii2015-01-292-0/+6
* | * xfns.c (x_real_pos_and_offsets): Fix pointer signedness.Paul Eggert2015-02-252-9/+14
* | Redo the whole window offsets and coordinate translation for X.Jan D2015-02-256-59/+121
* | Backtrace after malloc arena is corruptedPaul Eggert2015-02-243-1/+23
* | 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