1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-14 18:10:32 -08:00
emacs/lisp
Po Lu 6bd1cfa24f Update Android port
* configure.ac: Add support for HarfBuzz on Android.
* java/INSTALL: Document where to get Emacs with HarfBuzz.
* lisp/subr.el (overriding-text-conversion-style, y-or-n-p):
Correctly set text conversion style if y-or-n-p is called inside
the minibuffer.
* src/sfnt.c (sfnt_read_cmap_format_8)
(sfnt_read_cmap_format_12): Fix typos.
(sfnt_read_24, sfnt_read_cmap_format_14): New function.
(sfnt_read_cmap_table_1, sfnt_read_cmap_table): Handle format 14
cmap tables.
(sfnt_read_default_uvs_table, sfnt_read_nondefault_uvs_table)
(sfnt_compare_table_offsets, sfnt_create_uvs_context)
(sfnt_free_uvs_context, sfnt_compare_uvs_mapping)
(sfnt_variation_glyph_for_char, sfnt_map_table, sfnt_unmap_table)
(sfnt_read_table, sfnt_test_uvs): New functions.
(main): Add UVS tests.
* src/sfnt.h (struct sfnt_cmap_format_14)
(struct sfnt_variation_selector_record)
(struct sfnt_default_uvs_table, struct sfnt_unicode_value_range)
(struct sfnt_nondefault_uvs_table, struct sfnt_uvs_mapping)
(struct sfnt_mapped_variation_selector_record)
(struct sfnt_table_offset_rec, struct sfnt_uvs_context)
(struct sfnt_mapped_table): New structures.  Update prototypes.
* src/sfntfont-android.c (android_sfntfont_driver): Register
HarfBuzz callbacks where required.
* src/sfntfont.c (sfntfont_select_cmap): Look for a format 14
table.  Save it in new arg FORMAT14.
(sfntfont_read_cmap): Adjust accordingly.
(struct sfnt_font_info): New field `uvs'.  New fields `hb_font',
`fd' and `directory'.
(sfntfont_open): Open uvs context.  Under HarfBuzz, don't close
the fd or subtable, but save them in the font info instead.
(sfntfont_close): Free UVS context.  Close font fd and table
directory and HarfBuzz font.
(sfntfont_draw): Handle case where s->padding_p.
(sfntfont_get_variation_glyphs): New function.
(sfntfont_unmap_blob, sfntfont_get_font_table)
(sfntfont_begin_hb_font): New functions.
* src/sfntfont.h: Update prototypes.
* src/textconv.c (Fset_text_conversion_style): Fix doc string.
2023-03-20 14:47:39 +08:00
..
calc * lisp/calc/calc.el (calcDigit-backspace): Hush warning. 2023-02-27 12:29:35 +01:00
calendar Make also 'diary-lunar-phases' report eclipses 2023-02-25 11:05:54 +01:00
cedet Make binaries distributed with Emacs work on Android 2023-01-24 21:37:22 +08:00
emacs-lisp Always display the "Archive" column in the package list 2023-03-15 16:49:20 +01:00
emulation Additional change for Bug#61432 2023-02-23 16:05:02 +01:00
erc Release ERC 5.5 2023-03-03 13:49:18 -08:00
eshell Simplify usage of 'while' forms in Eshell's iterative evaluation 2023-03-16 22:17:02 -07:00
gnus Merge remote-tracking branch 'origin/master' into feature/android 2023-03-04 11:25:09 +08:00
image Merge remote-tracking branch 'origin/master' into feature/android 2023-03-09 19:57:06 +08:00
international Update Android port 2023-02-18 11:50:44 +08:00
language ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
leim/quail ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mail Merge remote-tracking branch 'origin/master' into feature/android 2023-02-19 22:41:42 +08:00
mh-e Merge from origin/emacs-29 2023-01-23 01:34:39 +01:00
net Merge remote-tracking branch 'origin/master' into feature/android 2023-03-19 09:07:29 +08:00
nxml ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
obsolete ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
org Merge remote-tracking branch 'origin/master' into feature/android 2023-03-06 16:06:37 +08:00
play Fix gamegrid.el with high resolution displays 2023-02-19 19:34:04 +08:00
progmodes Merge remote-tracking branch 'origin/master' into feature/android 2023-03-19 09:07:29 +08:00
term Update Android port 2023-03-16 18:34:53 +08:00
textmodes Merge remote-tracking branch 'origin/master' into feature/android 2023-03-08 20:07:12 +08:00
url Merge from origin/emacs-29 2023-03-03 06:30:12 +01:00
use-package Merge from origin/emacs-29 2023-01-17 06:30:08 +01:00
vc Merge from origin/emacs-29 2023-03-01 06:30:20 +01:00
abbrev.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
align.el ; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode. 2023-01-07 18:44:16 -08:00
allout-widgets.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
allout.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ansi-color.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ansi-osc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
apropos.el (apropos-documentation): Don't try to parse .elc files 2023-01-14 09:26:17 -05:00
arc-mode.el ; * lisp/arc-mode.el (w32-get-console-codepage): Declare. 2023-03-11 14:54:22 +02:00
array.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
auth-source-pass.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
auth-source.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
autoinsert.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
autorevert.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
avoid.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
battery.el Avoid using Linux sysfs APIs to access battery state on Android 2023-03-10 10:02:36 +08:00
bindings.el Update Android port 2023-02-15 22:51:44 +08:00
bookmark.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bs.el Use delete-char instead of backward-delete-char 2023-02-22 12:55:45 +01:00
buff-menu.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
button.el Update Android port 2023-01-19 22:19:06 +08:00
calculator.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
case-table.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cdl.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.1 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.2 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.3 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.4 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.5 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.6 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.7 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.8 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.9 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.10 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.11 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.12 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.13 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.14 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.15 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.16 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.17 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
char-fold.el Improve 'describe-char-fold-equivalences' docstring 2023-01-10 17:23:57 +01:00
chistory.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cmuscheme.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
color.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
comint.el Update Android port 2023-02-16 23:57:01 +08:00
completion.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
composite.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
COPYING
cus-dep.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cus-edit.el Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08:00
cus-face.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cus-start.el Add `yes-or-no-prompt' user option 2023-01-23 09:17:15 +01:00
cus-theme.el Rename the newly added -ref- faces to -use- 2023-02-28 04:08:55 +02:00
custom.el Move side-effect-free and pure declarations to function definitions 2023-02-17 14:52:54 +01:00
dabbrev.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
delim-col.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
delsel.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
descr-text.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
desktop.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
dframe.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dired-aux.el Merge from origin/emacs-29 2023-02-24 06:30:11 +01:00
dired-x.el Add new SI prefixes R, Q in other places 2023-01-06 10:49:02 -08:00
dired.el Add option to keep some columns in dired-hide-details-mode 2023-03-02 14:02:24 +02:00
dirtrack.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
disp-table.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
display-fill-column-indicator.el Explain effect of variable-pitch fonts on fill-column 2023-02-22 15:16:25 +02:00
display-line-numbers.el ; Fix typos 2023-02-03 18:03:18 +01:00
dnd.el Improve dnd-direct-save-remote-files docstring 2023-02-21 16:55:21 +01:00
doc-view.el Use a face for DocView SVG 2023-03-09 12:04:52 +02:00
dom.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dos-fns.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dos-vars.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dos-w32.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
double.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dynamic-setting.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ebuff-menu.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
echistory.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ecomplete.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
edmacro.el Repair mistake in a previous edmacro-sanitize-string change 2023-02-21 10:31:41 +01:00
ehelp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
elec-pair.el Update Android port 2023-02-18 23:09:30 +08:00
electric.el Update Android port 2023-02-15 22:51:44 +08:00
elide-head.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
emacs-lock.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
env.el ; Fix previous change 2023-02-17 16:20:45 +01:00
epa-dired.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
epa-file.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
epa-hook.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
epa-ks.el Fix import of keys in buffer created by epa-search-keys 2023-03-13 20:37:53 +03:00
epa-mail.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
epa.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
epg-config.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
epg.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
expand.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
external-completion.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ezimage.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
face-remap.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
facemenu.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
faces.el Merge remote-tracking branch 'origin/master' into feature/android 2023-02-18 23:13:51 +08:00
ffap.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
filecache.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
fileloop.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
filenotify.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
files-x.el Fix connection-local variables settings 2023-03-13 18:02:36 +01:00
files.el Merge remote-tracking branch 'origin/master' into feature/android 2023-03-05 19:59:06 +08:00
filesets.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
find-cmd.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
find-dired.el ; * lisp/find-dired.el (find-gnu-find-p): Doc fix. 2023-03-18 08:32:20 +02:00
find-file.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
find-lisp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
finder.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
flow-ctrl.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
foldout.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
follow.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
font-core.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
font-lock.el Rename the newly added -ref- faces to -use- 2023-02-28 04:08:55 +02:00
format-spec.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
format.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
forms.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
frame.el Update Android port 2023-03-16 18:34:53 +08:00
frameset.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
fringe.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
generic-x.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
help-at-pt.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
help-fns.el Remove stray quotes 2023-02-21 18:32:51 +01:00
help-macro.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
help-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
help.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hex-util.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hexl.el Make binaries distributed with Emacs work on Android 2023-01-24 21:37:22 +08:00
hfy-cmap.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hi-lock.el Fix some uses of 'use-dialog-box' 2023-02-18 10:58:00 +02:00
hilit-chg.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hippie-exp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hl-line.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
htmlfontify.el Fix htmlfontify.el command injection vulnerability. 2023-02-17 11:20:09 +01:00
ibuf-ext.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ibuf-macs.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ibuffer.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
icomplete.el Merge from origin/emacs-29 2023-03-07 06:30:10 +01:00
ido.el Describe the effect of 'guess' for 'ido-use-filename-at-point' 2023-02-15 16:24:19 +01:00
ielm.el Make binaries distributed with Emacs work on Android 2023-01-24 21:37:22 +08:00
iimage.el * lisp/iimage.el (iimage-mode-buffer): Handle multiple regexps. 2023-02-08 20:56:48 +02:00
image-file.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
image-mode.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
image.el Data argument to signal should be a list 2023-01-03 14:03:58 +01:00
imenu.el imenu: Make the test for a single category of map (e.g. "Class") rigorous 2023-02-19 16:09:32 +00:00
indent.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
info-look.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
info-xref.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
info.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
informat.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
isearch.el Update Android port 2023-02-16 23:57:01 +08:00
isearchb.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
jit-lock.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
jka-cmpr-hook.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
jka-compr.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
json.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
jsonrpc.el Better jsonrpc.el workaround for debug-on-error check 2023-03-14 19:36:47 +00:00
kermit.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
keymap.el Improve keymap-global-set and keymap-local-set interactive use fix 2023-02-03 10:14:43 +01:00
kmacro.el kmacro: Simplify register code and recent change 2023-02-24 14:18:24 -05:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2023-03-15 05:12:01 +01:00
loadhist.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
loadup.el Update Android port 2023-03-16 09:40:02 +08:00
locate.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lpr.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ls-lisp.el Update Android port 2023-01-21 20:03:37 +08:00
macros.el kmacro: Simplify register code and recent change 2023-02-24 14:18:24 -05:00
Makefile.in ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
man.el Fix bootstrap failure 2023-03-02 20:45:02 +08:00
master.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mb-depth.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
md4.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
menu-bar.el Update Android port 2023-03-13 20:39:29 +08:00
midnight.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
minibuf-eldef.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
minibuffer.el Update Android port 2023-03-14 19:51:42 +08:00
misc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
misearch.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mouse-copy.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mouse-drag.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mouse.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
mpc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
msb.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mwheel.el Update Android port 2023-01-13 15:53:08 +08:00
newcomment.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
notifications.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
novice.el ; * lisp/novice.el (disabled-command-function): Add note in a comment. 2023-03-12 22:22:41 +02:00
obarray.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
outline.el Use named keymaps for outline buttons 2023-01-24 20:37:56 +02:00
paren.el Make sure 'M-x show-paren-local-mode' turns on right away 2023-02-05 21:08:45 +02:00
password-cache.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcmpl-cvs.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcmpl-git.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcmpl-gnu.el Fix Pcompletion of "tar" when using unrecognized arguments 2023-03-08 13:36:09 -08:00
pcmpl-linux.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcmpl-rpm.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcmpl-unix.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcmpl-x.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pcomplete.el Add support for completing quoted variables in Eshell like $'FOO' 2023-02-23 14:09:36 -08:00
pgtk-dnd.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pixel-scroll.el Update Android port 2023-01-16 19:50:02 +08:00
plstore.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
printing.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
proced.el ; * lisp/proced.el (proced--determine-pos): Fix doc string wording. 2023-01-14 10:40:15 +02:00
profiler.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ps-bdf.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ps-mule.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ps-print.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ps-samp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
README
recentf.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rect.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
register.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
registry.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
repeat.el * lisp/repeat.el: Rename internal function and variable (bug#60980) 2023-02-13 19:46:22 +02:00
replace.el Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible with search-map 2023-01-18 20:05:19 +02:00
reposition.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reveal.el * lisp/reveal.el (reveal-open-new-overlays): Use invisible-p 2023-01-13 17:52:23 -05:00
rfn-eshadow.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rot13.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rtree.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ruler-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
savehist.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
saveplace.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
scroll-all.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
scroll-bar.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
scroll-lock.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
select.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
server.el * lisp/server.el (server-eval-at): Improve docstring 2023-03-14 09:04:14 +01:00
ses.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
shadowfile.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
shell.el Update Android port 2023-01-25 18:44:47 +08:00
simple.el Enable normal-erase-is-backspace on Android 2023-02-24 21:22:47 +08:00
skeleton.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
so-long.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sort.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
soundex.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
speedbar.el Make binaries distributed with Emacs work on Android 2023-01-24 21:37:22 +08:00
sqlite-mode.el Improve error message from sqlite-mode.el 2023-01-15 12:06:54 +02:00
sqlite.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
startup.el Merge remote-tracking branch 'origin/master' into feature/android 2023-02-18 23:13:51 +08:00
strokes.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
subr.el Update Android port 2023-03-20 14:47:39 +08:00
svg.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
t-mouse.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tab-bar.el Merge from origin/emacs-29 2023-02-03 06:30:24 +01:00
tab-line.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tabify.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
talk.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tar-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tempo.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
term.el Update Android port 2023-02-18 23:09:30 +08:00
thingatpt.el Improve thing-at-point email detection 2023-03-10 11:22:54 +01:00
thread.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
time-stamp.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
time.el Rename 'display-time-time-and-date-indicator' to 'display-time-date-and-time' (bug#61567) 2023-02-18 09:36:18 +02:00
timezone.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tmm.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tool-bar.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tooltip.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
touch-screen.el Update Android port 2023-03-15 09:46:01 +08:00
transient.el Update to Transient v0.3.7-216-gfe40342 2023-02-20 16:36:16 +01:00
tree-widget.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
treesit.el Merge from origin/emacs-29 2023-03-08 06:30:18 +01:00
tutorial.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
type-break.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
uniquify.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
userlock.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
vcursor.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
version.el Save build timestamps in Android builds 2023-03-07 20:18:02 +08:00
view.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32-fns.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32-vars.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
wdired.el Restore invisibility of symlink target on exiting wdired-mode 2023-02-24 16:43:35 +01:00
whitespace.el Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
wid-browse.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
wid-edit.el Update Android port 2023-01-19 22:19:06 +08:00
widget.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
windmove.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
window.el Merge from origin/emacs-29 2023-03-05 06:30:15 +01:00
winner.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
woman.el Use delete-char instead of backward-delete-char 2023-02-22 12:55:45 +01:00
x-dnd.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xdg.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xml.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xt-mouse.el Fix xt-mouse on terminals that report UTF-8 encoded coordinates 2023-01-26 10:54:43 +02:00
xwidget.el Improvements to xwidget on macOS (bug#60703) 2023-03-02 12:53:35 +02:00
yank-media.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.