comparison lisp/ChangeLog @ 83450:c69d44922688

Merged from miles@gnu.org--gnu-2005 (patch 682) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-682 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-490
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 03 Jan 2006 02:15:28 +0000
parents ec395f552d45 c85758224c8e
children 55e22205ba88
comparison
equal deleted inserted replaced
83449:ff74a86c2b16 83450:c69d44922688
1 2006-01-01 Richard M. Stallman <rms@gnu.org>
2
3 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4 (Custom-reset-current, Custom-reset-saved): Likewise.
5 (Custom-reset-standard): Show message if aborted.
6 (custom-mode): Doc fix, describing those commands.
7
8 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
9 put on event-kind property.
10
11 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
12
13 * custom.el (provide-theme): Ban `user' theme name.
14 (custom-enabling-themes): New variable.
15 (enable-theme): Don't enable user if custom-enabling-themes is t.
16 (custom-enabled-themes): Make it a defcustom.
17 (custom-theme-recalc-face): No-op if face is undefined.
18
19 * cus-edit.el (custom-button-mouse): New variable.
20 (custom-button-mouse): New face.
21 (custom-raised-buttons, custom-mode): Use it.
22
23 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
24
25 2005-12-31 Eli Zaretskii <eliz@gnu.org>
26
27 * progmodes/gud.el (gud-display-line): Support hl-line in the
28 source buffer.
29
30 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
31
32 * mouse.el (mouse-drag-window-above): Verify that the found window
33 overlaps with the given window in the horizontal dimension.
34
35 2005-12-31 Eli Zaretskii <eliz@gnu.org>
36
37 * Makefile.in (cvs-update): New target.
38
39 * makefile.w32-in (cvs-update): Ditto.
40
41 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
42
43 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
44 (custom-new-theme-mode-map): New variable.
45
46 2005-12-30 Richard M. Stallman <rms@gnu.org>
47
48 * custom.el (custom-load-themes): Function deleted.
49
50 * cus-edit.el (custom-save-loaded-themes): Function deleted.
51 (custom-save-variables): Don't delete or add custom-load-themes call.
52
53 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * cus-start.el: Add `visible-cursor'.
56
57 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
58 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
59 (flymake-process-filter): Switch to buffer before calling it instead.
60 (flymake-post-syntax-check, flymake-highlight-err-lines)
61 (flymake-delete-own-overlays, flymake-parse-err-lines)
62 (flymake-start-syntax-check, flymake-start-syntax-check-process)
63 (flymake-count-lines, flymake-parse-residual):
64 Remove constant buffer argument.
65 (flymake-start-syntax-check-for-current-buffer): Remove.
66 Update callers to use flymake-start-syntax-check instead.
67 (flymake-display-err-menu-for-current-line):
68 Remove unused var `mouse-pos'.
69 (flymake-restore-formatting): Comment out unused function.
70 (flymake-report-status, flymake-report-fatal-status): Remove buffer
71 argument, use current-buffer instead. Update callers.
72
73 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
74
75 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
76 buffer-local because choose-completion-delete-max-match requires
77 that we set completion-ignore-case (i.e., binding via let is not
78 sufficient).
79 (bibtex-complete): Always set completion-ignore-case and
80 choose-completion-string-functions. The latter is needed because
81 choose-completion-string-functions keeps its value if we quit the
82 *Completions* buffer without requesting a completion.
83
84 2005-12-30 Andreas Schwab <schwab@suse.de>
85
86 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
87
88 2005-12-30 Eli Zaretskii <eliz@gnu.org>
89
90 * jit-lock.el (jit-lock-chunk-size): Doc fix.
91
92 2005-12-30 Juri Linkov <juri@jurta.org>
93
94 * locate.el (locate-fcodes-file, locate-header-face)
95 * progmodes/delphi.el (delphi-other-face)
96 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
97
98 * paren.el (show-paren-match, show-paren-mismatch): Use existing
99 group `paren-showing-faces'.
100
101 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
102 (goto-address): Fix docstring.
103
104 * net/webjump.el (webjump-sample-sites): Update URLs.
105
106 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
107
108 * subr.el (cancel-change-group): Add listp around pending-undo-list.
109
110 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * font-lock.el (font-lock-compile-keywords): Signal an error when
113 font-lock-set-defaults hasn't been called.
114
115 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
116
117 * subr.el (noreturn, 1value): Doc fixes.
118
119 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
120
121 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
122 that assoc-string returns nil.
123
124 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
125
126 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
127 (bibtex-entry-type-str, bibtex-empty-field-re)
128 (bibtex-search-backward-string, bibtex-preamble-prefix)
129 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
130 (bibtex-any-valid-entry-type): New variable.
131 (bibtex-parse-field-name): Simplify.
132 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
133 (bibtex-preamble-prefix): Include left delimiter.
134 (bibtex-search-forward-field, bibtex-search-backward-field):
135 Allow unbounded search past entry boundaries (required by bibtex-pop).
136 (bibtex-text-in-field-bounds): Use push.
137 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
138 (bibtex-parse-preamble, bibtex-valid-entry)
139 (bibtex-beginning-first-field): New functions.
140 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
141 (bibtex-map-entries): Fix docstring.
142 (bibtex-flash-head): New arg prompt. Simplify.
143 (bibtex-enclosing-field): Include code of bibtex-inside-field.
144 (bibtex-insert-kill): Simplify. Always insert text past the
145 current field or entry.
146 (bibtex-format-entry): Use bibtex-parse-field.
147 (bibtex-pop): Use bibtex-beginning-of-entry and
148 bibtex-end-of-entry to initiate the search. Insert empty field if
149 we found ourselves.
150 (bibtex-print-help-message): New args field and comma.
151 Handle entry keys.
152 (bibtex-make-field): Use bibtex-beginning-of-entry.
153 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
154 invalid entry.
155 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
156 Handle preambles. Simplify code for thorough test.
157 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
158 New arg comma. Handle entry heads.
159 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
160 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
161 New arg comma.
162 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
163 (bibtex-fill-field): Simplify.
164 (bibtex-fill-entry): Use bibtex-beginning-first-field and
165 bibtex-parse-field.
166 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
167 (bibtex-complete): Use bibtex-parse-preamble.
168
1 2005-12-29 Nick Roberts <nickrob@snap.net.nz> 169 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2 170
3 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1): 171 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4 Display name of expression instead of convenience variable. 172 Display name of expression instead of convenience variable.
5 (gdb-post-prompt): Only call gdb-get-changed-registers if needed. 173 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
9 (gud-tooltip-print-command): Move concatenation of "*" to expr to... 177 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
10 (gud-tooltip-tips): ...here when dereferencing.. 178 (gud-tooltip-tips): ...here when dereferencing..
11 179
12 2005-12-28 Bill Wohler <wohler@newt.com> 180 2005-12-28 Bill Wohler <wohler@newt.com>
13 181
14 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and 182 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
15 autoload.
16 183
17 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca> 184 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18 185
19 * vc.el (vc-annotate-display): Replace optional arg `color-map' with 186 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
20 compulsory arg `ratio'. Inline body of vc-annotate-time-span. 187 compulsory arg `ratio'. Inline body of vc-annotate-time-span.