1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
emacs/lisp
Po Lu cfbc8a5dbc Bring up the Android operating system and its window system
* .dir-locals.el (c-mode): Add ANDROID_EXPORT noise macro.
* .gitignore: Add new files to ignore.
* Makefile.in: Adjust for Android.
* admin/merge-gnulib: Add new warning.
* configure.ac: Detect Android.  Run cross-configuration for
Android when appropriate.

* etc/DEBUG: Document how to debug Emacs on Android.

* java/AndroidManifest.xml:
* java/Makefile.in:
* java/README:
* java/debug.sh:
* java/org/gnu/emacs/EmacsActivity.java (EmacsActivity):
* java/org/gnu/emacs/EmacsApplication.java (EmacsApplication):
* java/org/gnu/emacs/EmacsCopyArea.java (EmacsCopyArea):
* java/org/gnu/emacs/EmacsDrawLine.java (EmacsDrawLine):
* java/org/gnu/emacs/EmacsDrawPoint.java (EmacsDrawPoint):
* java/org/gnu/emacs/EmacsDrawRectangle.java
(EmacsDrawRectangle):
* java/org/gnu/emacs/EmacsDrawable.java (EmacsDrawable):
* java/org/gnu/emacs/EmacsFillPolygon.java (EmacsFillPolygon):
* java/org/gnu/emacs/EmacsFillRectangle.java
(EmacsFillRectangle):
* java/org/gnu/emacs/EmacsFontDriver.java (EmacsFontDriver):
* java/org/gnu/emacs/EmacsGC.java (EmacsGC):
* java/org/gnu/emacs/EmacsHandleObject.java (EmacsHandleObject):
* java/org/gnu/emacs/EmacsNative.java (EmacsNative):
* java/org/gnu/emacs/EmacsPaintQueue.java (EmacsPaintQueue):
* java/org/gnu/emacs/EmacsPaintReq.java (EmacsPaintReq):
* java/org/gnu/emacs/EmacsPixmap.java (EmacsPixmap):
* java/org/gnu/emacs/EmacsSdk7FontDriver.java
(EmacsSdk7FontDriver):
* java/org/gnu/emacs/EmacsService.java (class Holder<T>)
(EmacsService):
* java/org/gnu/emacs/EmacsSurfaceView.java (EmacsSurfaceView):
* java/org/gnu/emacs/EmacsThread.java (EmacsThread):
* java/org/gnu/emacs/EmacsView.java (EmacsView):
* java/org/gnu/emacs/EmacsWindow.java (EmacsWindow): New files
and classes.

* lib-src/Makefile.in (srcdir):
* lib/Makefile.in (VPATH):
(HAVE_NATIVE_COMP):
(libgnu_a_SOURCES):
(DEPFLAGS): Configure correctly for cross-compiling.

* lib/faccessat.c:
* lib/fpending.c (__fpending):
* lib/open.c:
* lib/unistd.c (_GL_UNISTD_INLINE): Temporary adjustments to
gnulib.

