index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix typos
Stefan Kangas
2021-09-03
4
-6
/
+6
*
Fix expansion of non-ASCII $HOME
Eli Zaretskii
2021-09-02
1
-0
/
+2
*
Fix 'clone-frame' on TTY frames
Eli Zaretskii
2021-09-02
1
-5
/
+6
*
Fix segfault with invalid key-translation-map binding
Eli Zaretskii
2021-09-01
1
-2
/
+1
*
* Add a dll loader entry for gcc_jit_context_new_cast (bug#50315)
Kien Nguyen
2021-09-01
1
-0
/
+6
*
In batch mode, avoid killing Emacs with C-g in the minibuffer
Miha Rihtaršič
2021-09-01
1
-18
/
+19
*
call-process doc string clarification
Lars Ingebrigtsen
2021-08-31
1
-0
/
+2
*
Make run-at-time try harder to run at integral multiples
Lars Ingebrigtsen
2021-08-31
1
-1
/
+1
*
Implement proper type conversion in native compiler
Andreas Schwab
2021-08-30
1
-108
/
+102
*
; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.
Eli Zaretskii
2021-08-29
1
-2
/
+2
*
Disable the NS app when no frames are left (bug#14619, bug#21357, bug#23586)
Alan Third
2021-08-29
2
-0
/
+11
*
Fix up deleting auto-save/killing buffer wrt. `auto-save-visited-mode'
Lars Ingebrigtsen
2021-08-25
1
-3
/
+7
*
Further checks for kill-buffer-delete-auto-save-files
Lars Ingebrigtsen
2021-08-25
1
-0
/
+2
*
Improve documentation of 'inhibit-mouse-event-check'
Eli Zaretskii
2021-08-23
1
-4
/
+5
*
* lisp/mouse.el (context-menu-open): New command bound to [S-f10].
Juri Linkov
2021-08-23
1
-1
/
+8
*
Improve recently-changed docs
Eli Zaretskii
2021-08-23
1
-6
/
+5
*
Clarify the documentation of `next-frame'
Lars Ingebrigtsen
2021-08-23
1
-9
/
+15
*
Add new variable 'kill-buffer/delete-auto-save-files'
Lars Ingebrigtsen
2021-08-23
1
-20
/
+29
*
Clarify :stderr in the make-process doc string
Lars Ingebrigtsen
2021-08-23
1
-1
/
+4
*
Fix recent parse-partial-sexp argument validation
Basil L. Contovounesios
2021-08-22
1
-2
/
+2
*
Set a unique ID for eln files on macOS (bug#45934)
Andrea Corallo
2021-08-22
1
-0
/
+9
*
Set label for NSToolbarItem (bug#50159)
Masahiro Nakamura
2021-08-22
2
-0
/
+8
*
Make Qhide declaration non-target-specific
Mattias Engdegård
2021-08-22
2
-1
/
+2
*
Don't show menu titles with the text property 'hide' (bug#50067)
Juri Linkov
2021-08-22
1
-0
/
+8
*
; * src/syntax.c: Remove a stray comment.
Eli Zaretskii
2021-08-21
1
-2
/
+0
*
Tweak the comment-start-skip example in the manual
Lars Ingebrigtsen
2021-08-21
1
-0
/
+1
*
Make parse-partial-sexp signal an error if TO is smaller than FROM
Lars Ingebrigtsen
2021-08-21
1
-2
/
+7
*
Fix display bug on macOS (bug#50112)
Alan Third
2021-08-21
1
-2
/
+20
*
Remove default "Select" title from NS popup menus (bug#50067)
Mattias Engdegård
2021-08-21
2
-5
/
+1
*
Fix inaccuracies in documentation of 'message-truncate-lines'
Eli Zaretskii
2021-08-19
1
-1
/
+1
*
; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.
Eli Zaretskii
2021-08-19
1
-1
/
+1
*
Fix errors with hscrolling mini-windows under truncate-lines
Eli Zaretskii
2021-08-19
1
-2
/
+10
*
Improve documentation of 'assoc'
Eli Zaretskii
2021-08-18
1
-1
/
+2
*
Improve documentation of last change.
Eli Zaretskii
2021-08-18
1
-2
/
+2
*
Disable auto compositions on the Linux console only
Lars Ingebrigtsen
2021-08-18
3
-7
/
+35
*
Yet another place inside redisplay_window to prevent quitting
Eli Zaretskii
2021-08-18
1
-0
/
+7
*
Fix abort when turning on Hebrew or Arabic input methods
Eli Zaretskii
2021-08-18
1
-0
/
+1
*
Another fix for quitting while displaying non-selected windows
Eli Zaretskii
2021-08-17
1
-0
/
+13
*
Fix TTY display performance degradation due to many markers
Eli Zaretskii
2021-08-17
1
-4
/
+40
*
Plug another hole for longjmp-ing from 'redisplay_window'
Eli Zaretskii
2021-08-16
1
-0
/
+10
*
Make overlays-in treat zero-length overlays at point-max consistently
Lars Ingebrigtsen
2021-08-16
1
-2
/
+3
*
Make Emacs compile with musl instead of glibc
Lars Ingebrigtsen
2021-08-15
1
-2
/
+2
*
; * src/xdisp.c (display_mode_lines): Fix comment.
Eli Zaretskii
2021-08-15
1
-2
/
+3
*
Fix unwarranted point movement after C-g
Eli Zaretskii
2021-08-15
1
-5
/
+11
*
* src/w32.c (_sys_read_ahead): Pacify a silly compiler warning.
Eli Zaretskii
2021-08-14
1
-1
/
+1
*
Fix 'random' on MS-Windows when integers are wider than 30 bits
Eli Zaretskii
2021-08-14
1
-1
/
+6
*
Fix problem where an error would change standard-output
Lars Ingebrigtsen
2021-08-13
1
-2
/
+4
*
Allow using XLFD font names with dashes in the family name
Lars Ingebrigtsen
2021-08-11
1
-5
/
+37
*
* src/nsterm.m (max_used_fringe_bitmap): Remove unused variable.
Alan Third
2021-08-08
1
-1
/
+0
*
Allow building on MacOS with MacPorts and libgccjit
Lars Ingebrigtsen
2021-08-07
1
-3
/
+4
[next]