aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Improve character name escapesPaul Eggert2016-04-212-82/+35
* | | | | | | | | | | | | | | | | | Use 'ucs-names' for character name escapesPhilipp Stephani2016-04-211-49/+88
* | | | | | | | | | | | | | | | | | Minor cleanups for character name escapesPhilipp Stephani2016-04-211-15/+12
* | | | | | | | | | | | | | | | | | Implement named character escapes, similar to PerlPhilipp Stephani2016-04-211-0/+96
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-04-181-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Fix w32 memory-management problem when extending buffer textEli Zaretskii2016-04-151-4/+4
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-04-182-19/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | substitute-command-keys keeps quotes’ text propsPaul Eggert2016-04-141-3/+22
| * | | | | | | | | | | | | | | | | * src/xwidget.c (x_draw_xwidget_glyph_string): More clipping fixes.YAMAMOTO Mitsuharu2016-04-141-16/+10
* | | | | | | | | | | | | | | | | | Minor fixups for external socket launchingPaul Eggert2016-04-172-33/+28
* | | | | | | | | | | | | | | | | | Add external socket launching supportMatthew Leach2016-04-164-8/+73
* | | | | | | | | | | | | | | | | | Simplify use of O_BINARYPaul Eggert2016-04-147-12/+9
* | | | | | | | | | | | | | | | | | * src/indent.c (Fvertical_motion): Pacify GCCPaul Eggert2016-04-141-1/+1
* | | | | | | | | | | | | | | | | | Support OFFSET and (OFFSET ABBR) time zone rulesPaul Eggert2016-04-121-27/+77
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-04-122-15/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Improve time zone documentationPaul Eggert2016-04-121-12/+15
| * | | | | | | | | | | | | | | | | Disable multicolor fonts on OS X since they are not supported on free systemsYAMAMOTO Mitsuharu2016-04-121-3/+3
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-04-115-23/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | ; Spelling fixesPaul Eggert2016-04-101-1/+1
| * | | | | | | | | | | | | | | | | Remove undefined behavior in OS X dumper.Philipp Stephani2016-04-091-1/+20
| * | | | | | | | | | | | | | | | | Fix clipping of xwidgetsJoakim Verona2016-04-091-18/+16
| * | | | | | | | | | | | | | | | | * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.Paul Eggert2016-04-081-2/+2
| * | | | | | | | | | | | | | | | | Set locale encoding to UTF-8 when run from OS X GUI.Alan Third2016-04-081-1/+8
* | | | | | | | | | | | | | | | | | Fix Bug#23207Michael Albinus2016-04-101-1/+10
* | | | | | | | | | | | | | | | | | Minor improvements for hash function primitivesPaul Eggert2016-04-082-48/+28
* | | | | | | | | | | | | | | | | | New primitives sxhash-eq, sxhash-eqlPaul Pogonyshev2016-04-081-2/+22
* | | | | | | | | | | | | | | | | | ; Fix typo in previous patch.Paul Eggert2016-04-041-1/+1
* | | | | | | | | | | | | | | | | | Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert2016-04-045-68/+51
* | | | | | | | | | | | | | | | | | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-0412-77/+63
* | | | | | | | | | | | | | | | | | Port redirect-debugging-output to MS-WindowsPaul Eggert2016-04-042-4/+24
* | | | | | | | | | | | | | | | | | Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-048-104/+81
* | | | | | | | | | | | | | | | | | Spelling fixesPaul Eggert2016-04-032-2/+2
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-04-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | ; * src/keyboard.c (read_char): Fix typos in a comment.Eli Zaretskii2016-04-031-1/+1
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-04-033-19/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | make-xwidget unused arg cleanupPaul Eggert2016-04-021-7/+7
| * | | | | | | | | | | | | | | | | Remove unused arguments from make-xwidgetJoakim Verona2016-04-021-10/+6
| * | | | | | | | | | | | | | | | | Avoid crashes due to insanely large columns in tabulated-list-formatEli Zaretskii2016-04-012-3/+9
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-04-021-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Fix rare problems with echo-area display and multiple framesEli Zaretskii2016-03-291-0/+9
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-04-0210-81/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | * src/font.c (QCuser_spec): Add missing colon to :user-spec.Paul Eggert2016-03-271-1/+1
| * | | | | | | | | | | | | | | | | * src/xwidget.c (Fxwidget_resize): Fix inappropriate use of XFASTINT.YAMAMOTO Mitsuharu2016-03-271-1/+1
| * | | | | | | | | | | | | | | | | Ignore non-nil. non-cons values of unread-command-eventsEli Zaretskii2016-03-261-4/+4
| * | | | | | | | | | | | | | | | | Improve documentatuon of 'truncate-partial-width-windows'Eli Zaretskii2016-03-261-2/+5
| * | | | | | | | | | | | | | | | | * src/ftfont.c (ftfont_shape_by_flt): Parenthesize as per GNU style.Paul Eggert2016-03-251-2/+2
| * | | | | | | | | | | | | | | | | Fix scrolling upwards with 'xwidget-webkit-browse-url'Eli Zaretskii2016-03-251-1/+1
| * | | | | | | | | | | | | | | | | Fix display of Indic scriptsK. Handa2016-03-251-1/+6
| * | | | | | | | | | | | | | | | | Fix splash screen display at startupEli Zaretskii2016-03-251-1/+1
| * | | | | | | | | | | | | | | | | Avoid GTK 3 crash with icons and masksPaul Eggert2016-03-241-66/+34