comparison etc/NEWS @ 28556:5b1d0cd10db8

mapc
author Dave Love <fx@gnu.org>
date Wed, 12 Apr 2000 17:20:46 +0000
parents 05658544eaff
children 79911b5afa95
comparison
equal deleted inserted replaced
28555:976bc44944da 28556:5b1d0cd10db8
1099 1099
1100 Note that +++ before an item means the Lisp manual has been updated. 1100 Note that +++ before an item means the Lisp manual has been updated.
1101 --- means that I have decided it does not need to be in the Lisp manual. 1101 --- means that I have decided it does not need to be in the Lisp manual.
1102 When you add a new item, please add it without either +++ or --- 1102 When you add a new item, please add it without either +++ or ---
1103 so I will know I still need to look at it -- rms. 1103 so I will know I still need to look at it -- rms.
1104
1105 ** The new function `mapc' is like `mapcar' but doesn't collect the
1106 argument function's results.
1104 1107
1105 ** The functions base64-decode-region and base64-decode-string now 1108 ** The functions base64-decode-region and base64-decode-string now
1106 signal an error instead of returning nil if decoding fails. 1109 signal an error instead of returning nil if decoding fails.
1107 1110
1108 ** The function sendmail-user-agent-compose now recognizes a `body' 1111 ** The function sendmail-user-agent-compose now recognizes a `body'