summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2021-09-034-6/+6
|
* Fix expansion of non-ASCII $HOMEEli Zaretskii2021-09-021-0/+2
| | | | | * src/fileio.c (Fexpand_file_name): Make the file name multibyte if the value of $HOME is multibyte. (Bug#50266)
* Fix 'clone-frame' on TTY framesEli Zaretskii2021-09-021-5/+6
| | | | | | * src/frame.c (Fmake_terminal_frame): Make a separate copy of the faces for the new frame before calling modify-frame-parameters, as on TTY frames that needs the faces already set up. (Bug#34715)
* Fix segfault with invalid key-translation-map bindingEli Zaretskii2021-09-011-2/+1
| | | | | | * src/keyboard.c (access_keymap_keyremap): Don't assume an invalid function is specified as a symbol. Reported by Perry E. Metzger <perry@piermont.com>.
* * Add a dll loader entry for gcc_jit_context_new_cast (bug#50315)Kien Nguyen2021-09-011-0/+6
| | | | | * src/comp.c: Add a dll loader entry for 'gcc_jit_context_new_cast' (bug#50315).
* In batch mode, avoid killing Emacs with C-g in the minibufferMiha Rihtaršič2021-09-011-18/+19
| | | | | * src/keyboard.c (Fcommand_error_default_function): Don't kill emacs when handling the minibuffer-quit condition (bug#48603).
* call-process doc string clarificationLars Ingebrigtsen2021-08-311-0/+2
| | | | | * src/callproc.c (Fcall_process): Explicitly say that "output" means both stdout and stderr (bug#37906).
* Make run-at-time try harder to run at integral multiplesLars Ingebrigtsen2021-08-311-1/+1
| | | | | | | | | | | * lisp/emacs-lisp/timer.el (timer): Add new slot integral-multiple. (timerp): Adjust. (timer-event-handler): Recompute the delay if requested (bug#39099). (run-at-time): Mark the timer as recomputable if given a t parameter. * src/keyboard.c (decode_timer): Adjust.
* Implement proper type conversion in native compilerAndreas Schwab2021-08-301-108/+102
| | | | | | | | | | | | * src/comp.c (enum cast_kind_of_type): Remove. (comp_t): Add cast_ptr_to_int, cast_int_to_ptr, remove cast_type_sizes, cast_type_kind, cast_type_names, cast_union_fields, cast_union_field_biggest_type. (emit_coerce): Remove check for type size. (struct cast_type): Remove bytes_size. (define_type_punning): New function. (define_cast_from_to): Implement proper type conversion. (define_cast_functions): Adjust. (bug#50230)
* ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.Eli Zaretskii2021-08-291-2/+2
|
* Disable the NS app when no frames are left (bug#14619, bug#21357, bug#23586)Alan Third2021-08-292-0/+11
| | | | | * src/nsfns.m (Fx_create_frame): Enable the app. * src/nsterm.m (ns_delete_terminal): Disable the app.
* Fix up deleting auto-save/killing buffer wrt. `auto-save-visited-mode'Lars Ingebrigtsen2021-08-251-3/+7
| | | | * src/buffer.c (Fkill_buffer): Respect `auto-save-visited-mode'.
* Further checks for kill-buffer-delete-auto-save-filesLars Ingebrigtsen2021-08-251-0/+2
| | | | | * src/buffer.c (Fkill_buffer): Check that the auto-save file exists before asking whether to delete it.
* Improve documentation of 'inhibit-mouse-event-check'Eli Zaretskii2021-08-231-4/+5
| | | | | | * etc/NEWS: * src/callint.c (syms_of_callint): Fix wording of the documentation of 'inhibit-mouse-event-check'.
* * lisp/mouse.el (context-menu-open): New command bound to [S-f10].Juri Linkov2021-08-231-1/+8
| | | | | | | | | | | * doc/emacs/frames.texi (Menu Mouse Clicks): Mention S-F10 to pop up the context menu. * src/callint.c (Fcall_interactively): Use inhibit_mouse_event_check for the case 'e'. (inhibit-mouse-event-check): New variable. https://lists.gnu.org/archive/html/emacs-devel/2021-08/msg00733.html
* Improve recently-changed docsEli Zaretskii2021-08-231-6/+5
| | | | | | * src/frame.c (Fnext_frame): * doc/lispref/frames.texi (Finding All Frames): Improve wording and style of the 'next-frame's documentation.
* Clarify the documentation of `next-frame'Lars Ingebrigtsen2021-08-231-9/+15
| | | | | | | * doc/lispref/frames.texi (Finding All Frames): Clarify what it means to "consider". * src/frame.c (Fnext_frame): Rewrite doc string to say what the parameters actually mean (bug#13339).
* Add new variable 'kill-buffer/delete-auto-save-files'Lars Ingebrigtsen2021-08-231-20/+29
| | | | | | | | | | | | | | | * doc/emacs/files.texi (Auto Save Files): Document it. * lisp/cus-start.el (standard): Add customize form. * lisp/files.el (delete-auto-save-files): Move definition to C (since it's used in the C layer). * src/buffer.c (Fkill_buffer): Use the new variable (and remove the old code that apparently didn't trigger for kill-buffer/delete-auto-save-files. (syms_of_buffer): Add new variable kill-buffer-delete-auto-save-files and move definition of delete-auto-save-files here (bug#21612).
* Clarify :stderr in the make-process doc stringLars Ingebrigtsen2021-08-231-1/+4
| | | | | * src/process.c (Fmake_process): Elaborate upon what :stderr does (bug#50166).
* Fix recent parse-partial-sexp argument validationBasil L. Contovounesios2021-08-221-2/+2
| | | | | | * src/syntax.c (parse-partial-sexp): Also handle markers as arguments (bug#49944). Tweak error message to follow conventions in "(elisp) Signaling Errors".
* Set a unique ID for eln files on macOS (bug#45934)Andrea Corallo2021-08-221-0/+9
| | | | | * src/comp.c (Fcomp__compile_ctxt_to_file): Set gcc's -install_name parameter to the real filename.
* Set label for NSToolbarItem (bug#50159)Masahiro Nakamura2021-08-222-0/+8
| | | | | | | | | * src/nsmenu.m (update_frame_tool_bar): Get label text and pass it to ... ([EmacsToolbar addDisplayItemWithImage:idx:tag:labelText:helpText:enabled:]): ... this that sets label for NSToolbarItem. * src/nsterm.h ([EmacsToolbar addDisplayItemWithImage:idx:tag:labelText:helpText:enabled:]): Add labelText argument.
* Make Qhide declaration non-target-specificMattias Engdegård2021-08-222-1/+2
| | | | | | * src/xfns.c (syms_of_xfns): Move DEFSYM from here... * src/menu.c (syms_of_menu): ... to here. This fixes the NS build after dd7d966eb40b.
* Don't show menu titles with the text property 'hide' (bug#50067)Juri Linkov2021-08-221-0/+8
| | | | | | | | * lisp/mouse.el (context-menu-map): Add menu title "Context Menu" propertized with the text property 'hide'. * src/menu.c (x_popup_menu_1): Don't show the title with the non-nil text property 'hide' on GTK and NS.
* ; * src/syntax.c: Remove a stray comment.Eli Zaretskii2021-08-211-2/+0
|
* Tweak the comment-start-skip example in the manualLars Ingebrigtsen2021-08-211-0/+1
| | | | | * doc/emacs/programs.texi (Options for Comments): Tweak the example regexp for comment-start-skip (bug#15006).
* Make parse-partial-sexp signal an error if TO is smaller than FROMLars Ingebrigtsen2021-08-211-2/+7
| | | | | * src/syntax.c (Fparse_partial_sexp): Signal an error if TO is smaller than FROM (bug#49944).
* Fix display bug on macOS (bug#50112)Alan Third2021-08-211-2/+20
| | | | | | | | | * src/nsterm.m ([EmacsLayer initWithColorSpace:]): Use the colorspace setter. ([EmacsLayer setColorSpace:]): Sometimes we seem to get null colorspaces, so set a default in this case. ([EmacsLayer getContext]): Check whether there's been a surface or graphics context allocation failure and log it.
* Remove default "Select" title from NS popup menus (bug#50067)Mattias Engdegård2021-08-212-5/+1
| | | | | * src/menu.c (x_popup_menu_1): Remove default "Select" title. * src/nsmenu.m (ns_menu_show): Allow title to be absent.
* Fix inaccuracies in documentation of 'message-truncate-lines'Eli Zaretskii2021-08-191-1/+1
| | | | | | * doc/lispref/display.texi (Echo Area Customization): * src/xdisp.c (syms_of_xdisp): Adjust the documentation of message-truncate-lines to changes that fixed bug#46718.
* ; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.Eli Zaretskii2021-08-191-1/+1
|
* Fix errors with hscrolling mini-windows under truncate-linesEli Zaretskii2021-08-191-2/+10
| | | | | * src/xdisp.c (hscroll_window_tree): Disallow hscroll in mini-windows that display echo-area messages. (Bug#50096)
* Improve documentation of 'assoc'Eli Zaretskii2021-08-181-1/+2
| | | | | * doc/lispref/lists.texi (Association Lists): * src/fns.c (Fassoc): Document how TESTFN is called. (Bug#50110)
* Improve documentation of last change.Eli Zaretskii2021-08-181-2/+2
| | | | | | | * etc/NEWS: Mention the string value of 'auto-composition-mode'. * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.
* Disable auto compositions on the Linux console onlyLars Ingebrigtsen2021-08-183-7/+35
| | | | | | | | | | | | | | | | * lisp/term/linux.el (terminal-init-linux): Disable auto compositions on "linux" consoles (bug#21363). * src/composite.c (inhibit_auto_composition): New function to implement this. (composition_compute_stop_pos, composition_adjust_point) (Ffind_composition_internal): Use it. (syms_of_composite): Document it. * src/lisp.h: Export tty_type_name. * src/term.c (tty_type_name): Factored out. (Ftty_type): Use it.
* Yet another place inside redisplay_window to prevent quittingEli Zaretskii2021-08-181-0/+7
| | | | | * src/xdisp.c (handle_single_display_spec): Inhibit quitting around the call to lookup_image. (Bug#44448)
* Fix abort when turning on Hebrew or Arabic input methodsEli Zaretskii2021-08-181-0/+1
| | | | | * src/xdisp.c (face_before_or_after_it_pos): Add the missing initialization of the bidi scan direction. (Bug#50107)
* Another fix for quitting while displaying non-selected windowsEli Zaretskii2021-08-171-0/+13
| | | | | | | * src/xdisp.c (handle_face_prop, extend_face_to_end_of_line): Inhibit quitting around the call to face_at_pos, to prevent leaking wrong value of point when the user quits while we redisplay a non-selected window. (Bug#44448)
* Fix TTY display performance degradation due to many markersEli Zaretskii2021-08-171-4/+40
| | | | | | | * src/coding.c (encode_coding_object): Don't assume that src_object == dst_object means src_object is the current buffer. Add the missing commentary that explains the arguments. (Bug#49127)
* Plug another hole for longjmp-ing from 'redisplay_window'Eli Zaretskii2021-08-161-0/+10
| | | | | * src/fringe.c (update_window_fringes): Inhibit quitting, so as not to longjmp out of redisplay_window. (Bug#44448)
* Make overlays-in treat zero-length overlays at point-max consistentlyLars Ingebrigtsen2021-08-161-2/+3
| | | | | | | | * doc/lispref/display.texi (Finding Overlays): Adjust documentation. * src/buffer.c (overlays_in): Treat the end of the buffer and the end of the narrowed-to buffer the same (bug#19422). (Foverlays_in): Adjust doc string.
* Make Emacs compile with musl instead of glibcLars Ingebrigtsen2021-08-151-2/+2
| | | | * src/alloc.c: musl doesn't have malloc_info (bug#50058).
* ; * src/xdisp.c (display_mode_lines): Fix comment.Eli Zaretskii2021-08-151-2/+3
|
* Fix unwarranted point movement after C-gEli Zaretskii2021-08-151-5/+11
| | | | | | | | | | | | | | | | | When the same buffer is displayed in more than one window, redisplay temporarily moves point to the window-point when it works on non-selected windows. If we allow C-g to quit out of redisplay_window in this situation, point will appear to have moved to the window-point of that non-selected window, which is unwarranted. These changes prevent quitting in strategic places, so that we never quit out of redisplay_window. * src/xdisp.c (run_window_scroll_functions): Prevent quitting while running window-scroll-functions, so that we don't quit out of redisplay_window with temporarily moved point. (redisplay_window): While redisplaying the mode line, prevent quitting, to avoid exiting while point is temporarily moved. (decode_mode_spec): Use safe_call1 instead of call1, to trap any errors instead of letting them throw out of redisplay. (Bug#44448)
* * src/w32.c (_sys_read_ahead): Pacify a silly compiler warning.Eli Zaretskii2021-08-141-1/+1
|
* Fix 'random' on MS-Windows when integers are wider than 30 bitsEli Zaretskii2021-08-141-1/+6
| | | | | * src/w32.c (random): Provide more random bits for MS-Windows builds with EMACS_INT that is wider than 32 bits. (Bug#32605)
* Fix problem where an error would change standard-outputLars Ingebrigtsen2021-08-131-2/+4
| | | | | | * src/keyboard.c (cmd_error): Don't set standard-output/standard-input (bug#30529). Instead bind them temporarily while handling the error.
* Allow using XLFD font names with dashes in the family nameLars Ingebrigtsen2021-08-111-5/+37
| | | | | | | | * src/font.c (font_parse_xlfd_1): Rename from font_parse_xlfd to allow calling twice from a wrapper (bug#35816). (font_parse_xlfd): Wrapper function -- first try to parse in the normal way, and then try to guess that the hyphenated bits are in the family name.
* * src/nsterm.m (max_used_fringe_bitmap): Remove unused variable.Alan Third2021-08-081-1/+0
|
* Allow building on MacOS with MacPorts and libgccjitLars Ingebrigtsen2021-08-071-3/+4
| | | | | | | | | | * configure.ac: Check for the "port" command (MacPorts). Add the required lib/include directories for nativecomp. * src/Makefile.in (LIBGCCJIT_CFLAGS, LIBGCCJIT_LIBS): Split into two parts to allow including -L/-I for MacPorts. (LIBES): Adjust. (EMACS_CFLAGS): Ditto.