* lisp/frame.el (display-graphic-p):
(display-screens):
(display-pixel-height):
(display-pixel-width):
(display-mm-height):
(display-mm-width):
(display-backing-store):
(display-save-under):
(display-planes):
(display-color-cells):
(display-visual-class): Adjust for new window system `android'.

* lisp/image/wallpaper.el (x-open-connection): Add declaration.
* lisp/loadup.el (featurep): Load up files for Android.
* lisp/net/eww.el (eww-form-submit, eww-form-file)
(eww-form-checkbox, eww-form-select): Adjust faces for android.
* lisp/term/android-win.el: New file.
* src/Makefile.in: Add new targets emacs.so and android-emacs,
then adjust for cross compilation.
* src/alloc.c (cleanup_vector): Clean up Android font entities
as well.
(garbage_collect): Mark androidterm.
* src/android-emacs.c (main):
* src/android.c (ANDROID_THROW, enum android_fd_table_entry_flags)
(struct android_emacs_service, struct android_emacs_pixmap)
(struct android_graphics_point, struct android_event_container)
(struct android_event_queue, android_run_select_thread)
(android_handle_sigusr1, android_init_events, android_pending)
(android_next_event, android_write_event, android_select)
(android_run_debug_thread, android_user_full_name)
(android_get_asset_name, android_fstat, android_fstatat)
(android_file_access_p, android_hack_asset_fd, android_open)
(android_close, JNICALL, android_init_emacs_service)
(android_init_emacs_pixmap, android_init_graphics_point)
(MAX_HANDLE, struct android_handle_entry, android_alloc_id)
(android_destroy_handle, android_resolve_handle)
(android_resolve_handle2, android_change_window_attributes)
(android_create_window, android_set_window_background)
(android_destroy_window, android_init_android_rect_class)
(android_init_emacs_gc_class, android_create_gc, android_free_gc)
(android_change_gc, android_set_clip_rectangles)
(android_reparent_window, android_lookup_method)
(android_clear_window, android_map_window, android_unmap_window)
(android_resize_window, android_move_window, android_swap_buffers)
(android_get_gc_values, android_set_foreground)
(android_fill_rectangle, android_create_pixmap_from_bitmap_data)
(android_set_clip_mask, android_set_fill_style, android_copy_area)
(android_free_pixmap, android_set_background, android_fill_polygon)
(android_draw_rectangle, android_draw_point, android_draw_line)
(android_create_pixmap, android_set_ts_origin, android_clear_area):
* src/android.h (ANDROID_EXPORT):
* src/androidfns.c (android_display_info_for_name)
(check_android_display_info, check_x_display_info, gamma_correct)
(android_defined_color, android_decode_color)
(android_implicitly_set_name, android_explicitly_set_name)
(android_set_tool_bar_lines, android_change_tool_bar_height)
(android_set_tab_bar_lines, android_change_tab_bar_height)
(android_set_scroll_bar_default_height)
(android_set_scroll_bar_default_width, android_icon_verify)
(android_icon, android_make_gc, android_free_gcs)
(unwind_create_frame, do_unwind_create_frame)
(android_default_font_parameter, android_create_frame_window)
(Fx_create_frame, Fxw_color_defined_p, Fxw_color_values)
(Fxw_display_color_p, Fx_display_grayscale_p)
(Fx_display_pixel_width, Fx_display_pixel_height)
(Fx_display_planes, Fx_display_color_cells, Fx_display_screens)
(Fx_display_mm_width, Fx_display_mm_height)
(Fx_display_backing_store, Fx_display_visual_class)
(Fx_display_monitor_attributes_list, Fx_frame_geometry)
(Fx_frame_list_z_order, Fx_frame_restack)
(Fx_mouse_absolute_pixel_position)
(Fx_set_mouse_absolute_pixel_position, Fandroid_get_connection)
(Fx_display_list, Fx_show_tip, Fx_hide_tip)
(android_set_background_color, android_set_border_color)
(android_set_cursor_color, android_set_cursor_type)
(android_set_foreground_color)
(android_set_child_frame_border_width)
(android_set_internal_border_width, android_set_menu_bar_lines)
(android_set_mouse_color, android_set_title, android_set_alpha)
(android_frame_parm_handlers, syms_of_androidfns):
* src/androidfont.c (struct android_emacs_font_driver)
(struct android_emacs_font_spec, struct android_emacs_font_metrics)
(struct android_emacs_font_object, struct android_integer)
(struct androidfont_info, struct androidfont_entity)
(android_init_font_driver, android_init_font_spec)
(android_init_font_metrics, android_init_integer)
(android_init_font_object, androidfont_get_cache)
(androidfont_from_lisp, androidfont_from_java, androidfont_list)
(androidfont_match, androidfont_draw, androidfont_open_font)
(androidfont_close_font, androidfont_has_char)
(androidfont_encode_char, androidfont_text_extents)
(androidfont_list_family, androidfont_driver)
(syms_of_androidfont_for_pdumper, syms_of_androidfont)
(init_androidfont, android_finalize_font_entity):
* src/androidgui.h (_ANDROID_GUI_H_, struct android_rectangle)
(struct android_point, enum android_gc_function)
(enum android_gc_value_mask, enum android_fill_style)
(enum android_window_value_mask)
(struct android_set_window_attributes, struct android_gc_values)
(struct android_gc, enum android_swap_action, enum android_shape)
(enum android_coord_mode, struct android_swap_info)
(NativeRectangle, struct android_any_event)
(struct android_key_event, struct android_configure_event)
(union android_event):
* src/androidterm.c (android_window_to_frame, android_clear_frame)
(android_ring_bell, android_toggle_invisible_pointer)
(android_update_begin, android_update_end, show_back_buffer)
(android_flush_dirty_back_buffer_on, handle_one_android_event)
(android_read_socket, android_frame_up_to_date)
(android_buffer_flipping_unblocked_hook)
(android_query_frame_background_color, android_parse_color)
(android_alloc_nearest_color, android_query_colors)
(android_mouse_position, android_get_focus_frame)
(android_focus_frame, android_frame_rehighlight)
(android_frame_raise_lower, android_make_frame_visible)
(android_make_frame_invisible)
(android_make_frame_visible_invisible, android_fullscreen_hook)
(android_iconify_frame, android_set_window_size_1)
(android_set_window_size, android_set_offset, android_set_alpha)
(android_new_font, android_bitmap_icon, android_free_pixmap_hook)
(android_free_frame_resources, android_delete_frame)
(android_delete_terminal, android_scroll_run)
(android_after_update_window_line, android_flip_and_flush)
(android_clear_rectangle, android_reset_clip_rectangles)
(android_clip_to_row, android_draw_fringe_bitmap)
(android_set_cursor_gc, android_set_mouse_face_gc)
(android_set_mode_line_face_gc, android_set_glyph_string_gc)
(android_set_glyph_string_clipping)
(android_set_glyph_string_clipping_exactly)
(android_compute_glyph_string_overhangs)
(android_clear_glyph_string_rect)
(android_draw_glyph_string_background, android_fill_triangle)
(android_make_point, android_inside_rect_p, android_clear_point)
(android_draw_relief_rect, android_draw_box_rect)
(HIGHLIGHT_COLOR_DARK_BOOST_LIMIT, android_setup_relief_color)
(android_setup_relief_colors, android_draw_glyph_string_box)
(android_draw_glyph_string_bg_rect, android_draw_image_relief)
(android_draw_image_foreground, android_draw_image_foreground_1)
(android_draw_image_glyph_string)
(android_draw_stretch_glyph_string, android_draw_underwave)
(android_draw_glyph_string_foreground)
(android_draw_composite_glyph_string_foreground)
(android_draw_glyphless_glyph_string_foreground)
(android_draw_glyph_string, android_define_frame_cursor)
(android_clear_frame_area, android_clear_under_internal_border)
(android_draw_hollow_cursor, android_draw_bar_cursor)
(android_draw_window_cursor, android_draw_vertical_window_border)
(android_draw_window_divider, android_redisplay_interface)
(frame_set_mouse_pixel_position, get_keysym_name)
(android_create_terminal, android_term_init, syms_of_androidterm)
(mark_androidterm):
* src/androidterm.h (_ANDROID_TERM_H_, struct android_display_info)
(struct android_output, FRAME_ANDROID_OUTPUT, XSCROLL_BAR): New
files.
* src/dired.c (file_attributes): Do not use openat on Android.
* src/dispextern.h (No_Cursor): Define appropriately on Android.
(struct glyph_string, struct face): Make gc field of type struct
android_gc on Android.
* src/dispnew.c (clear_current_matrices, clear_desired_matrices)
(adjust_frame_glyphs_for_window_redisplay, free_glyphs)
(update_frame, scrolling, char_ins_del_cost, update_frame_line)
(init_display_interactive): Disable text terminal support
completely on Android.  Fix non-toolkit menus for non-X systems.
* src/editfns.c (Fuser_full_name): Call android_user_full_name.
* src/emacs.c (android_emacs_init): Make main this on Android.
Prohibit argv sorting from exceeding end of argv.
* src/epaths.in: Add path definitions for Android.

* src/fileio.c (file_access_p): Call android_file_access_p.
(file_name_directory): Avoid using openat on Android.
(Fcopy_file): Adjust to call sys_fstat instead.
(file_directory_p):
(Finsert_file_contents):
(write_region): Likewise.
* src/filelock.c:
* src/fns.c (Flocale_info): Pacify warning on Android.
* src/font.c (font_make_entity_android): New function.
* src/font.h:
* src/frame.c (Fframep):
(Fwindow_system): Handle new window system `android'.  Update doc strings.
(Fmake_terminal_frame): Disable on Android.
(gui_display_get_resource): Disable get_string_resource_hook on Android.
(syms_of_frame): New defsym `android'.

* src/frame.h (GCALIGNED_STRUCT): Add new output data for
Android.
(ENUM_BF): Expand enumerator size.
(FRAME_ANDROID_P, FRAME_WINDOW_P, MOUSE_HL_INFO): Add
definitions for Android.

* src/image.c (GET_PIXEL):
(image_create_bitmap_from_file):
(image_create_x_image_and_pixmap_1):
(image_get_x_image):
(slurp_file):
(lookup_rgb_color):
(image_to_emacs_colors):
(image_from_emacs_colors):
(image_pixmap_draw_cross):
(image_disable_image):
(MaskForeground):
(gif_load): Add stubs for Android.

* src/lisp.h:
* src/lread.c (safe_to_load_version, maybe_swap_for_eln1, openp):
* src/pdumper.c (pdumper_load): Call sys_fstat instead of fstat.
* src/process.c (wait_reading_process_output): Use
android_select instead of pselect.
* src/scroll.c: Disable on Android.
* src/sysdep.c (widen_foreground_group, reset_sys_modes)
(init_signals, emacs_fstatat, sys_fstat): New function.
(emacs_open, emacs_open_noquit, emacs_close): Implement
differently on Android.
(close_output_streams): Disable what is not required on Android.

* src/term.c (OUTPUT1_IF, encode_terminal_code, string_cost)
(string_cost_one_line, per_line_cost, calculate_costs)
(struct fkey_table, tty_append_glyph, produce_glyphs)
(tty_capable_p, Fsuspend_tty, Fresume_tty, device, init_tty)
(maybe_fatal, syms_of_term): Disable text terminal support on
Android.

* src/termhooks.h (enum output_method): Add android output
method.
(GCALIGNED_STRUCT, TERMINAL_FONT_CACHE): Define for Android.

* src/terminal.c (Fterminal_live_p): Implement for Android.

* src/verbose.mk.in (AM_V_GLOBALS): Add JAVAC and DX.
* src/xdisp.c (redisplay_internal): Disable text terminals on Android.
(display_menu_bar):
(display_tty_menu_item):
(draw_row_with_mouse_face):
(expose_frame): Make the non toolkit menu bar work on Android.

* src/xfaces.c (GCGraphicsExposures):
(x_create_gc):
(x_free_gc):
(Fx_load_color_file): Define for Android.

* xcompile/Makefile.in (top_srcdir):
(top_builddir):
* xcompile/README:
* xcompile/langinfo.h (nl_langinfo): New files.
2022-12-31 18:04:18 +08:00
..
calc Capitalize unit names in Calc uniformly 2022-12-07 17:45:20 +02:00
calendar icalendar.el: Fix parsing of sexp entries (bug#56241) 2022-11-24 18:59:58 +01:00
cedet ; Fix typos 2022-12-23 18:21:10 +01:00
emacs-lisp Merge from origin/emacs-29 2022-12-22 06:30:09 +01:00
emulation Use equal and member instead of eq and memq 2022-12-19 13:19:09 +01:00
erc ; Really respect browse-url var in erc-compat 2022-12-19 05:49:08 -08:00
eshell Merge from origin/emacs-29 2022-12-23 06:30:12 +01:00
gnus ; Fix typos 2022-12-23 18:21:10 +01:00
image Bring up the Android operating system and its window system 2022-12-31 18:04:18 +08:00
international ; Fix typos 2022-12-08 07:17:47 +01:00
language * lisp/language/indian.el: Improve Brahmi composition rules. (bug#58957) 2022-12-11 12:35:49 +02:00
leim/quail New input method 'cyrillic-chuvash' 2022-12-16 22:05:52 +02:00
mail ; Fix typos 2022-12-23 18:21:10 +01:00
mh-e ; Fix typos 2022-12-23 18:21:10 +01:00
net Bring up the Android operating system and its window system 2022-12-31 18:04:18 +08:00
nxml ; Fix typos 2022-11-18 16:02:19 +01:00
obsolete ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
org ; Fix typos 2022-12-23 18:21:10 +01:00
play ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
progmodes Merge from origin/emacs-29 2022-12-24 06:30:29 +01:00
term Bring up the Android operating system and its window system 2022-12-31 18:04:18 +08:00
textmodes ; Fix docstring 2022-12-22 18:23:34 +01:00
url ; Fix typos in some function names 2022-12-20 06:15:55 +01:00
use-package Merge from origin/emacs-29 2022-12-12 09:05:53 +01:00
vc vc-git-checkin: Stash other staged changes 2022-12-23 18:57:08 -07:00
abbrev.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
align.el Prefer :risky defcustom keyword 2022-07-11 11:30:00 +02:00
allout-widgets.el ; Fix typos in symbol names 2022-10-27 23:04:37 +02:00
allout.el ; Doc fixes: remove references to missing symbols 2022-11-21 15:20:11 +01:00
ansi-color.el Pacify recent unused/ignored lexvar warnings 2022-10-26 16:35:59 +03:00
ansi-osc.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
apropos.el * lisp/outline.el: Fix the value 'insert' of outline-minor-mode-use-buttons. 2022-12-12 19:37:02 +02:00
arc-mode.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
array.el Fix namespacing issues in array.el 2022-08-10 11:21:24 +02:00
auth-source-pass.el Resurrect changes omitted by a recent merge from emacs-29 (bug#59921) 2022-12-10 13:22:48 +02:00
auth-source.el Improve don't save bookmark context from encrypted files 2022-09-22 13:14:46 +02:00
autoinsert.el Fix auto-insert-alist ada-mode entry to match current ELPA ada-mode 2022-10-27 03:29:20 -07:00
autorevert.el ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
avoid.el
battery.el ; * lisp/battery.el (battery-bsd-apm): No need for `executable-find'. 2022-10-06 20:07:23 +02:00
bindings.el Merge from origin/emacs-29 2022-12-23 06:30:12 +01:00
bookmark.el Handle error in bookmark-relocate when filename is nil 2022-11-20 12:14:51 +02:00
bs.el bs.el: Use the right buffer context to compute the mode name 2022-12-19 02:40:50 +01:00
buff-menu.el Support a function in the BUFFER-LIST arg of list-buffers-noselect (bug#59935) 2022-12-13 19:48:45 +02:00
button.el Add support for user-customizable icons 2022-07-28 14:39:38 +02:00
calculator.el
case-table.el
cdl.el
ChangeLog.1
ChangeLog.2
ChangeLog.3 ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
ChangeLog.4 ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
ChangeLog.5 ; Fix typos 2022-07-19 14:13:25 +02:00
ChangeLog.6 ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
ChangeLog.7 ; Fix typos 2022-12-23 18:21:10 +01:00
ChangeLog.8 ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
ChangeLog.9 ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
ChangeLog.10 ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
ChangeLog.11 ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
ChangeLog.12 ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
ChangeLog.13 ; Fix typos 2022-11-18 16:02:19 +01:00
ChangeLog.14 ; Fix typos 2022-12-23 18:21:10 +01:00
ChangeLog.15 ; Fix typos 2022-12-13 18:44:41 +01:00
ChangeLog.16 ; Fix typos 2022-12-16 08:29:28 +01:00
ChangeLog.17 ; Fix typos 2022-12-16 08:29:28 +01:00
char-fold.el Use format-prompt' in describe-char-fold-equivalences' 2022-09-02 15:11:50 +02:00
chistory.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
cmuscheme.el
color.el
comint.el Merge from origin/emacs-29 2022-12-23 06:30:12 +01:00
completion.el ; * lisp/completion.el: Remove code commented out since 1990. 2022-07-12 12:22:57 +02:00
composite.el
COPYING
cus-dep.el Ensure that cus-load doesn't add things twice 2022-09-24 12:15:58 +02:00
cus-edit.el ; Fix byte-compilation warnings 2022-12-19 19:34:36 +02:00
cus-face.el
cus-start.el Abolish max-specpdl-size (bug#57911) 2022-09-19 19:30:03 +02:00
cus-theme.el Merge remote-tracking branch 'savannah/master' into feature/tree-sitter 2022-11-21 12:54:35 -08:00
custom.el Tag themes with properties 2022-10-15 17:22:48 +02:00
dabbrev.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
delim-col.el
delsel.el Revert "Make mouse-2 respect delete-selection mode" 2022-07-13 13:37:05 +02:00
descr-text.el Use equal and member instead of eq and memq 2022-12-19 13:19:09 +01:00
desktop.el Revert "Decrease use of the word "Emacsen" in docs" 2022-10-01 22:34:47 +02:00
dframe.el
dired-aux.el ; Checkdoc fixes in dired-aux.el 2022-12-15 02:35:00 +01:00
dired-x.el Move dired-guess commands from dired-x to dired 2022-08-17 16:21:09 +02:00
dired.el Use the new keyword ':repeat' in repeatable keymaps. 2022-12-22 10:03:09 +02:00
dirtrack.el ; * lisp/dirtrack.el: Restore important information in commentary. 2022-07-12 20:00:16 +03:00
disp-table.el ; Minor improvements in 'standard-display-by-replacement-char' 2022-09-08 10:14:10 +03:00
display-fill-column-indicator.el
display-line-numbers.el
dnd.el ; Fix typos 2022-11-18 16:02:19 +01:00
doc-view.el docview: fixes for imenu generation 2022-09-30 15:08:40 +02:00
dom.el dom-print: Fix missing entities quoting 2022-10-30 09:40:06 -04:00
dos-fns.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
dos-vars.el
dos-w32.el
double.el
dynamic-setting.el More fixes to last change 2022-11-15 19:48:39 +08:00
ebuff-menu.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
echistory.el
ecomplete.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
edmacro.el * lisp/edmacro.el (edmacro-sanitize-for-string): Fix condition. 2022-08-19 13:41:31 +02:00
ehelp.el
elec-pair.el Make buffer-local-value obsolete as a generalized variable 2022-08-23 12:22:42 +02:00
electric.el Make buffer-local-value obsolete as a generalized variable 2022-08-23 12:22:42 +02:00
elide-head.el elide-head: Make trailing "/" in URL optional 2022-10-30 14:32:24 +01:00
emacs-lock.el Fix interactive selection of emacs-lock mode, broken by 2a4b0da28c 2022-11-30 01:38:59 +01:00
env.el * test/lisp/env-tests.el: New file. 2022-08-05 11:47:05 +02:00
epa-dired.el
epa-file.el
epa-hook.el Improve don't save bookmark context from encrypted files 2022-09-22 13:14:46 +02:00
epa-ks.el ; Fix typos 2022-12-16 08:29:28 +01:00
epa-mail.el * lisp/epa-mail.el (epa-mail-mode-map): Use defvar-keymap. 2022-07-02 06:36:26 +02:00
epa.el Prefer defvar-keymap in lisp/epa*.el 2022-09-13 11:06:40 +02:00
epg-config.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
epg.el ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
expand.el
external-completion.el ; Don't quote nil in comments 2022-12-15 02:35:00 +01:00
ezimage.el ; Delete stale and incorrect comment in ezimage.el 2022-08-08 21:33:24 +02:00
face-remap.el Fix global face scaling bug due to rounding. 2022-11-19 16:48:04 +01:00
facemenu.el
faces.el Fix automatic DPI adjustment and add workarounds for some systems 2022-11-19 13:59:53 +08:00
ffap.el Further ffap-read-file-or-url tweaks 2022-09-20 12:39:29 +02:00
filecache.el
fileloop.el
filenotify.el Enable `dont-follow' for inotify file notifications 2022-09-16 17:23:59 +02:00
files-x.el Audit some plist uses with new predicate argument 2022-10-22 19:33:12 +03:00
files.el Remove file-exists-in-trash-p 2022-12-17 14:53:19 -08:00
filesets.el Make instructions for updating ancient filesets obsolete 2022-11-21 12:11:50 +01:00
find-cmd.el
find-dired.el * lisp/find-dired.el (lookfor-dired): Make obsolete. 2022-08-04 12:35:24 +02:00
find-file.el One more fix for find-file.el 2022-08-30 19:09:00 +03:00
find-lisp.el Add some new find-lisp commands 2022-09-06 12:54:42 +02:00
finder.el Make finder-mode inherit special-mode 2022-08-12 15:08:19 +02:00
flow-ctrl.el
foldout.el
follow.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
font-core.el Delete fast-lock.el and lazy-lock.el 2022-07-28 15:32:42 +02:00
font-lock.el Add alias for removed font-lock function 2022-12-22 10:57:34 +02:00
format-spec.el Make format-spec accept function substitutions 2022-09-29 15:39:27 +02:00
format.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
forms.el * lisp/forms.el (forms-mode): Prefer setq-local. 2022-11-21 12:11:50 +01:00
frame.el Bring up the Android operating system and its window system 2022-12-31 18:04:18 +08:00
frameset.el
fringe.el Make the bookmark fringe icon look like a bookmark 2022-08-15 21:15:42 -07:00
generic-x.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
help-at-pt.el
help-fns.el cl-generic: Fix advertised-calling-convention declarations 2022-10-16 12:01:47 -04:00
help-macro.el Make help-for-help echo key on failure 2022-10-16 13:03:59 +02:00
help-mode.el Fix spacing in *Help* buttons 2022-07-22 22:43:38 +02:00
help.el Fix "C-h k" when clicking on another frame 2022-12-03 21:43:36 +02:00
hex-util.el ; * lisp/hex-util.el: Mention ash instead of lsh. 2022-08-09 13:20:00 +02:00
hexl.el ; Fix typos in Lisp symbols 2022-09-20 12:21:40 +02:00
hfy-cmap.el
hi-lock.el Prefer :risky defcustom keyword 2022-07-11 11:30:00 +02:00
hilit-chg.el Merge from origin/emacs-28 2022-09-21 10:25:06 +02:00
hippie-exp.el
hl-line.el Fix hl-line-mode/global-hl-line-mode logic again 2022-10-13 10:08:55 +02:00
htmlfontify.el ; Fix typos 2022-11-18 16:02:19 +01:00
ibuf-ext.el Make ibuffer directory filter buffer aware 2022-11-25 02:09:11 +01:00
ibuf-macs.el Make ibuffer-aif obsolete in favor of if-let 2022-08-09 18:15:56 +02:00
ibuffer.el Make ibuffer-aif obsolete in favor of if-let 2022-08-09 18:15:56 +02:00
icomplete.el Resurrect changes omitted by a recent merge from emacs-29 (bug#59921) 2022-12-10 13:22:48 +02:00
ido.el Use make-directory handlers uniformly 2022-12-17 14:24:16 -08:00
ielm.el Rename comint-fl-* to comint-fontify-input-* and mention it in NEWS 2022-09-30 21:15:06 +02:00
iimage.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
image-file.el Correct the usage of `image-file-name-regexps' 2022-09-21 13:53:50 +02:00
image-mode.el Don't auto-resize image if echo area is non-empty 2022-09-26 21:10:58 +02:00
image.el Move image commands to the 'i' sub map 2022-10-04 15:09:33 +02:00
imenu.el ; Fix typos 2022-09-28 17:34:59 +02:00
indent.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
info-look.el * lisp/info-look.el (mapc): Add Eglot manual's index. 2022-10-20 12:45:31 +01:00
info-xref.el
info.el Catch more cases in info--ensure-not-in-directory-node 2022-11-28 01:32:01 +01:00
informat.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
isearch.el Don't allow lazy highlight from recursive minibuffers 2022-12-13 19:37:57 +02:00
isearchb.el
jit-lock.el Remove aliases of with-silent-modifications 2022-10-07 12:25:09 -04:00
jka-cmpr-hook.el
jka-compr.el * lisp/jka-compr.el (jka-compr-load): Add MUST-SUFFIX argument. 2022-11-05 17:39:17 +01:00
json.el
jsonrpc.el Avoid recursive process filters in lisp/jsonrpc.el (bug#60088) 2022-12-16 08:53:10 +00:00
kermit.el
keymap.el Use the new keyword ':repeat' in repeatable keymaps. 2022-12-22 10:03:09 +02:00
kmacro.el Fix remaining byte-compile warnings in loaddefs.el 2022-07-31 11:29:52 +02:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2022-12-15 05:11:35 +01:00
loadhist.el * lisp/loadhist.el (loadhist-unload-element): Remove auxiliary function info 2022-09-03 10:54:50 -04:00
loadup.el Bring up the Android operating system and its window system 2022-12-31 18:04:18 +08:00
locate.el
lpr.el
ls-lisp.el Delete aliases obsolete since 21.1 and 22.1 2022-07-31 11:01:57 +02:00
macros.el
Makefile.in Add trampoline AOT compilation target (bug#58318) 2022-10-11 21:19:21 +02:00
man.el ; Fix typos 2022-11-20 12:59:39 +01:00
master.el
mb-depth.el
md4.el
menu-bar.el Add Eglot to the menu bar 2022-10-20 20:50:34 +03:00
midnight.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
minibuf-eldef.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
minibuffer.el * lisp/minibuffer.el (completions-group-separator): Revert f7816c94b6. 2022-12-12 19:30:55 +02:00
misc.el Add duplicate-dwim (bug#56418) 2022-07-26 14:23:30 +02:00
misearch.el
mouse-copy.el
mouse-drag.el Fix mouse clicks on a non-selected frame 2022-12-05 21:55:25 +02:00
mouse.el New option for selecting symbols by double-clicking 2022-12-16 18:26:14 +02:00
mpc.el ; Fix typos 2022-11-18 16:02:19 +01:00
msb.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
mwheel.el ; Fix warning in mwheel.el 2022-07-04 17:01:53 +02:00
newcomment.el
notifications.el
novice.el
obarray.el
outline.el Use the new keyword ':repeat' in repeatable keymaps. 2022-12-22 10:03:09 +02:00
paren.el ; Typo fixes in etc/NEWS and lisp/ files 2022-11-29 22:37:18 +01:00
password-cache.el
pcmpl-cvs.el
pcmpl-git.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-gnu.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-linux.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-rpm.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-unix.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-x.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcomplete.el Do not pare arguments unnecessarily. 2022-12-12 02:02:36 +01:00
pgtk-dnd.el Fix PGTK DND after a source leaves without dropping anything 2022-07-23 15:00:34 +08:00
pixel-scroll.el Small adjustments to precision pixel scrolling 2022-09-21 19:32:52 +08:00
plstore.el Autoload safe local property for plstore-encrypt-to 2022-07-06 20:53:52 +02:00
printing.el ; Prefer HTTPS to HTTP in many URLs 2022-10-15 13:06:45 +02:00
proced.el Make proced-update preserve refinements 2022-12-14 16:32:10 +02:00
profiler.el Prefer defvar-keymap in profiler.el 2022-11-03 14:29:11 +01:00
ps-bdf.el
ps-mule.el
ps-print.el Merge from origin/emacs-28 2022-08-13 06:30:27 +02:00
ps-samp.el
README
recentf.el Do not connect unreachable remote hosts in recentf 2022-08-29 12:05:02 +02:00
rect.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
register.el
registry.el
repeat.el * lisp/repeat.el: Fix repeat-keep-prefix to allow customizing it to non-nil. 2022-12-20 19:22:15 +02:00
replace.el ; Fix typos 2022-12-23 18:21:10 +01:00
reposition.el
reveal.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
rfn-eshadow.el
rot13.el Print "decrypted" rot13 text is buffer is read-only 2022-11-05 00:07:07 +01:00
rtree.el
ruler-mode.el * lisp/ruler-mode.el (ruler-mode-map): Use defvar-keymap. 2022-07-02 06:36:26 +02:00
savehist.el Remove redundant library installation instructions 2022-11-11 04:29:29 +01:00
saveplace.el Fix namespace problem in saveplace.el 2022-08-05 12:28:59 +02:00
scroll-all.el
scroll-bar.el ; Fix typos 2022-11-18 16:02:19 +01:00
scroll-lock.el
select.el Prevent selection converter from signalling if buffer is narrowed 2022-08-13 17:49:42 +08:00
server.el Merge from origin/emacs-29 2022-12-21 02:37:17 +01:00
ses.el Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
shadowfile.el Revert "Decrease use of the word "Emacsen" in docs" 2022-10-01 22:34:47 +02:00
shell.el Use the new keyword ':repeat' in repeatable keymaps. 2022-12-22 10:03:09 +02:00
simple.el ; Improve documentation of "C-x @" 2022-12-23 14:37:04 +02:00
skeleton.el
so-long.el ; Fix typos 2022-12-16 08:29:28 +01:00
sort.el ; Fix typos 2022-12-23 18:21:10 +01:00
soundex.el
speedbar.el ; Fix typos 2022-12-03 15:39:43 +01:00
sqlite-mode.el
sqlite.el
startup.el A better fix for bug#60096 2022-12-16 16:29:51 +02:00
strokes.el ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
subr.el Merge from origin/emacs-29 2022-12-24 06:30:29 +01:00
svg.el
t-mouse.el t-mouse.el: Make sure we apply the setting to new terminals 2022-08-30 17:55:03 -04:00
tab-bar.el Merge from origin/emacs-29 2022-12-23 06:30:12 +01:00
tab-line.el Use the function 'window-system' on the tab-bar/tab-line (bug#59620) 2022-12-04 21:30:34 +02:00
tabify.el
talk.el
tar-mode.el Merge from origin/emacs-28 2022-09-21 10:25:06 +02:00
tempo.el
term.el term--update-term-menu: Add the menu to term-terminal-menu 2022-12-01 15:14:42 -07:00
thingatpt.el Teach thing-at-point to recognize bracketed IPv6 URLs 2022-11-09 05:15:11 -08:00
thread.el * lisp/thread.el (thread-list-mode-map): Prefer defvar-keymap. 2022-11-09 15:10:24 +01:00
time-stamp.el
time.el New command 'world-clock-copy-time-as-kill' 2022-10-05 16:33:23 +02:00
timezone.el
tmm.el
tool-bar.el Prefer defvar-keymap in some trivial cases 2022-07-20 09:27:30 +02:00
tooltip.el Delete obsolete variable tooltip-use-echo-area 2022-07-09 13:35:41 +02:00
transient.el Use equal and member instead of eq and memq 2022-12-19 13:19:09 +01:00
tree-widget.el
treesit.el Merge from origin/emacs-29 2022-12-23 06:30:12 +01:00
tutorial.el
type-break.el Rename timep to type-break-timep 2022-08-04 11:39:23 +02:00
uniquify.el Fix up some prefix registration problems in doc strings 2022-08-04 11:03:10 +02:00
userlock.el
vcursor.el * lisp/vcursor.el (vcursor-map): Prefer defvar-keymap. 2022-10-31 15:20:01 +01:00
version.el
view.el Remove the view-remove-frame-by-deleting variable 2022-10-11 02:39:05 +02:00
w32-fns.el
w32-vars.el
wdired.el Make wdired match dired with symlink permissions 2022-09-10 08:20:31 +02:00
whitespace.el whitespace: Avoid mutating original buffer's markers in clones 2022-12-21 16:02:30 +02:00
wid-browse.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
wid-edit.el ; Fix some typos 2022-11-26 11:05:58 +01:00
widget.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
windmove.el Allow customising windmove user options with an empty prefix 2022-12-18 12:45:22 +01:00
window.el Use the new keyword ':repeat' in repeatable keymaps. 2022-12-22 10:03:09 +02:00
winner.el Use the new keyword ':repeat' in repeatable keymaps. 2022-12-22 10:03:09 +02:00
woman.el * lisp/woman.el (woman-mode-map): Prefer defvar-keymap. 2022-11-21 09:28:32 +01:00
x-dnd.el ; Fix typos (prefer US spelling) 2022-11-18 13:06:55 +01:00
xdg.el Add new function xdg-session-type to xdg.el 2022-09-21 14:00:23 +02:00
xml.el
xt-mouse.el
xwidget.el * lisp/xwidget.el: Improve Commentary. 2022-11-12 07:06:53 +01:00
yank-media.el

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.