aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2005-05-20 14:30:34 +0000
committerJuanma Barranquero2005-05-20 14:30:34 +0000
commit47bc4b3fe18e5cdbcd268699ad0cc5183cd33373 (patch)
treed7d2b0fd746cb3647f049ec49dc782b3e0f6877b /lisp/ChangeLog
parentc651771a6607c4c1059688c026ac021dd19bf911 (diff)
downloademacs-47bc4b3fe18e5cdbcd268699ad0cc5183cd33373.tar.gz
emacs-47bc4b3fe18e5cdbcd268699ad0cc5183cd33373.zip
(reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, delete-if,
delete-if-not, remove-duplicates, delete-duplicates, substitute, substitute-if, substitute-if-not, nsubstitute, nsubstitute-if, nsubstitute-if-not, find, find-if, find-if-not, position, position-if, position-if-not, count, count-if, count-if-not, mismatch, search, sort*, stable-sort, merge, member*, member-if, member-if-not, assoc*, assoc-if, assoc-if-not, rassoc*, rassoc-if, rassoc-if-not, union, nunion, intersection, nintersection, set-difference, nset-difference, set-exclusive-or, nset-exclusive-or, subsetp, subst-if, subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis, nsublis, tree-equal): Improve argument/docstring consistency.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog86
1 files changed, 44 insertions, 42 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f26ba678b73..f35eec9e1f0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,20 +1,3 @@
12005-05-20 Lute Kamstra <lute@gnu.org>
2
3 * diff-mode.el (diff-header-face, diff-file-header-face)
4 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5 (diff-added-face, diff-changed-face, diff-function-face)
6 (diff-context-face, diff-nonexistent-face): Put them in the
7 diff-mode customization group.
8
92005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12
13 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14
15 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16 Minor regexp-optimization.
17
182005-05-20 Carsten Dominik <dominik@science.uva.nl> 12005-05-20 Carsten Dominik <dominik@science.uva.nl>
19 2
20 * textmodes/org.el (org-agenda-toggle-time-grid): New command. 3 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
@@ -22,7 +5,7 @@
22 (org-agenda-add-time-grid-maybe): New function. 5 (org-agenda-add-time-grid-maybe): New function.
23 (org-agenda): Call `org-agenda-add-time-grid-maybe'. 6 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24 (org-table-create): `dotimes' instead of `mapcar'. 7 (org-table-create): `dotimes' instead of `mapcar'.
25 (org-xor): Simplify implementation. 8 (org-xor): Simplified implementation.
26 (org-agenda): `inhibit-redisplay' turned on. 9 (org-agenda): `inhibit-redisplay' turned on.
27 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get 10 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
28 a consistent line after a state change. 11 a consistent line after a state change.
@@ -36,7 +19,22 @@
36 19
372005-05-20 Juanma Barranquero <lekktu@gmail.com> 202005-05-20 Juanma Barranquero <lekktu@gmail.com>
38 21
39 * subr.el (send-string, send-region): Remove obsolescence declaration. 22 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
23 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24 (remove-duplicates, delete-duplicates, substitute)
25 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26 (nsubstitute-if-not, find, find-if, find-if-not, position)
27 (position-if, position-if-not, count, count-if, count-if-not)
28 (mismatch, search, sort*, stable-sort, merge, member*)
29 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31 (intersection, nintersection, set-difference, nset-difference)
32 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
33 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
34 (nsublis, tree-equal): Improve argument/docstring consistency.
35
36 * subr.el (send-string, send-region):
37 Remove obsolescence declaration.
40 (window-dot, set-window-dot, read-input, show-buffer) 38 (window-dot, set-window-dot, read-input, show-buffer)
41 (eval-current-buffer, string-to-int): 39 (eval-current-buffer, string-to-int):
42 Add release number to obsolescence declarations. 40 Add release number to obsolescence declarations.
@@ -173,8 +171,8 @@
173 171
1742005-05-18 Jay Belanger <belanger@truman.edu> 1722005-05-18 Jay Belanger <belanger@truman.edu>
175 173
176 * calc/calc-help.el (calc-s-prefix-help): 174 * calc/calc-help.el (calc-s-prefix-help): Add
177 Add `calc-copy-special-constant' to help string. 175 `calc-copy-special-constant' to help string.
178 176
1792005-05-18 Luc Teirlinck <teirllm@auburn.edu> 1772005-05-18 Luc Teirlinck <teirllm@auburn.edu>
180 178
@@ -187,8 +185,8 @@
187 185
1882005-05-18 Carsten Dominik <dominik@science.uva.nl> 1862005-05-18 Carsten Dominik <dominik@science.uva.nl>
189 187
190 * textmodes/reftex-vars.el (reftex-cite-format-builtin): 188 * textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
191 Support for jurabib. 189 for jurabib.
192 190
193 * textmodes/reftex.el (featurep): Define aliases for overlay 191 * textmodes/reftex.el (featurep): Define aliases for overlay
194 commands, for XEmacs compatibility, and use these aliases in 192 commands, for XEmacs compatibility, and use these aliases in
@@ -199,8 +197,8 @@
199 (reftex-access-search-path): Use `reftex-uniquify' instead of 197 (reftex-access-search-path): Use `reftex-uniquify' instead of
200 `reftex-uniq' 198 `reftex-uniq'
201 199
202 * textmodes/reftex-sel.el (reftex-select-unmark): 200 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
203 Overlay `before-string' property modification enables for Emacs as well. 201 `before-string' property modification enables for Emacs as well.
204 (reftex-select-item): Use `reftex-delete-overlay'. 202 (reftex-select-item): Use `reftex-delete-overlay'.
205 (reftex-select-mark): Use `reftex-make-overlay' and 203 (reftex-select-mark): Use `reftex-make-overlay' and
206 `reftex-overlay-put'. 204 `reftex-overlay-put'.
@@ -235,7 +233,8 @@
235 233
236 * progmodes/prolog.el (inferior-prolog-mode): Doc fix. 234 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
237 (prolog-consult-region): Replace `send-string' by 235 (prolog-consult-region): Replace `send-string' by
238 `process-send-string'; replace `send-region' by `process-send-region'. 236 `process-send-string'; replace `send-region' by
237 `process-send-region'.
239 238
240 * progmodes/delphi.el (delphi-log-msg): 239 * progmodes/delphi.el (delphi-log-msg):
241 Replace `set-window-dot' by `set-window-point'. 240 Replace `set-window-dot' by `set-window-point'.
@@ -266,8 +265,8 @@
266 loop. It should also be more efficient, because first it only 265 loop. It should also be more efficient, because first it only
267 searches for `:', instead of applying the very complex regexp. 266 searches for `:', instead of applying the very complex regexp.
268 (makefile-mode): Cancel `font-lock-support-mode', because blocks 267 (makefile-mode): Cancel `font-lock-support-mode', because blocks
269 to be fontified in one piece can be too long for JIT. 268 to be fontified in one piece can be too long for JIT. Makefiles
270 Makefiles are never *that* big. 269 are never *that* big.
271 270
2722005-05-17 Reiner Steib <Reiner.Steib@gmx.de> 2712005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
273 272
@@ -293,8 +292,8 @@
293 292
2942005-05-16 Daniel Pfeiffer <occitan@esperanto.org> 2932005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
295 294
296 * font-lock.el (lisp-font-lock-keywords-1): 295 * font-lock.el (lisp-font-lock-keywords-1): Set
297 Set `font-lock-negation-char-face' for [^...] char group. 296 `font-lock-negation-char-face' for [^...] char group.
298 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\). 297 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
299 298
300 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into 299 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
@@ -308,10 +307,11 @@
308 might be the same one to be skipped by the initial [^$], leading 307 might be the same one to be skipped by the initial [^$], leading
309 to an overlooked variable use. 308 to an overlooked variable use.
310 (makefile-make-font-lock-keywords): Remove two parameters, which 309 (makefile-make-font-lock-keywords): Remove two parameters, which
311 are now variables that some of the modes set locally. 310 are now variables that some of the modes set locally. Handle
312 Handle dependency and rule action matching through functions, because 311 dependency and rule action matching through functions, because
313 regexps alone match too often. Dependency matching now comes 312 regexps alone match too often. Dependency matching now comes
314 last, so it can check, whether a colon already matched something else. 313 last, so it can check, whether a colon already matched something
314 else.
315 (makefile-mode): Inform that font-lock improves makefile parsing 315 (makefile-mode): Inform that font-lock improves makefile parsing
316 capabilities. 316 capabilities.
317 (makefile-match-dependency, makefile-match-action): New functions. 317 (makefile-match-dependency, makefile-match-action): New functions.
@@ -396,8 +396,8 @@
396 (reftex-bib-sort-year-reverse, reftex-format-citation): 396 (reftex-bib-sort-year-reverse, reftex-format-citation):
397 * textmodes/reftex-parse.el (reftex-init-section-numbers) 397 * textmodes/reftex-parse.el (reftex-init-section-numbers)
398 (reftex-section-number): 398 (reftex-section-number):
399 * textmodes/texinfmt.el (texinfo-paragraphindent): 399 * textmodes/texinfmt.el (texinfo-paragraphindent): Replace
400 Replace `string-to-int' by `string-to-number'. 400 `string-to-int' by `string-to-number'.
401 401
402 * international/latexenc.el: Add page marker to force the "Local 402 * international/latexenc.el: Add page marker to force the "Local
403 Variables:" string out of the last page. 403 Variables:" string out of the last page.
@@ -505,22 +505,23 @@
505 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local 505 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
506 variable `tramp-chunksize'. Change callees. 506 variable `tramp-chunksize'. Change callees.
507 (tramp-open-connection-setup-interactive-shell): Check remote host 507 (tramp-open-connection-setup-interactive-shell): Check remote host
508 for buggy `send-process-string' implementation. 508 for buggy `send-process-string' implementation. Set
509 Set `tramp-chunksize' if found. Reported by Michael Kifer 509 `tramp-chunksize' if found. Reported by Michael Kifer
510 <kifer@cs.sunysb.edu> (and a lot of other people all the years). 510 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
511 (tramp-handle-shell-command): `insert-buffer' cannot be used 511 (tramp-handle-shell-command): `insert-buffer' cannot be used
512 because the contents of the Tramp buffer is changed before 512 because the contents of the Tramp buffer is changed before
513 insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy 513 insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy
514 <frederic.bothamy@free.fr>. 514 <frederic.bothamy@free.fr>.
515 (tramp-set-auto-save): Actions should be done for Tramp file name 515 (tramp-set-auto-save): Actions should be done for Tramp file name
516 handler only. Ange-FTP has its own auto-save mechanism. 516 handler only. Ange-FTP has its own auto-save mechanism. Reported
517 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>. 517 by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
518 (tramp-set-auto-save-file-modes): Set file modes of 518 (tramp-set-auto-save-file-modes): Set file modes of
519 `buffer-auto-save-file-name' to ?\600 as fallback solution. 519 `buffer-auto-save-file-name' to ?\600 as fallback solution.
520 Reported by Ferenc Wagner <wferi@tba.elte.hu>. 520 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
521 (tramp-bug): Remove obsolete variable. 521 (tramp-bug): Remove obsolete variable.
522 (tramp-append-tramp-buffers): Rewrite partly. More suitable check 522 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
523 for presence of `mml-mode'. Make it running for older Emacsen as well. 523 for presence of `mml-mode'. Make it running for older Emacsen as
524 well.
524 525
5252005-05-14 John Paul Wallington <jpw@pobox.com> 5262005-05-14 John Paul Wallington <jpw@pobox.com>
526 527
@@ -572,14 +573,15 @@
572 573
5732005-05-13 Matt Hodges <MPHodges@member.fsf.org> 5742005-05-13 Matt Hodges <MPHodges@member.fsf.org>
574 575
575 * tmm.el (tmm-get-keymap): Include only active menus and menu items. 576 * tmm.el (tmm-get-keymap): Include only active menus and menu
577 items.
576 578
577 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes. 579 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
578 580
5792005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 5812005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
580 582
581 * dired.el (dired-mode): make-variable-buffer-local => 583 * dired.el (dired-mode): make-variable-buffer-local =>
582 make-local-variable. 584 make-local-variable
583 585
5842005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 5862005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
585 587