comparison lisp/ChangeLog @ 83304:6fef25c75847

Merged from miles@gnu.org--gnu-2005 (patch 296-306) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-296 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-297 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-298 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-299 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-300 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-301 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-302 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-303 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-304 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-305 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-306 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-344
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 13 May 2005 22:59:23 +0000
parents 5ae8a8b0a308 15d767992da8
children 8b66fddd72c5
comparison
equal deleted inserted replaced
83303:108e45fdcdbd 83304:6fef25c75847
1 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el (mac-select-convert-to-string): Try coding
4 systems in mac-script-code-coding-systems if specified one cannot
5 encode string for `com.apple.traditional-mac-plain-text'.
6
7 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8
9 * progmodes/make-mode.el (makefile-targets-face)
10 (makefile-shell-face, makefile-makepp-perl-face): New faces.
11 (makefile-dependency-regex): Fix it to not make the colon in
12 $(var:a=b) special.
13 (makefile-rule-action-regex): New regexp for highlighting embedded
14 Shell strings.
15 (makefile-macroassign-regex): Handle != for highlighting as
16 embedded Shell strings.
17 (makefile-var-use-regex): New const.
18 (makefile-statements, makefile-automake-statements)
19 (makefile-gmake-statements, makefile-makepp-statements)
20 (makefile-bsdmake-statements): New consts.
21 (makefile-make-font-lock-keywords): New function.
22 (makefile-automake-font-lock-keywords)
23 (makefile-gmake-font-lock-keywords)
24 (makefile-makepp-font-lock-keywords)
25 (makefile-bsdmake-font-lock-keywords): New consts.
26 (makefile-mode-map): Add switchers between the various submodes.
27 (makefile-mode): Document the availability of the variants.
28 (makefile-automake-mode, makefile-gmake-mode)
29 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30
31 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
32 new variants of makefile-mode.
33
34 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * font-lock.el (font-lock-comment-delimiter-face): Fix up
37 the inheritance.
38
39 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
40
41 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
42 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
43
44 * files.el (normal-mode): Extend the scope of the
45 `enable-local-variables' binding to include the `set-auto-mode' call.
46 (magic-mode-alist): Doc fix.
47
48 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
51 font-lock-comment-face rather than copying its setting.
52
53 2005-05-12 Andreas Schwab <schwab@suse.de>
54
55 * eshell/esh-mode.el (eshell-send-input): Doc fix.
56
57 2005-05-12 Lute Kamstra <lute@gnu.org>
58
59 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
60 defcustom for the mode hook variable. Delete the last argument.
61 * generic-x.el: Fix callers of define-generic-mode.
62 (generic-x-modes): Delete group.
63 (show-tabs-tab-face, show-tabs-space-face): Put them in the
64 generic-x customization group.
65
66 2005-05-12 Kim F. Storm <storm@cua.dk>
67
68 * font-lock.el (font-lock-negation-char-face): Default to "off".
69
70 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
71 font-lock-negation-char-face to ! in !=.
72
73 2005-05-12 Masatake YAMATO <jet@gyve.org>
74
75 * add-log.el (find-change-log): Fix typos in the docstring
76 of function.
77
78 2005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk>
79
80 * international/latexenc.el (latexenc-find-file-coding-system):
81 Avoid `re-search-forward' when looking for input encoding because
82 of speed and safety. Better regular expressions for recognizing
83 input encoding. Limit a search for TeX-master/tex-main-file to
84 the local variable section.
85
86 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
87
88 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
89 syntax of $ to "'" (quote).
90
91 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
92
93 * dnd.el (dnd-protocol-alist): Improve custom type.
94
95 * dired.el (dired-dnd-protocol-alist): New variable.
96 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
97 `dired-mode-hook' to the end.
98
99 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
102 comment-end if comment-start-skip is not set.
103 Obey the font-lock-comment-delimiter-face variables.
104
105 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * files.el (executable-find): Move from executable.el. Use locate-file.
108 * progmodes/executable.el (executable-find): Move to files.el.
109
110 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
111 when trying to ensure forward progress.
112
113 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
114
115 * mouse-sel.el (mouse-sel-follow-link-p): New function.
116 (mouse-select, mouse-select-internal, mouse-extend-internal):
117 Use it to implement mouse-1-click-follows-link functionality.
118
119 2005-05-11 Richard M. Stallman <rms@gnu.org>
120
121 * font-lock.el (font-lock-fontify-syntactically-region):
122 Use font-lock-comment-delimiter-face for comment delimiters.
123
124 2005-05-10 Jay Belanger <belanger@truman.edu>
125
126 * calc/calc-help.el (calc-m-prefix-help): Add mention of
127 preserving embedded modes.
128
129 2005-05-10 Richard M. Stallman <rms@gnu.org>
130
131 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
132
133 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
134 Move from ada-stmt.el.
135 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
136
137 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
138 Move to ada-mode.el.
139 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
140
141 * cus-edit.el (custom-file): Call file-chase-links.
142
143 * files.el (read-directory-name): Fix previous change.
144
145 2005-05-10 Lute Kamstra <lute@gnu.org>
146
147 * font-lock.el (font-lock-keywords-alist)
148 (font-lock-removed-keywords-alist): Clarify docstrings.
149
150 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
151
152 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
153 (gdb-source-info): Check for preprocessor info.
154 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
155 a macro for a function.
156 found (user might have used GDB dir command).
157 (gdb-info-breakpoints-custom): Try to find file again if not already
158 (gdb-get-location): Update gdb-location-alist correctly for change
159 to gdb-info-breakpoints-custom.
160
161 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
162 (gud-tooltip-print-command): Add gdbmi case.
163 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
164 preprocessor info.
165
166 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
167
168 * startup.el (fancy-splash-insert): Fix typo in doc string.
169
1 2005-05-09 Juanma Barranquero <lekktu@gmail.com> 170 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
171
172 * obsolete/float.el (string-to-float):
173 * obsolete/hilit19.el (hilit-add-pattern):
174 * obsolete/rnews.el (news-parse-range, news-select-message)
175 (news-get-pruned-list-of-files): Replace `string-to-int' by
176 `string-to-number'.
2 177
3 * obsolete/uncompress.el: Set `find-file-not-found-functions', not 178 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4 `find-file-not-found-hooks'; use `add-hook'. 179 `find-file-not-found-hooks'; use `add-hook'.
5 (uncompress-while-visiting): Set `write-file-functions', not 180 (uncompress-while-visiting): Set `write-file-functions', not
6 `write-file-hooks'; use `add-hook'. 181 `write-file-hooks'; use `add-hook'.
12 (cua--init-keymaps): Remap clipboard-kill-region and 187 (cua--init-keymaps): Remap clipboard-kill-region and
13 clipboard-kill-ring-save. 188 clipboard-kill-ring-save.
14 189
15 2005-05-08 Eli Zaretskii <eliz@gnu.org> 190 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16 191
17 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Improve 192 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18 commentary. 193 Improve commentary.
19 194
20 * simple.el (next-error-overlay-arrow-position): Revert the change 195 * simple.el (next-error-overlay-arrow-position): Revert the change
21 made on 2005-04-30. 196 made on 2005-04-30.
22 197
23 2005-05-07 Jay Belanger <belanger@truman.edu> 198 2005-05-07 Jay Belanger <belanger@truman.edu>
29 * calc/calc-mode.el (calc-save-modes): Reset the modes list if 204 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30 Calc is in embedded mode. 205 Calc is in embedded mode.
31 206
32 2005-05-07 Eli Zaretskii <eliz@gnu.org> 207 2005-05-07 Eli Zaretskii <eliz@gnu.org>
33 208
34 * progmodes/compile.el (compilation-setup): Set 209 * progmodes/compile.el (compilation-setup):
35 overlay-arrow-string to an empty string on text terminals. 210 Set overlay-arrow-string to an empty string on text terminals.
36 211
37 * textmodes/ispell.el (ispell-program-name): Try looking for 212 * textmodes/ispell.el (ispell-program-name): Try looking for
38 "aspell" along exec-path, and if found, use it as the default 213 "aspell" along exec-path, and if found, use it as the default
39 speller program. 214 speller program.
40 215
41 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change) 216 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
42 217
43 * international/mule.el (sgml-xml-auto-coding-function): Recognize 218 * international/mule.el (sgml-xml-auto-coding-function):
44 encoding='FOO' in single quotes as well as in double quotes. 219 Recognize encoding='FOO' in single quotes as well as in double quotes.
45 220
46 2005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> 221 2005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
47 222
48 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare' 223 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
49 as well as `interactive', so that defmacro* would recognize 224 as well as `interactive', so that defmacro* would recognize
50 `declare' forms. 225 `declare' forms.
51 226
52 2005-05-07 Eli Zaretskii <eliz@gnu.org> 227 2005-05-07 Eli Zaretskii <eliz@gnu.org>
53 228
54 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Explain 229 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
55 more about the LIGHTER arg's usage in the doc string. Add 230 Explain more about the LIGHTER arg's usage in the doc string.
56 commentary to clarify what the code does. Fix the regexp that 231 Add commentary to clarify what the code does. Fix the regexp that
57 strips whitespace from LIGHTER. Quote LIGHTER before using it, 232 strips whitespace from LIGHTER. Quote LIGHTER before using it,
58 since it could have characters special to regular expressions. 233 since it could have characters special to regular expressions.
59 234
60 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change) 235 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
61 236
62 * replace.el (occur-1): Bind inhibit-read-only so that 237 * replace.el (occur-1): Bind inhibit-read-only so that
63 erase-buffer doesn't barf on read-only text properties (likewise 238 erase-buffer doesn't barf on read-only text properties (likewise
64 for add-text-properties in occur-engine). Mark buffer as 239 for add-text-properties in occur-engine). Mark buffer as unmodified.
65 unmodified.
66 (occur-engine): Don't set buffer-read-only here. 240 (occur-engine): Don't set buffer-read-only here.
67 241
68 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca> 242 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
69 243
70 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with 244 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
155 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 329 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
156 330
157 * term/mac-win.el: Don't define or bind scroll bar functions if 331 * term/mac-win.el: Don't define or bind scroll bar functions if
158 x-toolkit-scroll-bars is t. 332 x-toolkit-scroll-bars is t.
159 (x-select-text, x-get-selection-value): 333 (x-select-text, x-get-selection-value):
160 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is 334 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
161 nil.
162 (PRIMARY): Put mac-scrap-name property. 335 (PRIMARY): Put mac-scrap-name property.
163 (mac-select-convert-to-file-url): New function. 336 (mac-select-convert-to-file-url): New function.
164 (public.file-url): New selection target type. Add to 337 (public.file-url): New selection target type. Add to
165 selection-converter-alist. 338 selection-converter-alist.
166 (x-get-selection, x-selection-value): Handle it. 339 (x-get-selection, x-selection-value): Handle it.
167 (x-cut-buffer-or-selection-value): New alias. 340 (x-cut-buffer-or-selection-value): New alias.
341
342 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
343
344 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
345 entry to avoid calling bibtex-find-entry with arg global
346 being t. Remove arg key.
347 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
348 (bibtex-copy-summary-as-kill): Change accordingly.
349
350 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
353 (org-agenda-date-later): Use with-current-buffer.
168 354
169 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> 355 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
170 356
171 * emacs-lisp/byte-run.el (define-obsolete-function-alias) 357 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
172 (define-obsolete-variable-alias): Doc Fixes. 358 (define-obsolete-variable-alias): Doc Fixes.
229 415
230 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX. 416 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
231 417
232 2005-05-04 Richard M. Stallman <rms@gnu.org> 418 2005-05-04 Richard M. Stallman <rms@gnu.org>
233 419
420 * help.el (describe-key): No error when UNTRANSLATED is nil.
421
234 * simple.el (line-move-1): Fix previous change to signal errors 422 * simple.el (line-move-1): Fix previous change to signal errors
235 appropriately. 423 appropriately.
236 424
237 2005-05-03 Ulf Jasper <ulf.jasper@web.de> 425 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
238 426
373 561
374 * files.el (require-final-newline): Make Custom tags consistent 562 * files.el (require-final-newline): Make Custom tags consistent
375 with mode-require-final-newline. 563 with mode-require-final-newline.
376 (mode-require-final-newline): Doc fix. 564 (mode-require-final-newline): Doc fix.
377 565
378 2005-05-01 Lute Kamstra <lute@gnu.org> 566 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
379 567
380 * international/latexenc.el (latexenc-find-file-coding-system): 568 * international/latexenc.el (latexenc-find-file-coding-system):
381 Fix regular expressions. Suggested by David Kastrup <dak@gnu.org> 569 Fix regular expressions.
382 and Stefan Monnier <monnier@iro.umontreal.ca>. 570
571 2005-05-01 David Kastrup <dak@gnu.org>
572
573 * international/latexenc.el (latexenc-find-file-coding-system):
574 Fix regular expressions.
383 575
384 2005-05-01 Nick Roberts <nickrob@snap.net.nz> 576 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
385 577
386 * subr.el (string-to-int): Make obsolete. 578 * subr.el (string-to-int): Make obsolete.
387 579
1652 2005-04-03 Luc Teirlinck <teirllm@auburn.edu> 1844 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
1653 1845
1654 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse. 1846 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
1655 Doc fix. 1847 Doc fix.
1656 1848
1657 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org> 1849 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
1658 1850
1659 * add-log.el (change-log-font-lock-keywords): The manual 1851 * add-log.el (change-log-font-lock-keywords): The manual
1660 describing a Change Log entry, says: (...) "Aside from these 1852 describing a Change Log entry, says: (...) "Aside from these
1661 header lines, every line in the change log starts with a space or 1853 header lines, every line in the change log starts with a space or
1662 a tab.". The font-lock was not highlighting lines started with 1854 a tab.". The font-lock was not highlighting lines started with
4872 5064
4873 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change) 5065 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4874 5066
4875 * vc-svn.el (vc-svn-diff): Stay local if possible. 5067 * vc-svn.el (vc-svn-diff): Stay local if possible.
4876 5068
4877 2005-01-02 Stefan <monnier@iro.umontreal.ca> 5069 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
4878 5070
4879 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case. 5071 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
4880 5072
4881 * files.el (hack-local-variables): Fix last change. 5073 * files.el (hack-local-variables): Fix last change.
4882 5074
12012 12204
12013 2004-05-14 David Ponce <david@dponce.com> 12205 2004-05-14 David Ponce <david@dponce.com>
12014 12206
12015 * tree-widget.el: New file. 12207 * tree-widget.el: New file.
12016 12208
12017 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org> 12209 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
12018 12210
12019 * language/european.el ("Brazilian Portuguese"): Add support for 12211 * language/european.el ("Brazilian Portuguese"): Add support for
12020 Brazilian Portuguese. 12212 Brazilian Portuguese.
12021 12213
12022 2004-05-13 John Wiegley <johnw@newartisans.com> 12214 2004-05-13 John Wiegley <johnw@newartisans.com>