..
bitmaps
.dbxinit
.gdbinit
Merge branch 'master' into scratch/correct-warning-pos
2022-01-11 21:57:54 +00:00
.lldbinit
* src/.lldbinit: Fix copyright year.
2022-07-11 14:57:20 +02:00
alloc.c
; * src/alloc.c (check_pure_size): Fix last change.
2022-09-10 09:39:14 +08:00
atimer.c
Fix 'debug-timer-check' on MS-Windows
2022-05-30 20:51:19 +03:00
atimer.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
bidi.c
Minor optimization of the "abort redisplay" feature
2022-06-25 10:46:10 +03:00
bignum.c
Improve random bignum generation
2022-03-16 17:52:41 -07:00
bignum.h
Improve random bignum generation
2022-03-16 17:52:41 -07:00
blockinput.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
buffer.c
Improve detection of long lines.
2022-08-23 17:48:51 +02:00
buffer.h
; * src/buffer.h (struct buffer_text): Improve commentary.
2022-08-23 19:30:18 +03:00
bytecode.c
Remove calls to intern with a static string from code that runs on X
2022-09-19 10:01:52 +08:00
callint.c
Fix fix_command for non-symbol functions
2022-08-15 16:18:45 +02:00
callproc.c
Fix broken build on Solaris 10 emacs_spawn
2022-08-17 23:12:55 -07:00
casefiddle.c
Merge from origin/emacs-28
2022-01-01 07:03:03 -05:00
casetab.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
category.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
category.h
Rename integerp->fixnum, etc, in preparation for bignums
2018-07-12 22:12:27 -06:00
ccl.c
Pacify GCC 12 false positive in ccl.c
2022-05-31 01:26:47 -07:00
ccl.h
ChangeLog.1
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.2
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.3
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.4
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.5
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.6
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.7
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.8
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.9
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.10
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.11
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.12
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
ChangeLog.13
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
character.c
; * character.c (Fmax_char): Fix build with type checking.
2022-09-03 21:45:46 +08:00
character.h
Simplify str_to_multibyte and related code
2022-07-11 13:52:01 +02:00
charset.c
Copy-edit doc strings and comments wrt bignum and fixnum
2022-08-18 17:10:46 +02:00
charset.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
chartab.c
Factor out char_table_ref_simple for readability
2021-07-21 14:01:57 +02:00
cm.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
cm.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
cmds.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
coding.c
Pacify warnings from gcc 12 in encode_coding_object
2022-08-15 08:56:57 +02:00
coding.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
commands.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
comp.c
Update error message to reflect variable rename
2022-09-03 12:55:27 -04:00
comp.h
Port to gcc -D EMACS_EXTERN_INLINE
2022-03-19 12:48:54 -07:00
composite.c
Avoid uninitialized variable warning
2022-09-27 12:39:31 +09:00
composite.h
Adjust zero-width grapheme clusters so they are displayed (Bug#50951)
2022-09-27 09:22:00 +09:00
conf_post.h
Port better to C23 bool+true+false keywords
2022-09-28 01:09:01 -07:00
COPYING
cygw32.c
Replace ptrdiff_t with new specpdl_ref type for specpdl references
2022-02-12 18:00:21 +01:00
cygw32.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
data.c
Prefer using DEFSYMs to intern with wrong_type_argument
2022-09-18 18:55:19 +02:00
dbusbind.c
Prefer using DEFSYMs to intern with wrong_type_argument
2022-09-18 18:55:19 +02:00
decompress.c
Omit unnecessary code when !HAVE_NATIVE_COMP
2022-03-19 12:48:52 -07:00
deps.mk
Replace list and vector sorting with TIMSORT algorithm
2022-04-04 07:43:11 +08:00
dired.c
* src/dired.c (directory_files_internal): Update comment
2022-07-10 11:15:27 -04:00
dispextern.h
Fix various problems with mouse highlight on XI2 builds
2022-08-25 12:24:34 +08:00
dispnew.c
Ensure no memory leaks of glyph_matrix
2022-09-24 19:07:27 +03:00
disptab.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
dmpstruct.awk
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
doc.c
Avoid an unnecessary call to intern
2022-09-19 11:38:49 +02:00
doprnt.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
dosfns.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
dosfns.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
dynlib.c
Omit unnecessary code when !HAVE_NATIVE_COMP
2022-03-19 12:48:52 -07:00
dynlib.h
Port better to C23 bool+true+false keywords
2022-09-28 01:09:01 -07:00
editfns.c
; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.
2022-09-08 22:50:41 +03:00
emacs-icon.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
emacs-module.c
Port better to C23 bool+true+false keywords
2022-09-28 01:09:01 -07:00
emacs-module.h.in
Port better to C23 bool+true+false keywords
2022-09-28 01:09:01 -07:00
emacs.c
; * src/emacs.c (usage_message): Remove stray tabs.
2022-09-14 21:21:33 +02:00
emacsgtkfixed.c
Fix a crash on some versions of GTK
2022-02-18 18:04:02 +08:00
emacsgtkfixed.h
Merge from origin/emacs-28
2022-01-01 07:03:03 -05:00
epaths.in
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
eval.c
Abolish max-specpdl-size (bug#57911)
2022-09-19 19:30:03 +02:00
fileio.c
Abolish max-specpdl-size (bug#57911)
2022-09-19 19:30:03 +02:00
filelock.c
Protect against the host name containing an alpha character
2022-04-25 14:09:53 +02:00
firstfile.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
floatfns.c
* src/floatfns.c: Update comment.
2022-05-10 14:47:22 -07:00
fns.c
; * src/fns.c (Fcopy_alist): More accurate error type
2022-09-25 17:51:19 +02:00
font.c
Merge from origin/emacs-28
2022-09-28 15:35:06 +02:00
font.h
Merge from origin/emacs-28
2022-09-21 10:25:06 +02:00
fontset.c
Avoid asserting for fontset validity before it is used
2022-09-16 15:52:21 +08:00
fontset.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
frame.c
Merge from origin/emacs-28
2022-09-19 06:31:49 +02:00
frame.h
Fix recalculation of `icon-title-format' after a frame is iconified
2022-06-09 21:50:37 +08:00
fringe.c
Make the bookmark fringe icon look like a bookmark
2022-08-15 21:15:42 -07:00
ftcrfont.c
Make average width computation on ftcr more permissive (Bug#43058)
2022-09-26 09:57:23 +09:00
ftfont.c
Whitelist some incorrectly labeled "color" fonts under Xft
2022-05-19 20:10:19 +08:00
ftfont.h
Merge remote-tracking branch 'origin/master' into feature/pgtk
2021-11-30 08:16:50 +08:00
getpagesize.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
gfilenotify.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
gmalloc.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
gnutls.c
Allow plist-get/plist-put/plist-member to take a comparison function
2022-06-27 12:22:05 +02:00
gnutls.h
Remove unused fns/data and make fns static
2022-03-19 12:48:53 -07:00
gtkutil.c
Revert "Improve X event timestamp tracking"
2022-08-07 11:47:26 +08:00
gtkutil.h
Revert "Improve X event timestamp tracking"
2022-08-07 11:47:26 +08:00
haiku.c
; Add 2022 to copyright years.
2022-01-01 07:07:15 -05:00
haiku_draw_support.cc
Implement stipples for images on Haiku
2022-06-27 06:21:31 +00:00
haiku_font_support.cc
Implement font-use-system-font on Haiku
2022-09-25 13:24:03 +00:00
haiku_io.c
Implement font-use-system-font on Haiku
2022-09-25 13:24:03 +00:00
haiku_select.cc
Implement TIMESTAMP target for Haiku selections
2022-07-13 05:45:30 +00:00
haiku_support.cc
Implement wallpaper.el support for Haiku
2022-09-14 06:25:11 +00:00
haiku_support.h
Implement font-use-system-font on Haiku
2022-09-25 13:24:03 +00:00
haikufns.c
Remove intern calls with a static string from haiku*.c
2022-09-20 03:00:10 +00:00
haikufont.c
Implement font-use-system-font on Haiku
2022-09-25 13:24:03 +00:00
haikugui.h
Add more cursor bitmaps on Haiku
2022-05-14 05:30:16 +00:00
haikuimage.c
Don't use native image APIs for some types on Haiku
2022-04-12 02:37:39 +00:00
haikumenu.c
Fix grab view persisting on Haiku after popup menu closes
2022-07-28 13:25:06 +00:00
haikuselect.c
Implement wallpaper.el support for Haiku
2022-09-14 06:25:11 +00:00
haikuselect.h
Implement TIMESTAMP target for Haiku selections
2022-07-13 05:45:30 +00:00
haikuterm.c
Implement font-use-system-font on Haiku
2022-09-25 13:24:03 +00:00
haikuterm.h
Implement font-use-system-font on Haiku
2022-09-25 13:24:03 +00:00
hbfont.c
Remove calls to intern with a static string from code that runs on X
2022-09-19 10:01:52 +08:00
image.c
Move imagep in image.c from the debugging section
2022-09-13 16:37:31 +02:00
indent.c
Use truncated-partial-width-window-p in more places (bug#56815)
2022-08-27 22:52:03 +03:00
indent.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
inotify.c
Use BASE_EQ instead of EQ where obviously safe
2022-06-16 14:49:58 +02:00
insdel.c
Merge branch 'feature/fix-the-long-lines-display-bug'
2022-07-21 12:37:45 +02:00
intervals.c
Merge from origin/emacs-28
2022-09-19 06:31:49 +02:00
intervals.h
Pacify GCC 12 in default developer build
2022-05-12 17:03:55 -07:00
json.c
Allow NUL characters in JSON input
2022-07-02 15:06:24 +02:00
keyboard.c
Merge branch 'emacs-28'
2022-09-24 10:32:39 -04:00
keyboard.h
Rewrite PGTK selection code from scratch
2022-06-21 22:05:21 +08:00
keymap.c
* src/keymap.c (Fcopy_keymap): Document using defvar-keymap.
2022-07-04 17:01:53 +02:00
keymap.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
kqueue.c
Two typos captured on OpenBSD/clang
2022-06-21 18:46:53 +03:00
lastfile.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
lcms.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
lisp.h
Port alignas definition to C23
2022-09-13 12:42:31 -05:00
lread.c
Simplify and shrink reader buffers
2022-09-15 09:41:15 +02:00
macfont.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
macfont.m
Merge from origin/emacs-28
2022-07-31 06:30:25 +02:00
macros.c
Improve the execute-kbd-macro doc string
2022-03-14 12:17:24 +01:00
macros.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
macuvs.h
; Update src/macuvs.h, forgotten in Unicode 15.0 commit.
2022-09-17 10:15:14 +03:00
Makefile.in
Produce TAGS in 'lib' as well and include them in src/TAGS
2022-08-15 22:12:58 +03:00
marker.c
Delete many items obsolete since 24.3
2022-09-09 11:27:30 +02:00
menu.c
Pacify GCC 12 -fanalyzer in x_popup_menu_1
2022-05-31 01:26:47 -07:00
menu.h
Merge from origin/emacs-28
2022-01-01 07:03:03 -05:00
minibuf.c
Remove obsolete uses of obsolete functions
2022-07-11 17:35:01 +02:00
module-env-25.h
Move the new module unibyte function to the correct module-env.h file
2020-10-14 05:57:05 +02:00
module-env-26.h
module-env-27.h
Make argument names in module interface more consistent.
2019-12-23 17:16:10 +01:00
module-env-28.h
Remove maintainer comment from Emacs 28 module snippet.
2021-12-14 11:17:37 +01:00
module-env-29.h
Update emacs-module sources for Emacs 29
2021-09-30 20:26:00 +03:00
msdos.c
Delete variable window-system-version obsolete since 24.3
2022-09-09 11:27:30 +02:00
msdos.h
Clean up the MSDOS port
2022-04-10 15:44:11 +03:00
nsfns.m
Improve 'ns-read-file-name' docstring
2022-08-19 16:05:40 +02:00
nsfont.m
Fix nsfont breakage since 6b1ed2f2c9
2022-09-07 09:52:35 +08:00
nsgui.h
Merge from origin/emacs-28
2022-01-01 07:03:03 -05:00
nsimage.m
Adjust plist calls in .m files
2022-06-27 12:26:19 +02:00
nsmenu.m
Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flag
2022-07-12 09:31:08 +00:00
nsselect.m
; Fix typos: prefer American spelling
2022-07-14 12:13:31 +02:00
nsterm.h
Prevent GC of window referenced from EmacsScroller
2022-07-19 16:04:13 +03:00
nsterm.m
Port better to C23 bool+true+false keywords
2022-09-28 01:09:01 -07:00
nsxwidget.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
nsxwidget.m
Fix compiler warnings on Mac OS X 10.12
2022-05-22 11:02:24 +08:00
pdumper.c
Improve detection of long lines.
2022-08-23 17:48:51 +02:00
pdumper.h
Merge from origin/emacs-28
2022-01-01 07:03:03 -05:00
pgtkfns.c
Delete variable window-system-version obsolete since 24.3
2022-09-09 11:27:30 +02:00
pgtkgui.h
; Add 2022 to copyright years.
2022-01-01 07:07:15 -05:00
pgtkim.c
Clean up more code from PGTK port
2022-02-07 10:38:15 +08:00
pgtkmenu.c
Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flag
2022-07-12 09:31:08 +00:00
pgtkselect.c
Copy-edit doc strings and comments wrt bignum and fixnum
2022-08-18 17:10:46 +02:00
pgtkterm.c
Support "replacement characters" on TTY frames
2022-08-27 11:56:00 +03:00
pgtkterm.h
Allow dropping more data types on PGTK
2022-06-23 13:58:38 +08:00
print.c
* src/print.c (struct print_buffer): Revert gratuitous format change.
2022-08-08 16:26:29 +02:00
process.c
Fix problem with Glib 2.73.2+ and SIGCHLD handler
2022-09-09 16:19:49 -05:00
process.h
Allow creating processes where only one of stdin or stdout is a PTY
2022-08-05 17:58:54 -07:00
profiler.c
Use BASE_EQ when comparing with Qunbound
2022-06-12 12:42:35 +02:00
puresize.h
* src/puresize.h (BASE_PURESIZE): Bump the value. (Bug#57007)
2022-08-06 09:11:01 +03:00
ralloc.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
README
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
regex-emacs.c
Minor optimization of the "abort redisplay" feature
2022-06-25 10:46:10 +03:00
regex-emacs.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
region-cache.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
region-cache.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
scroll.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
search.c
Improvements to long lines handling.
2022-07-16 21:13:33 +02:00
sheap.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
sheap.h
Fix NS unexec build
2022-07-31 10:55:06 +08:00
sort.c
; Fix typos
2022-05-15 11:15:06 +02:00
sound.c
Allow plist-get/plist-put/plist-member to take a comparison function
2022-06-27 12:22:05 +02:00
sqlite.c
Fix build with old sqlite libraries
2022-07-10 15:23:55 +08:00
syntax.c
Minor optimization of the "abort redisplay" feature
2022-06-25 10:46:10 +03:00
syntax.h
Remove unused fns/data and make fns static
2022-03-19 12:48:53 -07:00
sysdep.c
Optimize tty display updates (bug#57727)
2022-09-17 15:33:10 +02:00
sysselect.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
syssignal.h
Do not include <attribute.h> from <config.h>
2022-03-08 18:51:17 -08:00
sysstdio.h
Add ATTRIBUTE_DEALLOC to extern functions
2022-05-27 11:45:01 -07:00
systhread.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
systhread.h
Port better to C23 bool+true+false keywords
2022-09-28 01:09:01 -07:00
systime.h
Fix race conditions handling selection clear events on Haiku
2022-07-09 04:50:35 +00:00
systty.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
syswait.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
term.c
Fix possible null pointer access
2022-09-18 07:44:23 +02:00
termcap.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
termchar.h
Optimize tty display updates (bug#57727)
2022-09-17 15:33:10 +02:00
termhooks.h
Revert "Improve X event timestamp tracking"
2022-08-07 11:47:26 +08:00
terminal.c
Merge from origin/emacs-28
2022-07-23 01:37:59 +02:00
terminfo.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
termopts.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
textprop.c
Simplified and improved heuristic for long lines detection.
2022-07-19 23:34:09 +02:00
thread.c
Rename mark_stack to mark_c_stack
2022-04-08 15:34:57 +02:00
thread.h
Remove duplicate INLINE_HEADER_BEGIN
2022-03-20 10:46:45 -07:00
timefns.c
Improve timefns speed on integers
2022-08-14 13:49:33 -07:00
tparam.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
tparam.h
Add ATTRIBUTE_DEALLOC to extern functions
2022-05-27 11:45:01 -07:00
undo.c
Fix undo of changes in cloned indirect buffers
2022-07-07 11:56:31 +03:00
unexaix.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
unexcoff.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
unexcw.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
unexec.h
unexelf.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
unexhp9k800.c
Use fewer locks when accessing stdio
2019-07-08 17:50:39 -07:00
unexmacosx.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
unexsol.c
unexw32.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
verbose.mk.in
Avoid glitches in ELC lines in build output
2022-01-23 23:23:31 -08:00
vm-limit.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w16select.c
Make use of NILP where possible
2022-01-26 12:59:10 +01:00
w32.c
Don't follow symlinks in w32notify file watches
2022-09-07 15:18:54 +03:00
w32.h
Don't follow symlinks in w32notify file watches
2022-09-07 15:18:54 +03:00
w32common.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32console.c
Minor improvements in 'restart-emacs' on MS-Windows
2022-04-18 21:04:57 +03:00
w32cygwinx.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32fns.c
; Fix last change in w32fns.c.
2022-09-15 14:59:50 +03:00
w32font.c
Improve font selection on MS-Windows
2022-05-27 15:12:09 +03:00
w32font.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32gui.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32heap.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32heap.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32image.c
* src/w32image.c (w32_can_use_native_image_api): Fix comment.
2022-09-10 05:30:06 +02:00
w32inevt.c
Merge from origin/emacs-28
2022-01-01 07:03:03 -05:00
w32inevt.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32menu.c
* src/w32menu.c (w32_menu_show): Use SAFE_ALLOCA. (Bug#55068)
2022-05-23 16:54:17 +03:00
w32notify.c
Don't follow symlinks in w32notify file watches
2022-09-07 15:18:54 +03:00
w32proc.c
Fix leaking of file descriptors due to pipe processes on MS-Windows
2022-07-17 15:44:50 +03:00
w32reg.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32select.c
Use BASE_EQ instead of EQ where obviously safe
2022-06-16 14:49:58 +02:00
w32select.h
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32term.c
Support "replacement characters" on TTY frames
2022-08-27 11:56:00 +03:00
w32term.h
Fix display updating inside the minibuffer on MS Windows
2022-04-30 18:54:34 +08:00
w32uniscribe.c
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
w32xfns.c
Adjustments to double buffering on MS Windows
2022-04-30 15:52:12 +08:00
widget.c
Gently nudge Xt into always setting size hints
2022-08-31 10:17:43 +08:00
widget.h
Make sure `update_wm_hints' finds the WMShell
2022-02-08 08:48:55 +08:00
widgetprv.h
Gently nudge Xt into always setting size hints
2022-08-31 10:17:43 +08:00
window.c
Merge from origin/emacs-28
2022-09-01 06:17:37 +02:00
window.h
Delete redisplay-end-trigger-functions and related defuns
2022-07-31 01:44:22 +02:00
xdisp.c
Fix some issues with vertical-motion in bidi-reordered text
2022-09-30 15:38:22 +03:00
xfaces.c
Display a warning for some uses of nil in face attributes.
2022-09-02 22:30:25 +02:00
xfns.c
Document the new "XRandR 1.5" value
2022-09-27 15:29:33 +02:00
xfont.c
Remove calls to intern with a static string from code that runs on X
2022-09-19 10:01:52 +08:00
xftfont.c
Whitelist some incorrectly labeled "color" fonts under Xft
2022-05-19 20:10:19 +08:00
xgselect.c
Fix drag-and-drop of files with multibyte filenames
2022-06-05 15:38:23 +08:00
xgselect.h
Fix drag-and-drop of files with multibyte filenames
2022-06-05 15:38:23 +08:00
xmenu.c
Fix crash when handling "swallowed" generic events
2022-08-27 09:54:19 +08:00
xml.c
Make start/end in libxml-parse-html-region optional
2022-08-22 12:48:37 +02:00
xrdb.c
Remove long-broken TESTRM interface
2022-09-09 09:54:45 +08:00
xselect.c
Fix crash while converting empty vector to X data
2022-09-05 09:51:22 +08:00
xsettings.c
Implement font-use-system-font on Haiku
2022-09-25 13:24:03 +00:00
xsettings.h
Improve handling of xsettings events
2022-08-01 19:01:37 +08:00
xsmfns.c
Remove calls to intern with a static string from code that runs on X
2022-09-19 10:01:52 +08:00
xterm.c
Fix calculation of frame times when X server time overflows
2022-09-30 14:54:24 +08:00
xterm.h
Optimize coordinate translation during event handling
2022-09-27 10:51:13 +08:00
xwidget.c
Fix xwidget smooth scrolling when the default pointer is not a touchpad
2022-04-07 19:43:41 +08:00
xwidget.h
* src/xwidget.h: Fix build with XI 2.4.
2022-03-01 15:45:50 +08:00