index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
doc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-1
/
+1
*
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-13
/
+13
*
Tune SAFE_FREE
Paul Eggert
2018-06-28
1
-6
/
+3
*
Stop keeping multiple doc copies for items defined multiple times
Glenn Morris
2018-02-13
1
-26
/
+16
*
Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)
Noam Postavsky
2018-02-08
1
-2
/
+2
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-1
/
+1
*
Tweak Fdocumentation's error for an undefined function
Glenn Morris
2017-10-20
1
-0
/
+2
*
Make the value nil in text-quoting-style mean what it does in Emacs 25.
Alan Mackenzie
2017-10-01
1
-20
/
+16
*
Make text-quoting-style customizable. Introduce t and new meaning for nil.
Alan Mackenzie
2017-10-01
1
-16
/
+20
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
*
Reimplement module functions
Philipp Stephani
2017-05-20
1
-0
/
+2
*
Add PVSIZE function to return the size of a pseudovector.
Lars Brinkhoff
2017-04-10
1
-2
/
+2
*
Revamp quitting and fix infloops
Paul Eggert
2017-02-01
1
-5
/
+4
*
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
|
*
* src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.
Eli Zaretskii
2016-08-16
1
-1
/
+1
|
*
Avoid segfaults due to quoting in 'substitute-command-keys'
Eli Zaretskii
2016-08-16
1
-4
/
+16
*
|
Fix unlikely substitute-command-keys memory leak
Paul Eggert
2016-12-08
1
-4
/
+13
*
|
Minor doc quoting fixes
Paul Eggert
2016-08-30
1
-1
/
+1
*
|
* src/doc.c (Fsubstitute_command_keys): Clarify GC comments.
Paul Eggert
2016-08-17
1
-2
/
+4
*
|
Omit substitute-command-keys code no longer needed
Paul Eggert
2016-08-16
1
-3
/
+7
*
|
Minor text-quoting-style fixes
Paul Eggert
2016-08-13
1
-4
/
+4
*
|
Fix substitute-command-keys unibyte, alloc bugs
Paul Eggert
2016-08-13
1
-92
/
+77
*
|
Port to platforms where char * has top bit set
Paul Eggert
2016-06-14
1
-15
/
+3
*
|
Remove recursion from store_function_docstring
Paul Eggert
2016-06-14
1
-10
/
+10
*
|
'text-quoting-style' now affects only ` and '
Paul Eggert
2016-05-10
1
-30
/
+11
*
|
Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.
Alan Mackenzie
2016-05-04
1
-2
/
+10
*
|
Merge from origin/emacs-25
Paul Eggert
2016-04-18
1
-3
/
+22
|
\
|
|
*
substitute-command-keys keeps quotes’ text props
Paul Eggert
2016-04-14
1
-3
/
+22
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-3
/
+6
|
\
|
|
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-3
/
+3
|
*
doc string file descriptor exhaustion fix
Paul Eggert
2016-03-04
1
-3
/
+3
|
*
Fix Bug#22814
Michael Albinus
2016-03-04
1
-0
/
+3
*
|
--enable-gcc-warnings now uses -Wjump-misses-init
Paul Eggert
2016-02-26
1
-6
/
+6
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Improve text-quoting-style doc
Paul Eggert
2015-11-23
1
-1
/
+2
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-1
/
+1
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-7
/
+7
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-9
/
+1
*
format-message now curves ` and '
Paul Eggert
2015-08-25
1
-91
/
+24
*
Treat ' like ’ even when not matching `
Paul Eggert
2015-08-24
1
-17
/
+8
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-0
/
+62
*
Revert "Prefer ‘format’ to ‘substitute-command-keys’"
Andreas Schwab
2015-08-23
1
-4
/
+5
*
Curved quotes in --batch diagnostics in non-UTF-8
Paul Eggert
2015-08-17
1
-11
/
+22
*
Prefer ‘format’ to ‘substitute-command-keys’
Paul Eggert
2015-08-14
1
-7
/
+4
*
Extend ‘format’ to translate curved quotes
Paul Eggert
2015-08-14
1
-26
/
+26
*
Give names to Unicode code points in C code
Paul Eggert
2015-08-11
1
-1
/
+0
*
Fix some minor quoting issues with grave accent
Paul Eggert
2015-08-09
1
-2
/
+7
[next]