emacs-diffs
[Top][All Lists]
Advanced

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

feature/improved-locked-narrowing updated (ea8e0f67bb -> 3bf19c417f)


From: Gregory Heytings
Subject: feature/improved-locked-narrowing updated (ea8e0f67bb -> 3bf19c417f)
Date: Tue, 23 Aug 2022 11:51:40 -0400 (EDT)

ghe pushed a change to branch feature/improved-locked-narrowing.

      from  ea8e0f67bb Minor improvements to locked narrowing.
      adds  8d4789c072 Minor optimization to x_query_pointer_1
      adds  2614e53216 Rename newly-added eol/bol functions to pos-eol/pos-bol
      adds  982bd69520 ; * src/xterm.c (handle_one_xevent): Avoid compiler 
warning.
      adds  ae2199258f Mark esh-proc test as unstable
      adds  a6ccb82fda Fix src-depending-on-lisp target
      adds  f57297c8b2 * lisp/emacs-lisp/shortdoc.el (buffer): Add missing 
functions
      adds  563ec6abc4 ; Complete renaming to pos-bol and pos-eol
      adds  965fad0d36 Update function properties and optimisations
      adds  6dc61aa69a Tweak emacs-bug--system-description
      adds  79560aaa51 Don't end autorevert message with a period
      adds  85480527d5 Prefer pos-bol and pos-eol in tests
      adds  70fd2e03e5 Mark another esh-proc test as unstable
      adds  b061782fa6 Fix eshell-pipe-broken signalling
      adds  fe194f179d Remove a newline from the end of an error message
      adds  52b240b29b Prefer pos-bol and pos-eol in bookmark.el
      adds  102258fe1c Simplify `delete-line'
      adds  958924a812 Mention delete-line in shortdoc
      adds  6ddcf67052 Make it possible to mark generalized variables as 
obsolete
      adds  48aacbf292 Make many seldom-used generalized variables obsolete
      adds  efd95300c7 Adjust autorevert tests to recent change
      adds  bfe222288e Make the generalized buffer-local-variable obsolete
      adds  29a989c020 Regenerated ldefs-boot.el
      adds  ae5fe348fb Revert "Make the generalized buffer-local-variable 
obsolete"
      adds  643990336f Make *Help* display info about generalized variables
      adds  15d628f196 Fix more lexical-binding fallout in 
vhdl-speedbar-insert-hierarchy
      adds  e154ba196a Fix child frame focus for MPX environments
      adds  1e1263b00b * lisp/find-file.el (ff-other-file-alist): Doc fix.  
(Bug#57325)
      adds  c3087b59f0 ; * lisp/find-file.el (ff-other-file-alist): Another doc 
fix.  (Bug#57325)
      adds  7a3ae3cb62 ; * lisp/find-file.el (ff-other-file-alist): Fix typo.
      adds  582ea6a1e9 Update to Org 9.5.4-19-g4dff42
      adds  0c410206aa Merge from origin/emacs-28
      adds  a5e36575ae * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): 
Fix some type spec
      adds  a680a9fc64 LLDB support: handle unsorted enum member lists
      adds  b04ec9a7d3 Fix defcustom type of auto-save-file-name-transforms
      adds  cc33c6cf3a Make start/end in libxml-parse-html-region optional
      adds  d921424891 Remove probably debugging code in reb-fontify-string-re
      adds  f421efdb5f Make the size of elements the same in pgtk and X in 
tetris
      adds  c202f22f4d Fix indent-tabs-mode globality
      adds  9681ebf125 Make ispell-find-hunspell-dictionaries more resilient
      adds  a7557f2483 ; * lisp/emacs-lisp/shortdoc.el (buffer): Improve 
sorting.
      adds  ac90530a0a Prefer pos-bol and pos-eol in tabulated-list.el
      adds  0dd51d8ebf Use the attributes of frame's monitor for gamegrid
      adds  6c9696e3de Link the "f" interactive spec to `read-file-name' in the 
