diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1979,6 +1979,9 @@ Previously it produced a nonsense value, -1, that was never intended. | |||
| 1979 | * Lisp Changes in Emacs 29.1 | 1979 | * Lisp Changes in Emacs 29.1 |
| 1980 | 1980 | ||
| 1981 | +++ | 1981 | +++ |
| 1982 | ** 'read-regexp' now allows the user to indicate whether to use case folding. | ||
| 1983 | |||
| 1984 | +++ | ||
| 1982 | ** 'completing-read' now allows a function as its REQUIRE-MATCH argument. | 1985 | ** 'completing-read' now allows a function as its REQUIRE-MATCH argument. |
| 1983 | This function is called to see whether what the user has typed in is a | 1986 | This function is called to see whether what the user has typed in is a |
| 1984 | match. This is also available from functions that call | 1987 | match. This is also available from functions that call |