aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix some integer issues in regex-emacsPaul Eggert2019-03-256-225/+161
* | | | * src/regex-emacs.c (regex_compile): Fix comments.Paul Eggert2019-03-251-4/+2
* | | | * src/lisp.h (primary_thread): Remove unused decl.Paul Eggert2019-03-241-1/+0
* | | | * src/Makefile.in ($(AM_V_GEN)POSIXLY_CORRECT): Use AM_V_GEN.Eli Zaretskii2019-03-231-1/+1
* | | | Avoid compiler warning in w32proc.cEli Zaretskii2019-03-231-7/+12
* | | | Revert "Revert "Revert "Rely on conservative stack scanning to find "emacs_va...Eli Zaretskii2019-03-221-198/+175
* | | | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-2135-118/+116
* | | | Revert "Revert "Rely on conservative stack scanning to find "emacs_value"s""Eli Zaretskii2019-03-211-175/+198
* | | | Revert "Rely on conservative stack scanning to find "emacs_value"s"Philipp Stephani2019-03-211-198/+175
* | | | Avoid duplicate entries in process-environment after re-dumpingEli Zaretskii2019-03-211-0/+6
* | | | Merge from origin/emacs-26Glenn Morris2019-03-202-11/+19
|\ \ \ \ | |/ / /
| * | | Document restrictions when setting window margins, fringes or scroll barsMartin Rudalics2019-03-131-2/+9
| * | | More improvements for 'read-buffer's doc stringEli Zaretskii2019-03-101-7/+7
| * | | * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)Eli Zaretskii2019-03-091-2/+3
* | | | Fix defining keyboard macros in CUA modeEli Zaretskii2019-03-201-3/+25
* | | | Use ‘const’ to clarify GC markingPaul Eggert2019-03-196-36/+37
* | | | * src/fileio.c: Don't convert \r to \n just because of C-x $Stefan Monnier2019-03-181-1/+1
* | | | Fix 'define-charset' after dumping with pdumperEli Zaretskii2019-03-173-4/+8
* | | | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-1611-61/+62
* | | | Improve locale and language environment setting at startupEli Zaretskii2019-03-161-0/+10
* | | | Use bool for menu_items_inusePaul Eggert2019-03-153-14/+12
* | | | Reindent pdumper per usual Emacs stylePaul Eggert2019-03-112-411/+330
* | | | Fix show-trailing-whitespace in R2L textEli Zaretskii2019-03-111-1/+1
* | | | Fix a small pdumper memory leakPaul Eggert2019-03-111-12/+8
* | | | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-114-158/+131
* | | | * src/editfns.c: Fix docstring typo.Paul Eggert2019-03-101-1/+1
* | | | Improve binary-as-unsigned treatment (Bug#34792)Paul Eggert2019-03-101-9/+5
* | | | Use a runtime test for timerfd on Cygwin (Bug#34618)Ken Brown2019-03-101-2/+20
* | | | ; * src/editfns.c (Fformat): Fix last change. (Bug#34792)Eli Zaretskii2019-03-091-4/+4
* | | | Mention `binary-as-unsigned' in `format' docstring (Bug#34792)Ivan Andrus2019-03-091-2/+4
* | | | Merge from origin/emacs-26Glenn Morris2019-03-091-3/+5
|\ \ \ \ | |/ / /
| * | | Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)Martin Rudalics2019-03-081-3/+5
* | | | Consult 'face-remapping-alist' for 'internal-border' faceEli Zaretskii2019-03-093-23/+38
* | | | Further redesign of window change functionsMartin Rudalics2019-03-093-73/+166
* | | | Don't redraw the glyph on top of bar cursorsAlan Third2019-03-091-2/+3
* | | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2019-03-071-1/+1
|\ \ \ \
| * | | | Fix typo in fix for Bug#33498Paul Eggert2019-03-061-1/+1
* | | | | Fix OBJECT binding in conditional display specsEli Zaretskii2019-03-061-2/+2
|/ / / /
* | | | In unwind_with_echo_area_buffer use set_marker_restricted_bothMartin Rudalics2019-03-061-9/+9
* | | | Fix initialization of Vwindow_state_change_functionsMartin Rudalics2019-03-061-1/+1
* | | | Remove unreliable assertion in buf_bytepos_to_charposEli Zaretskii2019-03-051-6/+0
* | | | Fix handling of minibuffer-only child frames (Bug#33498)Martin Rudalics2019-03-051-15/+84
* | | | Avoid assertion violations in buf_bytepos_to_charposEli Zaretskii2019-03-041-0/+2
* | | | Prevent introducing invalid scroll bar width/height values (Bug#34569)Martin Rudalics2019-03-041-20/+23
* | | | Fix minibuffer resizing with temporarily selected frames (Bug#34317)Martin Rudalics2019-03-042-8/+19
* | | | * src/alloc.c (gcstat): Now static.Paul Eggert2019-03-041-1/+1
* | | | * src/gfilenotify.c: Fix indenting.Paul Eggert2019-03-041-12/+12
* | | | * src/font.h: Fix commentary.Paul Eggert2019-03-041-1/+1
* | | | Simplify list creation in C codePaul Eggert2019-03-0431-191/+158
* | | | Fix starting temacs interactivelyEli Zaretskii2019-03-031-1/+1