index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
minibuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-10
/
+10
*
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-27
/
+27
*
unbind_to performance tuning
Paul Eggert
2018-06-29
1
-21
/
+20
*
Fix off-by-one history pruning (bug#31211)
Basil L. Contovounesios
2018-05-02
1
-38
/
+2
*
Don’t set print-escape-newlines in the minibuffer
Paul Eggert
2018-04-25
1
-7
/
+0
*
* src/minibuf.c (read_minibuf): Add a FIXME comment.
Paul Eggert
2018-04-24
1
-0
/
+4
*
Add a history variable for `read-variable'
Charles A. Roelli
2018-04-02
1
-1
/
+5
*
Merge from origin/emacs-26
Paul Eggert
2018-03-20
1
-23
/
+23
|
\
|
*
; Rewrap doc string
Paul Eggert
2018-03-20
1
-22
/
+22
|
*
Correct Info link markup
Robert Pluim
2018-03-20
1
-2
/
+2
*
|
Remove unused duplicate of minibuffer-completion-contents
Glenn Morris
2018-02-08
1
-14
/
+0
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fix doc string of 'enable-recursive-minibuffers'
David Pathakjee
2017-12-28
1
-1
/
+1
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-6
/
+6
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Preserve this-command-keys across recursive-edit invocations
Eli Zaretskii
2017-07-28
1
-0
/
+7
*
Provide additional support for child frames
Martin Rudalics
2017-06-25
1
-0
/
+26
*
Use unlocked stdio more systematically
Paul Eggert
2017-06-22
1
-4
/
+4
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Give test-completion's PREDICATE the hashtable key
Noam Postavsky
2016-12-06
1
-16
/
+17
*
|
Give test-completion's PREDICATE full alist entry
Noam Postavsky
2016-12-06
1
-5
/
+3
*
|
Fix test-completion with completion-regexp-list
Noam Postavsky
2016-06-26
1
-0
/
+2
*
|
Merge from origin/emacs-25
Paul Eggert
2016-06-26
1
-2
/
+2
|
\
|
|
*
Fix documentation of 'assoc-string' and 'compare-strings'
Eli Zaretskii
2016-06-23
1
-2
/
+2
|
*
Doc string change to enable-recursive-minibuffers
Lars Ingebrigtsen
2016-05-01
1
-1
/
+3
*
|
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-06-08
1
-1
/
+1
*
|
* src/minibuf.c (read_minibuf): Use CONSP instead of Fconsp.
Martin Rudalics
2016-05-02
1
-1
/
+1
*
|
Allow minibuffer prompts to use faces
Lars Ingebrigtsen
2016-05-01
1
-2
/
+25
*
|
Doc string change to enable-recursive-minibuffers
Lars Ingebrigtsen
2016-04-29
1
-1
/
+3
*
|
Prefer AUTO_STRING_WITH_LEN to make_formatted_string
Paul Eggert
2016-04-04
1
-10
/
+8
*
|
Port redirect-debugging-output to non-GNU/Linux
Paul Eggert
2016-04-04
1
-6
/
+6
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-3
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Prefer xpalloc to doubling buffers by hand
Paul Eggert
2015-11-07
1
-6
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-5
/
+0
*
Improve documentation of COLLECTION in completion functions
Eli Zaretskii
2015-10-16
1
-2
/
+5
*
Refer to `(elisp)Basic Completion' in completing-read docstring
Dmitry Gutov
2015-10-15
1
-1
/
+1
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-2
/
+2
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-21
/
+1
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-5
/
+0
*
Add `predicate' arg to `read-buffer' and use it for erc-iswitchb
Stefan Monnier
2015-03-16
1
-5
/
+13
*
Support daemon mode on MS-Windows (bug#19688)
Mark Laws
2015-02-27
1
-1
/
+1
*
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-02-21
1
-4
/
+2
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-16
/
+7
*
Fix minor bugs with printing null bytes
Paul Eggert
2015-01-19
1
-1
/
+1
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-30
/
+6
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* src/: Various fixes to use bool type and constants.
Stefan Monnier
2014-12-15
1
-2
/
+2
[next]