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 automatic hscrolling when line numbers are displayed
Eli Zaretskii
2021-08-06
1
-4
/
+5
*
Improve wording of recently changed documentation
Eli Zaretskii
2021-08-06
1
-3
/
+4
*
Add function minibuffer-restore-windows (bug#45072)
Juri Linkov
2021-08-06
1
-2
/
+5
*
Add new user option 'read-minibuffer-restore-windows'
martin rudalics
2021-08-04
1
-3
/
+15
*
Adjust how `replace-match' runs modification hooks
Lars Ingebrigtsen
2021-07-31
5
-9
/
+18
*
Fix some macOS problems
Alan Third
2021-07-31
2
-13
/
+8
*
Move parent frame setting code into EmacsWindow
Alan Third
2021-07-31
2
-88
/
+99
*
Move NS port toolbar handling to the window
Alan Third
2021-07-31
3
-62
/
+42
*
Fix macOS live resize drawing
Alan Third
2021-07-31
1
-16
/
+25
*
Change NS port resize detection
Alan Third
2021-07-31
1
-67
/
+15
*
Tidy up NS port OS window handling
Alan Third
2021-07-31
3
-190
/
+175
*
Simplify macOS drawing code
Alan Third
2021-07-31
2
-326
/
+205
*
* src/fontset.c (check_fontset_name): A better fix for bug#49782.
Eli Zaretskii
2021-07-31
1
-4
/
+5
*
* src/fontset.c (check_fontset_name): Fix last change.
Eli Zaretskii
2021-07-30
1
-1
/
+1
*
Avoid segfault when set-fontset-font is called from non-GUI frames
Eli Zaretskii
2021-07-30
1
-0
/
+3
*
Convert fringe bitmaps to vectors on NS port
Alan Third
2021-07-26
3
-113
/
+58
*
Fix NS inset rectangle corners
Alan Third
2021-07-26
1
-24
/
+41
*
Simplify NS sizing and positioning code
Alan Third
2021-07-26
1
-61
/
+38
*
* src/nsterm.m (ns_set_frame_alpha): Enable alpha on GNUstep.
Alan Third
2021-07-26
1
-3
/
+1
*
Fix image crash on macOS (bug#49688)
Alan Third
2021-07-26
1
-6
/
+2
*
Fix compilation of xftfont.c with old fontconfig
Eli Zaretskii
2021-07-25
1
-0
/
+6
*
Rename directory-append to file-name-concat
Lars Ingebrigtsen
2021-07-25
1
-2
/
+2
*
Allow empty elements in directory-append
Lars Ingebrigtsen
2021-07-25
1
-13
/
+33
*
; * src/fileio.c (Fdirectory_append): Doc fix.
Eli Zaretskii
2021-07-24
1
-3
/
+4
*
Really convert to multibyte in Fdirectory_append
Lars Ingebrigtsen
2021-07-24
1
-2
/
+1
*
Fix Fdirectory_append check for whether strings have to be converted
Lars Ingebrigtsen
2021-07-24
4
-12
/
+3
*
Tweak Fdirectory_append slightly
Lars Ingebrigtsen
2021-07-24
1
-2
/
+2
*
Tweak Fdirectory_append for efficiency
Lars Ingebrigtsen
2021-07-24
1
-1
/
+2
*
Extend directory-append to take an arbitrary number of components
Lars Ingebrigtsen
2021-07-24
1
-37
/
+79
*
Add new function `directory-append'
Lars Ingebrigtsen
2021-07-24
1
-0
/
+46
*
Make supersession warnings work again
Lars Ingebrigtsen
2021-07-23
1
-1
/
+1
*
Fix display of line/wrap-prefix when there's a display property at BOL
Eli Zaretskii
2021-07-22
1
-2
/
+18
*
Make input of multi-key inputs in different emacsclients more logical
Logan Perkins
2021-07-21
1
-10
/
+16
*
* src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixup
Stefan Monnier
2021-07-21
1
-2
/
+2
*
Make `C-g' after `M-x' not give a backtrace unless required
Lars Ingebrigtsen
2021-07-21
3
-3
/
+16
*
Speed up by storing frame faces in hash tables instead of alists
Jashank Jeremy
2021-07-21
3
-51
/
+60
*
Factor out char_table_ref_simple for readability
Stefan Kangas
2021-07-21
1
-60
/
+44
*
Fix final test for invalid base64url chars
Lars Ingebrigtsen
2021-07-21
1
-1
/
+1
*
Make `kill-all-local-variables' also remove lambda from hooks
jakanakaevangeli
2021-07-20
1
-6
/
+6
*
Signal an error in json.c function if not available
Lars Ingebrigtsen
2021-07-20
1
-16
/
+9
*
Quit minibuffers without aborting kmacros
Miha Rihtaršič
2021-07-20
5
-15
/
+38
*
Fix problem with certain fonts in ftfont_shape_by_flt
Kenichi Handa
2021-07-20
1
-0
/
+21
*
Mention `overlays-in' in the `overlays-at' doc string
Lars Ingebrigtsen
2021-07-20
1
-1
/
+5
*
Fix typos in a recent change
Eli Zaretskii
2021-07-19
1
-1
/
+1
*
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Eli Zaretskii
2021-07-19
1
-3
/
+11
|
\
|
*
Add inhibit-buffer-hooks to `make-indirect-buffer'
Lars Ingebrigtsen
2021-07-19
1
-4
/
+11
|
*
Make make-indirect-buffer inherit inhibit-buffer-hook from base buffer
dickmao
2021-07-19
1
-0
/
+1
*
|
; Fix a typo in a recent change
Eli Zaretskii
2021-07-19
1
-1
/
+1
|
/
*
Fix documentation of mouse-leave-buffer-hook
Lars Ingebrigtsen
2021-07-19
1
-1
/
+4
*
Clarify event-convert-list doc string
Lars Ingebrigtsen
2021-07-18
1
-2
/
+5
[prev]
[next]