mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 17:11:48 +00:00
docs: update version.c #41362
vim-patch:8.1.2195: Vim does not exit when the terminal window is last window
vim-patch:8.1.2219: no autocommand for open window with terminal
vim-patch:8.2.0897: list of functions in patched version is outdated
vim-patch:8.2.3323: Vim9: Cannot use :silent with :endwhile
vim-patch:8.2.3589: failure when "term_rows" of term_start() is an unusual value
vim-patch:8.2.3597: Vim seems to hang when writing a long text to a terminal
vim-patch:8.2.3913: help for expressions does not mention Vim9 syntax
vim-patch:8.2.4153: MS-Windows: Global IME is no longer supported
vim-patch:8.2.4586: Vim9: no error for using lower case name for "func" argument
vim-patch:b09c32003 patch 8.2.4720: ABB Rapid files are not recognized properly
vim-patch:8.2.5000: no patch for documentation updates
vim-patch:eb4904187 release version 9.0
vim-patch:9.0.1818: dynamically linking perl is broken
vim-patch:6ffcc58be runtime(help): Updated documentation on editorconfig
vim-patch:b043ff34c runtime(doc): fix two typos in `vim9.txt` and `options.txt`
vim-patch:9.0.1994: inconsistent feature description
vim-patch:9.0.2026: win32: python3 dll loading can be improved
vim-patch:3c81f47a0 runtime(doc): correct <PageUp>/<PageDown> behavior in 'wildmenu'
vim-patch:a5a153475 runtime(doc): small updates to the documentation for varargs
vim-patch:5985879e3 runtime(doc): Fix typos in several documents
vim-patch:a56f02d82 runtime(doc): missing code formatting in if_pyth.txt
vim-patch:5f5131d77 runtime(doc): clarify bracketed paste mode
vim-patch:08b1c61e8 runtime(doc): clarify terminal capabilities for focus reporting
vim-patch:bee966d3f runtime(doc): clarify `:help inclusion` section
vim-patch:2c5240ec8 runtime(doc): Update usr_51.txt to be more inclusive
vim-patch:6ffe084e6 runtime(doc): document proper notation of gVim, document vim-security list
vim-patch:ca2eca7c7 runtime(doc): reference 'go-!' inside os_win32.txt for !start
vim-patch:0280c0b9a runtime(doc): sort option-list alphabetically
vim-patch:c23fc3647 runtime(doc): Update eval.txt
vim-patch:5872bcb6e runtime(doc): Create Changelog until v9.0.2175
vim-patch:59df9ad68 runtime(doc): Include Vim9 class features in version9.txt
vim-patch:74512e0ad runtime(doc): Add help tags to items in version9.txt
vim-patch:0ede5e361 runtime(doc): Update Version9.txt for release 9.1
vim-patch:6c1afa3d0 runtime(doc): add missing help tags
vim-patch:963fd7d6e runtime(doc): Fix typos in reltime() help.
vim-patch:7b7672d5c runtime(doc): Fix typos in version9.txt
vim-patch:9.1.0050: Win32 Keyboard handling is sub-optimal
vim-patch:1b7fbe726 runtime(doc): Update help for Wayland support
vim-patch:ec9c32637 runtime(doc): clarify expand() for :terminal windows
vim-patch:db7622ea8 runtime(doc): Fix typo in usr_41.txt
vim-patch:b1289f19e runtime(doc): Fix typo under *kitty-terminal* in term.txt
vim-patch:0e17f7e97 runtime(doc): clarify close behaviour for :term
vim-patch:7f0bba259 runtime(doc): Improve docs for empty(), len(), and string() on objects
vim-patch:9.1.0233: Vim9: string() output of enum is problematic
vim-patch:957402258 runtime(doc): Fill in a few details regarding :enums
vim-patch:9.1.0270: a few minor issues to fix
vim-patch:7b0c4b64e runtime(doc): typo in intro.txt
vim-patch:014b7759e runtime(doc): fix typos in starting.txt
vim-patch:a13290f82 runtime(doc): minor fixes to starting.txt
vim-patch:158673680 runtime(doc): minor spell fix in starting.txt
vim-patch:5400a5d42 runtime(comment): include a simple comment toggling plugin
vim-patch:ca4b81a7a runtime(doc): Add tags about lazyloading of menu
vim-patch:fb745756d runtime(doc): add MsgArea to 'highlight' option description
vim-patch:93e0d2e81 runtime(doc): update vi_diff.txt: add default value for 'flash'
vim-patch:e595e9c31 runtime(doc): clarify instal instructions for comment package
vim-patch:9.1.0417: if_py: find_module has been removed in Python 3.12.0a7
vim-patch:5cf5301e2 runtime(doc): clarify temporary file clean up
vim-patch:5f7571473 runtime(doc): clarify why E195 is returned
vim-patch:d801edfb1 runtime(doc): mention comment plugin at :h 'commentstring'
vim-patch:ce6fe84db runtime(man): update Vim manpage
vim-patch:5674c9a7d runtime(doc): add return type info for Vim function descriptions
vim-patch:c593b9ead runtime(doc): Added definitions of Vim scripts and plugins
vim-patch:c52a85607 runtime(doc): revert unintended formatting changes for termdebug
vim-patch:946f61c40 runtime(doc): clarify when text properties are cleared
vim-patch:84ac2126f runtime(doc): Fix typos in several documents
vim-patch:f0837ba0b runtime(doc): In builtin overview use {buf} as param for appendbufline/setbufline
vim-patch:950292152 runtime(doc): mention $XDG_CONFIG_HOME instead of $HOME/.config
vim-patch:49ddeefec runtime(doc): add reference to xterm-focus-event from FocusGained/Lost
vim-patch:b3c232215 runtime(doc): Correct shell command to get $VIMRUNTIME into shell
vim-patch:7298565c8 runtime(doc): autocmd_add() accepts a list not a dict
vim-patch:c5e24ee24 runtime(doc): add a note for netrw bug reports
vim-patch:6d6dffa61 runtime(doc): document global insert behavior
vim-patch:03d20aaac runtime(doc): 'cpoptions': Include "z" in the documented default
vim-patch:d24aaa998 runtime(doc): using wrong highlight for UTF-8
vim-patch:e7a4523b0 runtime(doc): fix typo "a xterm" -> "an xterm"
vim-patch:52e7cc26d runtime(doc): tweak documentation style a bit
vim-patch:90e1fe4b7 runtime(doc): fix a few style issues
vim-patch:ff1680722 runtime(doc): Remove mentioning of the voting feature
vim-patch:890f97ce5 runtime(doc): improve typedchar documentation for KeyInputPre autocmd
vim-patch:fd01eb21e runtime(doc): Update outdated man.vim plugin information
vim-patch:82f6134b1 runtime(doc): Update version9.txt and mention $MYVIMDIR
vim-patch:0b2285c96 runtime(doc): Fix typo in :help :hide text
vim-patch:fdd1819b5 runtime(doc): reword and reformat how to use defaults.vim
vim-patch:770b38df4 runtime(doc): fix typo in version9.txt nrformat -> nrformats
vim-patch:8ee0e0b8e runtime(doc): Fix to two-space convention in user manual
vim-patch:738ebfea4 runtime(doc): Fix style in documents
vim-patch:6e56484f0 runtime(doc): correct `vi` registers 1-9 documentation error
vim-patch:015c84ce5 runtime(doc): add missing usr_52 entry to toc
vim-patch:1961cafc9 runtime(doc): mention conversion rules for remote_expr()
vim-patch:5dcee3c72 runtime(doc): link help-writing from write-local-help
vim-patch:539349cb3 runtime(doc): improve the :colorscheme documentation
vim-patch:92b59c628 runtime(doc): Fix wrong Mac default options
vim-patch:d52fb2fab runtime(doc): Clean up minor formatting issues for builtin functions
vim-patch:b3ec5643c runtime(doc): include a TOC Vim9 plugin
vim-patch:6081c1789 runtime(doc): update help-toc description
vim-patch:ac2bb9dfe runtime(doc): add help specific modeline to pi_tutor.txt
vim-patch:39cd9061b runtime(doc): update default value for fillchars option
vim-patch:c9e864047 runtime(doc): Add pi_tutor.txt to help TOC
vim-patch:624bb8361 runtime(doc): Tweak documentation style a bit
vim-patch:18defabae runtime(doc): add a table of supported Operating Systems
vim-patch:dbf231a4b runtime(doc): mention option-backslash at :h CompilerSet
vim-patch:cb34507b5 runtime(doc): add helptag for :HelpToc command
vim-patch:a01148d2c runtime(doc): Expand docs on :! vs. :term
vim-patch:b534e8000 runtime(doc): Tweak documentation style a bit
vim-patch:73785accf runtime(doc): updated version9.txt with changes from v9.1.0905
vim-patch:9.1.0932: new Italian tutor not installed
vim-patch:9c3330de2 runtime(doc): fix some small errors
vim-patch:af0fed598 runtime(doc): Add a note about handling symbolic links in starting.txt
vim-patch:08be9ddc8 runtime(doc): move help tag E1182
vim-patch:ae01b9600 runtime(help): fix typo s/additional/arbitrary/
vim-patch:223d6c0a9 runtime(doc): update version9.txt for bash filetype
vim-patch:f6ba8defc runtime(doc): update for new keyprotocol option value (after v9.1.0969)
vim-patch:6de7191c3 runtime(doc): mention how NUL bytes are handled
vim-patch:34e271b32 runtime(doc): use standard SGR format at :h xterm-true-color
vim-patch:e80f345b5 runtime(doc): Tweak documentation about base64 function
vim-patch:27f2e473e runtime(doc): update index.txt
vim-patch:9598a6369 runtime(doc): add package-<name> helptags for included packages
vim-patch:6472e5836 runtime(doc): fix base64 encode/decode examples
vim-patch:71028a32d runtime(doc): rename last t_BG reference to t_RB
vim-patch:195fcc90d runtime(doc): Tweak documentation style a bit
vim-patch:9.1.1105: Vim9: no support for protected new() method
vim-patch:14e8208d8 runtime(doc): get rid of the titlestring hack for terminal-api
vim-patch:8d67cbfa1 runtime(doc): document vim syntax switches
vim-patch:7db96134c runtime(doc): Update doc 52.6
vim-patch:5f2a95955 runtime(doc): symlinking netrw.txt causes problems during install on Windows
vim-patch:9.1.1230: inconsistent CTRL-C behaviour for popup windows
vim-patch:932a535bf runtime(doc): update and correct str2blob() and blob2str() examples
vim-patch:92e109fc1 runtime(doc): Fix an omission in the documentation.
vim-patch:721be7fd0 runtime(doc): add back help tag "pi_netrw.txt"
vim-patch:1c2f47585 runtime(doc): Update the tuple help text
vim-patch:9.1.1274: Vim9: no support for object<type> as variable type
vim-patch:2afdb3a65 runtime(doc): Fix minor typo in options.txt
vim-patch:2525573de runtime(doc): rename wrong option to 'pummaxwidth'
vim-patch:0ed11ba22 runtime(doc): Tweak documentation style a bit
vim-patch:f39de6060 runtime(doc): style: clarify to prefer 2 spaces after a sentence
vim-patch:b753d80e5 runtime(doc): clarify return type for findfile()/finddir()
vim-patch:ba0062b0c runtime(helptoc): the helptoc package can be improved
vim-patch:9.1.1368: GTK3 and GTK4 will drop numeric cursor support.
vim-patch:ba19b6589 runtime(doc): fix typo in description of :redrawtabpanel
vim-patch:9.1.1418: configures GUI auto detection favors GTK2
vim-patch:d65cdadb7 runtime(doc): Fix typos and language in documentation for tabpanel.
vim-patch:6b2c1ad05 runtime(doc): clarify behaviour of set maxcombine=0
vim-patch:8f7256a5e runtime(doc): fix some style issues and remove obsolete docs
vim-patch:b657310bd runtime(doc): Fix modeline in wayland.txt
vim-patch:651edf33e runtime(doc): Tweak documentation style
vim-patch:57d6d0043 runtime(doc): Add documentation style
vim-patch:9.1.1529: Win32: the toolbar in the GUI is old and dated
vim-patch:bc84fd145 runtime(doc): handle newlines in base64 string encode example
vim-patch:d3170f59e runtime(doc): Tweak documentation about tab pages
vim-patch:9340aa1bf runtime(helptoc): add s keymap to split and jump to selected entry
vim-patch:fc3c204bb runtime(doc): Fix style and typos in builtin.txt and usr_41.txt
vim-patch:6b9cf3139 runtime(doc): update :call with a range and remove space
vim-patch:308a3130b runtime(doc): Update help for the items() function
vim-patch:39a67920f runtime(doc): Fix missing heading in remote.txt
vim-patch:dc725a04f runtime(doc): update termguicolors default description
vim-patch:e0196f3e2 runtime(doc): Tweak documentation style
vim-patch:6a2d0496a runtime(doc): add missing da1 value to TermResponseAll doc
vim-patch:5f8e31fec runtime(doc): remove documentation for t_Ms terminal code
vim-patch:b2e21cccc runtime(doc): Tweak documentation in vi_diff.txt
vim-patch:9.1.1743: Haiku: no full-screen support
vim-patch:5291fe89b runtime(doc): mention hl-PreInsert in version9.txt
vim-patch:f35a2af8e runtime(doc): improve 'complete' option description
vim-patch:450d59145 runtime(doc): tweak documentation style
vim-patch:235e77a3a runtime(doc): Tweak documentation style more in options and ft_hare
vim-patch:f9dad9e39 runtime(doc): Fix typos in eval.txt
vim-patch:f79e262ff runtime(doc): clarify how to call complete() funcs
vim-patch:a73963ed8 runtime(doc): fix typo, reorder, mention zip plugin at :h changed-9.2
vim-patch:a7680a1a6 runtime(doc): mention improved rendering with 'termguicolors'
vim-patch:07c68245d runtime(doc): MS-Windows: Improve documentation about VTP support
vim-patch:377339dff runtime(doc): make order of verbs match order of operators
vim-patch:4aa4a5690 runtime(doc): update getwininfo() documentation about popups
vim-patch:3b1901eb5 runtime(doc): Tweak documentation style
vim-patch:a67f2699b runtime(doc): update if_perl after v9.1.1822)
vim-patch:9.1.1826: Patch v9.1.1230 causes confusion about Ctrl-C behaviour
vim-patch:c58f91c03 runtime(doc): Whitespace updates
vim-patch:7bb56b49e runtime(doc): Fix option markup at :help 'pumborder'
vim-patch:9.1.1882: Vim9: Not able to use a lambda with :defer
vim-patch:07da26710 runtime(doc): Fix a few typos
vim-patch:7f60105cb runtime(doc): fix typo in "appendbufline()", builtin.txt
vim-patch:4bb44b287 runtime(doc): Change termdebug_config debug value to v:true in terminal.txt
vim-patch:911ecdcd0 runtime(doc): fix return value in 'exists' and 'exists_compiled()'
vim-patch:e9a983326 runtime(doc): Tweak documentation style in eval.txt and options.txt
vim-patch:a2b45646a runtime(doc): Update version9.txt for v9.1.1966
vim-patch:fdd21ca37 runtime(doc): fix wrong help tag reference in eval.txt
vim-patch:93d9d196e runtime(doc): use codepoint consistently
vim-patch:a820a4540 runtime(doc): Fix "Vim script" formatting at :help clipboard-providers
vim-patch:3913f13a7 runtime(doc): Improve :help builtin-function-list table formatting
vim-patch:08953f711 runtime(doc): Minor updates to version9.txt
vim-patch:745335c87 runtime(doc): fix return type in getqflist() and getloclist()
vim-patch:5268b9515 runtime(doc): clarify the help style a bit
vim-patch:7599a1899 runtime(doc): Mark the use of "\n" in the tabpanel as experimental
vim-patch:f39e7a89f runtime(doc): update win_findbuf() return value
vim-patch:db4ff9a40 runtime(doc): Add Swedish to help-translated list
vim-patch:f73bd2546 runtime(doc): clarify term_cols allowed range in terminal.txt
vim-patch:52507a733 runtime(doc): Mark 'scrollfocus' as non-functional
vim-patch:b8f58dd69 runtime(doc): Fix typos in version9.txt
vim-patch:ac1d379f3 runtime(doc): correct XDG runtimepath
vim-patch:48677d774 runtime(doc): Update version9.txt, update the description of getwininfo()
vim-patch:9ebb666b8 runtime(doc): Update runtimepath default locations
vim-patch:06a604dc8 runtime(doc): Mention xdg.vim in version9.txt
vim-patch:3c1594533 runtime(doc): update option type of 'termresize' option (after v9.2.0139)
vim-patch:751b59e53 runtime(doc): clarify :silent usage for system()/systemlist()
vim-patch:7a9548c40 runtime(doc): Update help tags references
vim-patch:3f53a2ce2 runtime(doc): Fix typo in cmdline.txt
vim-patch:9.2.0198: cscope: can escape from restricted mode
vim-patch:9.2.0205: xxd: Cannot NUL terminate the C include file style
vim-patch:9.2.0248: json_decode() is not strict enough
vim-patch:0646047b6 runtime(doc): clarify term_start() I/O behavior for Unix pty and MS-Windows ConPTY
vim-patch:9d9381fb2 runtime(doc): Tweak documentation style a bit
vim-patch:01e967021 runtime(doc): Update documentation on statusline click handler
vim-patch:9.2.0336: libvterm: no terminal reflow support
vim-patch:4b6f3f1d1 runtime(doc): Tweak documentation style in options.txt
vim-patch:32a30cb5a runtime(doc): Update docs about tabpanel
vim-patch:9.2.0404: redraw_listener_add() does not check secure flag
vim-patch:30b424073 runtime(doc): Update docs related to tabpanel
vim-patch:9.2.0412: channel: term_start() out_cb/err_cb no longer deliver raw chunks
vim-patch:e7e35b9e3 runtime(doc): clarify that viminfo file should be trusted
vim-patch:f793e9806 runtime(doc): clarify separator cell on status line rows
vim-patch:37d61dae7 runtime(doc): update doc for clipboard provider
vim-patch:07dc94023 runtime(doc): document new GTK4 GUI in version9.txt
vim-patch:d0af3bcee runtime(doc): fix help tags for removed/reused error codes
vim-patch:6574102fb runtime(doc): Tweak documentation style
vim-patch:9.2.0534: GTK UI does not support fullscreen mode
vim-patch:18c6b91ca runtime(doc): fix a typo in :write-plugin
vim-patch:66a42052e runtime(doc): document that +multi_byte is always enabled
vim-patch:4bc842b0b runtime(doc): Tweak some documentation style
vim-patch:9.2.0723: term_start() does not support "noclose"
vim-patch:26dfed583 runtime(doc): Add installer updates to version9.txt
vim-patch:5680e3b29 runtime(doc): clarify behaviour of 'title' and 'iconstring'
vim-patch:7b11d840c runtime(doc): Improve fuzzy file picker doc
vim-patch:648d16e4c runtime(doc): clarify 'icon' and 'title' interaction for screen 5
vim-patch:726ce3094 runtime(doc): improve suggested detection method for WSL
vim-patch:02c0a9040 runtime(doc): document &t_8u as &t_8f and &t_8b
vim-patch:ac78f14b9 runtime(doc): Tweak documentation style a bit
vim-patch:4a997e146 runtime(doc): GTK: document that "font" in a highlight group has no effect
vim-patch:b4ae16ca3 runtime(doc): clarify 'laststatus' effect
vim-patch:7203411bc runtime(doc): add a few more references to 'guiligatures'
vim-patch:9.2.0916: configure: honor `--disable-hardcopy-pango` with GTK UI
vim-patch:95e8f2e93 runtime(doc): v:windowid is x11 only
vim-patch:b4b3a62a4 runtime(doc): mark the GTK4 GUI as still experimental
vim-patch:a0f057dac runtime(doc): Tweak documentation style a bit
vim-patch:1d14eea96 runtime(doc): Add clipboard provider example for WSL
vim-patch:9.2.0973: Vim9: internal error when a class member is initialized with a closure
vim-patch:9.2.0974: tests: Test_clientserver_serverlist_list() is flaky
vim-patch:9.2.0975: Vim9: assignment to a member of an object member fails
vim-patch:9.2.0977: tests: test_terminal_visual_empty_listchars() is flaky
This commit is contained in:
committed by
GitHub
parent
40740f49f8
commit
bcf116cc2f
@@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS;
|
||||
|
||||
static const int vim_versions[] = { 801, 802, 900, 901, 902 };
|
||||
|
||||
static const int num_patches[] = { 2406, 3967, 1635, 1697, 649 };
|
||||
static const int num_patches[] = { 2406, 4019, 1639, 1701, 655 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -421,21 +421,13 @@ static const int *included_patchsets[] = {
|
||||
// 4682-4684
|
||||
4681, 4680, 4679, 4678, 4677, 4676, 4675, 4674,
|
||||
// 4673
|
||||
4672, 4671, 4670,
|
||||
// 4669
|
||||
4668, 4667, 4666, 4665, 4664,
|
||||
4672, 4671, 4670, 4669, 4668, 4667, 4666, 4665, 4664,
|
||||
// 4662-4663
|
||||
4661, 4660,
|
||||
// 4659
|
||||
4658,
|
||||
// 4656-4657
|
||||
4655, 4654,
|
||||
// 4653
|
||||
4652, 4651,
|
||||
// 4650
|
||||
4649,
|
||||
// 4648
|
||||
4647, 4646, 4645, 4644, 4643,
|
||||
4655, 4654, 4653, 4652, 4651, 4650, 4649, 4648, 4647, 4646, 4645, 4644, 4643,
|
||||
// 4642
|
||||
4641, 4640, 4639, 4638, 4637, 4636,
|
||||
// 4634-4635
|
||||
@@ -449,9 +441,7 @@ static const int *included_patchsets[] = {
|
||||
// 4610
|
||||
4609, 4608, 4607, 4606,
|
||||
// 4604-4605
|
||||
4603, 4602, 4601, 4600, 4599, 4598,
|
||||
// 4597
|
||||
4596, 4595, 4594, 4593, 4592, 4591, 4590,
|
||||
4603, 4602, 4601, 4600, 4599, 4598, 4597, 4596, 4595, 4594, 4593, 4592, 4591, 4590,
|
||||
// 4588-4589
|
||||
4587,
|
||||
// 4586
|
||||
@@ -781,9 +771,7 @@ static const int *included_patchsets[] = {
|
||||
// 3763-3764
|
||||
3762,
|
||||
// 3760-3761
|
||||
3759, 3758, 3757, 3756, 3755, 3754,
|
||||
// 3753
|
||||
3752, 3751,
|
||||
3759, 3758, 3757, 3756, 3755, 3754, 3753, 3752, 3751,
|
||||
// 3749-3750
|
||||
3748, 3747, 3746, 3745, 3744, 3743, 3742, 3741, 3740, 3739,
|
||||
// 3738
|
||||
@@ -937,8 +925,8 @@ static const int *included_patchsets[] = {
|
||||
// 3287-3288
|
||||
3286, 3285, 3284, 3283, 3282, 3281, 3280,
|
||||
// 3279
|
||||
3278, 3277,
|
||||
// 3273-3276
|
||||
3278, 3277, 3276,
|
||||
// 3273-3275
|
||||
3272,
|
||||
// 3271
|
||||
3270,
|
||||
@@ -1106,9 +1094,7 @@ static const int *included_patchsets[] = {
|
||||
// 2866-2867
|
||||
2865,
|
||||
// 2864
|
||||
2863, 2862, 2861,
|
||||
// 2860
|
||||
2859, 2858, 2857, 2856,
|
||||
2863, 2862, 2861, 2860, 2859, 2858, 2857, 2856,
|
||||
// 2855
|
||||
2854,
|
||||
// 2853
|
||||
@@ -1498,8 +1484,8 @@ static const int *included_patchsets[] = {
|
||||
// 1824-1826
|
||||
1823, 1822, 1821, 1820,
|
||||
// 1819
|
||||
1818, 1817, 1816, 1815,
|
||||
// 1813-1814
|
||||
1818, 1817, 1816, 1815, 1814,
|
||||
// 1813
|
||||
1812,
|
||||
// 1811
|
||||
1810,
|
||||
@@ -1559,17 +1545,9 @@ static const int *included_patchsets[] = {
|
||||
// 1636-1637
|
||||
1635, 1634, 1633, 1632, 1631, 1630, 1629,
|
||||
// 1627-1628
|
||||
1626, 1625, 1624, 1623, 1622, 1621,
|
||||
// 1619-1620
|
||||
1618,
|
||||
// 1614-1617
|
||||
1613, 1612,
|
||||
// 1610-1611
|
||||
1609, 1608, 1607,
|
||||
// 1606
|
||||
1605,
|
||||
// 1601-1604
|
||||
1600, 1599, 1598, 1597, 1596, 1595, 1594,
|
||||
1626, 1625, 1624, 1623, 1622, 1621, 1620, 1619, 1618, 1617, 1616, 1615, 1614, 1613, 1612, 1611,
|
||||
1610, 1609, 1608, 1607, 1606, 1605, 1604, 1603, 1602, 1601, 1600, 1599, 1598, 1597, 1596, 1595,
|
||||
1594,
|
||||
// 1593
|
||||
1592, 1591, 1590, 1589, 1588, 1587, 1586, 1585, 1584, 1583, 1582, 1581, 1580, 1579, 1578, 1577,
|
||||
1576, 1575, 1574, 1573, 1572, 1571, 1570,
|
||||
@@ -1792,20 +1770,14 @@ static const int *included_patchsets[] = {
|
||||
770, 769, 768, 767, 766, 765, 764, 763, 762, 761, 760, 759, 758, 757, 756, 755,
|
||||
754, 753, 752,
|
||||
// 751
|
||||
750, 749,
|
||||
// 747-748
|
||||
746, 745, 744, 743, 742, 741, 740, 739,
|
||||
750, 749, 748, 747, 746, 745, 744, 743, 742, 741, 740, 739,
|
||||
// 737-738
|
||||
736, 735, 734, 733, 732, 731,
|
||||
// 729-730
|
||||
728, 727, 726, 725, 724, 723, 722, 721, 720, 719,
|
||||
// 718
|
||||
717, 716, 715, 714, 713, 712, 711, 710, 709, 708, 707, 706, 705, 704, 703, 702,
|
||||
701, 700,
|
||||
728, 727, 726, 725, 724, 723, 722, 721, 720, 719, 718, 717, 716, 715, 714, 713,
|
||||
712, 711, 710, 709, 708, 707, 706, 705, 704, 703, 702, 701, 700,
|
||||
// 699
|
||||
698, 697, 696, 695,
|
||||
// 694
|
||||
693, 692, 691, 690, 689, 688, 687, 686, 685,
|
||||
698, 697, 696, 695, 694, 693, 692, 691, 690, 689, 688, 687, 686, 685,
|
||||
// 683-684
|
||||
682, 681, 680,
|
||||
// 679
|
||||
@@ -1815,52 +1787,31 @@ static const int *included_patchsets[] = {
|
||||
// 675
|
||||
674, 673, 672, 671, 670, 669, 668, 667, 666, 665, 664, 663,
|
||||
// 661-662
|
||||
660, 659, 658, 657,
|
||||
// 656
|
||||
655, 654,
|
||||
// 653
|
||||
652, 651,
|
||||
// 650
|
||||
649, 648, 647, 646, 645, 644, 643, 642,
|
||||
// 641
|
||||
640, 639, 638, 637, 636, 635, 634, 633, 632, 631, 630, 629, 628,
|
||||
660, 659, 658, 657, 656, 655, 654, 653, 652, 651, 650, 649, 648, 647, 646, 645,
|
||||
644, 643, 642, 641, 640, 639, 638, 637, 636, 635, 634, 633, 632, 631, 630, 629,
|
||||
628,
|
||||
// 626-627
|
||||
625,
|
||||
// 624
|
||||
623, 622, 621, 620, 619, 618, 617, 616, 615, 614,
|
||||
// 613
|
||||
612,
|
||||
// 611
|
||||
610, 609, 608, 607, 606, 605, 604, 603, 602,
|
||||
625, 624, 623, 622, 621, 620, 619, 618, 617, 616, 615, 614, 613, 612, 611, 610,
|
||||
609, 608, 607, 606, 605, 604, 603, 602,
|
||||
// 601
|
||||
600, 599, 598, 597,
|
||||
// 595-596
|
||||
594, 593, 592, 591, 590, 589,
|
||||
// 588
|
||||
587,
|
||||
600, 599, 598, 597, 596,
|
||||
// 595
|
||||
594, 593, 592, 591, 590, 589, 588, 587,
|
||||
// 585-586
|
||||
584, 583, 582, 581, 580, 579, 578, 577, 576, 575,
|
||||
// 574
|
||||
573, 572, 571,
|
||||
584, 583, 582, 581, 580, 579, 578, 577, 576, 575, 574, 573, 572, 571,
|
||||
// 570
|
||||
569, 568,
|
||||
// 567
|
||||
566, 565, 564,
|
||||
// 562-563
|
||||
561, 560, 559, 558,
|
||||
// 557
|
||||
556, 555, 554, 553, 552, 551, 550, 549, 548, 547, 546, 545, 544, 543, 542, 541,
|
||||
540, 539, 538,
|
||||
561, 560, 559, 558, 557, 556, 555, 554, 553, 552, 551, 550, 549, 548, 547, 546,
|
||||
545, 544, 543, 542, 541, 540, 539, 538,
|
||||
// 536-537
|
||||
535, 534, 533, 532, 531, 530, 529,
|
||||
// 528
|
||||
527, 526, 525, 524,
|
||||
535, 534, 533, 532, 531, 530, 529, 528, 527, 526, 525, 524,
|
||||
// 523
|
||||
522, 521, 520, 519, 518,
|
||||
// 516-517
|
||||
515,
|
||||
// 514
|
||||
513, 512, 511, 510, 509, 508, 507, 506, 505, 504, 503, 502, 501,
|
||||
// 517
|
||||
516, 515, 514, 513, 512, 511, 510, 509, 508, 507, 506, 505, 504, 503, 502, 501,
|
||||
// 500
|
||||
499, 498, 497, 496, 495, 494,
|
||||
// 493
|
||||
@@ -1879,17 +1830,12 @@ static const int *included_patchsets[] = {
|
||||
424, 423, 422,
|
||||
// 421
|
||||
420, 419, 418, 417, 416, 415, 414, 413, 412, 411, 410, 409, 408, 407, 406, 405,
|
||||
404, 403, 402, 401, 400,
|
||||
// 399
|
||||
398, 397, 396, 395, 394, 393, 392, 391, 390, 389, 388, 387,
|
||||
404, 403, 402, 401, 400, 399, 398, 397, 396, 395, 394, 393, 392, 391, 390, 389,
|
||||
388, 387,
|
||||
// 386
|
||||
385, 384, 383, 382, 381, 380, 379, 378, 377, 376, 375, 374, 373, 372, 371, 370,
|
||||
369, 368,
|
||||
// 367
|
||||
366, 365,
|
||||
// 364
|
||||
363, 362, 361, 360, 359, 358, 357, 356, 355, 354, 353, 352, 351, 350, 349, 348,
|
||||
347,
|
||||
369, 368, 367, 366, 365, 364, 363, 362, 361, 360, 359, 358, 357, 356, 355, 354,
|
||||
353, 352, 351, 350, 349, 348, 347,
|
||||
// 346
|
||||
345, 344, 343, 342,
|
||||
// 341
|
||||
@@ -1899,14 +1845,12 @@ static const int *included_patchsets[] = {
|
||||
// 334
|
||||
333, 332,
|
||||
// 331
|
||||
330, 329,
|
||||
// 328
|
||||
327, 326, 325,
|
||||
330, 329, 328, 327, 326, 325,
|
||||
// 324
|
||||
323,
|
||||
// 322
|
||||
321,
|
||||
// 319-320
|
||||
321, 320,
|
||||
// 319
|
||||
318, 317, 316, 315, 314, 313, 312, 311, 310, 309, 308, 307, 306, 305, 304, 303,
|
||||
302, 301, 300,
|
||||
// 298-299
|
||||
@@ -1927,30 +1871,19 @@ static const int *included_patchsets[] = {
|
||||
// 209
|
||||
208,
|
||||
// 207
|
||||
206, 205,
|
||||
// 204
|
||||
203,
|
||||
// 201-202
|
||||
206, 205, 204, 203, 202,
|
||||
// 201
|
||||
200,
|
||||
// 199
|
||||
198, 197,
|
||||
// 196
|
||||
195,
|
||||
// 194
|
||||
193, 192,
|
||||
// 191
|
||||
190, 189, 188, 187, 186,
|
||||
198, 197, 196, 195, 194, 193, 192, 191, 190, 189, 188, 187, 186,
|
||||
// 185
|
||||
184, 183,
|
||||
// 182
|
||||
181, 180, 179, 178, 177, 176, 175, 174,
|
||||
// 173
|
||||
172, 171, 170, 169, 168, 167, 166, 165, 164, 163, 162, 161,
|
||||
181, 180, 179, 178, 177, 176, 175, 174, 173, 172, 171, 170, 169, 168, 167, 166,
|
||||
165, 164, 163, 162, 161,
|
||||
// 159-160
|
||||
158, 157, 156, 155, 154, 153, 152, 151, 150,
|
||||
// 149
|
||||
148, 147, 146, 145, 144, 143, 142, 141, 140, 139, 138, 137, 136, 135, 134, 133,
|
||||
132, 131,
|
||||
158, 157, 156, 155, 154, 153, 152, 151, 150, 149, 148, 147, 146, 145, 144, 143,
|
||||
142, 141, 140, 139, 138, 137, 136, 135, 134, 133, 132, 131,
|
||||
// 130
|
||||
129, 128,
|
||||
// 127
|
||||
@@ -2054,9 +1987,7 @@ static const int *included_patchsets[] = {
|
||||
// 1957
|
||||
1956,
|
||||
// 1955
|
||||
1954,
|
||||
// 1953
|
||||
1952,
|
||||
1954, 1953, 1952,
|
||||
// 1951
|
||||
1950, 1949,
|
||||
// 1948
|
||||
@@ -2109,8 +2040,8 @@ static const int *included_patchsets[] = {
|
||||
1828,
|
||||
// 1827
|
||||
1826, 1825, 1824, 1823,
|
||||
// 1821-1822
|
||||
1820, 1819,
|
||||
// 1822
|
||||
1821, 1820, 1819,
|
||||
// 1818
|
||||
1817, 1816, 1815,
|
||||
// 1814
|
||||
@@ -2421,9 +2352,7 @@ static const int *included_patchsets[] = {
|
||||
// 894
|
||||
893, 892,
|
||||
// 890-891
|
||||
889, 888, 887, 886,
|
||||
// 885
|
||||
884, 883, 882,
|
||||
889, 888, 887, 886, 885, 884, 883, 882,
|
||||
// 880-881
|
||||
879, 878,
|
||||
// 877
|
||||
@@ -2623,7 +2552,9 @@ static const int *included_patchsets[] = {
|
||||
382,
|
||||
// 381
|
||||
380, 379, 378,
|
||||
// 373-377
|
||||
// 376-377
|
||||
375,
|
||||
// 373-374
|
||||
372,
|
||||
// 371
|
||||
370, 369, 368, 367,
|
||||
@@ -2794,9 +2725,8 @@ static const int *included_patchsets[] = {
|
||||
// 2049
|
||||
2048, 2047, 2046,
|
||||
// 2044-2045
|
||||
2043, 2042, 2041, 2040, 2039, 2038, 2037, 2036, 2035, 2034,
|
||||
// 2033
|
||||
2032, 2031, 2030, 2029, 2028, 2027, 2026, 2025, 2024, 2023,
|
||||
2043, 2042, 2041, 2040, 2039, 2038, 2037, 2036, 2035, 2034, 2033, 2032, 2031, 2030, 2029, 2028,
|
||||
2027, 2026, 2025, 2024, 2023,
|
||||
// 2022
|
||||
2021, 2020, 2019, 2018, 2017, 2016,
|
||||
// 2012-2015
|
||||
@@ -3262,9 +3192,7 @@ static const int *included_patchsets[] = {
|
||||
// 589-590
|
||||
588,
|
||||
// 587
|
||||
586, 585,
|
||||
// 584
|
||||
583, 582, 581, 580, 579,
|
||||
586, 585, 584, 583, 582, 581, 580, 579,
|
||||
// 578
|
||||
577,
|
||||
// 576
|
||||
@@ -3339,9 +3267,7 @@ static const int *included_patchsets[] = {
|
||||
// 358
|
||||
357, 356, 355, 354, 353,
|
||||
// 352
|
||||
351, 350,
|
||||
// 349
|
||||
348, 347, 346, 345, 344, 343, 342, 341, 340, 339,
|
||||
351, 350, 349, 348, 347, 346, 345, 344, 343, 342, 341, 340, 339,
|
||||
// 338
|
||||
337, 336, 335, 334, 333, 332, 331,
|
||||
// 330
|
||||
@@ -3375,8 +3301,8 @@ static const int *included_patchsets[] = {
|
||||
// 219
|
||||
218, 217, 216, 215, 214, 213, 212, 211, 210, 209, 208, 207,
|
||||
// 206
|
||||
205, 204, 203,
|
||||
// 200-202
|
||||
205, 204, 203, 202,
|
||||
// 200-201
|
||||
199, 198, 197, 196, 195, 194,
|
||||
// 193
|
||||
192, 191, 190, 189, 188, 187, 186,
|
||||
@@ -3437,8 +3363,12 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
967,
|
||||
// 964-966
|
||||
982,
|
||||
// 970-981
|
||||
969,
|
||||
// 968
|
||||
967, 966, 965,
|
||||
// 964
|
||||
963,
|
||||
// 961-962
|
||||
960,
|
||||
@@ -3563,9 +3493,7 @@ static const int *included_patchsets[] = {
|
||||
663, 662,
|
||||
// 661
|
||||
660, 659, 658, 657, 656, 655, 654, 653, 652, 651, 650, 649, 648, 647, 646, 645,
|
||||
644,
|
||||
// 643
|
||||
642, 641, 640, 639,
|
||||
644, 643, 642, 641, 640, 639,
|
||||
// 638
|
||||
637,
|
||||
// 636
|
||||
@@ -3818,9 +3746,7 @@ static const int *included_patchsets[] = {
|
||||
// 39
|
||||
38, 37, 36,
|
||||
// 34-35
|
||||
33, 32, 31, 30, 29, 28, 27,
|
||||
// 26
|
||||
25, 24, 23, 22, 21, 20, 19, 18,
|
||||
33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18,
|
||||
// 14-17
|
||||
13, 12, 11, 10, 9, 8, 7,
|
||||
// 5-6
|
||||
|
||||
Reference in New Issue
Block a user