manual
      adds  f579cd472c auth-source: Fix wrong-type-argument when searching 
secret services
      adds  a0fa6bd547 ; * doc/lispref/commands.texi (Interactive Codes): Fix 
punctuation.
      adds  06d7161476 Fix some no-X build warnings
      adds  e425b7d231 Allow disabling the input extension at runtime on GTK 3
      adds  b7e867b841 Make point-at-eol and point-at-bol obsolete
      adds  fd97cc8e0d Fix completion-predicate of Python shell commands
      adds  1dd0a5c5db ; * doc/misc/htmlfontify.texi: Fix version.
      adds  e2c766a20d Merge from origin/emacs-28
      adds  66040fbeed Fix wdired with (dired '(dir f1 f2 ...))
      adds  915efbff98 Make buffer-local-value obsolete as a generalized 
variable
      adds  9d9798521e Don't mention obsolete generalized variables in *Help*
      adds  48b0f2606b Revert the changes to lisp-current-defun-name
      adds  b448fbec4b Disable a lisp-mode test that now fails
      adds  3b7fb723e6 Make frame synchronization conditional on clock_gettime
      adds  a328bf65ef Make frame synchronization conditional on clock_gettime
      adds  76982f0868 ; * src/xterm.c (x_free_frame_resources): Fix typo.
      adds  1f990d1cf9 Fix pixel-scroll-precision in a corner case
      adds  1a4a12a2a8 Make Emacs 20 compat alias obsolete in eudcb-ldap.el
      adds  3b72b47cbd * lisp/progmodes/elisp-mode.el 
(elisp--local-variables-1): Fix bug#50034
      adds  4ee8a6c124 ; Minor doc fix in easy-menu-{add,remove}
      adds  8673c0e256 Make XEmacs compat alias face-background-pixmap obsolete
      adds  de3efaa683 Add NEWS entry about obsoleted generalized variables
      adds  5d3a99602f ; * etc/NEWS: Remove redundant headlines.
      adds  1c837c42c2 Improve detection of long lines.
       new  3bf19c417f Merge master into feature/improved-locked-narrowing.


Summary of changes:
 Makefile.in                              |   2 +-
 admin/gitmerge.el                        |   6 +-
 doc/lispref/commands.texi                |   6 +-
 doc/lispref/positions.texi               |   4 +-
 doc/lispref/text.texi                    |   7 +-
 doc/lispref/variables.texi               |  10 +++
 doc/misc/auth.texi                       |   6 +-
 doc/misc/cl.texi                         |   6 +-
 doc/misc/htmlfontify.texi                |   2 +-
 etc/NEWS                                 |  39 +++++++++--
 etc/emacs_lldb.py                        |   6 +-
 lisp/allout.el                           |   6 +-
 lisp/auth-source.el                      |  11 ++--
 lisp/autorevert.el                       |   2 +-
 lisp/bookmark.el                         |   8 +--
 lisp/calc/calc-keypd.el                  |   2 +-
 lisp/calc/calc-yank.el                   |   6 +-
 lisp/cedet/cedet-global.el               |   2 +-
 lisp/cedet/data-debug.el                 |   6 +-
 lisp/cedet/ede/autoconf-edit.el          |   8 +--
 lisp/cedet/ede/pmake.el                  |   2 +-
 lisp/cedet/ede/proj-elisp.el             |   3 +-
 lisp/cedet/ede/project-am.el             |   2 +-
 lisp/cedet/ede/speedbar.el               |   2 +-
 lisp/cedet/pulse.el                      |   2 +-
 lisp/cedet/semantic/bovine/c.el          |  10 +--
 lisp/cedet/semantic/grammar.el           |   2 +-
 lisp/cedet/semantic/idle.el              |   8 +--
 lisp/cedet/semantic/lex-spp.el           |   2 +-
 lisp/cedet/semantic/lex.el               |   2 +-
 lisp/cedet/semantic/symref.el            |   2 +-
 lisp/cedet/semantic/symref/list.el       |   8 +--
 lisp/cedet/semantic/util-modes.el        |   6 +-
 lisp/cedet/semantic/wisent/javascript.el |   2 +-
 lisp/cedet/srecode/document.el           |   6 +-
 lisp/cedet/srecode/insert.el             |   2 +-
 lisp/cus-edit.el                         |   3 +
 lisp/dired.el                            |   6 +-
 lisp/ecomplete.el                        |   2 +-
 lisp/elec-pair.el                        |   3 +-
 lisp/electric.el                         |   9 ++-
 lisp/emacs-lisp/backtrace.el             |   2 +-
 lisp/emacs-lisp/byte-opt.el              |  20 ++++--
 lisp/emacs-lisp/byte-run.el              |   1 -
 lisp/emacs-lisp/bytecomp.el              |  33 ++++++----
 lisp/emacs-lisp/chart.el                 |   6 +-
 lisp/emacs-lisp/comp.el                  |  22 +++++--
 lisp/emacs-lisp/easymenu.el              |  18 +----
 lisp/emacs-lisp/gv.el                    | 105 ++++++++++++++++++++++++++++-
 lisp/emacs-lisp/icons.el                 |   4 +-
 lisp/emacs-lisp/lisp-mode.el             |  73 +++++---------------
 lisp/emacs-lisp/re-builder.el            |   3 +-
 lisp/emacs-lisp/shortdoc.el              |  15 +++--
 lisp/emacs-lisp/tabulated-list.el        |  16 ++---
 lisp/emulation/edt.el                    |   2 +-
 lisp/emulation/viper-cmd.el              |   8 +--
 lisp/epa.el                              |   2 +-
 lisp/epg-config.el                       |   4 +-
 lisp/erc/erc-speedbar.el                 |   2 +-
 lisp/erc/erc-stamp.el                    |   2 +-
 lisp/eshell/esh-io.el                    |   2 +-
 lisp/faces.el                            |  11 ++--
 lisp/ffap.el                             |   4 +-
 lisp/files.el                            |  32 +++++----
 lisp/find-file.el                        |  15 ++++-
 lisp/font-lock.el                        |   2 +-
 lisp/gnus/gnus-agent.el                  |   6 +-
 lisp/gnus/gnus-art.el                    |  33 +++++-----
 lisp/gnus/gnus-bookmark.el               |   4 +-
 lisp/gnus/gnus-cache.el                  |   2 +-
 lisp/gnus/gnus-cite.el                   |   8 +--
 lisp/gnus/gnus-diary.el                  |   2 +-
 lisp/gnus/gnus-draft.el                  |   2 +-
 lisp/gnus/gnus-group.el                  |  22 +++----
 lisp/gnus/gnus-picon.el                  |   6 +-
 lisp/gnus/gnus-salt.el                   |   4 +-
 lisp/gnus/gnus-score.el                  |  14 ++--
 lisp/gnus/gnus-search.el                 |   2 +-
 lisp/gnus/gnus-srvr.el                   |   6 +-
 lisp/gnus/gnus-start.el                  |  16 ++---
 lisp/gnus/gnus-sum.el                    |  30 ++++-----
 lisp/gnus/gnus-topic.el                  |  10 +--
 lisp/gnus/gnus-util.el                   |   4 +-
 lisp/gnus/gnus-uu.el                     |   8 +--
 lisp/gnus/message.el                     |  16 ++---
 lisp/gnus/nnbabyl.el                     |   7 +-
 lisp/gnus/nndiary.el                     |   2 +-
 lisp/gnus/nnfolder.el                    |   6 +-
 lisp/gnus/nnheader.el                    |   6 +-
 lisp/gnus/nnmail.el                      |   6 +-
 lisp/gnus/nnmairix.el                    |   2 +-
 lisp/gnus/nnml.el                        |   8 +--
 lisp/gnus/nntp.el                        |   7 +-
 lisp/gnus/nnvirtual.el                   |   6 +-
 lisp/gnus/smime.el                       |   2 +-
 lisp/gnus/spam-report.el                 |   2 +-
 lisp/gnus/spam.el                        |   4 +-
 lisp/help-fns.el                         |  11 ++++
 lisp/image.el                            |   2 +
 lisp/ldefs-boot.el                       |  18 ++---
 lisp/mail/emacsbug.el                    |  10 +--
 lisp/mail/mail-utils.el                  |   5 +-
 lisp/mail/mailabbrev.el                  |   2 +-
 lisp/mail/mspools.el                     |   4 +-
 lisp/mail/rfc2047.el                     |  16 ++---
 lisp/mail/rmailmm.el                     |   5 +-
 lisp/mail/sendmail.el                    |   2 +-
 lisp/mail/smtpmail.el                    |   5 +-
 lisp/mh-e/mh-seq.el                      |   2 +-
 lisp/mouse.el                            |   3 +
 lisp/net/eudc.el                         |   2 +-
 lisp/net/eudcb-ldap.el                   |  12 +---
 lisp/net/imap.el                         |   2 +-
 lisp/net/ldap.el                         |   2 +-
 lisp/net/newst-treeview.el               |   7 +-
 lisp/net/pop3.el                         |   2 +-
 lisp/net/rcirc.el                        |   2 +-
 lisp/net/tramp-adb.el                    |   4 +-
 lisp/net/tramp-cmds.el                   |   2 +-
 lisp/net/tramp-crypt.el                  |   2 +-
 lisp/net/tramp-sh.el                     |  27 ++++----
 lisp/net/tramp-smb.el                    |   4 +-
 lisp/net/tramp-sshfs.el                  |   2 +-
 lisp/net/tramp-sudoedit.el               |   6 +-
 lisp/net/tramp.el                        |  18 ++---
 lisp/obsolete/netrc.el                   |   4 +-
 lisp/obsolete/tpu-extras.el              |   2 +-
 lisp/org/ob-core.el                      |   8 +--
 lisp/org/ob-julia.el                     |   7 +-
 lisp/org/ob-lilypond.el                  |   2 +-
 lisp/org/ob-octave.el                    |   2 +-
 lisp/org/oc-basic.el                     |  13 ++--
 lisp/org/ol-irc.el                       |  12 ++--
 lisp/org/ol.el                           |   2 +-
 lisp/org/org-agenda.el                   | 101 +++++++++++++++-------------
 lisp/org/org-capture.el                  |   2 +-
 lisp/org/org-clock.el                    |  14 ++--
 lisp/org/org-compat.el                   |   6 +-
 lisp/org/org-element.el                  |   8 +--
 lisp/org/org-habit.el                    |   2 +-
 lisp/org/org-inlinetask.el               |   6 +-
 lisp/org/org-list.el                     |  72 ++++++++++----------
 lisp/org/org-macs.el                     |   4 +-
 lisp/org/org-mobile.el                   |  12 ++--
 lisp/org/org-mouse.el                    |   8 +--
 lisp/org/org-plot.el                     |   3 +-
 lisp/org/org-refile.el                   |   4 +-
 lisp/org/org-table.el                    |  28 ++++----
 lisp/org/org-version.el                  |   2 +-
 lisp/org/org.el                          |  83 ++++++++++++-----------
 lisp/org/ox-icalendar.el                 |  12 ++--
 lisp/paren.el                            |   3 +-
 lisp/pixel-scroll.el                     |  20 +++---
 lisp/play/decipher.el                    |   2 +-
 lisp/play/gamegrid.el                    |  33 +++++++---
 lisp/progmodes/cfengine.el               |   4 +-
 lisp/progmodes/cperl-mode.el             |  33 +++++-----
 lisp/progmodes/elisp-mode.el             |   6 +-
 lisp/progmodes/etags.el                  |   6 +-
 lisp/progmodes/glasses.el                |   6 +-
 lisp/progmodes/idlw-shell.el             |  14 ++--
 lisp/progmodes/idlwave.el                |  25 +++----
 lisp/progmodes/js.el                     |  16 ++---
 lisp/progmodes/meta-mode.el              |   8 +--
 lisp/progmodes/pascal.el                 |  29 ++++----
 lisp/progmodes/prolog.el                 |   4 +-
 lisp/progmodes/python.el                 |  10 ++-
 lisp/progmodes/ruby-mode.el              |   4 +-
 lisp/progmodes/verilog-mode.el           |  16 ++---
 lisp/progmodes/vhdl-mode.el              |  22 +++----
 lisp/rect.el                             |  10 +--
 lisp/server.el                           |   5 +-
 lisp/simple.el                           |   2 +-
 lisp/subr.el                             |  14 ++--
 lisp/term.el                             |   6 +-
 lisp/textmodes/css-mode.el               |   2 +-
 lisp/textmodes/flyspell.el               |   2 +-
 lisp/textmodes/ispell.el                 |  65 ++++++++++--------
 lisp/textmodes/texinfo.el                |   6 +-
 lisp/thumbs.el                           |   1 +
 lisp/vc/diff-mode.el                     |   2 +-
 lisp/vc/ediff-init.el                    |   2 +-
 lisp/vc/vc-hg.el                         |   2 +-
 lisp/wdired.el                           |  31 ++++++---
 lisp/winner.el                           |   3 +-
 lisp/xdg.el                              |   4 +-
 src/buffer.c                             |   1 +
 src/buffer.h                             |   9 +++
 src/editfns.c                            |  12 ++--
 src/pdumper.c                            |   3 +-
 src/xdisp.c                              |   3 +-
 src/xfns.c                               |   7 +-
 src/xml.c                                |  16 ++++-
 src/xterm.c                              | 110 ++++++++++++++++++++++++++-----
 src/xterm.h                              |   5 +-
 test/lisp/autorevert-tests.el            |   2 +-
 test/lisp/calendar/todo-mode-tests.el    |  10 +--
 test/lisp/cedet/semantic-utest-ia.el     |  12 ++--
 test/lisp/cedet/semantic-utest.el        |   6 +-
 test/lisp/dired-tests.el                 |   4 +-
 test/lisp/emacs-lisp/backtrace-tests.el  |   6 +-
 test/lisp/emacs-lisp/find-func-tests.el  |   4 +-
 test/lisp/emacs-lisp/lisp-mode-tests.el  |  22 ++++---
 test/lisp/erc/erc-tests.el               |  12 ++--
 test/lisp/eshell/esh-proc-tests.el       |   4 ++
 test/lisp/gnus/message-tests.el          |   8 +--
 test/lisp/info-xref-tests.el             |   3 +-
 test/lisp/mail/footnote-tests.el         |   2 +-
 test/lisp/progmodes/elisp-mode-tests.el  |   2 +-
 test/lisp/progmodes/f90-tests.el         |   4 +-
 test/lisp/progmodes/python-tests.el      |  60 ++++++++---------
 test/lisp/replace-tests.el               |   4 +-
 test/lisp/simple-tests.el                |  20 +++---
 test/lisp/textmodes/css-mode-tests.el    |   8 +--
 test/lisp/textmodes/fill-tests.el        |   8 +--
 test/lisp/time-stamp-tests.el            |   6 +-
 test/src/lread-tests.el                  |   2 +-
 test/src/process-tests.el                |   6 +-
 test/src/undo-tests.el                   |   5 +-
 219 files changed, 1317 insertions(+), 971 deletions(-)



reply via email to

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