NEWS 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. ========== Version 1.10 <2024-12-05> ==========
  2. New:
  3. - better syntax highlighting (WIP)
  4. - #97, M-. dynamic-expand
  5. Enhancements:
  6. - #92, made the buffer switching more sane
  7. - #98, copy default value in msgline (M-y in msgline)
  8. - slightly more efficient rendering
  9. - #94 (kinda), you can search for `\t` now
  10. Bugs:
  11. - #98, fixed bug with eol and bol
  12. - #99, multiline comments not encapsulating entire region
  13. - comment multi-line point annoyance
  14. - #101, fixed concatenating delete-words on NetBSD
  15. - many minor bugs
  16. ========== Version 1.9 <2024-10-26> ==========
  17. New Features:
  18. - #83, undoing/yanking from consecutive fwd-word-delete and
  19. back-word-delete. See man page for explanation.
  20. - #88, use previous value as default for gotoline, gotocolumn,
  21. zap-/jump-to-char, and delete-between
  22. - #91, added kill-ring
  23. - New switch buffer command option
  24. - this allows you to specific a custom command to run when
  25. switching buffers. For example, if you want to be able to
  26. perform fuzzy searching to select your buffer you can put
  27. fzf(1) or pick(1) as the command. More information in the
  28. page in the commands section on switch buffer command flag.
  29. - "C-x p" for previous-buffer, similar to next-buffer.
  30. - this removes the legacy "C-x l" command for last-buffer
  31. - Comment out multilines with a single line string
  32. Enhancements:
  33. - #89, fixed "bug" with keyboard macros.
  34. - you can know use gotoline/column, zap-/jump-to-char,
  35. delete-between, jumptorow, jumptoword, isearch with kbd
  36. macros
  37. - #8, tab completion on shell-/open-command
  38. - improved tab completion across the board:
  39. - buffer tabbing now loops back to the start
  40. - file tabbing now puts in the / for the directory
  41. - use enter or type another char to enable tab completion inside
  42. the directory
  43. - update line number when isearching
  44. - update other windows' modelines if buffer name was updated
  45. Bugs:
  46. - #87, crash when terminal is resized and ait is suspended
  47. - #65, fixed first line disappears again...
  48. - #90, fixed universal argument not clearing
  49. - more undo fixes
  50. - reframe when using query-relace ! takes you off page
  51. - fixed bugs with open-command messing up with colons
  52. - fixed bug with isearch that caused duplciate query chars to not
  53. get highlighted
  54. - fixed long time bug where if the newlines between matching
  55. brackets is greater than the difference between the previous
  56. point's row and the total window row
  57. ========== Version 1.8 <2024-01-02> ==========
  58. New Features:
  59. - #74, last char of a wrapped line is highlighted yellow
  60. - added poptomark after using jumptochar, negated jumptochar,
  61. jumptorow, and jumpword
  62. - before the point is moved it sets the buffer's pmark
  63. - most commands that jump you to new points now set the pmark
  64. - made previous mark (pmark) an array so you can jump to previous
  65. marks
  66. - replaced removewhitespacebetween with remove-between
  67. - Works like removewhitespace when you're on whitespace or on the
  68. edge of a word.
  69. - will delete the word that you're on if you're in the middle of it
  70. - C-u M-\ will ask for a bracket, this will delete the contents
  71. inside the bracket. It will jump to it first. Don't use this on
  72. single, double, or backquote unless you're inside them.
  73. - added a gotocolumn command
  74. - added comment command
  75. - added comment at end of line command
  76. - `-b backup_dir` option to set the backup dir.
  77. - this removes the original BACKUPDIR variable in the header.h
  78. Enhancements:
  79. - #77, #80 Fully support combined unicode/UTF-8 characters.
  80. - #76, will now display the path until there is a difference
  81. if two buffers have the same name. This will poop up and
  82. give up at 20 paths which I hope never happens to anyone.
  83. - Better syntax highlighting
  84. - can use more than 2 chars for comment indicators (such as <!--)
  85. - check LANG environment variable to determine if to show the unicode
  86. for the tab character
  87. Bugs:
  88. - #79, fixed bug with transpose-word messing up the line number
  89. - fixed poptomark sending you to point 0 if there are no marks
  90. - fixed numeric argument getting lost when the unicode buffer isn't
  91. empty
  92. - #82, fixed issues with horizontal split
  93. - fixed bug with insert-file causing revert-buffer to run
  94. - fixed bug where tabbing on a line wrap crashes the editor
  95. - fixed another bug with horizontal split not reframing when needed
  96. - fixed long-time bug where you can't open backup files using find-file
  97. - fixed % not showing in the msgline when searching or doing anything
  98. - fixed cutoff bug in minibuffer
  99. - fixed undo for buffer revert and C-o
  100. - fixed crash when msgline is longer than there are columns
  101. ========== Version 1.7 <2024-02-29> ==========
  102. New Features:
  103. - #68 Allow the inputting of control characters (C-q)
  104. - Added `esc j jumpline` command
  105. - quickly jump to a line on the current page (similar to avy)
  106. - Added `esc k jumpword` command
  107. - quickly jump to a "word" starting with the input char
  108. - #72 Added support to change the tabbing size and space-based tab
  109. size
  110. Enhancements:
  111. - #75 Fixed not being able to tab-complete files with spaces in the
  112. names.
  113. - this also allows you open files with spaces in the names now
  114. - Use PREFIX in makefile
  115. - Prevent render of things that don't need rendered
  116. - This helps on slower terminal emulators or slow SSH connections
  117. - new window max column property
  118. - only updates the information in the modeline, not the entire
  119. thing
  120. - Use a tempfile for creating backup file
  121. - this makes ait a little more portable by allowing the creation
  122. of backup files on systems that limit ait in open a single file
  123. at a time. This was happening on my very old Raspberry Pi.
  124. - When jumping from quotes, if there is an escaped quote inside it
  125. will now jump over it.
  126. Bugs:
  127. - #69 Fix clipboard pasting bug
  128. - #51 Fix inefficiency with the block comment syntax detector
  129. - this is actually still inefficient but the new rendering stuff
  130. prevents it from being visible
  131. - "not bound" error when performing keyboard macro
  132. - C-m and other crashes on blank buffers
  133. - Added note about backups not saving due to '~'
  134. - #63 duplicate modelines on NetBSD
  135. - fixed by comparing the leftover lines/columns and adjusting the
  136. buffers so
  137. - Fixed pasting not reframing sometimes
  138. - Fixed persistent column breaking when on non-left aligned windows
  139. - Fixed pasting reframing too early (causing the screen to jump
  140. - Fixed being able to use numeric arguments on some keybinds
  141. - C-z, C-s, and many others
  142. - Fixed backup files not working on armv6 RPI
  143. ========== Version 1.6 <2023-12-15> ==========
  144. Features:
  145. - #59 Action-based undo/redo
  146. - 8addff324d (l)ast command for query-replace
  147. Enhancements:
  148. - #67 opening two or more files with line number args messes things up
  149. - #66 jump to char doesn't update persistent column if it goes off line
  150. - #65 Sometimes characters on the first row disappear
  151. - #64 Point jumps to end of line if line is almost as long as there are cols and there is a tab char
  152. - #62 numeric argument doesn't work with insert
  153. - #61 can't open files with colons in them with open-command
  154. - #58 Reframing Issues
  155. - #57 Carrier Returns break everything
  156. - #53 paste/yank in msgline
  157. Bugs:
  158. - #59 fixed undo/redo issues
  159. - #54 removed mouse support
  160. - c1206d7fcf and 8fb34dad08 increased filename and buffer name size limits
  161. - many bug fixes related to line and row numbering (5ea8e6fd73, e7af131c06, etc.)
  162. - fixed many other smaller bugs
  163. * Version <1.6
  164. No news for this, so sad.