emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (ea865c98cf3 -> 8aef5d224a6)


From: Gerd Moellmann
Subject: master updated (ea865c98cf3 -> 8aef5d224a6)
Date: Thu, 19 Dec 2024 04:15:09 -0500 (EST)

gerd pushed a change to branch master.

      from  ea865c98cf3 Add treesit thing 'sexp-list' to some ts-modes 
(bug#73404)
      adds  414de92a562 Initial child frames based on master
      adds  5445062fabc Check for tty-child-frames feature in show-paren
      adds  55b72ad8755 Set top terminal frame also to children
      adds  e0ca1256a57 Don't check for child frame support
      adds  23409041b13 Accept frame param width/height of 0
      adds  6aa203bb04f Minor refactoring
      adds  0012e555d96 Don't set internal_last_event_frame to nil
      adds  4a3ba42e6f8 Comment
      adds  fbe63a33f1a Comment
      adds  55af24a1c29 Don't ignore .patch files
      adds  9accfc24bcd Fix compilation warnings
      adds  4ef5ade5da6 Fix commenting conventions.
      adds  560260a6314 * src/term.c (tty_display_dimension): Avoid warnings.
      adds  4182dfb7e84 ; Clarify a comment in dispnew.c
      adds  5cc5fa79bfd Some cleanup of frame_parm_table
      adds  dac51f1f66e Fix UB in line_hash_code
      adds  40aa1e329b6 Fix copy/paste error
      adds  669586a5e79 Merge branch 'scratch/tty-child-frames' of 
git.sv.gnu.org:/srv/git/emacs into scratch/tty-child-frames
      adds  d1fd1d8fba8 Deal with wide characters
      adds  9b8d1e0adde Handle obscured cursor differently
      adds  33586db3d34 Adapt w32 console to tty-child-frame changes
      adds  4cb7f3935e2 More fixes for w32 console build
      adds  0d6a014750c Fix dimensions of child frames on w32 console
      adds  a3e41874c1b * src/w32console.c (w32con_update_end): Fix cursor 
display.
      adds  d7bf2cfd5d5 Temporary fix for mouse events on child frames
      adds  d3f8ed730fa Don't work around a corner case once observed
      adds  7aa00fa90d6 Remove unneeded workaround from w32console.c
      adds  dfb7f194265 More workarounds for GDB bug 32313
      adds  e2323775246 Fix mouse-position for xterm-mouse-mode
      adds  33f1ab5034c * src/frame.c (make_terminal_frame): Check parent is 
live.
      adds  56708ea676e Don't copy non-enabled rows from child
      adds  56efab930b5 TTY menus: handle saved state referencing dead frames
      adds  908a18c463b * src/dispnew.c (neutralize_wide_char): Don't use 
used[0]
      adds  d27fc61755d Add tty-tip.el, not tooltips, but very close
      adds  e0bfd3ce23e Let tty tips disappear automatically
      adds  907c735402d Remove tip in pre-command-hook
      adds  c42b90b21a4 Mark atimer allocation as ambiguous root
      adds  cc3c05cad9e Revert "Mark atimer allocation as ambiguous root"
      adds  6cd7ce7cf2a Fix hiding tips from pre-command-hook
      adds  8fa26765c0d Don't copy from non-enabled current glyphs (bug#74274)
      adds  aa8bebf9b3e ; * src/dispnew.c (prepare_desired_root_row): Add 
commentary (bug#74274).
      adds  582ebedd33e Another case of copying from non-enabled glyphs 
(bug#74274)
      adds  437ccbe612b Change interface of prepare_desired_root_row
      adds  37cdf2897ad Fix a FIXME In redisplay_internal
      adds  4da9abe653f Respect redisplay_dont_pause in combined update
      adds  f62d70f52f4 Don't pause display for pending input
      adds  36c81859f6c Merge branch 'master' into scratch/tty-child-frames
      adds  627cbf05b53 Remove an unused parameter
      adds  e5a2bc740dc Revert "Remove an unused parameter"
      adds  e7359fbbc40 Revert "Don't pause display for pending input"
      adds  7608563d3b2 * src/xdisp.c (redisplay_internal): Use assq_no_quit.
      adds  196c761c66d Consider all windows for redisplay if frames have been 
cleared
      adds  d22882e418e Prevent too early hiding of tty tips
      adds  b67feec95e8 * lisp/tty-tip.el (tty-tip--create-frame): Use 
tooltip-hide-delay
      adds  6fa2050ee76 Signal errors for unimplemented features
       new  8aef5d224a6 Merge branch 'scratch/tty-child-frames'


Summary of changes:
 .gitignore         |    1 -
 lisp/disp-table.el |   54 ++-
 lisp/frame.el      |   46 +-
 lisp/paren.el      |    4 +-
 lisp/tty-tip.el    |  208 +++++++++
 lisp/xt-mouse.el   |   24 +-
 src/alloc.c        |    8 +-
 src/chartab.c      |    2 -
 src/dispextern.h   |   40 +-
 src/dispnew.c      | 1321 ++++++++++++++++++++++++++++++++++++++--------------
 src/disptab.h      |   12 +-
 src/frame.c        |  508 +++++++++++++++-----
 src/frame.h        |   83 ++--
 src/keyboard.c     |    2 +-
 src/minibuf.c      |    6 +-
 src/nsfns.m        |    4 +-
 src/nsterm.m       |    4 +-
 src/scroll.c       |    4 +-
 src/term.c         |  303 ++++++++++--
 src/termhooks.h    |    3 +
 src/terminal.c     |    6 +-
 src/treesit.c      |    2 +-
 src/w32console.c   |   15 +-
 src/w32inevt.c     |   11 +-
 src/w32term.c      |   25 +-
 src/xdisp.c        |  116 +++--
 src/xfaces.c       |    1 -
 27 files changed, 2126 insertions(+), 687 deletions(-)
 create mode 100644 lisp/tty-tip.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]