comparison lisp/ChangeLog @ 83133:50b9a96c837c

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-330 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-331 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-332 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-333 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-334 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-335 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-336 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-337 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-338 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-173
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 23 May 2004 05:08:13 +0000
parents 14e5707213a6 e3f64aa0875d
children 445e34bd8b61
comparison
equal deleted inserted replaced
83132:f982df4459a4 83133:50b9a96c837c
1 2004-05-22 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4 as a close quote.
5
6 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7
8 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9 Use assoc-string, not assoc-ignore-case.
10
11 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12
13 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14 If moving back then fwd gets a defun that ends before point,
15 try again moving fwd then back.
16
17 * files.el (file-name-non-special): Allow t in file-arg-indices
18 to mean requote the return value. Use `identity' as an element
19 rather than as the whole value.
20
21 * gs.el (gs-options): Add -dSAFER. Mark it risky.
22
23 2004-05-22 Juanma Barranquero <lektu@terra.es>
24
25 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
26 `help-make-usage'.
27 (help-highlight-arguments): Skip function name before searching
28 for arguments.
29
30 2004-05-21 Juanma Barranquero <lektu@terra.es>
31
32 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
33 Don't mention in the docstring these arguments meant for
34 internal (recursive) use only.
35 (allout-char-spec): Comment out (it's not implemented).
36 (allout-old-expose-topic, allout-exposure): Fix docstring and add
37 obsolescence declaration.
38 (allout-flatten-exposed-to-buffer)
39 (allout-indented-exposed-to-buffer): Fix typos in docstring.
40 (my-mark-marker): Doc fix.
41 (produce-allout-mode-map, allout-sibling-index)
42 (allout-isearch-expose, allout-distinctive-bullet)
43 (allout-open-topic, allout-reindent-body)
44 (allout-rebullet-heading, allout-process-exposed)
45 (allout-insert-listified, allout-latex-verb-quote)
46 (allout-insert-latex-header, allout-insert-latex-trailer):
47 Make arguments match their use in docstring.
48 (allout-primary-bullet, allout-old-style-prefixes)
49 (allout-inhibit-protection, allout-init, allout-mode)
50 (allout-before-change-protect, allout-flag-region):
51 Use "Emacs" instead of "emacs" in docstrings.
52
53 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
54
55 * international/characters.el: Modify syntax of more characters.
56
57 2004-05-21 Masatake YAMATO <jet@gyve.org>
58
59 * progmodes/etags.el (tags-apropos, list-tags): Require
60 apropos.
61 (etags-tags-completion-table): Show parsing progress.
62
63 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
64
65 * locate.el (locate-prompt-for-command): Shorten first line of
66 docstring.
67 (locate-mode): Expand docstring and include keymap summary.
68
69 * files.el (find-file-noselect-1): Limit the scope of the
70 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
71 is, by default, nil during the execution of
72 `find-file-not-found-functions' and `find-file-hook'.
73
74 2004-05-20 Michael Mauger <mmaug@yahoo.com>
75
76 * facemenu.el (facemenu-color-name-equal): New function.
77 (list-colors-display): Use it to compare colors instead of
78 facemenu-color-equal.
79
80 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
81
82 * compare-w.el (compare-windows-face): Use min-colors instead of
83 checking for tty or pc types.
84
1 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca> 85 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 86
3 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'. 87 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4 (completion-setup-function): Use with-current-buffer. 88 (completion-setup-function): Use with-current-buffer.
5 Properly save excursion. Simplify. 89 Properly save excursion. Simplify.
21 output messages into the search result. 105 output messages into the search result.
22 106
23 2004-05-19 Masatake YAMATO <jet@gyve.org> 107 2004-05-19 Masatake YAMATO <jet@gyve.org>
24 108
25 * wid-edit.el (widget-radio-button-notify): Revert my last 109 * wid-edit.el (widget-radio-button-notify): Revert my last
26 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. 110 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
27 111
28 2004-05-19 Kenichi Handa <handa@m17n.org> 112 2004-05-19 Kenichi Handa <handa@m17n.org>
29 113
30 * international/characters.el: Fix syntax (open/close) of CJK chars. 114 * international/characters.el: Fix syntax (open/close) of CJK chars.
31 115
596 `describe-function' and `describe-key'. 680 `describe-function' and `describe-key'.
597 (help-do-arg-highlight): Auxiliary function to highlight a given 681 (help-do-arg-highlight): Auxiliary function to highlight a given
598 list of arguments in a string. 682 list of arguments in a string.
599 (help-highlight-arguments): Highlight the function arguments and 683 (help-highlight-arguments): Highlight the function arguments and
600 all uses of them in the docstring. 684 all uses of them in the docstring.
601 (describe-function-1): Use it. Do docstring output via `insert', 685 (describe-function-1): Use it. Do docstring output via `insert',
602 not 'princ', so text attributes are preserved. 686 not 'princ', so text attributes are preserved.
603 687
604 * winner.el (winner-mode-map): Move `winner-undo' and 688 * winner.el (winner-mode-map): Move `winner-undo' and
605 `winner-redo' to C-c <left> and C-c <right>, respectively (the 689 `winner-redo' to C-c <left> and C-c <right>, respectively (the
606 previous bindings conflict with `prev-buffer', `next-buffer'). 690 previous bindings conflict with `prev-buffer', `next-buffer').
621 (bibtex-field-list): New function. 705 (bibtex-field-list): New function.
622 (bibtex-entry): Use bibtex-field-list. 706 (bibtex-entry): Use bibtex-field-list.
623 (bibtex-parse-entry): Fix docstring. 707 (bibtex-parse-entry): Fix docstring.
624 (bibtex-print-help-message): Use bibtex-field-list. 708 (bibtex-print-help-message): Use bibtex-field-list.
625 (bibtex-make-field): Use bibtex-field-list. 709 (bibtex-make-field): Use bibtex-field-list.
626 (bibtex-entry-index): Bugfix. Return crossref key if required. 710 (bibtex-entry-index): Bugfix. Return crossref key if required.
627 (bibtex-lessp): Fix docstring. 711 (bibtex-lessp): Fix docstring.
628 712
629 2004-05-03 Luc Teirlinck <teirllm@auburn.edu> 713 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
630 714
631 * select.el (xselect-convert-to-string): Move comment to intended line. 715 * select.el (xselect-convert-to-string): Move comment to intended line.