*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a6a2b5d4
EZ
12006-02-23 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4 value instead of a literal constant (1) on more pauses.
5
6e1fbe44
EZ
62006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7
8 * textmodes/flyspell.el (flyspell-external-point-words): Be
9 case-sensitive.
10
019ed9c7
EZ
112006-03-03 Ryan Yeske <rcyeske@gmail.com>
12
13 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14 with "www".
15
46771bb3
EZ
162006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
17
18 allout.el: Restablished intermediate missing comment header to
19 preserve outline structure.
20 (allout-beginning-of-current-entry): Wasn't skipping invisible
21 text - fixed.
22 (allout-open-topic): Was failing when opening a topic at
23 end-of-buffer - fixed.
24 (allout-minor-mode): Moved nearer to allout-mode function.
25
2276b5b1
CD
262006-03-02 Carsten Dominik <dominik@science.uva.nl>
27
28 * textmodes/org.el (org-paste-subtree): Removed forgotten (debug)
29 form.
30
115712f0
NR
312006-03-02 Nick Roberts <nickrob@snap.net.nz>
32
6aa79f63
NR
33 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
34 is nil.
35
115712f0
NR
36 * progmodes/gud.el (gud-speedbar-menu-items): Use
37 buffer-local-value and add missing :visible keyword.
38
39 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten
40 speedbar-refresh.
41
d464ce27
CD
422006-03-01 Carsten Dominik <dominik@science.uva.nl>
43
a85551d8
CD
44 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
45 must be `follow-link'.
46
47 * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be
48 `follow-link'.
49
a196ea62 50 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
d464ce27 51 formatting: No nested anchors.
a196ea62 52 (org-all-targets): Fix bug with XEmacs compatibility.
d464ce27 53 (org-read-date): Add (require 'parse-time).
a196ea62 54 (org-set-tags): Fix bug with extra inserted space.
d464ce27 55 (org-export-html-style): Define a style class for targets.
a196ea62 56 (org-agenda-keymap, org-mouse-map): Add a binding for
d464ce27
CD
57 `follow-link'.
58 (org-hide-leading-stars): New option.
59 (org-hide): New face.
60 (org-set-font-lock-defaults): Allow to hide leading stars.
61 (org-get-legal-level, org-tr-level): New functions.
62 (org-odd-levels-only): New option.
a196ea62
JB
63 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
64 (org-demote, org-promote): Deal with double-star levels.
d464ce27
CD
65 (org-convert-to-odd-levels): New command.
66
e9cee67e
NR
672006-03-01 Nick Roberts <nickrob@snap.net.nz>
68
69 * speedbar.el (speedbar-update-localized-contents): Try to
70 preserve window-start.
71 (speedbar-update-directory-contents): Try to preserve window-start
72 and window-point.
73 (speedbar-update-special-contents): Don't move back to start of
74 window.
75
76 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
77 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
78 speedbar-timer-fn
79 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
80 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
81 instead of gdb-speedbar-timer-fn.
e9cee67e 82
29ecdb22
JB
832006-02-28 Jay Belanger <belanger@truman.edu>
84
a196ea62
JB
85 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
86 (math-compose-expr): Use latex option when calling
29ecdb22
JB
87 `math-compose-tex-matrix' for latex mode.
88
766bcec1
NR
892006-02-28 Nick Roberts <nickrob@snap.net.nz>
90
5ef21574
NR
91 * speedbar.el: Re-instate comments about developing for speedbar
92 [this is what info and gdb-ui use even if better methods exist now].
93
766bcec1
NR
94 * t-mouse.el: New file.
95 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
96 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
97 primitive...
98 (t-mouse-make-event-element): ...posn-at-x-y instead.
99 (t-mouse-make-event): Deal with Fedora Core 3.
100 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
101 (t-mouse-mouse-position-function): New function. Use it instead
102 of advising mouse-position.
103 (t-mouse-mode): New minor mode.
104 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
105
c61633ba
GM
1062006-02-27 Glenn Morris <rgm@gnu.org>
107
108 * calendar/calendar.el (calendar-holidays): Doc fix.
109
661f54cb
NR
1102006-02-27 Nick Roberts <nickrob@snap.net.nz>
111
a196ea62 112 * progmodes/gdb-ui.el (gdb-source-window): New variable.
661f54cb
NR
113 Re-introduce the concept of a source window.
114 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
115 consistency with get-buffer-create.
116 (def-gdb-auto-update-handler, gdb-info-locals-handler)
117 (gdb-data-list-register-values-handler)
118 (gdb-stack-list-locals-handler): Try to preserve window-start as
119 well as window-point.
120 (gdb-display-source-buffer): New function (old concept).
121 (gdb-goto-breakpoint): Use it.
122
123 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
124 for gdb-ui/gdb-mi (old concept).
125
753656f3
CD
1262006-02-27 Carsten Dominik <dominik@science.uva.nl>
127
128 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
129 binding.
130
131 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
132 binding.
133
a196ea62
JB
134 * textmodes/reftex-sel.el (reftex-select-label-map)
135 (reftex-select-bib-map): Add `follow-mouse' binding.
0738d819 136
440cbd9e
LT
1372006-02-26 Luc Teirlinck <teirllm@auburn.edu>
138
139 * jka-cmpr-hook.el (jka-compr-compression-info-list)
140 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
141 Give :set functions to provide automatic updating.
142 Update docstring. Give compiler defvars early in the file
143 and move the defcustoms to a later spot where all called functions
144 are defined.
145 (jka-compr-file-name-handler-entry): Doc fix.
146 (jka-compr-compression-info-list--internal)
147 (jka-compr-mode-alist-additions--internal)
148 (jka-compr-load-suffixes--internal): New variables.
149 (jka-compr-install): Set the three above variables.
150 Update `load-file-rep-suffixes' instead of `load-suffixes'.
151 (jka-compr-update, jka-compr-set): New functions.
152 (auto-compression-mode): Doc fix.
153
154 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
155 Update `load-file-rep-suffixes' instead of `load-suffixes'.
156 Use jka-compr-compression-info-list--internal,
157 jka-compr-mode-alist-additions--internal and
158 jka-compr-load-suffixes--internal.
159
160 * files.el (load-library):
161 * loadhist.el (file-loadhist-lookup):
162 * startup.el (command-line):
163 * subr.el (locate-library):
164 * emacs-lisp/autoload.el (update-directory-autoloads):
165 * emacs-lisp/find-func.el (find-library-suffixes): Use
166 `get-load-suffixes' instead of `load-suffixes'.
167
168 * subr.el (locate-library):
169 * emacs-lisp/find-func.el (find-library-name): Use
170 `load-file-rep-suffixes' instead of '("").
171
a0eacbcd
KS
1722006-02-26 Kim F. Storm <storm@cua.dk>
173
174 * ido.el (ido-save-history, ido-load-history): Simplify. Don't
175 use find-file-noselect to avoid interference from other modes.
176
19cd88cc
TTN
1772006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
178
179 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
180 to use the default shell if filename is not available.
181 Reported by Giorgos Keramidas.
182
957e3996
FP
1832006-02-25 John Williams <jrw@pobox.com> (tiny change)
184
185 * progmodes/etags.el (tags-completion-table): Do completion from
186 all the tables in the current list, as documented in the manual.
187
cb694ab7
AM
1882006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
189
190 * CC Mode Update to 5.31.3.
191
1922006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
193
a196ea62 194 * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
cb694ab7
AM
195 inhibit-read-only to t, around the call to
196 c-remove-any-local-eval-or-mode-variables, so that it works on a
197 RO file.
198
1992006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
200
201 * progmodes/cc-awk.el: Correct a typo.
202
2032006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
204
205 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
206 c-hungry-delete-backwards, at the request of RMS. Leave the old
207 name as an alias.
208
2092006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
210
211 * progmodes/cc-mode.el: Correct a typo.
212
2132006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
214
215 * progmodes/cc-defs.el: Update the version number to 5.31.3.
216
2172006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
218
219 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
220 brace-else-brace (error due to mbeg, mend being undefined).
221
2222006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
223
224 * progmodes/cc-mode.el: File Local variables: Solve the problem
225 where both `mode' and c-file-offsets are specified: `mode' will
226 overwrite c-f-o's settings:
a196ea62
JB
227 (c-remove-any-local-eval-or-mode-variables): New function.
228 (c-postprocess-file-styles): Call the above new function, within
cb694ab7
AM
229 c-tentative-buffer-change, to splat `mode' and `eval' before the
230 second hack-local-variables.
231
2322006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
233
234 * progmodes/cc-mode.el:
235 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
236 (c-after-change): Protect the match data with save-match-data. It
237 was getting corrupted by c-after-change-check-<>-operators.
4ce3c91a 238
cb694ab7
AM
239 * cc-defs.el: [Supersedes patch V1.38]:
240 (top level): Check for a buggy font-lock-compile-keywords ONLY in
241 XEmacs. GNU Emacs 22 now has a check which would throw an error
242 here.
243
244 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
245 with save-match-data. It was being corrupted when Font Lock was
246 not enabled.
247
2482006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
249
250 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
251 Mode and Subword Mode.
252
253 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
254 real labels ("case 1:" or "foo:") from non-labels ("public:").
255 (c-forward-objc-directive): Replace c-forward-token-2 with crude
256 coding; c-f-t-2 doesn't move over a token at EOB.
257
258 * progmodes/cc-defs.el (c-version): Update version number to
259 5.31.2
260
261 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
262 (c-update-modeline): Concatenate the minor mode indicators
263 directly onto mode-name, removing c-submode-indicators.
264 Sometimes, c-s-i got separated from the mode name on the mode
265 line.
266
a196ea62
JB
267 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
268 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
cb694ab7
AM
269
2702006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
271
a196ea62 272 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
cb694ab7
AM
273 error message when there's an evaluation error to show whether
274 it's loaded from source or not.
a196ea62 275 (c-filter-ops): Make it available at runtime too to work when
cb694ab7
AM
276 `c-make-init-lang-vars-fun' needs to evaluate from source.
277
172892e3
JB
2782006-02-24 Juanma Barranquero <lekktu@gmail.com>
279
280 * help.el (help): Revert last part of 2006-02-23 change (deletion
281 of the `provide' call).
282
32670900
JL
2832006-02-23 Juri Linkov <juri@jurta.org>
284
285 * compare-w.el (compare-windows-highlight): Add new value
286 `persistent' and change :type from `boolean' to `choice'.
287 (compare-windows-overlays1, compare-windows-overlays2):
288 New internal variables.
289 (compare-windows-highlight): If compare-windows-highlight is
290 `persistent', add current overlays to compare-windows-overlays[12]
291 instead of adding compare-windows-dehighlight to pre-command-hook.
292 (compare-windows-dehighlight): Delete all overlays from
293 compare-windows-overlays[12].
294
295 * info.el (Info-search): Don't bind search-spaces-regexp to
296 Info-search-whitespace-regexp in non-regexp isearch mode.
297
4e6d3170
SM
2982006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
301
35402b98
JB
3022006-02-23 Juanma Barranquero <lekktu@gmail.com>
303
304 * textmodes/org.el (org-xemacs-p)
305 (org-export-html-show-new-buffer, org-table-may-need-update)
306 (org-insert-item, org-mhe-get-message-real-folder)
307 (org-mhe-get-message-folder-from-index)
308 (org-mhe-get-message-folder, org-mhe-get-message-num)
309 (org-mhe-get-header, org-make-org-heading-search-string)
310 (org-make-org-heading-camel, org-table-sort-lines)
311 (org-format-org-table-html, org-format-table-table-html):
312 Fix typos in docstrings.
313
85563680 31412006-02-23 Carsten Dominik <dominik@science.uva.nl>
1caf01c2 315
85563680
JB
316 * textmodes/org.el (org-cleaned-string-for-export)
317 (org-solidify-link-text): New function.
318 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
319 XEmacs, just to silence the compiler.
4e6d3170
SM
320 (org-export-as-ascii, org-export-as-html-and-open):
321 Use `org-cleaned-string-for-export' and create internal links.
1caf01c2
CD
322 (org-follow-mhe-link): Require mh-e, use folder.
323
e4905946
NR
3242006-02-23 Nick Roberts <nickrob@snap.net.nz>
325
85563680 326 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
e4905946
NR
327
328 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
329 gdb-debug-log-length.
330 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
331 it a real ring but...
332 (gud-gdba-marker-filter): ...make it work like mark-ring.
333 (gdb-enable-debug): Rename from gdb-enable-debug-log.
334 (gdb-mouse-jump): New function. Add bindings.
335
03937438
NR
3362006-02-23 Nick Roberts <nickrob@snap.net.nz>
337
338 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
339 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
340 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
341 (gdb-debug-log-length): Customize it's length.
342 (gud-watch, gdb-var-create-handler): Display function::var format
343 but don't use to create variable object.
344 (gdb-var-create-handler): Use message-box in place of message.
345 (gdb-stopped): Call gdb-exited if signalled.
346
2e205512
CD
3472006-02-22 Carsten Dominik <dominik@science.uva.nl>
348
85563680 349 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
c7cf105d 350
85563680 351 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3bfb8112 352
85563680 353 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3bfb8112
CD
354 if `reftex-try-all-extensions' is set.
355
0738d819
CD
356 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
357 fail silently when there is no valid argument at point.
358 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
359 `fail-silently' argument. From a patch by David Reiter.
a196ea62 360
35402b98 361 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2e205512
CD
362 New commands.
363 (org-mark-ring): New variable.
364 (org-mark-ring-length): New option.
365 (org-open-at-point, org-goto, org-open-file): Push old position
366 onto the mark ring.
367 (org-add-hook): New function.
368 (org-export-table-remove-special-lines): New option.
35402b98
JB
369 (org-skip-comments, org-format-org-table-html): Respect new
370 option `org-export-table-remove-special-lines'.
371 (org-open-file): Allow special command configuration for
372 directory link.
4e6d3170 373 (org-file-apps): Fix bugs in customize type, added setting
35402b98 374 for directories.
2e205512
CD
375 (org-activate-tags, org-format-agenda-item, org-complete)
376 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
377 (org-get-tags, org-get-buffer-tags, org-open-at-point)
378 (org-link-search, org-make-org-heading-search-string)
379 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
380 (org-radio-targets, org-file-link-context-use-camel-case)
381 (org-activate-camels): New options.
382 (org-update-radio-target-regexp, org-all-targets)
35402b98
JB
383 (org-make-target-link-regexp, org-activate-target-links):
384 New functions.
2e205512
CD
385 (org-make-org-heading-search-string): New function.
386 (org-store-link, org-insert-link): Use new option
387 `org-file-link-context-use-camel-case'.
388 (org-activate-camels): Use new option `org-activate-camels'.
4e6d3170 389 (org-link-regexp): Add mhe prefix.
35402b98
JB
390 (org-open-at-point, org-store-link): Support for mhe links.
391 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
392 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
393 (org-mhe-get-header, org-follow-mhe-link): New functions.
394 (org-remove-angle-brackets, org-add-angle-brackets):
395 New functions.
396 (org-bracket-link-regexp): New constant.
4e6d3170 397 (org-read-date): Fix bug that was rejecting all typed dates.
2e205512
CD
398 (org-link-search): Make hierarchy above visible after a match.
399 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4e6d3170 400 (org-store-link): Fix bug with link creation when cursor is in
2e205512 401 an empty line.
4e6d3170 402 (org-open-at-point): Fix bug with matching a link.
35402b98 403 Fixed buggy argument sequence in call to `org-view-tags'.
2e205512
CD
404 (org-compile-prefix-format): Set `org-prefix-has-tag'.
405 (org-prefix-has-tag): New variable.
35402b98
JB
406 (org-format-agenda-item): Remove tags from headline
407 if appropriate.
2e205512
CD
408 (org-agenda-remove-tags-when-in-prefix): New option.
409
608c89a9 4102006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
85563680 411
608c89a9 412 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
85563680
JB
413 Fix the regular expressions.
414
f623a9d2
RS
4152006-02-21 Richard M. Stallman <rms@gnu.org>
416
417 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
418 if there's no other specific basis.
419
420 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
421 as variables at all.
422 (unsafep-variable): Rename arg; doc fix.
423
424 * abbrevlist.el (list-one-abbrev-table): Add autoload.
425
426 * calendar/appt.el (diary-selective-display): Add defvar.
427
428 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
429
430 * isearch.el (search-whitespace-regexp): Fix custom type.
431
432 * help.el (describe-key-briefly): Compute interactive args
433 in same was as before previous change.
434
435 * files.el (enable-local-variables): Doc fix.
436
dd9959da
KS
4372006-02-21 Kim F. Storm <storm@cua.dk>
438
439 * fringe.el: Cleanup as file is now pre-loaded.
440 (fringe-bitmaps): Initialize unconditionally.
441 (fringe-mode, set-fringe-style): Remove autoload cookies.
442
4432006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
444
445 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
446 `horizontal-bar'.
447 (fringe-cursor-alist): Use `horizontal-bar'.
448
49af2995
KS
4492006-02-20 Kim F. Storm <storm@cua.dk>
450
451 * fringe.el (fringe-bitmaps): Update to new bitmap names.
452 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
453
454 * loadup.el: Load "fringe" on window systems.
455
4562006-02-20 Nick Roberts <nickrob@snap.net.nz>
17007b97
NR
457
458 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
459 out of scope components.
460
461 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
462 default.
463
ec9f0a62
CY
4642006-02-20 Chong Yidong <cyd@stupidchicken.com>
465
4e6d3170
SM
466 * custom.el (customize-mark-to-save, customize-mark-as-set):
467 Load the symbol first.
ec9f0a62 468
5376d5f6
JB
4692006-02-20 Juanma Barranquero <lekktu@gmail.com>
470
471 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
472 strech spec so it doesn't display as "^J" on the header line
473 when `Buffer-menu-use-header-line' is t.
474
8e6694f5
NR
4752006-02-20 Nick Roberts <nickrob@snap.net.nz>
476
477 * speedbar.el (speedbar-make-button): Keep text properties
478 of string arguments if desired.
479
480 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
481 expessions.
482
483 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
484 of speedbar.
485
07556e35
JPW
4862006-02-19 Ryan Yeske <rcyeske@gmail.com>
487
488 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
489 to value of `read-file-name-completion-ignore-case'.
490
2d656942
CY
4912006-02-19 Chong Yidong <cyd@stupidchicken.com>
492
fccf2784 493 * custom.el (customize-mark-as-set): Push to `user' theme.
4a9ceb4e 494
2d656942 495 * cus-edit.el (custom-save-variables): Allow unthemed values.
fccf2784 496 (customize-set-variable): Push setting to `user' theme.
2d656942 497
4d9fa6b8
NR
4982006-02-19 Nick Roberts <nickrob@snap.net.nz>
499
500 * progmodes/gud.el: Don't require font-lock as it's now
501 automatically loaded.
502 (gud-speedbar-buttons): Replace gdb-var-changed with
503 gdb-force-update.
504
505 * progmodes/gdb-ui.el (gdb-force-update): Rename from
506 gdb-var-changed.
507 (gdb-post-prompt): Use it.
508 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
509 (gdb-var-update-handler, gdb-var-delete)
510 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
511 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
512 gdb-force-update in gdb-post-prompt.
513 (gdb-reset): Clear watch expressions from speedbar when quitting.
514
b6178721 5152006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5376d5f6
JB
516
517 * viper-cmd.el (viper-insert-state-post-command-sentinel)
518 (viper-change-state-to-vi, viper-change-state-to-emacs):
519 Make aware of cursor coloring in the Emacs state.
520 (viper-special-read-and-insert-char): Use read-char-exclusive.
521 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
522
523 * viper-init.el (viper-emacs-state-cursor-color): New variable.
524
525 * viper-util.el (viper-save-cursor-color)
526 (viper-get-saved-cursor-color-in-replace-mode)
527 (viper-get-saved-cursor-color-in-insert-mode)
528 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
b6178721 529 state.
5376d5f6
JB
530 (viper-get-saved-cursor-color-in-emacs-mode): New function.
531
532 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
533 (ediff-ignore-case-option3, ediff-actual-diff-options)
534 (ediff-actual-diff3-options): New variables to control case sensitivity.
535 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
536 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
537 (ediff-toggle-ignore-case): New function.
538 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
539
540 * ediff-help.el (ediff-long-help-message-narrow2)
541 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
542 (ediff-long-help-message-word-mode): Add ignore-case command.
543 (ediff-help-for-quick-help): Add ignore-case command.
544
545 * ediff-merg.el: Move provide to the end.
546
547 * ediff-ptch.el: Move provide to the end.
548
549 * ediff-wind.el: Move provide to the end.
550
551 * ediff-mult.el: Move provide to the end.
552 (ediff-set-meta-overlay): Enable follow-link.
553
554 * ediff.el: Move provide to the end.
b6178721 555 Break recursive load cycle in eval-when-compile.
5376d5f6
JB
556 (ediff-patch-buffer): Better heuristics.
557
558 * ediff-util.el: Move provide to the end.
b6178721 559 Break recursive load cycle in eval-when-compile.
5376d5f6 560 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
b6178721 561 defuns.
5376d5f6 562 (ediff-submit-report): Pass the values of ediff-diff3-program,
b6178721 563 ediff-diff3-options.
5376d5f6 564
dee503e5
JB
5652006-02-19 Juanma Barranquero <lekktu@gmail.com>
566
567 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
568 the opening bracket of the following bracketing pairs: {}, [], (), <>,
569 `' (for example, in the docstring of `windmove-default-keybindings').
570
e06b715f
NR
5712006-02-19 Nick Roberts <nickrob@snap.net.nz>
572
573 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
574 shadow face. Don't provide binding to edit variable when it is
575 out of scope.
576
577 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
578 (gdb-var-update-handler): Detect out of scope variables with pre
579 GDB 6.4 too.
172892e3 580 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
dee503e5 581 Reset status of variable objects to nil in update handlers.
e06b715f
NR
582 (gdb-var-update-handler-1): Detect when a variable object comes
583 in scope. setcar on var changes gdb-var-list directly.
584
d73c9bcb
JL
5852006-02-17 Juri Linkov <juri@jurta.org>
586
587 * ffap.el (ffap) <defface>: Add explicit face declaration.
588 (ffap-highlight): Use face `ffap' directly instead of checking
589 for its existence.
590
591 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
592 `visible-ok' of `other-buffer' to find the right original buffer.
593
594 * info.el (Info-search): Skip `Local Variables' node.
595
bec275ed
JL
5962006-02-17 Juri Linkov <juri@jurta.org>
597
598 * info.el (Info-find-file): Check for symbols `apropos', `history',
599 `toc' in the input filename, and return these symbols as is.
600 (Info-find-node-2): Set Info-current-file to symbols `apropos',
601 `history', `toc' instead of strings.
602 (Info-set-mode-line): For non-string Info-current-file use the
603 symbol's name inside **.
604 (Info-isearch-push-state): Add quote before Info-current-file and
605 Info-current-node.
606 (Info-isearch-pop-state): Use `equal' instead of `string='.
607 (Info-extract-pointer, Info-following-node-name): Use
608 `match-string-no-properties' instead of `match-string'.
609 (Info-up): Check `old-file' for `stringp'.
610 (Info-history): Use `equal' instead of `string-equal'.
611 Check `file' for `stringp'.
612 (Info-history): Use symbol `history' instead of string as first arg
613 of `Info-find-node'.
614 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
615 `toc' instead of string.
616 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
617 instead of `buffer-substring', and `match-string-no-properties'
618 instead of `match-string'.
619 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
620 instead of strings.
621 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
622 Use symbol `apropos' instead of string.
623 (Info-copy-current-node-name): Check `Info-current-file' for
624 `stringp' and construct a command with `Info-find-node' from it.
625 (Info-fontify-node): Use `match-string-no-properties' instead of
626 `match-string' and check file names for `stringp'.
627 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
628 `history', `toc' instead of strings.
629
b9e1451a
CY
6302006-02-17 Chong Yidong <cyd@stupidchicken.com>
631
632 * files.el: Rearrange functions and variables in the file local
633 variables section.
634
8086a70c
RS
6352006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
636
637 * files.el: Add truncate-lines, ispell-check-comments and
638 ispell-local-dictionary as safe local variables.
639
11de097a
NR
6402006-02-18 Nick Roberts <nickrob@snap.net.nz>
641
642 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
643 out of scope variables.
644 (gud-speedbar-buttons): Use unless.
645
646 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
647 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
648 (gdb-show-changed-values): Also use for out of scope variables.
649 (gdb-var-update-handler-1): Note if variable goes out of scope.
650
783eebb9
EZ
6512006-02-17 Ryan Yeske <rcyeske@gmail.com>
652
653 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
654 default to global variable values for unsupplied args.
655 (rcirc-get-buffer-create): Fix bug with setting the target.
656 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
657 test for rcirc-always-use-server-buffer-flag here.
658 (rcirc-response-formats): Add %N, which is a facified nick. %n
659 uses the default face. Change the ACTION format string. If the
660 "nick" is the server, don't print anything for that field.
661 Comment fixes.
662 (rcirc-target-buffer): Don't test
663 rcirc-always-use-server-buffer-flag here.
664 (rcirc-print): Squeeze extra spaces out of the text before message.
665 (rcirc-put-nick-channel): Strip potential "@" char from nick
666 before adding them to nick table.
667 (rcirc-url-regexp): Improve to match address like "foo.com".
668
773e7e48
EZ
6692006-02-17 Eli Zaretskii <eliz@gnu.org>
670
11de097a 671 * allout.el (allout-hidden-p): Move this defsubst before
773e7e48
EZ
672 allout-overlay-interior-modification-handler, where it is first
673 used.
674
96b83743
EZ
6752006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
676
677 * allout.el: Use allout invisible-text overlays instead of
678 selective display for concealed text. Also, lots of general
679 cleanup, and improved compatibility code.
680
681 (allout-version) Incremented, corrected, revised, and refined
682 module commentary.
683
684 (provide 'allout): Moved to the bottom, added a require of overlay.
685
686 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
687 `except-current'.
688 (allout-write-file-hook-handler): Minimize delay.
689 (count-trailing-whitespace-region): New function so
690 auto-encryption of current topic can resituate cursor exactly.
691 PGP/GPG encryption trims trailing whitespace from lines, which
692 must be accounted for across encryption then decryption.
693
694 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
695 just plain "\C-c", to avoid intruding on user's keybinding space.
696
697 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
698 parameter, so user request to provide a new password is done.
699
700 (allout-outside-normal-auto-fill-function, allout-auto-fill):
701 Refined mechanism for auto-filling behavior while in allout mode.
702
703 (allout-mode): Explicitly specify the mode map in the docstring.
704 Clarify provision for various write-file hook var names.
705 Adjusted for invisible-text overlays instead of selective-display.
706
707 (allout-depth): Really return 0 if not within any topic. This
708 rectifies `allout-beginning-of-level' and sequence numbering
709 errors that occur when cutting and pasting numbered topics.
710 Changed from a in-line subst to a regular function, as well.
711
712 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
713
714 (allout-end-of-subtree, allout-end-of-subtree)
715 (allout-end-of-entry, allout-end-of-current-heading)
716 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
717 (allout-show-children, allout-show-to-offshoot)
718 (allout-hide-current-entry, allout-show-current-entry): Rectified
719 handling of trailing blank lines between items.
720
721 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
722 (allout-current-depth, allout-unprotected, allout-hidden-p)
723 (allout-on-current-heading-p, allout-listify-exposed)
724 (allout-chart-subtree, allout-goto-prefix)
725 (allout-back-to-current-heading, allout-get-body-text)
726 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
727 (allout-hide-region-body, allout-toggle-subtree-encryption)
728 (allout-encrypt-string, allout-encrypted-key-info)
729 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
730 (allout-file-vars-section-data): Adjusted for use with
731 invisible-text overlays instead of selective-display.
732
733 (allout-kill-line, allout-kill-topic, allout-yank-processing):
734 Reworked for use with invisible text overlays.
735
736 (allout-current-topic-collapsed-p): New function.
737
738 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
739 to know when to close the containing topic.
740
741 (allout-pre-command-business, allout-post-command-business):
742 Simplify undo-batching and dynamic isearch exposure.
743
744 (allout-set-overlay-category): New for invisible-text overlays.
745 Sets properties of allout-overlay-category, used by
746 allout-flag-region to set invisible-text overlay properties.
747 (allout-get-invisibility-overlay): Get the first qualifying
748 invisibility overlay, so we can find the extent of it.
749 (allout-back-to-visible-text): Get to just before the beginnining
750 of the current invisibility overlay, if any.
751
752 (allout-overlay-insert-in-front-handler)
753 (allout-overlay-interior-modification-handler)
754 (allout-before-change-handler, allout-isearch-end-handler): New
755 functions to handle extraordinary actions affecting concealed
756 text.
757
758 (allout-flag-region): Use overlays instead of selective-display
759 for invisible text - by inheritence from the properties of
dee503e5
JB
760 allout-overlay-category in mainline Emacs, and applied
761 property-by-property in XEmacs, some recent versions of which
96b83743
EZ
762 don't inherit the properties from the category. Provisions to
763 respond to concealed-text edits simplified drastically.
764
765 (allout-isearch-rectification, allout-isearch-was-font-lock)
766 (allout-isearch-expose, allout-enwrap-isearch)
767 (allout-isearch-abort, allout-pre-was-isearching)
768 (allout-isearch-prior-pos, allout-isearch-did-quit)
769 (allout-isearch-dynamic-expose)
770 (allout-hide-current-entry-completely): Functions deleted.
771
772 (allout-undo-aggregation): Explicit undo aggregation no longer
773 necessary due to transition away from selective-display.
774
775 (set-allout-regexp, allout-up-current-level)
776 (allout-next-visible-heading, allout-forward-current-level)
777 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
778 (allout-kill-line, allout-yank-processing, allout-show-children)
779 (allout-expose-topic, allout-old-expose-topic)
780 (allout-listify-exposed, allout-insert-latex-header)
781 (allout-toggle-subtree-encryption, allout-encrypt-string)
782 (remove-from-invisibility-spec, allout-hide-current-subtree):
783 Ditched unused variables.
784
a2a385a7
EZ
7852006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
786
72e4724b 787 * textmodes/ispell.el (ispell-change-dictionary): Call
a2a385a7
EZ
788 ispell-buffer-local-dict instead of
789 ispell-accept-buffer-local-defs.
72e4724b 790 (ispell-local-dictionary-alist): Accept as valid any coding-system
dee503e5 791 supported by Emacs.
72e4724b
EZ
792 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
793 changed to iso-8859-3.
a2a385a7 794
c3229403
NR
7952006-02-17 Nick Roberts <nickrob@snap.net.nz>
796
60b8fb50
NR
797 * speedbar.el (speedbar-frame-width): Make an inline function
798 instead of a macro. Use frame-width.
dee503e5 799 (speedbar-try-completion, speedbar-update-contents)
60b8fb50
NR
800 (speedbar-timer-fn): Use consp.
801 (speedbar-update-localized-contents): Try to preserve point.
802
803 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
c3229403 804 (menu): Re-order menu items.
60b8fb50
NR
805 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
806 field.
807 (gdb-var-update-handler-1): Use it for GDB 6.4+.
808 (gdb-post-prompt): Speed things by not forcing update.
c3229403 809
bc7b6e08
CY
8102006-02-16 Chong Yidong <cyd@stupidchicken.com>
811
812 * wid-edit.el (widget-button-click): For mouse-1, cancel button
813 press and perform default action if we get a mouse movement event.
814
b5189759
JB
8152006-02-16 Juanma Barranquero <lekktu@gmail.com>
816
817 * calendar/icalendar.el (icalendar--get-event-property)
818 (icalendar--get-event-property-attributes): Fix typos in
819 docstrings.
820
821 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
822 docstring.
823
988deaf9
JB
8242006-02-15 Juanma Barranquero <lekktu@gmail.com>
825
826 * bs.el (bs-mode): Use `buffer-disable-undo'.
827 (bs--get-file-name): Simplify.
828 (bs-show-in-buffer): Mark the buffer as not modified.
829
42078bb2
CY
8302006-02-14 Chong Yidong <cyd@stupidchicken.com>
831
bb55f90e
CY
832 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
833 widget-button-click.
834
835 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9ca66103 836 (custom-mode): Update docstring.
bb55f90e 837
50be33f5
CY
838 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
839 binding.
840
42078bb2 841 * files.el (hack-local-variables-confirm): Allow scrolling if the
0a158521 842 file variable list is too long. Kill temp buffer after use.
42078bb2 843
a4b354b7
NR
8442006-02-15 Nick Roberts <nickrob@snap.net.nz>
845
846 * progmodes/gud.el (gdb): Improve doc string.
847 (gdb-script-font-lock-keywords): Expand allowed character set.
848
849 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
850 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
851 (gdb-separate-io-interrupt, gdb-separate-io-quit)
852 (gdb-separate-io-stop, gdb-separate-io-eof):
853 Rename from gdb-inferior-* to gdb-separate-*.
854 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
855
d7505da3
JB
8562006-02-14 Jay Belanger <belanger@truman.edu>
857
858 * calc/calc-arith.el (math-check-known-scalarp): Make sure
859 expression is a symbol before checking that it is bound.
860
861 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
862 test to see if equation can be solved.
863
d450f2a2
CY
8642006-02-14 Chong Yidong <cyd@stupidchicken.com>
865
e1ec62a5
CY
866 * wid-edit.el (widget-button-click): Use :pressed-face property
867 for overlay face, if it exists.
868
869 * cus-edit.el (custom-manual, custom-add-see-also)
870 (custom-add-parent-links, custom-group-link): Add :pressed-face
871 property to links.
872
d450f2a2
CY
873 * files.el (hack-local-variables): Remove ignored variables before
874 checking if any variables need setting.
875
0dd95b49
JD
8762006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
877
ef4cbfc0 878 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
0dd95b49 879
a5f43550
JB
8802006-02-14 Juanma Barranquero <lekktu@gmail.com>
881
882 * help.el (where-is): Fix message for remapped commands.
883
ef4cbfc0
JB
884 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
885 Fix typos in docstrings.
886
5a6c1d87
CY
8872006-02-13 Chong Yidong <cyd@stupidchicken.com>
888
889 * files.el (safe-local-variable-values): New option.
890 (hack-local-variables-prop-line): Return a list of variable-value
891 pairs if MODE-ONLY is non-nil.
892 (hack-local-variables): Construct list of variable-value pairs,
893 and apply or reject them in one go. Ask for confirmation if
894 variables are not known safe.
895 (hack-local-variables-confirm): Complete rewrite. Support
896 `safe-local-variable-values'.
897 (enable-local-variables): Update docstring to reflect new
898 behavior.
899 (ignored-local-variables): Ignore ignored-local-variables and
900 safe-local-variable-values.
901 (safe-local-variable-p): New function.
902 (risky-local-variable-p): `safe-local-variable' property check
903 moved to safe-local-variable-p.
904 (hack-one-local-variable): Checks moved to hack-local-variables.
905
a5f43550
JB
906 (byte-compile-dynamic, c-basic-offset, c-file-style)
907 (c-indent-level, comment-column, fill-column, fill-prefix)
908 (indent-tabs-mode, kept-new-versions, no-byte-compile)
909 (no-update-autoloads, outline-regexp, page-delimiter)
910 (paragraph-start, paragraph-separate, sentence-end)
911 (sentence-end-double-space tab-width, version-control):
912 Add `safe-local-variable' property.
5a6c1d87
CY
913
914 * find-lisp.el: Delete nonexistent `autocompile' file variable.
915
916 * icomplete.el, play/landmark.el: Change nonexistent
917 `outline-layout' file variable to `allout-layout'.
918
ee517841
NR
9192006-02-14 Nick Roberts <nickrob@snap.net.nz>
920
921 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
922 (gdb-get-changed-registers): Test value of gud-minor-mode relative
923 to gud-comint-buffer.
924 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
925 gdb-ui.el for gdb-mi.el.
926 (gdb-post-prompt, gdb-get-changed-registers): Move test for
927 registers buffer to gdb-get-changed-registers.
928 (gdb-breakpoint-regexp): New regexp. Allow toggling and
929 deletion of catchpoints (throw and catch).
930 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
931 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
932 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
933 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
934 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
935
c3a1b861
JB
9362006-02-13 Jay Belanger <belanger@truman.edu>
937
a5f43550 938 * calc/calc-arith.el (math-check-known-matrixp): Make sure
c3a1b861
JB
939 expression is a symbol before checking that it is bound.
940
2c8ed538
RS
9412006-02-13 Richard M. Stallman <rms@gnu.org>
942
f8d775e1
RS
943 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
944 for the minibuffer too, but not if resize-mini-windows will interfere.
945
2c8ed538
RS
946 * help.el (describe-key-briefly, describe-key): Do all arg-reading
947 inside `interactive' spec.
948 (describe-key-briefly-internal, describe-key-internal):
949 Functions merged back into their callers.
a5f43550 950
fd5b25da
JL
9512006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
952
953 * info.el (info-xref-visited): Inherit from info-xref too.
954 (Info-set-mode-line): Replace occurrences of `%' by `%%'
955 when propertizing Info-current-file and Info-current-node.
956
ace665ea
JL
9572006-02-13 Juri Linkov <juri@jurta.org>
958
959 * tumme.el (tumme-thumbnail-storage): Fix docstring.
960 (tumme-thumb-name): Fix per-directory format.
961
50d16788
JB
9622006-02-13 Juanma Barranquero <lekktu@gmail.com>
963
964 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
965
3715419e
MB
9662006-02-12 Miles Bader <miles@gnu.org>
967
968 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
969
98da60f7
MD
9702006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
971
50d16788 972 * tumme.el: Remove history section. If someone needs the it, it
98da60f7
MD
973 can always be found in CVS.
974
fb453473
MD
9752006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
976
50d16788
JB
977 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
978 about the Thumbnail Managing Standard option.
fb453473 979
0283e339
RS
9802006-02-12 Richard M. Stallman <rms@gnu.org>
981
982 * subr.el (substitute-key-definition): Doc fix.
983
984 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
985
986 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
987
988 * info.el (Info-mode): Doc fix.
989
990 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
991
7dbde7dd
MA
9922006-02-12 Michael Albinus <michael.albinus@gmx.de>
993
994 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
995 because on Solaris a POSIX compatible "id" is needed. Reported by
996 Magnus Henoch <mange@freemail.hu>.
997
ea948bd6
JL
9982006-02-12 Juri Linkov <juri@jurta.org>
999
1000 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1001 (tumme) <defgroup>: Change :group to `multimedia'.
1002 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1003 Managing Standard.
1004 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1005 Fix dostring.
1006 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1007 and %y. Fix docstring.
1008 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1009 (tumme-cmd-create-standard-thumbnail-command): New user options.
1010 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1011 is `standard'. Fix docstring.
1012 (tumme-thumb-width, tumme-thumb-height): New user options.
1013 (tumme-external-viewer): Try to find various viewers.
1014 (tumme-get-thumbnail-image): Use `create-image' instead of
1015 constructing the `image' structure.
1016 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1017 `standard'.
1018 (tumme-thumb-name): Add file name generation for standard storage.
1019 Simplify code for other storages.
1020 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1021 Add modification time %m and thumbnail-nq8 %q.
1022 Use `tumme-cmd-create-standard-thumbnail-command' if
1023 tumme-thumbnail-storage is `standard'.
1024 (tumme-dired-insert-marked-thumbs): New autoload command.
1025 (tumme-dired-after-readin-hook): New function.
1026 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1027 `tumme-thumb-size'.
1028 (tumme-display-image): Replace size-x %x and size-y %y with
1029 width %w and height %h.
1030
1031 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1032 `tumme-dired-insert-marked-thumbs'.
1033
c39343ca
MD
10342006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1035
f828c6fc
JB
1036 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1037 include path).
1038 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1039 matching tag.
c39343ca 1040
324e4da7
MB
10412006-02-12 Miles Bader <miles@gnu.org>
1042
1043 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1044 New variables.
1045 (rcirc-abbrev-nick): New function.
1046 (rcirc-format-response-string): Rewrite to use the formats in
1047 `rcirc-response-formats' and expand escape sequences therein.
1048 A text-property `rcirc-text' is added over the actual response
1049 text to make easy to find inside the returned string.
1050 (rcirc-print): When filling, just look for the `rcirc-text'
1051 text-property to find the appropriate fill prefix, instead of
1052 using hardwired patterns.
1053
e6b84d1f
MD
10542006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1055
f828c6fc
JB
1056 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1057 Managing Standard.
e6b84d1f 1058
ed096543
KS
10592006-02-11 Kim F. Storm <storm@cua.dk>
1060
1061 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1062 Don't use insert-buffer; do insert-buffer-substring directly.
50d16788 1063 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
ed096543 1064
518dc5be
EZ
10652006-02-11 Martin Rudalics <rudalics@gmx.at>
1066
1067 * files.el (revert-buffer, recover-file): Replace buffer-read-only
0a9cef67 1068 with inhibit-read-only. Suggested by Stefan Monnier.
518dc5be
EZ
1069 (revert-buffer): Let insert-file-contents discard
1070 buffer-undo-list. Simplify code.
1071 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1072
c54fb9ef
EZ
10732006-02-11 Eli Zaretskii <eliz@gnu.org>
1074
5fb64ecc
EZ
1075 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1076
c54fb9ef
EZ
1077 * help.el (describe-key-briefly): Now a wrapper for
1078 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8ee320fc 1079 to t. Populate yank-menu if empty.
c54fb9ef
EZ
1080 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1081 (describe-key): Now a wrapper for describe-key-internal. Bind
8ee320fc 1082 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
c54fb9ef
EZ
1083 (describe-key-internal): Renamed from describe-key.
1084
08108577
EZ
10852006-02-11 Milan Zamazal <pdm@zamazal.org>
1086
1087 * progmodes/glasses.el (glasses-separator): Doc fix.
1088 (glasses-original-separator): New defcustom.
1089 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1090
a348f5ba
EZ
10912006-02-11 Martin Rudalics <rudalics@gmx.at>
1092
1093 * mwheel.el (mouse-wheel-up-event): Doc fix.
1094
6295b3b1
MD
10952006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1096
f828c6fc
JB
1097 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1098 (tumme-dir): New function. Copied from thumbs.el.
6295b3b1 1099
be617bbf
JB
11002006-02-10 Juanma Barranquero <lekktu@gmail.com>
1101
1102 * desktop.el (desktop-outvar): Fix typo.
1103 (desktop-save-buffer-p): Doc fix.
1104
4f1a3949
JB
1105 * subr.el (substitute-key-definition): Fix typo.
1106
cbd488c4
YM
11072006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1108
1109 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1110 when window-system is mac.
1111
1112 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1113
d342156c
KS
11142006-02-10 Kim F. Storm <storm@cua.dk>
1115
1116 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1117 indirect-function instead of using condition-case.
1118
13664bec
MD
11192006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1120
f828c6fc
JB
1121 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1122 less `colloquial'...
13664bec 1123
d03b98ad
MD
11242006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1125
f828c6fc 1126 * tumme.el: Add a couple of todo items.
d03b98ad 1127
02501160 11282006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 1129
4f1a3949 1130 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
1131 (highlight-changes-mode): Don't change desktop-locals-to-save.
1132
fcfc4732
CY
11332006-02-09 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * image-mode.el (image-toggle-display): Clear image cache if using
1136 filename.
1137
02501160 11382006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 1139
d2ea84be
MY
1140 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1141 a `dired-man' target.
1bf6d4b5
RF
1142
1143 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
1144 boundary of symbols.
1145
bf54d814
SM
11462006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1147
1148 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1149
ddd1e91e
JB
11502006-02-09 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1153 `mapcar'; return nil.
1154
745cfc57
CY
11552006-02-08 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1158 some other event.
1159
db58efbf
EZ
11602006-02-08 Ryan Yeske <rcyeske@gmail.com>
1161
bf54d814
SM
1162 * net/rcirc.el (rcirc-startup-channels-alist):
1163 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
1164 (rcirc-ignore-all-activity-flag): Remove variable.
1165 (rcirc-authinfo): New variable.
1166 (rcirc-authinfo-filename): Remove variable.
1167 (rcirc-always-use-server-buffer-flag): New flag.
1168 (rcirc): M-x rcirc will automatically connect without prompting.
1169 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1170 connection in lisp.
1171 (rcirc-process-server-response-1): Remove everything but the nick
1172 portion of the sender so it doesn't need to be done everywhere
1173 else. Update related code.
1174 (global-map): Remove global keybindings.
1175 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1176 (rcirc-send-input): Split into several functions.
1177 (rcirc-process-input-line, rcirc-process-message)
1178 (rcirc-process-command): New functions.
1179 (rcirc-target-buffer): New function to determine where to route
1180 messages.
1181 (rcirc-user-nick): Save match data.
1182 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
1183 (rcirc-update-activity-string): Remove global ignore functionality,
1184 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
1185 (rcirc-track-minor-mode-map): New keymap.
1186 (rcirc-track-minor-mode): New minor-mode.
1187 (ignore): Make the ignore output nicer. Always print it when
1188 adding or removing nicks.
1189 (rcirc-url-regexp): Improve.
1190 (rcirc-mangle-text): Remove properties before using text in the
1191 modeline.
1192 (rcirc-authenticate): Authentication data comes from
1193 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1194 (rcirc-server-prefix): Inherit from rcirc-server.
1195
063cd226
EZ
11962006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1197
1198 * Makefile.in (compile): Append "|| true" to the end of the `find'
1199 command, like compile-always does.
1200
df2a9b12
SS
12012006-02-08 Sam Steingold <sds@gnu.org>
1202
1203 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1204 output from a dead connection.
1205
6102da26
MD
12062006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1207
cb192119 1208 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 1209
cb192119 12102006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
1211
1212 * wdired.el (wdired-mode-map): Use remap.
1213 (wdired-get-filename): Massage.
1214 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1215 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1216 `keymap' property rather than `local-map'.
1217
87ec3117
MD
12182006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1219
bd91608b
KS
1220 * tumme.el (tumme-get-thumbnail-image): New utility function.
1221 Suggested by from Chong Yidong.
1222 (tumme-dired-with-window-configuration): Rename from
1223 `tumme-dired'. Add code to save window configuration.
87ec3117 1224 (tumme-restore-window-configuration): New command to restore the
bd91608b 1225 window configuration that `tumme-dired-with-window-configuration'
cb192119 1226 saves before it changes the window configuration.
bd91608b
KS
1227 (tumme-show-all-from-dir): New command to display thumbnails for
1228 all files in a directory entered by the user, like M-x thumbs.
1229 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1230 have been created.
1231 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 1232 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 1233 Remove obsolete test function.
87ec3117 1234
9146d683
JB
12352006-02-07 Juanma Barranquero <lekktu@gmail.com>
1236
464540ed
JB
1237 * vc.el (small-temporary-file-directory): Remove defvar; there's
1238 a defcustom for it in files.el.
1239
9146d683
JB
1240 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1241 Fix typo in message.
1242 (tumme-gallery-generate): Fix typo in `error' message.
1243 (tumme-display-window-height-correction)
1244 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1245 (tumme-line-up-interactive): Dox fixes.
1246 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1247 (tumme-restore-window-configuration, tumme-format-properties-string)
1248 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1249 Fix typos in docstrings.
1250
1b505363
TTN
12512006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1252
1253 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1254
25ef2475
NR
12552006-02-07 Nick Roberts <nickrob@snap.net.nz>
1256
1257 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1258 User should use hook if desired.
1259
1260 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1261 buffer if necessary.
1262 (gdb-delete-frame-or-window): New function.
1263 (gdb-breakpoints-mode-map): Bind "q" to it.
1264
b06ee3d2
SM
12652006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1266
ea37fbb8
SM
1267 * textmodes/nroff-mode.el: Clean up name space.
1268 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1269 (nroff-mode): Obey the global setting of nroff-electric-mode.
1270 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1271
b06ee3d2
SM
1272 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1273
cbbd2cd3
TTN
12742006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1275
1276 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1277
12782006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
1279
1280 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 1281 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 1282
4c003d2f
JB
12832006-02-05 Jay Belanger <belanger@truman.edu>
1284
1285 Update copyright notices of the files in lisp/calc.
1286
1004fadc
RF
12872006-02-05 Romain Francoise <romain@orebokech.com>
1288
1289 Update copyright notices of all files in the lisp/play directory.
1290
632966a7
LT
12912006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1292
bec51011
LT
1293 * ldefs-boot.el: Regenerate.
1294
1295 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 1296
53391989
KS
12972006-02-05 Kim F. Storm <storm@cua.dk>
1298
1299 * files.el (magic-mode-regexp-match-limit): New defvar.
1300 (set-auto-mode): Use it to limit magic-mode-alist matching.
1301
62ffcd76
EZ
13022006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1303
aca2d9bb
EZ
1304 * simple.el (display-message-or-buffer): Compare the number of
1305 characters to the frame width when determining whether a 1-line
1306 message string will fit in the echo area. Count screen lines
1307 instead of buffer lines when determining whether a multi-line
1308 message will fit in the echo area/minibuffer window.
62ffcd76 1309
c1a055ca
EZ
13102006-02-04 Eli Zaretskii <eliz@gnu.org>
1311
4a99f153
EZ
1312 * info.el (Info-index, Info-mode): Improve the description of the
1313 `i' command.
1314
c1a055ca
EZ
1315 * ldefs-boot.el: Regenerate.
1316
cb8ec72a
WL
13172006-02-03 Werner Lemberg <wl@gnu.org>
1318
1319 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1320 greedy to find the closing bracket in \*[...] and similar
1321 expressions. This is a first rough fix -- many additional
b06ee3d2 1322 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 1323
6bba8c70
KH
13242006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1325
b06ee3d2
SM
1326 * international/mule-cmds.el (set-locale-environment):
1327 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
1328 libX11.
1329
24d5d3e2
EZ
13302006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1331
1332 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1333 archive are created in archive-tmpdir.
1334
070b3f44
JPW
13352006-02-02 John Paul Wallington <jpw@pobox.com>
1336
1337 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1338 (ibuffer-fontification-alist): Use it.
1339 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1340 to "* z" and the Ibuffer Mark menu.
1341
1342 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1343
7b8e06aa
SM
13442006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * textmodes/table.el (*table--cell-describe-mode)
1347 (*table--cell-describe-bindings): Undo last change since
1348 print-help-return-message is not obsoleted by anything at all.
1349
f079f5bc
LT
13502006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1351
1352 * emulation/cua-base.el (cua-mode): Doc fix.
1353
8b730780
JB
13542006-02-02 Juanma Barranquero <lekktu@gmail.com>
1355
0ddb3356
JB
1356 * dframe.el (dframe-handle-make-frame-visible)
1357 (dframe-handle-iconify-frame, dframe-get-focus)
1358 (dframe-select-attached-frame, dframe-power-click)
1359 (dframe-frame-mode): Fix typos in docstrings.
1360
1361 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1362 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1363 Fix typos in docstrings.
1364
8b730780
JB
1365 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1366 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1367 (hi-lock-archaic-interface-message-used)
1368 (hi-lock-file-patterns-range): Fix typos in docstrings.
1369
0ddb3356 1370 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 1371 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
1372
1373 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1374 Fix typo in docstring.
1375
475ffea4
JB
1376 * net/newsticker.el (newsticker--decode-iso8601-date)
1377 (newsticker--set-customvar, newsticker--buffer-insert-item)
1378 (newsticker--do-run-auto-mark-filter)
1379 (newsticker--parse-generic-feed): Doc fixes.
1380 (newsticker--retrieval-timer-list, newsticker-url-list)
1381 (newsticker-hide-immortal-items-in-echo-area)
1382 (newsticker-hide-obsolete-items-in-echo-area)
1383 (newsticker-new-item-face, newsticker--enclosure)
1384 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1385 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1386 (newsticker--parse-generic-feed, newsticker--cache-contains)
1387 (newsticker--stat-num-items, newsticker-download-enclosures):
1388 Fix typos in docstrings.
1389
1390 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
1391 (rcirc-fill-column, rcirc-receive-message-hooks)
1392 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1393 (rcirc-mode, rcirc-generate-new-buffer-name)
1394 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1395 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1396 Fix typos in docstrings.
1397 (rcirc-print): "?\ " -> "?\s".
f161b079 1398 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 1399
e36cfca2
MH
14002006-02-01 Mark A. Hershberger <mah@everybody.org>
1401
1402 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1403 before narrow-to-region.
1404
39eadb4a
RS
14052006-02-01 Richard M. Stallman <rms@gnu.org>
1406
1407 * simple.el (move-beginning-of-line): Scan properly for invis change.
1408
1409 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1410
ca637b2a
MA
14112006-02-01 Michael Albinus <michael.albinus@gmx.de>
1412
1413 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1414 change bit only when id-format is 'integer. Reported by Matt
1415 Hodges <M.P.Hodges@rl.ac.uk>.
1416
ea56cdf1
JB
14172006-02-01 Juanma Barranquero <lekktu@gmail.com>
1418
1419 * hilit-chg.el (highlight-changes-initial-state)
1420 (highlight-changes-global-initial-state): Doc fixes.
1421 (highlight-changes-global-modes, global-highlight-changes):
1422 Fix typos in docstrings.
1423
bb92c642
KS
14242006-02-01 Kim F. Storm <storm@cua.dk>
1425
1426 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1427 transient-mark-mode in doc string.
1428
b2acecc1
RS
14292006-01-31 Richard M. Stallman <rms@gnu.org>
1430
1431 * replace.el (multi-occur): Doc fix.
7b8e06aa 1432 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
1433 multi-occur-by-filename-regexp. Prefix arg says match
1434 buffer names instead of file names.
1435
4d84a8d0
JB
14362006-01-31 Juanma Barranquero <lekktu@gmail.com>
1437
1438 * bs.el: Allow non-default values of `bs-header-lines-length'.
1439 (bs--running-in-xemacs): Remove (not needed anymore).
1440 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1441 instead of `shrink-window', thus avoiding having to compute the
1442 height of the window.
1443 (bs--up): Wrap around even when there's no header.
1444 (bs--down): Use `forward-line' instead of `next-line'.
1445
2bd53dc0
CY
14462006-01-30 Chong Yidong <cyd@stupidchicken.com>
1447
1448 * image-mode.el (image-toggle-display): Use file name if possible,
1449 instead of unnecessarily allocating a (possibly huge) lisp string.
1450
c45c309f
JPW
14512006-01-30 John Paul Wallington <jpw@pobox.com>
1452
1453 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1454 because the `assert' macro signals it at runtime.
1455
1456 * emacs-lisp/cl.el (toplevel): Remove definition of
1457 `cl-assertion-failed' condition.
1458
75e49434
NR
14592006-01-30 Nick Roberts <nickrob@snap.net.nz>
1460
1461 * thumbs.el (thumbs-marked-list): Make buffer-local and
1462 permanent-local.
1463 (thumbs-insert-thumb): Make help-echo non-sticky.
1464 (thumbs-file-alist): Use eolp as check for (non)-image.
1465
520c451b
JB
14662006-01-30 Juanma Barranquero <lekktu@gmail.com>
1467
a3bc032f
JB
1468 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1469 (ediff-before-session-group-setup-hooks)
1470 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1471 Fix typos in docstrings.
1472
9872af18
JB
1473 * window.el (bw-dir, bw-eqdir, balance-windows)
1474 (split-window-keep-point): Fix typos in docstrings.
1475
b0a10108
JB
1476 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1477 (org-quote-string, org-calendar-to-agenda-key)
1478 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1479 (org-show-following-heading, org-tags-column)
1480 (org-use-tag-inheritance, org, org-allow-space-in-links)
1481 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1482 (org-enable-table-editor, org-calc-default-modes)
1483 (org-table-allow-automatic-line-recalculation)
1484 (org-export-html-style, org-export-with-fixed-width)
1485 (org-export-with-sub-superscripts, org-special-keyword)
1486 (org-formula, org-time-grid, org-table-may-need-update)
1487 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1488 (org-goto-quit, org-get-indentation, org-end-of-item)
1489 (org-move-item-down, org-move-item-up)
1490 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1491 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1492 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1493 (org-agenda-log-mode, org-agenda-toggle-diary)
1494 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1495 (org-agenda-file-to-end, org-agenda-no-heading-message)
1496 (org-agenda-get-closed, org-format-agenda-item)
1497 (org-cmp-priority, org-cmp-category, org-cmp-time)
1498 (org-agenda-change-all-lines, org-agenda-diary-entry)
1499 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1500 (org-link-search, org-camel-to-words, org-open-file)
1501 (org-remember-handler, org-table-convert-region)
1502 (org-table-move-row-down, org-table-move-row-up)
1503 (org-table-copy-region, org-table-wrap-region)
1504 (org-table-toggle-vline-visibility)
1505 (org-table-get-vertical-vector, org-table-modify-formulas)
1506 (org-table-get-specials, org-recalc-commands)
1507 (org-table-rotate-recalc-marks, org-table-eval-formula)
1508 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1509 (org-level-color-stars-only, org-insert-heading):
1510 Fix typos in docstrings.
1511 (last-arg): Add defvar.
1512
520c451b
JB
1513 * makefile.w32-in (WINS): Add erc.
1514 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1515
68b88a6d
BW
15162006-01-29 Bill Wohler <wohler@newt.com>
1517
1518 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1519 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 1520 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
1521 (mh-autoloads): Don't use comments on otherwise empty lines.
1522
98c414c7
MB
15232006-01-29 Edward O'Connor <ted@oconnor.cx>
1524
1525 * emulation/viper.el (viper-major-mode-modifier-list): Add
1526 insert-state and vi-state entries for erc-mode.
1527 (viper-go-away, viper-set-hooks): Add and remove
1528 viper-comint-mode-hook from erc-mode-hook as appropriate.
1529
1530 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1531
635ed242
JB
15322006-01-29 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * bs.el (bs--format-aux): Implement `middle' alignment as
1535 described in the docstring for `bs-attributes-list'.
1536 (bs--get-name): Simplify. Don't pad the buffer name.
1537
dc86c16d
EZ
15382006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1539
1540 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1541 English aspell dictionary is installed, use the first entry of
1542 ispell-dictionary-alist-1.
1543
f9fe3e26
EZ
15442006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1545
1546 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1547 Doc fix.
1548
209bb3be
MA
15492006-01-27 Michael Albinus <michael.albinus@gmx.de>
1550
1551 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1552 for `process-file', in order to let it work for older Emacsen too.
1553
c80977a1
EZ
15542006-01-27 Eli Zaretskii <eliz@gnu.org>
1555
1556 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 1557 (latexenc-find-file-coding-system): Undo last change.
c80977a1 1558
df2a9b12 15592006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
1560
1561 * international/latexenc.el (latexenc-find-file-coding-system):
1562 Make sure latexenc-main-file is a regular file and is readable.
1563
c5b46a65
AS
15642006-01-27 Andre Spiegel <spiegel@gnu.org>
1565
1566 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1567 Pass FILE to vc-user-login-name.
1568
1569 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1570
6045b8ef
NR
15712006-01-27 Nick Roberts <nickrob@snap.net.nz>
1572
1573 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1574 there are no more images to display.
1575 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1576 the next image.
1577
57436ee7
RS
15782006-01-26 Richard M. Stallman <rms@gnu.org>
1579
1580 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1581
1582 * wid-edit.el (advertised-widget-backward): New alias.
1583 (widget-keymap): Use advertised-widget-backward for S-TAB.
1584
1585 * tumme.el: Correct the keywords.
635ed242 1586 (tumme-dir-max-size): Use defvar.
57436ee7
RS
1587 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1588
1589 * simple.el (move-beginning-of-line): Take account of fields.
1590 (clone-indirect-buffer-other-window): Take args like
1591 clone-indirect-buffer, and work like it.
1592
1593 * help-fns.el (describe-function): Don't pass `nil' as default.
1594
1595 * files.el (risky-local-variable-p): Follow var aliases.
1596
1597 * subr.el (lazy-completion-table): Doc fix.
1598
1599 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1600 global binding of `line'.
1601
817f348a
AS
16022006-01-25 Andre Spiegel <spiegel@gnu.org>
1603
1604 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1605 Tramp.
1606
1607 * vc.el (vc-default-dired-state-info): Pass FILE to
1608 vc-user-login-name.
1609 (vc-default-update-changelog): Don't use vc-user-login-name, we
1610 don't need it here.
1611
1612 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1613 no longer necessary.
209bb3be 1614
d1efee22
KH
16152006-01-25 Kenichi Handa <handa@m17n.org>
1616
1617 * international/mule.el (decode-char): Avoid the overhead of
1618 calling utf-lookup-subst-table-for-decode if
1619 utf-translate-cjk-mode is nil.
1620 (encode-char): Avoid the overhead of calling
1621 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1622 nil.
1623
16242006-01-22 Kenichi Handa <handa@m17n.org>
1625
1626 * international/mule.el (make-subsidiary-coding-system): Reset
1627 `coding-system-define-form' property of subsidiaries to nil.
1628 Avoid duplicated entry in coding-system-alist.
1629 (make-coding-system): Avoid duplicated entry in
1630 coding-system-alist.
1631 (define-coding-system-alias): Likewise.
1632
54c30f8d
LT
16332006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1634
1635 * completion.el: Minor fixes in introductory comment.
1636 (completion-def-wrapper): Fix alist.
1637
3beca8d5
NR
16382006-01-25 Nick Roberts <nickrob@snap.net.nz>
1639
1640 * thumbs.el (thumbs-new-image-size): New function.
1641 (thumbs-increment-image-size-element)
1642 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1643 (thumbs-decrement-image-size): Delete.
1644 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1645 temp files and use to resize.
1646 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1647 Use increment argument to enlarge/shrink. Preserve point.
1648 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1649 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1650 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1651 (thumbs-mark, thumbs-unmark): Preserve point.
1652 (thumbs-modify-image): Keep old temp files and use to modify.
1653 Cleanup old temp files at load time. Preserve point.
1654 (thumbs-view-image-mode-map): Use new command names.
1655
5d1c8151
SM
16562006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1657
243afed7
SM
1658 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1659
b8823bf4
SM
1660 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1661 the nastiest part of the cyclic dependency.
243afed7 1662 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 1663
5d1c8151
SM
1664 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1665 (calendar-week-start-day): Add an :initializer.
1666 (calendar-mode-map): Use suppress-keymap, and command remapping.
1667 (describe-calendar-mode): Setup xref-stack info for the back button.
1668 (calendar-star-date): Insert before delete.
1669 (calendar-set-mode-line): Add file-modified info if applicable.
1670 (calendar-increment-month): New function.
1671
317921ec
TTN
16722006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1673
1674 * font-lock.el (lisp-font-lock-keywords-2):
1675 Recognize "& keywords" only at word boundaries.
1676
3d9d607a
NR
16772006-01-24 Nick Roberts <nickrob@snap.net.nz>
1678
1679 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1680 and permanent-local.
635ed242
JB
1681 (thumbs-max-image-number): New variable.
1682 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
1683 (thumbs-per-line): Change default to 4.
1684 (thumbs-marked-list): Rename from thumbs-markedL.
1685 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1686 (thumbs-rename-images): Use -list instead of L for internal variables.
1687 (thumbs-call-convert): Use call-process instead of shell-command.
1688 (thumbs-insert-thumb): Add filename as help-echo to each image.
1689 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1690 Give dir to thumbs-show-thumbs-list.
1691 (thumbs-show-thumbs-list): Set default-directory to that of images.
1692 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1693 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1694 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1695 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1696
1e3b6bec
SM
16972006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * ses.el (ses-read-cell): Provide a default value.
1700
9dd28cae
JB
17012006-01-23 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * term/w32-win.el (image-library-alist): Add additional names for
1704 GIF library.
1705
e450a16a
RS
17062006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1707
1708 * international/latexenc.el (latexenc-find-file-coding-system):
1709 Add file-regular-p check.
1710
0a487199
SM
17112006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1712
af71d4c0
JB
1713 * simple.el (clone-buffer): Don't show the new buffer in the same
1714 window.
0a487199 1715
f9cd9582
JL
17162006-01-23 Juri Linkov <juri@jurta.org>
1717
1718 * faces.el (link, link-visited): New faces based on default values
1719 of `info-xref' and `info-xref-visited'.
1720
1721 * info.el (info-xref): Inherit from `link'.
1722 (info-xref-visited): Inherit from `link-visited'.
1723
1724 * cus-edit.el (custom-buffer-create-internal): Use widget type
1725 `custom-manual' instead of `info-link' and don't set properties
1726 `button-face' and `mouse-face' explicitly.
1727 (custom-browse-group-tag, custom-browse-variable-tag)
1728 (custom-browse-face-tag): Inherit from widget class
1729 `custom-group-link' instead of `push-button'.
1730 (custom-button-unraised): Inherit from `underline' face.
1731 (custom-link): Inherit from `link' face. Fix doc and group.
1732 (custom-add-parent-links, custom-group-value-create): Don't set
1733 properties `button-face' and `mouse-face' explicitly for
1734 `custom-group-link' widget.
1735 (custom-group-link): Add properties `button-face' and `mouse-face'
1736 to widget definition.
1737 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1738 editable-field's :keymap property.
1739 (custom-mode): Fix docstring: substitute keybindings for
1740 `widget-forward' and `widget-backward' from `widget-keymap',
1741 `widget-complete' from `custom-field-keymap', replace old
1742 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1743
1744 * desktop.el (desktop-load-file): Check for `fboundp' before
1745 calling `symbol-function'.
1746
1747 * simple.el (clone-buffer, clone-indirect-buffer)
1748 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1749 `read-string'. Fix prompts.
1750
1751 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1752
f1e73d84
NR
17532006-01-23 Nick Roberts <nickrob@snap.net.nz>
1754
1755 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1756
0aa08453
LT
17572006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1758
1759 * startup.el (inhibit-splash-screen, initial-scratch-message):
1760 Doc fixes.
1761
a69c01a0
MA
17622006-01-22 Michael Albinus <michael.albinus@gmx.de>
1763
1764 Sync with Tramp 2.0.52.
1765
1766 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1767 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1768 `tramp-unload-tramp' for checklist.
1769
1770 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1771 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1772 (tramp-unload-file-name-handler-alist)
1773 (tramp-unload-tramp): New defuns.
1774 (tramp-advice-PC-expand-many-files): New defadvice.
1775 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1776 removed.
1777 (tramp-handle-expand-file-name): Remove double slash.
1778 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1779 It doesn't matter, because it will be converted later on.
1780 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1781 implementation was just heuristic.
1782 (tramp-post-connection): Set uid and gid properties.
1783 (tramp-convert-file-attributes): Set file's gid change bit.
1784 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1785 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1786 in case of su(do)? methods. The home directory of the local user
1787 will be taken else.
1788 (tramp-open-connection-telnet)
1789 (tramp-open-connection-rsh, tramp-open-connection-su)
1790 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1791 local shell prompt could hurt. Reported by Romain Francoise
1792 <romain@orebokech.com>.
1793 (tramp-let-maybe): Add `edebug-form-spec' property.
1794 (tramp-handle-expand-file-name): Bind `default-directory' locally
1795 to "/" in order to avoid problems with UNC shares or Cygwin
1796 mounts.
1797 (tramp-md5-function): Fix typo in error message.
1798
1799 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1800
1801 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1802 for byte-compiler pacification.
1803
6e36b4ff
AS
18042006-01-22 Andre Spiegel <spiegel@gnu.org>
1805
1806 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1807 ID-FORMAT `string'. This allows us to get rid of
1808 `vc-user-login-name UID'.
1809
1810 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1811
a4c6ebf9
JPW
18122006-01-22 John Paul Wallington <jpw@pobox.com>
1813
1814 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1815
3bdedbcb
EZ
18162006-01-21 Martin Rudalics <rudalics@gmx.at>
1817
1818 * emacs-lisp/find-func.el (find-definition-noselect)
1819 (find-variable-noselect): Search variables in C source code too.
1820 (find-function-C-source, find-function-noselect, find-function)
1821 (find-function-other-frame, find-variable-noselect, find-variable)
1822 (find-variable-other-frame, find-variable-at-point):
1823 Fix docstrings.
1824
44eca3f4
EZ
18252006-01-21 Francesco Potorti` <pot@gnu.org>
1826
1827 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1828
f60117ac
EZ
18292006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1830
1831 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1832 Default to disabling the "Save affix" question.
1833
942d56b8
EZ
18342006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1835
1836 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1837 the first arg to run-python.
1838
6ff901c7
EZ
18392006-01-21 Eli Zaretskii <eliz@gnu.org>
1840
1841 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1842 is not loaded.
1843
a6c72dc3
JB
18442006-01-20 Jay Belanger <belanger@truman.edu>
1845
1846 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1847 limit is 0.
1848
6a056c5d
JB
1849 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1850 the correct variable.
1851
d86e2d95
CD
18522006-01-20 Carsten Dominik <dominik@science.uva.nl>
1853
af71d4c0 1854 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
1855 link. Fixed buggy argument sequence in call to `org-view-tags'.
1856 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1857 (org-prefix-has-tag): New variable.
1858 (org-format-agenda-item): Remove tags from headline if
1859 appropriate.
1860 (org-agenda-remove-tags-when-in-prefix): New option.
1861 (org-get-tags-at): New function.
1862
11f78f04
NR
18632006-01-20 Nick Roberts <nickrob@snap.net.nz>
1864
1865 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1866 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 1867 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
1868 images remain visible.
1869 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1870 order.
1871 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1872 mode name.
1873 (thumbs-next-image, thumbs-previous-image): Make them work.
1874
dc38351b
LT
18752006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1876
4151840f
LT
1877 * cus-edit.el (custom-buffer-create-internal): State in the text above
1878 the whole buffer buttons that they do not operate on hidden items.
1879 (custom-face-menu): Use `custom-face-save' instead of
1880 `custom-face-save-command'.
1881 (custom-face-save-command): Make it an alias for `custom-face-save'
1882 and declare it obsolete.
1883 (custom-face-save): Doc fix.
1884
dc38351b
LT
1885 * dired.el (dired-no-confirm): Add quote.
1886 (dired-subdir-alist-pre-R): Add quote in
1887 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1888
d2eed686
SM
18892006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * textmodes/table.el (table-mode-indicator): Typo in last change.
1892
c94c4d0a
RS
18932006-01-19 Richard M. Stallman <rms@gnu.org>
1894
1895 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1896 Fixes bug reported in Nov 2005.
1897
1898 * isearch.el (isearch-forward): Doc fix.
1899
1900 * dired.el (dired-move-to-filename-regexp): Define as alias.
1901 (dired-no-confirm): Use defcustom.
1902 (dired-subdir-alist-pre-R): Put defvar at top level.
1903
1904 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1905
1906 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1907 Mark as risky.
1908
1909 * simple.el (set-mark-command): Doc fix.
1910 (clone-indirect-buffer-other-window):
1911 Read arg like clone-indirect-buffer.
1912 (move-beginning-of-line): Skip invisible newlines.
1913
9a8ee448
MY
19142006-01-19 Masatake YAMATO <jet@gyve.org>
1915
d2eed686 1916 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
1917 listed conditions in a base C code buffer and its associate
1918 CPP Edit buffer the same.
d2eed686 1919
194939e3
KH
19202006-01-19 Kenichi Handa <handa@m17n.org>
1921
d9bf0f5a
KH
1922 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1923 (rmail-mime-feature): Likewise.
1924 (rmail-require-mime-maybe): Use display-warning to show a warning
1925 message.
1926
d2eed686 1927 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
1928 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1929
d2eed686
SM
19302006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * array.el: Move defvars out of eval-when-compile.
1933 (array-make-template): Replace undeclared global var with a local one.
1934 (array-mode): Inline initialization functions.
1935 (array-init-local-variables, array-init-max-row)
1936 (array-init-max-column, array-init-columns-per-line)
1937 (array-init-field-width, array-init-rows-numbered)
1938 (array-init-line-length, array-init-lines-per-row): Remove.
1939
1940 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
1941 (doc-mode-map): Define explicitly.
1942 (doctor-txtype): Use mapc.
1943
1944 * textmodes/table.el: Move defvars out of eval-when-compile.
1945 Remove harmful code meant to avoid byte-compiler warnings.
1946 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1947 specification that checks table-fixed-width-mode directly.
1948 (table-recognize-region, table-recognize-cell):
1949 Use restore-buffer-modified-p.
1950 (table-fixed-width-mode): Remove code that refreshes
1951 table-fixed-mode-indicator.
1952 (*table--cell-describe-bindings, *table--cell-describe-mode):
1953 Avoid obsolete name print-help-return-message.
1954 (table--test-cell-list): Don't use replace-regexp from elisp.
1955 (table--point-entered-cell-function, table--point-left-cell-function):
1956 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1957
1958 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1959 that was after the end of file. Use buffer-file-name variable.
1960 (org-timestamp-change): Use with-current-buffer.
1961 (org-todo-list): Don't unnecessarily define a new buffer-local var.
1962 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1963 `file'.
1964
1965 * progmodes/fortran.el: Move defvars out of eval-when-compile.
1966 (fortran-break-line): Remove unused var `opoint'.
1967 (fortran-abbrev-start): Obey help-event-list.
1968
b0aea09e
JH
19692006-01-18 Jesper Harder <harder@phys.au.dk>
1970
1971 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1972
3968c89f
MY
19732006-01-18 Masatake YAMATO <jet@gyve.org>
1974
1975 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 1976 derived from makefile-mode.
3968c89f
MY
1977 (makefile-imake-mode-syntax-table): New syntax table
1978 derived from makefile-mode-syntax-table.
d2eed686 1979 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
1980 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1981 (makefile-imake-font-lock-keywords): New font lock keywords.
1982
d2eed686 1983 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 1984
11b07c37 19852006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
1986
1987 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1988 loading the file rather than when turning on flyspell-mode.
1989
2e040f4e
LT
19902006-01-16 Luc Teirlinck <teirllm@auburn.edu>
1991
1992 * cus-edit.el (customize-rogue): Minor doc fix.
1993
83033a3a
JL
19942006-01-17 Juri Linkov <juri@jurta.org>
1995
84bf6ad8
JL
1996 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1997 instead of the file at the mark as default if the file at the mark
1998 is the same as the file at point or if dired-dwim-target-directory
1999 is not the same as the current directory and the mark is not active.
2000
202e166d
JL
2001 * log-view.el (log-view-minor-wrap): Use the same logic to get
2002 revisions as `log-view-diff'.
2003
d247d0fe
JL
2004 * info.el (Info-revert-find-node): Check for Info-current-file
2005 before preserving new-history.
2006
202e166d
JL
2007 * man.el (Man-heading-regexp): Add `/'.
2008
2009 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2010 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2011
20122006-01-16 Juri Linkov <juri@jurta.org>
2013
83033a3a
JL
2014 * faces.el (mode-line-faces): New defgroup.
2015 (mode-line-highlight): Move definition after new defgroup.
2016 (mode-line, mode-line-inactive, mode-line-highlight):
2017 Replace :group `modeline' with `mode-line-faces'.
2018 (mode-line-buffer-id): New face.
2019 (modeline-buffer-id): New face alias.
2020 (vertical-border): Remove :group `modeline'.
2021
2022 * bindings.el (propertized-buffer-identification): Use face
2023 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2024 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2025 (mode-line-buffer-identification-keymap): For mouse-1 replace
2026 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2027 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2028 mouse-3.
2029
d247d0fe
JL
2030 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2031 Buffer-menu-buffer. Doc fix.
2032 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
2033 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2034 `Buffer-menu-buffer'.
d247d0fe 2035
83033a3a
JL
2036 * info.el (Info-mode-line-node-keymap): New defvar.
2037 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2038 Propertize Info-current-node with `mode-line-buffer-id' and
2039 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2040
2041 * time.el (display-time-mail-face): Replace :group `faces' with
2042 `mode-line-faces'.
2043
0814ca04
KH
20442006-01-16 Kenichi Handa <handa@m17n.org>
2045
8e2e2956 2046 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
2047
2048 * language/european.el (cp1252): New alias for windows-1252.
2049
2050 * international/mule.el (autoload-coding-system): Prepare for EOL
2051 variants.
2052
14397ea7
DN
20532006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2054
2055 * term.el (term-raw-map): Add mapping for insert.
2056 (term-send-insert): New.
2057 (term-mode): Make variables local here instead of doing it in
2058 `term-emulate-terminal'.
2059 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
2060 Scroll reverse needs to take into account the scroll region.
2061 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
2062 (term-reset-terminal): Reset the scroll region.
2063 (term-handle-ansi-escape): Cursor up and down should take into
2064 account the scroll region.
8e2e2956
SM
2065 (term-set-scroll-region): Rename from `term-scroll-region'.
2066 Move to 0,0 after setting the region.
14397ea7
DN
2067 (term-handle-scroll): Handle scroll up.
2068 (term-down): Fix off by one error.
2069 (term-delete-lines): Do not delete outside the scroll region.
2070 (term-insert-lines): Take into account the scroll region.
2071
2834b9b3
SM
20722006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2073
d83d8efe
SM
2074 * textmodes/ispell.el (ispell-internal-change-dictionary)
2075 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2076 (start, end): Move declaration outside of eval-when-compile.
2077
ef0f5f7e
SM
2078 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2079 (flyspell-mode-on): Use it.
2080
2834b9b3
SM
2081 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2082 ispell-kill-ispell-hook.
2083
b41e2e73
LT
20842006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2085
2086 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2087 (Custom-reset-saved): Do not ask for confirmation in single option
2088 buffers.
2089
c94c4d0a
RS
20902006-01-13 Richard M. Stallman <rms@gnu.org>
2091
2092 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2093
97f4e87c
RF
20942006-01-13 Romain Francoise <romain@orebokech.com>
2095
2096 * add-log.el (add-change-log-entry, change-log-merge):
2097 Conditionally use `hard-newline'.
2098
83dc149d
EZ
20992006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2100
e47f89f0
EZ
2101 * wid-edit.el (widget-field-end): If the overlay is no longer
2102 associated with a buffer, behave as if the overlay didn't exist.
2103
2834b9b3
SM
2104 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2105 Make sure the links use the `custom-link' face.
83dc149d 2106
4c344753
SM
21072006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2110 (ld-script-mode): Don't set indent-line-function since we don't
2111 have one.
2112
203ac7f3
CD
21132006-01-13 Carsten Dominik <dominik@science.uva.nl>
2114
2e040f4e 2115 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
2116 application.
2117 (org-file-apps-defaults-gnu): Use mailcap as the default for
2118 selecting an application on a UNIX system.
2119 (org-agenda-show-tags): New command.
4c344753 2120 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
2121 (org-table-convert): Offset effect of modifying
2122 `org-table-insert-hline'.
2123 (org-format-agenda-item): New optional argument TAG.
2124 (org-compile-prefix-format): Handle %T format for the tag.
2125 (org-expand-wide-chars): New function.
4c344753
SM
2126 (org-table-insert-row, org-table-insert-hline):
2127 Use `org-expand-wide-chars'.
2128 (org-open-file): Fix bug in program launch.
2129 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 2130 (org-agenda-menu): Add tags commands.
203ac7f3 2131
fc8a237d
EZ
21322006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2133
2134 * textmodes/ispell.el (ispell-init-process): Include the used
2135 dictionary in ispell process start message.
2136 (ispell-internal-change-dictionary): When flyspell-mode is active
2137 and dictionary is changed, make sure ispell process is restarted
2138 and flyspell word cache cleared out for the current buffer.
2139 (ispell-change-dictionary): Make sure flyspell word cache is
2140 cleared out in all buffers with active flyspell mode when
4c344753
SM
2141 dictionary is globally changed.
2142 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 2143
53fad1e4
EZ
21442006-01-13 Eli Zaretskii <eliz@gnu.org>
2145
defe3b41
EZ
2146 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2147
53fad1e4
EZ
2148 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2149 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2150 years. Fix small differences wrt Makefile.in.
2151 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2152 Makefile.in does.
2153
d5ffcd96
BW
21542006-01-12 Bill Wohler <wohler@newt.com>
2155
2156 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2157 mh-search.el.
2158
bf56fd4d 21592006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
2160
2161 * progmodes/ld-script.el: Update copyright year.
2162
4c92479f
CY
21632006-01-12 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2166 Don't add widget if setting undefined.
2167
e75b11f8
JPW
21682006-01-12 John Paul Wallington <jpw@pobox.com>
2169
2170 * help-fns.el (describe-variable): Remove newlines from void
2171 variable output.
2172
d33a7384
NR
21732006-01-13 Nick Roberts <nickrob@snap.net.nz>
2174
2175 * wdired.el (wdired-mode-map): Add help echo for
2176 wdired-abort-changes.
2177
2178 * man.el (Man-file-name-regexp): Adjust for a list of files.
2179
4ec7bdfd
MY
21802006-01-12 Masatake YAMATO <jet@gyve.org>
2181
2182 * progmodes/ld-script.el (auto-mode-alist): Support
2183 suffix conventions used in netbsd and eCos.
2184
52bcabfe
LT
21852006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2186
2187 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2188 (custom-variable-menu, custom-face-menu, custom-group-menu)
2189 (Custom-mode-menu): Change names of menu items. (As discussed on
2190 emacs-devel.)
2191 (custom-face-menu): Add "Undo Edits" item.
2192
2193 * startup.el (init-file-user): defcustom -> defvar.
2194
2195 * tooltip.el (tooltip-mode): Doc fix.
2196
23e0c1a3
SM
21972006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * reveal.el (reveal-post-command): window-buffer signals an error on
2200 dead windows rather than returning nil.
2201 (reveal-open-new-overlays): An overlay might die while we open others.
2202
9c2cf222
BW
22032006-01-11 Bill Wohler <wohler@newt.com>
2204
6cc803de
BW
2205 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2206 phrasing in docstring.
2207
9c2cf222 2208 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 2209 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 2210
4076cbf6
MY
22112006-01-06 Masatake YAMATO <jet@gyve.org>
2212
2213 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2214 C preprocessor forward ported from GNU Emacs 21.2.
2215
23e0c1a3
SM
2216 * progmodes/asm-mode.el (asm-font-lock-keywords):
2217 Use `cpp-font-lock-keywords'.
4076cbf6
MY
2218
2219 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2220
2221 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 2222 of $ for "\\.ld[s]?".
4076cbf6 2223
587d108e
SM
22242006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2225
05794f14
SM
2226 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2227 (tcl-indent-line): Return `noindent' if inside a string.
2228
587d108e
SM
2229 * progmodes/flymake.el (flymake-split-string): Remove more than one
2230 empty string at beg/end of the result.
2231 (flymake-find-buildfile, flymake-find-possible-master-files):
2232 Use expand-file-name.
2233 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2234 since expand-file-name does it for us. Use directory-file-name.
2235 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2236 (flymake-ler-get-type, flymake-ler-get-text)
2237 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2238 (flymake-current-line-no): Remove spurious interactive spec.
2239 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2240 (flymake-check-include): Remove arg inc-path merged into inc-name.
2241 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2242 Arg regexp-list replaced by a simple regexp.
2243 (flymake-master-make-header-init, flymake-master-tex-init):
2244 Correspondingly replace regexp-list with a regexp. Fix regexp.
2245
0c91399a
SJ
22462006-01-10 Simon Josefsson <jas@extundo.com>
2247
2248 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2249 describing AUTH PLAIN fix.
2250
9888f112
TTN
22512006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2252
2253 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2254 (report-emacs-bug): Don't record initial prompt text.
2255 Instead, add text properties to prompting text.
2256 (report-emacs-bug-hook): Delete prompting text.
2257
5f73367d
SM
22582006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2261 `dirs'. Adjust callers.
2262
ee5137b3
JPW
22632006-01-09 John Paul Wallington <jpw@gnu.org>
2264
2265 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2266
62c5f375
SM
22672006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2268
ffb5fc37
SM
2269 * reveal.el (reveal-open-new-overlays): New extracted fun.
2270 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2271 using them. Simplify the code.
2272 (reveal-post-command): Use them. Fix up obsolete windows in
2273 reveal-open-spots.
2274
6fee12e6
SM
2275 * progmodes/flymake.el: Use `require' rather than autoload for
2276 XEmacs's overlays.
2277 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2278 Delete. Use file-relative-name instead.
2279 (flymake-get-syntax-check-program-args, flymake-perl-init):
2280 Simplify the resulting code.
2281
62c5f375
SM
2282 * log-view.el (log-view-file-re, log-view-message-re): Add support
2283 for DaRCS output.
2284
e1b3b7a2
AS
22852006-01-09 Alex Schroeder <alex@gnu.org>
2286
2287 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2288 identifiers sometimes added in square brackets at the beginning of
2289 subject lines.
2290
67177975
RS
22912006-01-07 Richard M. Stallman <rms@gnu.org>
2292
2293 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2294 (Custom-reset-current, Custom-reset-saved): Change question text.
2295 (Custom-reset-standard): Likewise.
2296 (custom-variable-reset-saved): Doc fix.
2297
d3a81eee
EZ
22982006-01-07 Eli Zaretskii <eliz@gnu.org>
2299
2300 * startup.el (init-file-user): Doc fix.
2301
53f831f3
AS
23022006-01-07 Alex Schroeder <alex@gnu.org>
2303
80068231
AS
2304 * mail/rmail.el (rmail-current-subject): New function.
2305 (rmail-current-subject-regexp): New function.
2306 (rmail-next-same-subject): Use it.
2307
62c5f375
SM
2308 * mail/rmailsum.el (rmail-summary-by-topic):
2309 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
2310 (rmail-summary-next-same-subject): Ditto.
2311
53f831f3
AS
2312 * net/rcirc.el (rcirc-send-input): No longer check whether the
2313 process is open, since not all commands need an open process.
2314 (rcirc-send-string): Check whether the process is open before
2315 sending anything.
2c8abe90
AS
2316 (rcirc-ignore-list): New option.
2317 (rcirc-ignore-list-automatic): New variable.
2318 (rcirc-print): Take rcirc-ignore-list into account.
2319 (rcirc-cmd-ignore): New command.
2320 (rcirc-ignore-update-automatic): New function.
2321 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2322 list if ignored nicks.
2323 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 2324
53dab082
EZ
23252006-01-06 David Reitter <david.reitter@gmail.com>
2326
2327 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2328 reflect the address to which the report will be sent.
2329
01b959a3
EZ
23302006-01-06 Eli Zaretskii <eliz@gnu.org>
2331
2332 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2333 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2334
8c722a81
EZ
23352006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2336
2337 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2338
2339 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2340 the doc string: "functoin" => "function".
af71d4c0 2341 * ldefs-boot.el: Likewise.
8c722a81
EZ
2342
2343 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2344 message text: "Duplicat" => "Duplicate".
2345
0133dab9
EZ
23462006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2347
2348 * files.el (basic-save-buffer-2): If backing-up failed, reset
2349 buffer-backed-up to nil.
2350
753c278e
NR
23512006-01-06 Nick Roberts <nickrob@snap.net.nz>
2352
2353 * progmodes/gud.el (gdb-script-skip-to-head)
2354 (gdb-script-calculate-indentation): Indent for breakpoint command
2355 lists also.
2356
77a0dbd2
BW
23572006-01-05 Bill Wohler <wohler@newt.com>
2358
2359 * Makefile.in (compile-always): Add mh-autoloads dependency.
2360 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2361 provides it.
600bc46c
BW
2362 (updates): Remove mh-autoloads dependency, since it probably has
2363 already run recently (via recompile).
77a0dbd2 2364
c07fa030
SM
23652006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2366
bef9f82c
SM
2367 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2368 argument `force' to disable the flyspell-last-buffer optimization.
2369 (flyspell-mode-on): Use it.
2370
c07fa030
SM
2371 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2372 flymake-simple-cleanup.
2373 (flymake-allowed-file-name-masks): Use this new default.
2374 All the functions are now called in the right buffer rather than
2375 passing the buffer as argument.
2376 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2377 (flymake-parse-err-lines): Remove redundant buffer arg.
2378 (flymake-get-program-dir): Comment out unused function.
2379 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2380 Remove redundant buffer argument.
2381 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2382 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2383
f00239cf
RS
23842006-01-05 Richard M. Stallman <rms@gnu.org>
2385
a203a18c
RS
2386 * info.el (Info-find-node): Don't record previous node if have none.
2387 (info): Go to directory only if history is empty.
2388
f00239cf
RS
2389 * simple.el (mark): Doc fix.
2390
07f9b01c
YM
23912006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2392
2393 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2394 already of desired type.
2395 (mac-ae-list): Coerce parameter to "list" type.
2396 (mac-dispatch-apple-event): Replace cadr part of event with a
2397 dummy position so that event-start returns it.
2398
8abe9d4f
CD
23992006-01-05 Carsten Dominik <dominik@science.uva.nl>
2400
2e040f4e 2401 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
2402 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2403 Use `org-end-of-subtree'.
8abe9d4f
CD
2404 (org-agenda, org-agenda-convert-date): Protect calls to
2405 `fit-window-to-buffer'.
2406 (org-tags-view): Force matching of sublevels when doing a
2407 todo-only search. Define the correct redo command, including the
2408 arguments.
2409 (org-agenda-redo): Display message.
2410 (org-check-for-org-mode): New function.
2411 (org-agenda-type): New variable.
c07fa030
SM
2412 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2413 Set `org-agenda-type'.
8abe9d4f
CD
2414 (org-agenda-check-type): New function.
2415 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2416 (org-agenda-week-view, org-agenda-day-view)
2417 (org-agenda-next-date-line, org-agenda-previous-date-line)
2418 (org-agenda-log-mode, org-agenda-toggle-diary)
2419 (org-agenda-toggle-time-grid, org-agenda-date-later)
2420 (org-agenda-date-prompt, org-agenda-diary-entry)
2421 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
2422 (org-agenda-convert-date, org-agenda-menu):
2423 Use `org-agenda-check-type'.
8abe9d4f 2424 (org-make-overlay, org-delete-overlay)
c07fa030
SM
2425 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2426 New compatibility functions.
8abe9d4f
CD
2427 (org-calendar-select-mouse): New command.
2428
73e60f53
CY
24292006-01-04 Chong Yidong <cyd@stupidchicken.com>
2430
eaa99205 2431 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
2432 (Custom-reset-standard): Fix y-or-n-p messages.
2433 (custom-link): New face for links.
73e60f53 2434 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 2435 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
2436
2437 * wid-edit.el (widget-default-mouse-face-get): New function.
2438 (widget-specify-button): Handle mouse-face like button-face.
2439
2440 * custom.el (load-theme): Clear old theme settings if reloading.
2441
bdf743fe
LT
24422006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2443
d5837ed3 2444 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
2445 "Erase Customization" button back to same position it occupies in
2446 the individual State menus.
2447
8a5db8ae
KS
24482006-01-04 Kim F. Storm <storm@cua.dk>
2449
2450 * wid-edit.el (key-sequence): Rework widget to read key binding
2451 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2452 (widget-key-sequence-default-value): Default value for empty sequence.
2453 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2454 (widget-key-sequence-read-event): New command for C-q.
2455 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2456 (widget-key-sequence-value-to-external): New functions.
2457
1c360af3
SM
24582006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2459
6df19241
SM
2460 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2461 Use expand-file-name.
2462 (flymake-delete-temp-directory): Use expand-file-name,
2463 file-name-directory, and directory-file-name.
2464 (flymake-strrchr): Delete.
2465 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2466 to the init-f function.
2467 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2468 (flymake-init-find-buildfile-dir)
2469 (flymake-init-create-temp-source-and-master-buffer-copy)
2470 (flymake-simple-make-init-impl, flymake-simple-make-init)
2471 (flymake-master-make-init, flymake-master-make-header-init)
2472 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2473 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2474 (flymake-xml-init): Remove corresponding redundant buffer argument.
2475 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2476 the default anyway. Clean up regexps.
2477
5bcef417
SM
2478 * progmodes/flymake.el (flymake-temp-source-file-name)
2479 (flymake-master-file-name, flymake-temp-master-file-name)
2480 (flymake-base-dir): New buffer-local vars.
2481 (flymake-buffer-data, flymake-get-buffer-value)
2482 (flymake-set-buffer-value): Replace those hash-tables by the new
2483 buffer-local vars. Update callers.
2484
43ed65ac
SM
2485 * progmodes/flymake.el (flymake-check-start-time)
2486 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2487 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2488 Move definition, so we can remove redundant earlier declaration.
2489 (flymake-replace-regexp-in-string, flymake-split-string)
2490 (flymake-get-temp-dir): Use defalias.
2491 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2492 (flymake-xemacs-window-edges): Remove unused function.
2493 (flymake-get-point-pixel-pos): Move.
2494 (flymake-pid-to-names, flymake-reg-names)
2495 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2496 Replace by a simple list flymake-processes and by process-buffer.
2497 Update callers. Other than simplify the code, it uses buffers rather
2498 than buffer-names so it doesn't get confused by uniquify.
2499 (flymake-buffer-data): The global value should just be nil.
2500
b7a5a208
SM
2501 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2502 Optimize the body of a defalias like any other code.
2503
1c360af3
SM
2504 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2505 Make sure we've setup font-lock's vars. It may influence which
2506 function we then call.
2507 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2508 here since it's too late anyway.
2509
1ca41b97
RF
25102006-01-03 Romain Francoise <romain@orebokech.com>
2511
2512 * startup.el (fancy-splash-tail, normal-splash-screen):
2513 Update copyright year.
2514
fdbfa78e
S
25152006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2516
b7a5a208 2517 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 2518 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
2519 enable post-drag event processing (e.g. delete region keys).
2520 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
2521 on it as soon as the drag completes.
2522 (mouse-drag-region): Use `mouse-drag-track'.
2523
d0f1e2f8
CY
25242006-01-02 Chong Yidong <cyd@stupidchicken.com>
2525
3ee07367
CY
2526 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2527 Move to `custom-buffer' group.
2528
d0f1e2f8
CY
2529 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2530 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2531 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2532 (custom-theme-face-menu): New variables.
2533 (custom-theme-add-variable, custom-theme-variable-action)
2534 (custom-variable-reset-theme, custom-theme-delete-variable)
2535 (custom-face-reset-theme, custom-theme-face-action)
2536 (custom-theme-delete-face, custom-theme-merge-theme)
2537 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2538
d358aa10
CY
25392006-01-01 Chong Yidong <cyd@stupidchicken.com>
2540
2541 * custom.el: Move Custom Themes commentary to start of theme code.
2542 (custom-known-themes): Rename `standard' theme to `changed'.
2543 (custom-push-theme): Caller no longer specifies what theme to use
2544 when doing `reset'---the setting is simply removed from the theme.
2545 Delete MODE from `theme-value' and `theme-settings' properties.
2546 (custom-declare-theme): Ignore &rest args since we don't use them.
2547
2548 (custom-loaded-themes): Delete variable.
2549 (custom-theme-load-themes, custom-theme-loaded-p)
2550 (custom-theme-value): Delete functions.
2551
2552 (custom-declare-theme): Signal error on invalid theme names.
2553 (provide-theme): custom-loaded-themes was deleted.
2554 (load-theme): Load the file unconditionally.
2555 (enable-theme): Call `load-theme' if theme is undefined.
2556 (custom-enabled-themes): Only update value for successful loads.
2557 (disable-theme): Complete from enabled themes when interactive.
2558 (custom-variable-theme-value): Calculate theme value directly.
2559
2560 (custom-theme-reset-variables, custom-reset-variables): Mark as
2561 XEmacs compatibility functions. We don't actually use these.
2562
1c360af3
SM
2563 * cus-edit.el (custom-variable-state-set):
2564 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
2565 (custom-face-state-set): Rename `standard' theme to `changed'.
2566 (custom-save-variables, custom-save-faces): Delete unneeded
2567 references to custom-reset-variables.
2568 (custom-save-resets): Delete function.
2569 (custom-save-variables, custom-save-faces): MODE argument deleted.
2570 (custom-save-variables, custom-save-faces): Ignore theme values.
2571
2572 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2573 compatibility function.
2574
cbf090c4
RS
25752006-01-01 Richard M. Stallman <rms@gnu.org>
2576
107736a2
RS
2577 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2578 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 2579 (Custom-reset-standard): Show message if aborted.
107736a2
RS
2580 (custom-mode): Doc fix, describing those commands.
2581
cbf090c4
RS
2582 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2583 put on event-kind property.
2584
85a5eb0e
CY
25852005-12-31 Chong Yidong <cyd@stupidchicken.com>
2586
b2a41d12
CY
2587 * custom.el (provide-theme): Ban `user' theme name.
2588 (custom-enabling-themes): New variable.
2589 (enable-theme): Don't enable user if custom-enabling-themes is t.
2590 (custom-enabled-themes): Make it a defcustom.
2591 (custom-theme-recalc-face): No-op if face is undefined.
2592
85a5eb0e
CY
2593 * cus-edit.el (custom-button-mouse): New variable.
2594 (custom-button-mouse): New face.
2595 (custom-raised-buttons, custom-mode): Use it.
2596
2597 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2598
b5871831
EZ
25992005-12-31 Eli Zaretskii <eliz@gnu.org>
2600
2601 * progmodes/gud.el (gud-display-line): Support hl-line in the
2602 source buffer.
2603
5915523a
EZ
26042005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2605
2606 * mouse.el (mouse-drag-window-above): Verify that the found window
2607 overlaps with the given window in the horizontal dimension.
2608
a9d25c79
EZ
26092005-12-31 Eli Zaretskii <eliz@gnu.org>
2610
2611 * Makefile.in (cvs-update): New target.
2612
2613 * makefile.w32-in (cvs-update): Ditto.
2614
8314bdb8
CY
26152005-12-30 Chong Yidong <cyd@stupidchicken.com>
2616
2617 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 2618 (custom-new-theme-mode-map): New variable.
8314bdb8 2619
16ecd4c5
RS
26202005-12-30 Richard M. Stallman <rms@gnu.org>
2621
8913f945
RS
2622 * custom.el (custom-load-themes): Function deleted.
2623
a8d6ee3c 2624 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
2625 (custom-save-variables): Don't delete or add custom-load-themes call.
2626
4dd68f44
SM
26272005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2628
98e071b5
SM
2629 * cus-start.el: Add `visible-cursor'.
2630
4dd68f44
SM
2631 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2632 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2633 (flymake-process-filter): Switch to buffer before calling it instead.
2634 (flymake-post-syntax-check, flymake-highlight-err-lines)
2635 (flymake-delete-own-overlays, flymake-parse-err-lines)
2636 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2637 (flymake-count-lines, flymake-parse-residual):
2638 Remove constant buffer argument.
2639 (flymake-start-syntax-check-for-current-buffer): Remove.
2640 Update callers to use flymake-start-syntax-check instead.
2641 (flymake-display-err-menu-for-current-line):
2642 Remove unused var `mouse-pos'.
2643 (flymake-restore-formatting): Comment out unused function.
2644 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2645 argument, use current-buffer instead. Update callers.
2646
07467c09
RW
26472005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2648
2649 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2650 buffer-local because choose-completion-delete-max-match requires
2651 that we set completion-ignore-case (i.e., binding via let is not
2652 sufficient).
2653 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 2654 choose-completion-string-functions. The latter is needed because
07467c09
RW
2655 choose-completion-string-functions keeps its value if we quit the
2656 *Completions* buffer without requesting a completion.
2657
fe791b0c
AS
26582005-12-30 Andreas Schwab <schwab@suse.de>
2659
4dd68f44 2660 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 2661
ef3f69f9
EZ
26622005-12-30 Eli Zaretskii <eliz@gnu.org>
2663
2664 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2665
67d766e8
JL
26662005-12-30 Juri Linkov <juri@jurta.org>
2667
2668 * locate.el (locate-fcodes-file, locate-header-face)
2669 * progmodes/delphi.el (delphi-other-face)
2670 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2671
2672 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2673 group `paren-showing-faces'.
2674
2675 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2676 (goto-address): Fix docstring.
2677
2678 * net/webjump.el (webjump-sample-sites): Update URLs.
2679
2680 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2681
2682 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2683
af3d4246
SM
26842005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * font-lock.el (font-lock-compile-keywords): Signal an error when
2687 font-lock-set-defaults hasn't been called.
2688
9f126fd0
LT
26892005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2690
2691 * subr.el (noreturn, 1value): Doc fixes.
2692
694ed36d
RW
26932005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2694
2695 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2696 that assoc-string returns nil.
2697
ffc1e1db
RW
26982005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2699
2700 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2701 (bibtex-entry-type-str, bibtex-empty-field-re)
2702 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 2703 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
2704 (bibtex-any-valid-entry-type): New variable.
2705 (bibtex-parse-field-name): Simplify.
af3d4246 2706 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 2707 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
2708 (bibtex-search-forward-field, bibtex-search-backward-field):
2709 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
2710 (bibtex-text-in-field-bounds): Use push.
2711 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2712 (bibtex-parse-preamble, bibtex-valid-entry)
2713 (bibtex-beginning-first-field): New functions.
2714 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2715 (bibtex-map-entries): Fix docstring.
af71d4c0 2716 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
2717 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2718 (bibtex-insert-kill): Simplify. Always insert text past the
2719 current field or entry.
2720 (bibtex-format-entry): Use bibtex-parse-field.
2721 (bibtex-pop): Use bibtex-beginning-of-entry and
2722 bibtex-end-of-entry to initiate the search. Insert empty field if
2723 we found ourselves.
af3d4246
SM
2724 (bibtex-print-help-message): New args field and comma.
2725 Handle entry keys.
ffc1e1db
RW
2726 (bibtex-make-field): Use bibtex-beginning-of-entry.
2727 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2728 invalid entry.
2729 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2730 Handle preambles. Simplify code for thorough test.
2731 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2732 New arg comma. Handle entry heads.
2733 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2734 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2735 New arg comma.
2736 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2737 (bibtex-fill-field): Simplify.
2738 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2739 bibtex-parse-field.
af3d4246 2740 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
2741 (bibtex-complete): Use bibtex-parse-preamble.
2742
bc2051e4
NR
27432005-12-29 Nick Roberts <nickrob@snap.net.nz>
2744
2745 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2746 Display name of expression instead of convenience variable.
2747 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2748
2749 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2750 toggle-gud-tooltip-dereference.
2751 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 2752 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 2753
0d887b77
BW
27542005-12-28 Bill Wohler <wohler@newt.com>
2755
af3d4246 2756 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 2757
07a95b81
SM
27582005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2759
97461c84
SM
2760 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2761 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2762 (vc-annotate-display-autoscale): Adjust call.
2763 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2764 Fix interactive spec.
2765 (vc-annotate-time-span): Remove.
2766 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2767 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2768 (vc-annotate-display-select): Use new name.
2769
07a95b81
SM
2770 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2771 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2772 Correct the construction of span entries. Simplify.
2773 (vc-annotate-display-select): Fix the nil case.
2774 (vc-annotate): Remove obsolete (and now broken) code.
2775 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2776 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2777
ba455131
LT
27782005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2779
2780 * subr.el (lazy-completion-table): Correct typo in docstring.
2781
2782 * startup.el (command-line): Use `custom-reevaluate-setting' for
2783 `send-mail-function'.
2784
2785 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2786
c3f69831
SJ
27872005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2788
07a95b81
SM
2789 * mail/smtpmail.el (smtpmail-try-auth-methods):
2790 Send credentials together with "AUTH PLAIN" command.
c3f69831 2791
6281e1e8
RS
27922005-12-27 Richard M. Stallman <rms@gnu.org>
2793
2794 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2795 mouse-2, go back to previously selected window, so it's selected
2796 when mouse-2 command runs.
2797
27982005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
2799
2800 * descr-text.el (describe-text-sexp): Use square brackets for
2801 button [Show] to distinguish it from the property value `show'.
2802 (describe-property-list): Use `insert-text-button' with
2803 `help-face' type instead of putting face in quotes, because button
2804 is not created automatically for a list of faces.
2805 (describe-text-properties-1): Put button-type value in quotes to
2806 distinguish from plain text "button".
2807 (describe-char): Display code point values in hex. Don't use
2808 `symbol-name' for `current-input-method' because it is a string.
2809 Use `insert-text-button' with `help-face' type instead of putting
2810 hardcoded face in quotes, because button is not created automatically.
2811
51978cac
RS
28122005-12-27 Richard M. Stallman <rms@gnu.org>
2813
2926b5fb
RS
2814 * progmodes/glasses.el (glasses-face): More specific custom type.
2815
1af57101
RS
2816 * files.el (set-visited-file-name): Doc fix.
2817
51978cac
RS
2818 * textmodes/flyspell.el (flyspell-external-point-words):
2819 Use local var buffer-scan-pos to advance scan for next misspelling.
2820 Advance it only after we find the misspelling.
2821
28222005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2823
2824 * textmodes/flyspell.el (flyspell-external-point-words):
2825 New criteria for finding the misspelling in the buffer.
2826
6281e1e8 28272005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
2828
2829 * help-mode.el (help-insert-string): Set help-xref-stack-item
2830 rather than call help-setup-xref.
2831
2832 * descr-text.el (describe-char): Revert previous changes for
2833 optional buffer argument.
2834
6281e1e8 28352005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
2836
2837 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 2838 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
2839
2840 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 2841 explicitly after buffer has been generated.
6280f20d 2842
edd4b3ab
JD
28432005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2844
2845 * cus-start.el (all): Add x-gtk-show-hidden-files.
2846
d7504d5c
RS
28472005-12-26 Richard M. Stallman <rms@gnu.org>
2848
c0b45763
RS
2849 * replace.el (perform-replace): Calculate match-again
2850 before skipping read-only matches.
2851
d6f0f3e0
RS
2852 * paren.el (paren-showing-faces): New group.
2853 (show-paren-match, show-paren-mismatch): Move to that group.
2854
2855 * button.el (button): Put into group `basic-faces'.
2856
2857 * progmodes/make-mode.el: Remove faces from group `faces'.
2858
d7504d5c
RS
2859 * apropos.el (apropos, apropos-value): Doc fix.
2860 (apropos-documentation): Doc fix.
2861
1d5e15d0
SM
28622005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * subr.el (lazy-completion-table): Remove argument `args'.
2865
2866 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2867 Don't use the `args' argument of lazy-completion-table.
2868
6281e1e8 28692005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
2870
2871 * descr-text.el (describe-char): Add optional argument for buffer.
2872 Set buffer appropriately. Call help-setup-xref.
2873 Suggested by Stefan Monnier.
2874
6281e1e8 28752005-12-26 Juri Linkov <juri@jurta.org>
0932395f 2876
84116a13
JL
2877 * descr-text.el: Require `help-fns' at runtime. Don't require
2878 `button' for byte compilation.
2879 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
2880 Use `help-info' for second.
2881 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
2882 (describe-text-category): Add prompt to interactive spec.
2883 Call `help-setup-xref'.
2884 (describe-char): Use `help-character-set'. Add `help-echo' for
2885 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 2886
6728475c
RS
28872005-12-25 Richard M. Stallman <rms@gnu.org>
2888
cad1051b
RS
2889 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2890 at point, in case of narrowing.
2891
6f9de17a
RS
2892 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2893
2894 * locate.el (locate-header-face): Allow nil in type.
2895
6728475c
RS
2896 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2897
180a4473
RF
28982005-12-25 Romain Francoise <romain@orebokech.com>
2899
2900 * battery.el (battery-linux-proc-acpi): Also try
2901 `/proc/acpi/thermal_zone/THM0/temperature'.
2902
c5d290fb
CY
29032005-12-24 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * custom.el (custom-push-theme): Fix docstring.
2906
1d5e15d0
SM
2907 * cus-edit.el (custom-variable-set, custom-variable-save)
2908 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
2909 (customize-save-variable): Fix custom-push-theme call.
2910
7c417300
EZ
29112005-12-24 Eli Zaretskii <eliz@gnu.org>
2912
2913 * w32-fns.el (w32-batch-update-autoloads): New function.
2914
1d5e15d0
SM
2915 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2916 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
2917 from the command line.
2918
d820f1fb
CY
29192005-12-23 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
2922 reset means to remove setting from theme entirely. Don't keep
2923 expanding theme-settings list; delete old entries if necessary.
2924
2925 * cus-edit.el (custom-buffer-create-internal): Move "Erase
2926 customization" button one line up.
2927 (custom-themed): New face.
2928 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
2929 (custom-variable-state-set, custom-face-state-set):
2930 Check theme-value instead of saved-value.
d820f1fb 2931 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 2932 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
2933 (custom-variable-set, custom-variable-set)
2934 (custom-variable-reset-saved, custom-variable-reset-backup)
2935 (custom-face-set, custom-face-reset-saved): Update `user' theme.
2936 (custom-variable-save): Fix typos.
1d5e15d0 2937
eb533587
JL
29382005-12-23 Juri Linkov <juri@jurta.org>
2939
2940 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2941 Add autoload cookies.
2942 (edebug-outside-d-c-i-n-s-w): New variable.
2943 (edebug-display, edebug-outside-excursion): Use it to save the
2944 original value of default-cursor-in-non-selected-windows.
2945 Set default-cursor-in-non-selected-windows to t while Edebug
2946 is active.
2947 (edebug-mode, edebug-eval-mode): Doc fix.
2948
2949 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2950 with `buffer-substring-no-properties' to remove common substring
2951 highlighting.
2952
2953 * info.el (info-other-window, info): Rename function argument
2954 `file' to `file-or-node'.
2955 (Info-complete-menu-item): Use local variable `complete-nodes' to
2956 keep the global value of `Info-complete-nodes' unchanged for
2957 subsequent completions.
2958 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2959
2960 * simple.el (get-next-valid-buffer, last-buffer)
2961 (next-error-buffer-p, next-error-find-buffer)
2962 (minibuffer-history-sexp-flag): Doc fix.
2963
2964 * savehist.el (savehist-mode-hook): Add `:group'.
2965
2966 * log-view.el: Call autoload for vc-find-version.
2967 (log-view-current-file): Adjust subgroup numbers.
2968 (log-view-current-tag): Add `length'.
2969
2b6abe1e
RS
29702005-12-23 Richard M. Stallman <rms@gnu.org>
2971
2972 * vc.el (vc-annotate-car-last-cons): Defn moved up.
2973
1fafa158
JL
29742005-12-23 Juri Linkov <juri@jurta.org>
2975
2976 * hi-lock.el (hi-lock-archaic-interface-message-used)
2977 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2978 (hi-lock-mode): Display "Hi" in the mode line only when
2979 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2980 (hi-lock-write-interactive-patterns):
2981 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2982 (hi-lock-set-pattern, hi-lock-set-file-patterns)
2983 (hi-lock-font-lock-hook): Set 3rd arg `how' of
2984 font-lock-add-keywords to t.
2985
81dc5714
JL
29862005-12-23 David Koppelman <koppel@ece.lsu.edu>
2987
2988 * hi-lock.el (hi-lock-highlight-range): New variable.
2989 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2990 only if font-lock-fontified is non-nil. Remove overlays.
2991 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2992 font-lock-fontified is non-nil, otherwise use overlays (instead of
2993 text properties).
2994 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2995 New variables.
2996 (hi-lock-string-serialize) New function.
2997
7b5836c7
JD
29982005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2999
3000 * menu-bar.el (menu-find-file-existing): New function.
3001 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3002
af71d4c0 3003 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 3004
04864eb0
SM
30052005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * vc.el: Remove unnecessary leading * in docstrings.
3008 (vc-annotate-mode-map): Move initialization into declaration.
3009 (vc-static-header-alist): Nitpick on the regexp.
3010 (vc-default-init-version): New fun.
3011 (vc-register): Use it.
3012 (vc-insert-headers): Use dolist.
3013 (vc-annotate-get-backend): Remove unused function.
3014 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3015 (vc-annotate-mode): Remove corresponding call.
3016 (vc-annotate-car-last-cons): Simplify.
3017 (vc-annotate-buffers): Remove var.
3018 (vc-annotate-backend): Make it buffer-local.
3019 (vc-annotate): Move the interaction to the interactive spec.
3020 Add a `buf' argument.
3021 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3022 killing&creating a vc-annotate buffer, which is very disruptive when
3023 the buffers are shown in dedicated frames.
3024
d59e3c42
NR
30252005-12-23 Nick Roberts <nickrob@snap.net.nz>
3026
3027 * descr-text.el: Add FSF as maintainer.
3028 (describe-text-mode, describe-text-mode-map)
3029 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3030 help-mode.
3031 (describe-text-widget, describe-text-sexp)
3032 (describe-property-list, describe-text-category)
3033 (describe-text-properties, describe-text-properties-1)
3034 (describe-char): Use help buttons instead of widgets.
3035 (describe-char-unicodedata-file): Make URL link in doc string.
3036
b758ae9a 30372005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 3038
b758ae9a
RS
3039 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3040 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3041 Don't include buttons that write a file when there's no file.
3042 (custom-variable-menu, custom-face-menu, custom-group-menu):
3043 Don't include commands that write a file when there's no file.
bba50f8a
RS
3044 (customize-browse): Reword the top-of-buffer help intro.
3045 (custom-buffer-create-internal): Fix previous change.
3046 (customize-changed-options-previous-release): Prev release is 21.1.
3047 (customize-changed-options): Doc fix.
3048 (customize-changed): New alias.
50137744
RS
3049 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3050 Say "standard values".
3051 (Custom-reset-standard): Doc fix.
3052 (custom-face-reset-standard): Doc fix.
b758ae9a 3053
e0be77f6
SM
30542005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3057 even if font-lock-mode is non-nil since it may be t without having
3058 turned on font-lock-mode-internal.
3059 (font-lock-choose-keywords): Minor optimization.
3060 (font-lock-add-keywords, font-lock-remove-keywords)
3061 (font-lock-set-defaults): Don't call make-local-variable on a variable
3062 that we know to already be local.
3063
5e688290
RF
30642005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3065
3066 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3067 messages if in the minibuffer.
3068
c1b5a260
SM
30692005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3070
9c841316
SM
3071 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3072 (tex-mode-flyspell-verify, flyspell-get-word)
3073 (flyspell-external-point-words): Don't use point-min/max uselessly.
3074
c1b5a260
SM
3075 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3076 by Kevin Rodgers. Instead, just hide the completions buffer if we
3077 don't need to show it.
3078
135db51a
LT
30792005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3080
3081 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3082
398de718
SM
30832005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3086 delete-windows-on with an inexistent buffer.
3087
39b5238d
NR
30882005-12-22 Nick Roberts <nickrob@snap.net.nz>
3089
398de718 3090 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
3091 Delete defcustom variable :tag names.
3092
aa230d94
SM
30932005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3096 (log-view-font-lock-keywords): Ajust subgroup numbers.
3097 (log-view-current-tag): Don't hard code the number of subgroups.
3098
3bdba51d
JL
30992005-12-20 Juri Linkov <juri@jurta.org>
3100
3101 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3102 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3103
3104 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3105 (menu-bar-non-minibuffer-window-p): Instead of checking
3106 display-multi-frame-p, use selected-frame when menu-updating-frame
3107 is nil.
3108
fdd5516e
TTN
31092005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3110
3111 * align.el (align-rules-list): Use [ \t] instead of \s-
3112 for column separators in text mode.
3113
84a00de9
NR
31142005-12-20 Nick Roberts <nickrob@snap.net.nz>
3115
fdd5516e 3116 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
3117 Don't pop help-xref-stack as help-follow no longer pushes
3118 anything on to it.
3119
d924f2e5
CD
31202005-12-20 Carsten Dominik <dominik@science.uva.nl>
3121
2e040f4e 3122 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
3123 (org-agenda): Offer custom commands on splash screen.
3124 (org-make-tags-matcher): Parser for Boolean logic added.
3125 (org-agenda-set-tags): New command.
3126 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3127 (org-set-tags): Efficiency improvements.
3128 (org-auto-align-tags): New option.
3129 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 3130 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
3131 (org-org-menu): Agenda commands simplified.
3132
c8fee345
LT
31332005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3134
3135 * cus-edit.el (customize-apropos, customize-apropos-options):
3136 Docstring changes.
3137
3138 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3139
eb0d2864
CY
31402005-12-19 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * longlines.el (longlines-mode): Wrap while widened.
3143 (longlines-decode-region, longlines-encode-region): Compute max
3144 just once.
3145
d6a90a49
YM
31462005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3147
3148 * cus-edit.el (mac): New group.
3149
3150 * cus-start.el (all): Add user options in macterm.c. Add test for
3151 Mac-related built-ins. Fix test for GTK-related built-ins.
3152
3153 * term/mac-win.el (mac-handle-language-change)
3154 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3155 (mac-services-open-selection, mac-services-mail-selection)
3156 (mac-services-mail-to, mac-services-insert-text)
3157 (mac-dispatch-apple-event): Add docstrings.
3158 (x-get-selection, mac-select-convert-to-string): Select coding
3159 system from `utf-16be' and `utf-16le' using `byteorder'.
3160
8e77fbb4
SM
31612005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3164 a "list" (lambda ...) rather than a real completion list.
3165
3166 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3167 lexical-let when encountering ((lambda (...) ...) ...).
3168
1aa545c1
CY
31692005-12-17 Chong Yidong <cyd@stupidchicken.com>
3170
8e77fbb4 3171 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
3172 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3173 * textmodes/picture.el (picture-mode): Update docstrings.
3174
abeb5855
EZ
31752005-12-17 Eli Zaretskii <eliz@gnu.org>
3176
3177 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3178 commands enclosed in $(ARGQUOTE)s should not be split between two
3179 lines, as that will break with GNU Make >3.80, when sh.exe is used
3180 and arg quoting is with '..'.
3181 (autoloads): Don't break the quoted --eval expression between
3182 several lines.
3183
14e7cb94
CY
31842005-12-17 Chong Yidong <cyd@stupidchicken.com>
3185
8e77fbb4
SM
3186 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3187 Capture error from printing circular structures.
14e7cb94 3188
6872b31c
EZ
31892005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3190
3191 * wid-edit.el (widget-checkbox-action): Clear undo info.
3192
6eee5abf
BW
31932005-12-16 Bill Wohler <wohler@newt.com>
3194
3195 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3196 bar, not menubar in comment.
3197
f3725983
SM
31982005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3201 After-change-functions should not clobber the match data.
3202
2a502a32
JL
32032005-12-16 Juri Linkov <juri@jurta.org>
3204
3205 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3206 instead of `buffer-substring'.
3207 (completion-common-substring): Doc fix.
3208 (completion-setup-function): Use minibuffer-completion-contents
3209 instead of minibuffer-contents. Don't set common-string-length
3210 initially. Remove special handling of partial-completion-mode.
f3725983
SM
3211 Move computation of completion-base-size into one cond.
3212 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
3213 completion-base-size for file name completion don't move point to
3214 the end of the minibuffer. Move computation of common-string-length
3215 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
3216 Add condition to put completions-common-part when
3217 common-string-length>0.
2a502a32
JL
3218
3219 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3220 place point at the first different character in the minibuffer
3221 even if this position is at the beginning of the minibuffer.
3222
3223 * info.el (Info-read-node-name-1): In completion-base-size-function's
3224 lambda return 1 if common-substring or minibuffer-completion-contents
3225 starts with (, and 0 otherwise.
3226
3227 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3228 Use `crm-current-element' for second arg of `display-completion-list'.
3229
ec6328a2
EZ
32302005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3231
3232 * files.el (set-auto-mode): Look for an interpreter specified on
3233 the first line also if search for mode specification succeeded,
3234 but the mode is not known.
3235
f63bdfca
CD
32362005-12-16 Carsten Dominik <dominik@science.uva.nl>
3237
2e040f4e 3238 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 3239 (org-open-at-point): Implement tag searches as links.
f63bdfca 3240 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 3241 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
3242 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3243 (org-agenda-dispatch): New commands.
3244 (org-use-tag-inheritance, org-tags-column): New options.
3245 (org-tab-follows-link, org-return-follows-link): New options.
3246 (org-tags): New customize group.
3247 (org-start-icalendar-file): Get local time zone.
3248 (org-tags-completion-function): New function.
f3725983 3249 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 3250 highlighted inside headlines.
f63bdfca 3251
e4fd12dd
EZ
32522005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3253
f3725983
SM
3254 * term.el (term-emulate-terminal):
3255 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
3256 its current directory.
3257
a74f9094
KL
32582005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3259
3260 * bindings.el (last-buffer): Move to simple.el.
3261 * simple.el (last-buffer): Move here.
3262 (get-next-valid-buffer): New function.
3263 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 3264 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 3265
f3725983 3266 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
3267 * bindings.el (global-map): Ditto.
3268
6769aefa
LT
32692005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3270
3271 * cus-edit.el: Introductory comment change.
3272 (custom-magic-alist): Change message string for the `rogue' state.
3273
62e5dd08
RS
32742005-12-15 Richard M. Stallman <rms@gnu.org>
3275
3276 * tooltip.el: Delete defcustom variable :tag names.
3277
3278 * complete.el (partial-completion-mode): Doc fix.
3279
3280 * textmodes/flyspell.el (flyspell-external-point-words):
3281 Use save-excursion to ensure we don't move backward in the
3282 search loop, not even one character.
3283 (flyspell-delete-all-overlays): Use remove-overlays directly.
3284
3285 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3286 (ispell-start-process): Set that variable.
3287 Clear ispell-buffer-local-name.
3288 (ispell-internal-change-dictionary):
3289 Set ispell-current-dictionary after killing process.
3290 (ispell-buffer-local-dict):
3291 Don't set spell-personal-dictionary after killing process.
3292 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
3293 (ispell-tex-skip-alists, ispell-html-skip-alists)
3294 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
3295
3296 * net/newsticker.el (newsticker--retrieval-timer-list)
3297 (newsticker--display-timer, newsticker-running-p)
3298 (newsticker-ticker-running-p): Definitions moved up.
3299
5df0c23b
NR
33002005-12-16 Nick Roberts <nickrob@snap.net.nz>
3301
f3725983 3302 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 3303
d0ccae3e
DP
33042005-12-15 David Ponce <david@dponce.com>
3305
f3725983 3306 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
3307 (recentf-edit-list, recentf-open-files): Signal an error when
3308 there is no recent file.
3309
9cfeca9e
RF
33102005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3311
3312 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3313 read-only except for texinfo-format-region evaluation.
6d298e78 3314
c94dca60
RS
33152005-12-14 Richard M. Stallman <rms@gnu.org>
3316
3317 * vc.el (vc-default-previous-version, vc-default-next-version)
3318 (vc-do-command): Doc fixes.
3319
cdc61d35
SM
33202005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3321
3322 * textmodes/bibtex.el (bibtex-expand-strings)
3323 (bibtex-autokey-expand-string, bibtex-name-part)
3324 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3325 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3326 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3327 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3328 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3329 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3330 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3331 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3332 (bibtex-beginning-of-last-entry): Remove.
3333 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3334 message if comma is missing but buffer is read-only.
3335 (bibtex-parse-field-text): Handle whitespaces at the end of field
3336 text. Return 3-element list with beginning and end of field text
3337 and end of field.
3338 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3339 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3340 (bibtex-search-forward-field, bibtex-search-backward-field):
3341 Search always delimited by limits of entry. Use more efficient
3342 search algorithms.
3343 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3344 bibtex-end-of-name-in-field.
3345 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3346 extracting the content of a field.
3347 (bibtex-text-in-field): Use search limits.
3348 (bibtex-parse-string-prefix): Handle empty string keys based on
3349 bibtex-string-empty-key.
3350 (bibtex-parse-string): Fix docstring.
3351 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3352 (bibtex-preamble-prefix, bibtex-strings): New functions.
3353 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3354 BibTeX entries (consistent with other BibTeX functions).
3355 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3356 (bibtex-search-entry): Fix docstring. Simplify.
3357 (bibtex-flash-head, bibtex-complete-string-cleanup)
3358 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3359 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3360 (bibtex-parse-entry): New optional arg content.
3361 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3362 Use bibtex-text-in-field-bounds.
3363 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3364 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3365 bibtex-parse-string-postfix.
3366 (bibtex-find-text-internal): New function.
3367 (bibtex-remove-delimiters): Use it.
3368 (bibtex-find-text): Use it. New optional arg help.
3369 (bibtex-complete): Handle BibTeX string and preamble entries.
3370 (bibtex-Preamble): Fix order of closing delimiters.
3371
33722005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * vc.el (vc-default-revert): New fun.
3375
3376 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3377
28aa8148
RF
33782005-12-14 Romain Francoise <romain@orebokech.com>
3379
3380 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3381 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3382 (font-lock-remove-keywords): Likewise.
3383
fa81f010
JL
33842005-12-14 Juri Linkov <juri@jurta.org>
3385
e8171d36
JL
3386 * log-view.el (log-view-diff): Doc fix.
3387
fa81f010
JL
3388 * isearch.el (isearch-query-replace): Use (mark) instead of
3389 isearch-opoint if mark is active in transient-mark-mode.
3390
e7e4ea21
JL
33912005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3392
3393 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3394
cf717a0d
JL
33952005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3396
3397 * progmodes/cpp.el (cpp-face): New widget.
3398 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3399
ad25ebbb
JL
34002005-12-14 Juri Linkov <juri@jurta.org>
3401
3402 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3403 around `erase-buffer' and `insert'.
3404
3405 * descr-text.el (describe-text-properties): Replace buffer name
3406 "*Help-2*" with "*Help*<2>".
3407 (describe-char): Add functions print-help-return-message,
3408 toggle-read-only. Use help-setup-xref with nil to not store
3409 describe-char in help-xref-stack. Use help-make-xrefs to
3410 make [back] button.
3411
3412 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3413
3414 * wdired.el (wdired-old-point): New internal variable.
3415 (wdired-change-to-wdired-mode): Set it buffer-locally.
3416 (wdired-abort-changes): Restore point after aborting changes.
3417
df4da7f4
SM
34182005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * vc.el (vc-do-command): Add a new value t for okstatus.
3421
3422 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3423 frame in case of errors.
3424
4c0252a5
JD
34252005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3426
df4da7f4 3427 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
3428 so it comes after "On the Left" in the menu.
3429
2ac1d4ef
LT
34302005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3431
3432 * cus-edit.el (customize-apropos, customize-apropos-options)
3433 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3434
63fc53c9
BW
34352005-12-12 Bill Wohler <wohler@newt.com>
3436
3437 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3438 non-writable Subversion-controlled files by saving window
df4da7f4 3439 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
3440 pop-to-buffer on error which is unexpected during registration.
3441
2da61afc
JB
34422005-12-12 Jay Belanger <belanger@truman.edu>
3443
3444 * calc/README: Update the summary of changes.
3445
25a3c9d1
SM
34462005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * descr-text.el (describe-char): Rework last fix to solve the problem
3449 is the same way it's solved for everything else in that function
3450 (i.e. by extracting the info before setting up the *Help* buffer).
3451
0900f982
KS
34522005-12-12 Kim F. Storm <storm@cua.dk>
3453
3454 * subr.el (version-regexp-alist): Allow space as separator before
3455 non-numeric part, e.g. "1.0 alpha".
3456 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3457
7d29e55d
CD
34582005-12-12 Carsten Dominik <dominik@science.uva.nl>
3459
2e040f4e 3460 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
3461 Implement Logging and the keep-modes setting.
3462 (org-get-category): Make sure a string is returned.
3463 (org-log-done): New function.
3464 (org-log-done, org-closed-string): New options.
3465
5621b83a
JD
34662005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3467
df4da7f4 3468 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 3469
eab52f48
RS
34702005-12-12 Richard M. Stallman <rms@gnu.org>
3471
3472 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3473
3474 * frame.el (display-hourglass): Doc fix.
3475
3476 * help.el (help-for-help-internal): Simplify entry for `a'.
3477
3478 * info.el (Info-on-current-buffer): Doc fix.
3479 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3480
3481 * startup.el (inhibit-splash-screen): Make this the real name.
3482 (inhibit-startup-message): Make this the alias.
3483 (command-line): Find only simple.el, and use its directory
3484 to fill in other preloaded files' names.
3485 (command-line): Deactivate the mark if deactivate-mark is set.
3486
3487 * international/mule.el (load-with-code-conversion):
3488 Bind deactivate-mark.
3489
3490 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3491
39f617e5
LT
34922005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3493
3494 * cus-edit.el (customize-apropos): Avoid listing an option more
3495 than once under different aliases. No longer list user options
3496 that are not defined with defcustom (unless a prefix arg is given).
3497 Doc fix.
3498 (customize-apropos-options): Doc fix.
3499
d4c6530f
JL
35002005-12-11 Juri Linkov <juri@jurta.org>
3501
3502 * frame.el (set-background-color, set-foreground-color)
3503 (set-cursor-color, set-mouse-color, set-border-color):
3504 Add explicit prompts to read colors by `facemenu-read-color'.
3505 (show-trailing-whitespace, blink-cursor-delay)
3506 (blink-cursor-interval, display-hourglass, hourglass-delay):
3507 Remove tags.
3508 (display-hourglass, hourglass-delay): Doc fix.
3509 (cursor-in-non-selected-windows): Capitalize words in tag.
3510
3511 * faces.el (frame-background-mode): Replace `choice-item' keywords
3512 with `const' to not make [default] button. Change default value tag
3513 from `default' to `automatic'. Doc fix.
3514 (trailing-whitespace) <defface>: Change group `whitespace' to
3515 `whitespace-faces'.
3516
4b1c16c2
RS
35172005-12-11 Richard M. Stallman <rms@gnu.org>
3518
3519 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3520
ac8fcf0f
YM
35212005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3522
3523 * term/mac-win.el: Create keymap for mac-apple-event-map.
3524
35cd2d87
NR
35252005-12-11 Nick Roberts <nickrob@snap.net.nz>
3526
3527 * tooltip.el (tooltip-mode): Move to start of file so that it
3528 appears at top of customize buffer.
3529
3530 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3531 Add the gud groupname.
3532 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 3533 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
3534 avoid conflict with tooltip-use-echo-area.
3535
d50d22f1
RF
35362005-12-10 Romain Francoise <romain@orebokech.com>
3537
3538 * help.el (help-for-help-internal): Add `r' in doc string.
3539
5fdf9b7c
EZ
35402005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3541
f3725983
SM
3542 * align.el (align-regexp, align-highlight-rule):
3543 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
3544 repetition (with `repeat-complex-command') recomputes the region
3545 bounds.
3546
d50d22f1 35472005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
3548
3549 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3550 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3551 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3552 (balance-windows): Rewrite using the above new functions.
3553
71060bdd
EZ
35542005-12-10 David Koppelman <koppel@ece.lsu.edu>
3555
af71d4c0 3556 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd
EZ
3557 react if global-hi-lock-mode seems intended.
3558 (global-hi-lock-mode) Renamed from hi-lock-mode.
3559 (hi-lock-archaic-interface-message-used)
d50d22f1 3560 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
3561 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3562 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
3563 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3564 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 3565
57436ee7 35662005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6d93e4aa
EZ
3567
3568 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3569 completion list, even after a partial completion has been
3570 inserted in the current buffer. If there are more than 1
3571 completion, redisplay the *Completions* buffer; if the
3572 completion is unique, delete the *Completions* window.
3573
7c86d70e
EZ
35742005-12-10 Eli Zaretskii <eliz@gnu.org>
3575
3576 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3577 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
3578 lines at arbitrary places. Handle subjects that have "Re: " in
3579 the middle.
7c86d70e 3580
d9f9aa72
EZ
35812005-12-10 John W. Eaton <jwe@octave.org>
3582
3583 * emacs/octave-mod.el (octave-electric-space): Don't indent
3584 comments or strings if octave-auto-indent is nil.
3585
4b3eb407
YM
35862005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3587
f3725983
SM
3588 * term/mac-win.el: Require url when compiling.
3589 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
3590 (mac-apple-event-map): New defvar. Define event handlers in it.
3591 (core-event, internet-event): New Apple event class symbols.
3592 (open-application, reopen-application, open-documents)
3593 (print-documents, open-contents, quit-application)
f3725983
SM
3594 (application-died, show-preferences, autosave-now, get-url):
3595 New Apple event ID symbols.
4b3eb407
YM
3596 (about): New HICommand ID symbol.
3597 (mac-event-spec, mac-event-ae): New macros.
3598 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3599 (mac-ae-selection-range, mac-ae-text-for-search)
3600 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3601 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3602 and Services menu events are now defined in mac-apple-event-map.
3603 (mac-drag-n-drop): Remove selection range handling.
3604
332ee544
KH
36052005-12-10 Kenichi Handa <handa@m17n.org>
3606
f3725983 3607 * simple.el (zap-to-char):
332ee544
KH
3608 * isearch.el (isearch-process-search-char): Translate CHAR by
3609 translation-table-for-input.
3610
b0562527
CY
36112005-12-09 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * foldout.el (foldout-exit-fold): Properly hide subtree.
3614
e8f4db18
RS
36152005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3616
3617 * files.el (save-buffer):
d50d22f1 3618 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
3619 * mail/mail-extr.el (mail-extract-address-components):
3620 * mail/sendmail.el (mail-mode): Reformat doc string.
3621
37fec9be
JL
36222005-12-09 Juri Linkov <juri@jurta.org>
3623
3624 * isearch.el (isearch-highlight): Change main overlay priority
3625 from 1 to 1001. Simplify.
3626 (isearch-lazy-highlight-update): Change lazy overlay priority
3627 from 0 to 1000.
3628
3629 * replace.el (replace-highlight): Change overlay priority from
3630 1 to 1001.
3631
3632 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3633 Change overlay priority from 1 to 1001. Reuse existing overlay.
3634
3635 * compare-w.el (compare-windows-highlight): Change overlay
3636 priority from 1 to 1000.
3637
3638 * menu-bar.el (menu-bar-edit-menu): Add listp around
3639 pending-undo-list to disable menu item "undo" when pending
3640 undo list is empty.
3641
3642 * locate.el (locate): Disable undo in *Locate* buffer.
3643
84fdb82c
KS
36442005-12-09 Kim F. Storm <storm@cua.dk>
3645
3646 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3647
5a8781ad
DP
36482005-12-09 David Ponce <david@dponce.com>
3649
84fdb82c 3650 * recentf.el: Improvement of the menu code.
5a8781ad
DP
3651 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3652 instead of menu hook.
3653 (recentf-show-menu, recentf-hide-menu): New functions.
3654 (recentf-menu-customization-changed, recentf-mode): Use them.
3655 (recentf-menu-action, recentf-max-menu-items)
3656 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3657 (recentf-arrange-by-rule-others)
3658 (recentf-arrange-by-rules-min-items)
3659 (recentf-arrange-by-rule-subfilter) : Don't use
3660 `recentf-menu-customization-changed'.
3661 (recentf-arrange-rules): Likewise. Accept functions to compute
3662 sub-menu titles.
3663 (recentf-menu-filter): Likewise. Doc fix.
3664 (recentf-menu-value-shortcut): Doc fix.
3665 (recentf-dump-variable): Quote atom value.
3666 (recentf-make-menu-items): Update to use it as a menu filter.
3667 (recentf-match-rule): New function.
3668 (recentf-arrange-by-rule): Use it.
3669 (recentf-indirect-mode-rule): New function.
3670 (recentf-build-mode-rules): Use it.
3671 (recentf-dir-rule): New function.
3672 (recentf-arrange-by-dir): Use it.
3673 (recentf-filter-changer-current): Rename from
3674 `recentf-filter-changer-state'. All references updated.
3675 (recentf-filter-changer-alist): Update filter names.
3676 (recentf-filter-changer-select): New function.
3677 (recentf-filter-changer): Use it. Make a sub-menu from filters
3678 available in `recentf-filter-changer-alist'.
5a8781ad
DP
3679 (recentf-data-cache, recentf-clear-data)
3680 (recentf-update-menu): Remove. All references updated.
3681 (recentf-match-rule-p, recentf-build-dir-rules)
3682 (recentf-filter-changer-goto-next)
3683 (recentf-filter-changer-get-current)
3684 (recentf-filter-changer-get-next): Remove.
3685
30c02925
LT
36862005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3687
3688 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3689 buffer "Reset" button to "Reset to Current" for consistency with
3690 the State buttons.
3691
1c258d8c
JPW
36922005-12-08 John Paul Wallington <jpw@pobox.com>
3693
3694 * ibuf-ext.el (define-ibuffer-filter filename):
3695 If `dired-directory' is a list then really use its car.
3696
84574cf2
KS
36972005-12-08 Kim F. Storm <storm@cua.dk>
3698
af71d4c0
JB
3699 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3700 Fix indention of text on right side of replaced rectangle.
84574cf2 3701
c48971b2
NR
37022005-12-09 Nick Roberts <nickrob@snap.net.nz>
3703
3d596891 3704 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
3705 No need to check gud-comint-buffer is bound.
3706 (gdb): Prevent multiple debugging when first session uses gdba.
3707
9e04cba1
AM
37082005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3709
3710 CC Mode update to 5.31.
3711
3712 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3713 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3714 might do this function properly in the future).
3715
3716 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3717 macros c-sentence-end and c-default-value-sentence end, to cope
3718 with Emacs 22's new function `sentence-end'.
3719
37202005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3721
3722 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3723 compat issue using `c-put-overlay' and `c-delete-overlay'.
3724
3725 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3726 compat macros to handle overlays/extents.
3727
37282005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3729
3730 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3731 (for GNU Emacs 20.4)
3732
3733 * progmodes/cc-defs.el:
3734 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3735
af71d4c0 3736 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
3737 highlighting mechanism so it will work in XEmacs too.
3738
3739 * progmodes/cc-defs.el: Insert c-int-to-char.
3740
3741 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3742 call to the new macro c-int-to-char. This solves XEmacs's
3743 regarding characters as different from integers.
3744
37452005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3746
3747 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3748 helper.
3749
3750 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3751 construct to make the indirect face lookup work in XEmacs.
3752
3753 (c-cpp-matchers): Append the negation char face to the existing
3754 fontification, so that the cpp face doesn't disappear. Use
3755 `c-make-syntactic-matcher' to avoid negation chars in comments and
3756 strings.
3757
3758 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3759 to map to `font-lock-negation-char-face' in emacsen where it
3760 exists.
3761
37622005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3763
3764 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3765
af71d4c0
JB
3766 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3767 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
3768
3769 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3770 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3771
37722005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3773
3774 * progmodes/cc-mode.el: Added autoload directive for
3775 `c-subword-move-mode' for use in older emacsen.
3776
37772005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3778
3779 * progmodes/cc-mode.el:
3780 (i) Insert a binding for C-c C-backspace into
3781 c-bind-special-erase-keys which works in TTYs.
3782 (ii) Make sure that when file styles are used, any explicitly
3783 given style variables take priority over those in the style. Do
3784 this by calling `hack-local-variables' a second time.
3785
3786 * progmodes/cc-vars.el: Add language specific customization
3787 widgets for AWK to c-doc-comment-style, c-require-final-newline
3788 and c-default-style. Add a defcustom for awk-mode-hook. Give
3789 c-syntactic-element and c-syntactic-context doc-strings by
3790 directly setting their `variable-documentation' propery. This
3791 allows Emacs 22.1 to read these with C-h v.
3792
3793 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3794 Monnier).
3795
37962005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3797
3798 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
3799 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3800 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
3801 Masatake YAMATO.
3802
3803 (c-doc-comment-style): Made GtkDoc default in C mode.
3804
3805 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3806 and C-c C-<delete>.
3807
3808 (c-bind-special-erase-keys): New function for use on
3809 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3810
3811 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3812 <delete> key behavior in XEmacs according to `delete-forward-p'.
3813 C.f. `c-electric-delete'.
3814
38152005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3816
3817 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 3818 c-hungry-delete-forward permanent key bindings.
9e04cba1
AM
3819
3820 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3821 c-syntactic-context for calls to "criteria functions", for
3822 consistency with other calls to user functions.
3823
af71d4c0 3824 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
3825 `current-prefix-arg', since this might be the prefix arg to a
3826 command which calls c-indent-command as a function. Change the
3827 interactive spec from "p" to "P".
3828
3829 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3830 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3831 was difficult to understand.
3832
38332005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3834
3835 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3836 first char of an identifier.
3837
3838 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3839 +" syntax in C++.
3840
38412005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3842
af71d4c0 3843 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
3844 auto-fill doesn't split a c-comment's last word from a hanging
3845 "*/" when a space is typed between them after fill-column.
3846
3847 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3848
af71d4c0
JB
3849 * progmodes/cc-styles.el (c-set-style)
3850 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
3851 CC Mode buffer.
3852
3853 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3854 with blank comment-prefix, and a blank line as the comment's
3855 second line.
3856
38572005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3858
3859 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3860 Incorporated the patterns added in the Emacs development branch
3861 for the new Emacs 22 face `font-lock-negation-char-face'.
3862
3863 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3864 of "red" since it stands out better in xterms and DOS terminals.
3865
3866 * progmodes/cc-engine.el (c-literal-faces): Added
3867 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3868
38692005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3870
3871 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3872 forcibly enable c-electric-flag.
3873
3874 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3875 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3876 just after the comment-prefix of a C-style comment will close that
3877 comment.
3878
38792005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3880
af71d4c0
JB
3881 * progmodes/cc-fonts.el (c-basic-matchers-before)
3882 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
9e04cba1
AM
3883 in Pike.
3884
3885 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3886 digraphs.
3887
3888 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
3889 (c-cpp-message-directives, c-cpp-include-directives)
3890 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3891 (c-cpp-expr-directives): Introduced new language constants to
9e04cba1
AM
3892 control cpp syntax in a cleaner way.
3893
3894 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3895
3896 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3897
af71d4c0
JB
3898 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3899 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
3900 variables to specify how newlines in string literals work.
3901
3902 (c-font-lock-invalid-string): Use them.
3903
3904 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3905 unbalanced close brace is entered. Optimization by avoiding going
3906 back over arbitrarily large blocks. Removed hints that this
3907 function only would be relevant/useful in AWK.
3908
3909 (c-electric-brace): Indent syntactically after the cleanups since
3910 lineup functions might do it differently then.
3911
3912 * progmodes/cc-engine.el, cc-langs.el
3913 (c-opt-op-identifier-prefix): New language constant and variable.
3914
af71d4c0
JB
3915 (c-just-after-func-arglist-p, c-after-special-operator-id)
3916 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
3917
3918 * progmodes/cc-align.el, cc-engine.el
3919 (c-after-special-operator-id): New helper to handle C++ operator
3920 identifiers.
3921
af71d4c0
JB
3922 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3923 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
3924 declarations.
3925
3926 * progmodes/cc-langs.el (c-assignment-operators): Added the
3927 trigraph version of ^= too.
3928
3929 * progmodes/cc-langs.el (c-assignment-operators): Added the
3930 trigraph version of |= in C++.
3931
3932 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3933 `c-decl-hangon-kwds' after the identifier name.
3934
3935 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3936 whether an arglist is "nonempty", ignore a comment after the open
3937 paren if it isn't followed by a non-comment token on the same
3938 line.
3939
3940 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3941 heuristics below the point to cope with classes inside special
3942 brace lists in Pike.
3943
39442005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3945
3946 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3947
39482005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3949
3950 * progmodes/cc-guess.el (cc-guess-install): New function to
3951 install an already guessed style in another buffer.
3952
3953 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3954 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3955 anyway if the change always is undone.
3956
39572005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3958
3959 Implement togglable electricity:
3960
3961 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3962 saying when it should be used.
3963
3964 * progmodes/cc-engine.el: Add the new buffer-local variable,
3965 c-electric-flag.
3966
3967 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3968 c-toggle-auto-newline.
3969
3970 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3971 c-toggle-auto-newline. Remove the binding for
3972 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
3973 c-toggle-electric-state.
3974
3975 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3976
3977 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3978 c-\(forward\|backward\)-subword.
3979 (c-update-modeline): Add the new modeline flag `l' for
3980 `c-electric-flag'. Make the auto-newline flag `a' dependent on
3981 `l'.
3982 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
3983 the old name an alias of the new name.
3984 (c-toggle-electric-state): New function.
3985 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3986 Adapt these functions to do electric things only when
3987 c-electric-flag is non-nil.
3988 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3989 new functions from c-electric-brace.
3990 (c-point-syntax): Add a check for "virtual semicolons" in AWK
3991 mode, so that the tentative extra newline doesn't change the
3992 syntax of the following brace.
af71d4c0 3993 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
3994 Tidy up the coding somewhat.
3995 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3996 restructure a bit.
3997
39982005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3999
4000 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4001 anchor position(s) using faces. Thanks to Masatake YAMATO for the
4002 idea.
4003
4004 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4005 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4006 since it's now used to track another submode.
4007
4008 (c-update-modeline): Converted to function and extended to check
4009 `c-subword-move-mode'.
4010
4011 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4012 Converted to compat aliases for `c-forward-subword' and
4013 `c-backward-subword'.
4014
4015 * progmodes/cc-subword.el: New functions and minor mode to handle
4016 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4017
af71d4c0
JB
4018 (c-forward-subword, c-backward-subword, c-mark-subword)
4019 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4020 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
4021 Functions corresponding to the standard word handling functions.
4022
4023 (c-subword-move-mode): Minor mode that replaces all the standard
4024 word handling functions with their subword equivalences.
4025
40262005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4027
4028 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4029 entry for one-liner-defun.
4030
4031 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4032 name in its def-edebug-spec.
4033
4034 * progmodes/cc-cmds.el (c-electric-brace): Make the
4035 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4036 compacts space before a comment, if this will make things fit on
4037 one line.
4038
4039 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4040
af71d4c0 4041 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9e04cba1
AM
4042
4043 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4044 clean-up one-liner-defun.
3d596891 4045
9e04cba1
AM
4046 * progmodes/cc-styles.el: Add the new "awk" style.
4047
4048 * progmodes/cc-vars.el: Add description of one-liner-defun to
4049 c-cleanup-list's doc-string. New user options,
4050 c-max-one-liner-length. In c-default-style, set the default style
4051 for AWK to "awk".
4052
40532005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4054
4055 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4056 macros inside labels.
4057
4058 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4059 `c-at-statement-start-p' and `c-at-expression-start-p'.
4060
4061 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4062 error if the mark isn't set.
4063
af71d4c0
JB
4064 * progmodes/cc-engine.el (c-guess-continued-construct)
4065 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
4066 accurately detect functions inside functions.
4067
4068 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4069 like `c-at-statement-start-p' that additionally recognizes commas
4070 and expression parentheses as delimiters.
4071
4072 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4073 to avoid heuristics that doesn't work for unclosed blocks.
4074
4075 (c-at-statement-start-p): New function.
4076
4077 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4078 Objective-C directives, e.g. directives spanning lines should work
4079 reasonably well now.
4080
4081 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4082
4083 (c-forward-objc-directive): New function to move over any ObjC
4084 directive.
4085
af71d4c0
JB
4086 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4087 (c-basic-matchers-before): Use it.
9e04cba1
AM
4088
4089 (c-font-lock-objc-iip-decl): Removed.
4090
4091 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4092 in the template arglist recognition.
4093
4094 * progmodes/cc-styles.el (c-style-alist): Fixed several
4095 inconsistencies in the Whitesmith style.
4096
af71d4c0
JB
4097 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4098 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
4099 correctly indented.
4100
4101 (c-lineup-whitesmith-in-block): Backed out the compensation for
4102 opening parens since it's done using `add' lists in the style
4103 definition instead. Don't use the anchor position since it varies
4104 too much between the syntactic symbols. :P
4105
4106 * progmodes/cc-vars.el (c-valid-offset): Updated.
4107
4108 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4109 lists where the offsets are combined according to several
4110 different methods: `first', `min', `max', and `add'. Report
4111 offset evaluation errors with `c-benign-error' so that some kind
4112 of reindentation still is done.
4113
4114 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4115 `arglist-intro' the same way as `arglist-cont-nonempty' and
4116 `arglist-close'.
4117
4118 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4119 situations for `arglist-cont-nonempty' and `arglist-close'.
4120
4121 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4122 constant.
4123
4124 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4125 cc-bytecomp-boundp' in a number of places.
4126
4127 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4128 macro related issue.
4129
41302005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4131
4132 * progmodes/cc-awk.el: Change the terminology of regexps: A char
af71d4c0
JB
4133 list is now [asdf], a char class [:alpha:]. Include code for char
4134 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4135 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4136 regexps.
9e04cba1
AM
4137
4138 Remove (nearly all of) the cruft associated with AWK Mode's former
4139 concept of "virtual semicolons":
4140
4141 Adapt c-beginning-of-statement, c-end-of-statement (together with
4142 subfunctions) to use the new notion of "virtual semicolon" in
4143 place of the old awkward special handling for AWK. There remains
4144 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4145 * progmodes/cc-cmds.el:
4146 (c-ascertain-adjacent-literal): In the backwards direction, now
4147 recognises AWK regexp delimiters as string delimiters.
4148 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4149 check more rigorously for "end of macro".
4150 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4151 virtual semicolons;
4152 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4153 out the code for forward movement into ...
4154 (c-end-of-statement): Now contains the code for forward movement,
4155 adapted for virtual semicolons.
4156
4157 * progmodes/cc-engine.el:
af71d4c0 4158 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
4159 (c-forward-single-comment, c-backward-single-comment): Comment out
4160 the (now redundant) "special" AWK stuff.
4161
4162 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4163 c-string-par-start, c-string-par-separate to be more like Text
4164 Mode than Fundamental Mode.
4165
41662005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4167
4168 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4169 to the fontified region so that fontification doesn't occur
af71d4c0
JB
4170 outside it (could happen e.g. when fontifying a line with an
4171 unfinished declaration).
9e04cba1
AM
4172
41732005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4174
4175 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4176 moved to near the start of the file. ^L now separate sections of
4177 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4178 c-awk-blank-or-comment-line-re,
4179 c-awk-one-line-possibly-open-string-re,
4180 c-awk-regexp-one-line-possibly-open-char-class-re,
4181 c-awk-one-line-possibly-open-regexp-re,
4182 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4183 c-awk-vsemi-status-unknown-p.
4184
4185 Amend the concept of "virtual semicolons" (in the indentation
4186 engine) for languages like AWK, such that they are now
4187 conceptually attached to end of the last token of a statement, not
4188 the end of the line. (In AWK Mode, however, the pertinent text
4189 property is still physically set on the EOL.) Remove the specific
4190 tests for awk-mode, thus facilitating the introduction of other
4191 language modes where EOLs can end statements. (Note: The
4192 funtionality in cc-cmds.el, specifically
4193 c-beginning/end-of-statement has yet to be amended.)
4194
4195 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4196 c-vsemi-status-unknown-p.
4197
4198 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4199 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4200 c-vsemi-status-unknown-p-fn (in a new page).
4201
4202 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4203 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4204 numerous awkward forms like
4205 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4206 with
4207 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4208 variable before-ws-ip, the place just after char-before-ip
4209 appears.
4210
4211 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4212 a comment.
4213
42142005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4215
4216 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4217 `c-tentative-buffer-changes'.
4218
4219 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4220 converted to macro to choose between Emacs and XEmacs at compile
4221 time.
4222
4223 (c-set-region-active): New set counterpart to
4224 `c-region-is-active-p'.
4225
4226 (c-tentative-buffer-changes): New macro to handle temporary buffer
4227 changes in a convenient way.
4228
4229 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4230 for `c-tentative-buffer-changes'.
4231
4232 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4233 the checks for paren sexps between the point and the keyword, to
4234 avoid some false alarms.
4235
4236 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4237 Fixed a situation where an error could be thrown for unbalanced
4238 parens. Changed to make use of c-keyword-member' to avoid some
4239 repeated regexp matches.
4240
4241 (c-opt-lambda-key, c-opt-inexpr-block-key,
4242 c-opt-inexpr-class-key): These language variable are no longer
4243 necessary.
4244
4245 (c-block-stmt-kwds): New language constant used by
4246 c-looking-at-inexpr-block'.
4247
4248 (c-guess-basic-syntax): Removed an optional check that looked at
4249 the existence of the now removed language variables.
4250
4251 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4252 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4253 object instantiation expressions as declarations in some contexts.
4254 This bug only affected languages where the declarator can't be
4255 enclosed in parentheses.
4256
4257 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4258 insert newlines before and after substatement braces.
4259
4260 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4261 function declaration headers and the handling of C++ style member
4262 init lists.
4263
4264 (c-just-after-func-arglist-p): Rewritten to use
4265 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4266
4267 (c-beginning-of-member-init-list): Removed since it isn't used
4268 anymore.
4269
4270 (c-guess-basic-syntax): Case 5B adapted for the new
4271 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4272 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4273 covers all cases now).
4274
119f6f17 4275 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
9e04cba1
AM
4276
42772005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4278
4279 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4280 c-string-par-start/separate c-sentence-end-with-esc-eol,
4281 initialised in c-setup-paragraph-variables, used in string
4282 scanning subroutines of c-beginning-of-statement.
4283
af71d4c0 4284 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
4285 which precedes the newly inserted `{'.
4286
42872005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4288
4289 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4290 function for declaration level blocks. It should now cope with
4291 templates better and also be a lot more comprehensible.
4292
4293 (c-looking-at-decl-block): The new function.
4294
4295 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4296 for compatibility.
4297
4298 (c-add-class-syntax, c-guess-continued-construct,
4299 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4300
4301 (c-decl-block-key): Changed to tell apart ambiguous and
4302 unambiguous keywords. Pike specials are now handled directly in
4303 the code instead.
4304
4305 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4306 language constants and variables to make the backward skip in
4307 `c-looking-at-decl-block' as tight as possible.
4308
4309 (c-nonsymbol-token-char-list): New language constant.
4310
4311 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4312 find balanced template arglists backwards.
4313
4314 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4315 making char classes for `c-syntactic-skip-backward'.
4316
4317 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4318 16D - can't be a class-close at that point.
4319
af71d4c0
JB
4320 * progmodes/cc-engine.el (c-guess-basic-syntax)
4321 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
4322 level. This makes everything a lot easier, and it was actually
4323 only four small places that needed it to work. Some places that
4324 previously did `widen' are removed now, which has the effect that
4325 `c-guess-basic-syntax' never will look at things outside the
4326 current narrowment now. The anchor position for `topmost-intro'
4327 is affected by this, but it was so bogus it was basically useless
4328 before, and now it's equally bogus but in a slightly different
4329 way.
4330
4331 (c-narrow-out-enclosing-class): Gone.
4332
4333 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4334 the narrowed region.
4335
4336 (c-least-enclosing-brace): Removed silly optional argument.
4337
4338 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4339 the point could be left directly after an open paren when finding
4340 the beginning of the first decl in the block.
4341
4342 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4343 Specify which submatch to use.
4344
119f6f17 4345 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 4346
af71d4c0 4347 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
4348 ObjC due to the above.
4349
4350 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4351 presumably follows C in that regard.
4352
4353 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4354 New language constants to specify operator tokens inside
4355 identifiers in a more high level way.
4356
4357 (c-opt-identifier-prefix-key): New internal language constant.
4358
af71d4c0
JB
4359 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4360 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
4361 from other constants.
4362
4363 (c-identifier-last-sym-match): Decommissioned since it's no longer
4364 used.
4365
4366 (c-operators): Use `c-identifier-ops'. Documented
4367 `postfix-if-paren'.
4368
4369 * progmodes/cc-engine.el (c-forward-name): Removed the
4370 optimization when c-identifier-key is equal to c-symbol-key since
4371 it doesn't work in byte compiled files. Don't record empty
4372 regions as identifiers.
4373
4374 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4375 simplify access to `c-operators' and its likes.
4376
af71d4c0
JB
4377 (c-operator-list, c-all-op-syntax-tokens)
4378 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4379 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4380 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
4381
4382 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4383 an explicit language in functions.
4384
4385 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4386 variant of adornment.
4387
4388 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4389 variable.
4390
4391 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4392 the Pike value.
4393
af71d4c0
JB
4394 * progmodes/cc-engine.el (c-on-identifier)
4395 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
4396 correctly in `skip-chars-backward'. Affected the operator lfun
4397 syntax in Pike.
4398
4399 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4400 diagnostic message about precompiled language vars not being used.
4401
4402 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4403 "__attribute__" is followed by a parenthesis.
4404
af71d4c0
JB
4405 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4406 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
4407 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4408
4409 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4410 cleanups to properly detect the declared identifiers in various
4411 declarations.
4412
4413 (c-decl-start-kwds): New language constant to recognize
4414 declarations that can start anywhere. Used for class declarations
4415 in Pike.
4416
af71d4c0
JB
4417 (c-specifier-key, c-not-decl-init-keywords)
4418 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4419 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 4420
af71d4c0
JB
4421 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4422 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
9e04cba1
AM
4423 handling of the compiler specific extension keywords into a new
4424 language constant `c-decl-hangon-kwds' that defines keyword
4425 clauses to be ignored in declarations.
4426
4427 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4428 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4429 Necessary to stop at the declared identifier in e.g. IDL valuetype
4430 declarations.
4431
af71d4c0
JB
4432 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4433 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4434 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4435 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
4436 class and enum declarations as such and not as part of the type.
4437
4438 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4439 interpretation of PRECEDING-TOKEN-END when there's no preceding
4440 token.
4441
4442 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4443 declarations when there's some syntax error later on.
4444
4445 (c-complex-decl-matchers): Did away with a reference to
4446 `c-specifier-key'.
4447
4448 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4449 value - this variable is always dynamically bound.
4450
af71d4c0
JB
4451 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4452 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4453 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
9e04cba1
AM
4454 functions that might do hidden buffer changes: All such internal
4455 functions are now marked instead of those that don't.
4456
af71d4c0
JB
4457 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4458 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4459 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4460 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
4461 so that they are free to use text property caching later on.
4462
af71d4c0
JB
4463 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4464 (c-electric-brace, c-electric-slash, c-electric-star)
4465 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4466 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4467 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4468 (c-context-line-break): Added `c-save-buffer-state' calls to comply
9e04cba1
AM
4469 with the changed semantics of the functions above.
4470
4471 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4472 when macros occur in obscure places. Optimized the sexp movement
4473 a bit.
4474
44752005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4476
4477 Enhancements for c-beginning-of-statement to work in AWK Mode:
4478
4479 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4480 (completed statement) with `}' (statement completed by closing
4481 brace or semicolon) and `$' (statement completed by EOL).
4482
af71d4c0
JB
4483 (c-awk-virtual-semicolon-ends-prev-line-p)
4484 (c-awk-virtual-semicolon-ends-line-p)
4485 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4486 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
4487
4488 * progmodes/cc-cmds.el: Simplify the structure of functions
4489 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4490 two functions and c-beginning-of-statement to handle AWK Mode.
4491
4492 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4493 c-backward-single-comment for AWK mode. Attempt to clarify their
4494 doc-strings.
4495
4496 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4497
44982005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4499
4500 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4501 label handling. Labels are now recognized in a uniform and more
4502 robust way, regardless of context. Text properties are put on all
4503 labels to recognize the following declarations better. Multiword
4504 labels are handled both in indentation and fontification for the
4505 benefit of language extensions like Qt. For consistency, keywords
4506 in labels are now fontified with the label face instead. That
4507 also applies to "case" and "default".
4508
4509 (c-beginning-of-statement-1): Fixed some bugs in the label
4510 handling. Disregard `c-nonlabel-token-key' in labels that begin
4511 with `c-label-kwds'.
4512
4513 (c-find-decl-spots): Support that the callback adds more
4514 `c-decl-end' spots to find.
4515
4516 (c-forward-decl-or-cast-1): Don't treat a list of plain
4517 identifiers followed by a colon as a declaration.
4518
4519 (c-forward-label): New function to recognize labels.
4520
4521 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4522 `c-forward-label'. Moved the label recognition cases (14 and 15)
4523 earlier since they aren't so context sensitive now. Handle labels
4524 on the top level gracefully. Moved access label recognition to
4525 the generic label case (CASE 15) - removed CASE 5E.
4526
4527 (c-font-lock-declarations): Added recognition of labels in the
4528 same round since we need to handle labels in parallell with other
4529 declarations to recognize both accurately. It should also improve
4530 speed.
4531
4532 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4533 `c-font-lock-labels' so that it only is used on decoration level 2
4534 since `c-font-lock-declarations' handles it otherwise.
4535
4536 (c-complex-decl-matchers): Removed the simplistic recognition of
4537 access labels.
4538
4539 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4540 with labels earlier.
4541
4542 (c-decl-start-re): New language variable to make
4543 `c-font-lock-declarations' stop for the special protection labels
119f6f17 4544 in Objective-C that start with `@'.
9e04cba1
AM
4545
4546 (c-label-key): Removed since it's no longer used.
4547
4548 (c-recognize-colon-labels, c-label-prefix-re): New language
4549 constants to support recognition of generic colon-terminated
4550 labels.
4551
4552 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4553 are colon terminated labels.
4554
4555 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4556 first argument starts with a special brace list.
4557
af71d4c0
JB
4558 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4559 (c-font-lock-declarations): Broke out the declaration and cast
9e04cba1
AM
4560 recognition from `c-font-lock-declarations' to a new function, so
4561 that it can be used in the indentation engine.
4562
4563 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4564 up to the start of the literal. Fixed bug with the point on the
4565 wrong side of the search limit that could happen when the start
4566 position is inside a literal.
4567
af71d4c0
JB
4568 * progmodes/cc-engine.el (c-parse-state)
4569 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
9e04cba1
AM
4570 so that it's kept a little bit back to increase the hit rate.
4571
4572 (c-parse-state): Changed the macro handling and fixed some
4573 glitches. Macro context is checked more often than necessary now,
4574 but otoh less garbage conses are generated.
4575
af71d4c0
JB
4576 * progmodes/cc-engine.el (c-parse-state)
4577 (c-invalidate-state-cache): Cache the last position where
9e04cba1
AM
4578 `c-state-cache' applies. This can speed up refontification quite
4579 a bit in blocks where there are many non-brace parens before the
4580 point.
4581
4582 (c-state-cache-end): New variable for this.
4583
4584 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4585 cache variable.
4586
4587 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4588 get close initial continue positions when the start position is
4589 inside a literal or macro. Do not call the callback for spots
4590 before the start position (which can happen e.g. for `c-decl-end'
4591 spots inside comments). Optimize better in special cases when the
4592 region is a single line inside a literal or macro (typically when
4593 the current line is refontified).
4594
4595 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4596 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4597 entries from the paren state.
4598
4599 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4600 special case for "else if" clauses.
4601
af71d4c0
JB
4602 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4603 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1
AM
4604
4605 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4606 language variable to recognize the gcc extension with statement
4607 blocks inside expressions.
4608
4609 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4610 it somewhat more comprehensible. The argument AT-BLOCK-START is
4611 no longer used and hence removed.
4612
4613 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4614 to `c-add-stmt-syntax'.
4615
4616 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4617 `c-beginning-of-statement-1' instead of duplicating parts of it.
4618 This fixes bogus label recognition.
4619
af71d4c0
JB
4620 * progmodes/cc-engine.el (c-add-type, c-check-type)
4621 (c-forward-name, c-forward-type): Improved storage of template
9e04cba1
AM
4622 types in `c-found-types' so that they can be recognized better.
4623
4624 (c-syntactic-content): Added option to skip past nested parens.
4625
4626 * progmodes/cc-engine.el (c-forward-name): Set
4627 `c-last-identifier-range' all the time. It's less work that way.
4628 Handle that there might not be an identifier to store in
4629 `c-last-identifier-range'.
4630
4631 (c-forward-type): Handle that `c-last-identifier-range' might be
4632 nil from `c-forward-name'.
4633
af71d4c0
JB
4634 * progmodes/cc-defs.el (c-safe-scan-lists)
4635 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
9e04cba1
AM
4636
4637 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4638 to work even if the form fails.
4639
4640 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4641 down in a large file in one go.
4642
4643 (c-get-fallback-start-pos): New helper function for
4644 `c-parse-state'.
4645
4646 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4647 function which is like `c-lineup-math' but returns nil instead of
4648 `c-basic-offset' when it doesn't match.
4649
4650 (c-lineup-math): Changed to use `c-lineup-assignments'.
4651
46522005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4653
4654 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4655 c-beginning-of-statement. New subfunctions
4656 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4657
46582005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4659
4660 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4661 hardcoded char classes whereever possible. Changed a couple of
4662 places to use skip by syntax instead of skip by char class.
4663
4664 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4665 Fixed a bug in the regexp that caused extreme backtracking.
4666
af71d4c0
JB
4667 * progmodes/cc-langs.el (c-block-comment-starter)
4668 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
4669 single place how block comments look.
4670
af71d4c0
JB
4671 (c-comment-start-regexp, c-block-comment-start-regexp)
4672 (comment-start, comment-end, comment-start-skip)
4673 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4674 (c-syntactic-ws, c-nonempty-syntactic-ws)
4675 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
4676 `c-line-comment-starter', `c-block-comment-starter' and
4677 `c-block-comment-ender'.
4678
af71d4c0
JB
4679 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4680 New language constants to break up things a bit.
9e04cba1
AM
4681
4682 (c-simple-ws): New language constant for simple whitespace.
4683
4684 * progmodes/cc-defs.el (c-concat-separated): New convenience
4685 function.
4686
4687 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4688 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4689 newlines. Allow and ignore nil elements in the list.
4690
46912005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4692
4693 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4694 superfluous) check, (eq here (point-max)) in
4695 c-beginning-of-statement.
4696
4697 * progmodes/cc-cmds.el: Tidy up the comments in
4698 c-beginning-of-statement and subfunctions.
4699
4700 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4701 more flexible c-put-char-property and c-clear-char-properties.
4702 Add the author's email address.
4703
4704 * progmodes/cc-langs.el: New variable,
4705 c-block-comment-start-regexp.
4706
4707 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4708 closing "*/" of a block comment.
4709
4710 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4711 subfunctions) so that it works at BOB and EOB.
4712
4713 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4714 c-beginning-of-statement, including new variable
4715 c-block-comment-start-regexp.
4716
47172005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4718
4719 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4720 symbols from `*-font-lock-extra-types' so that there's no need to
4721 use `regexp-opt' on those lists.
4722
4723 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4724 `c-type-modifier-kwds' is empty.
4725
4726 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4727 there are several strings on the same line.
4728
4729 * progmodes/cc-engine.el (c-literal-limits): Removed the
4730 compatibility function for older emacsen. `c-literal-limits-fast'
4731 has now taken the place of this function.
4732
4733 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
119f6f17 4734 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
4735
47362005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4737
4738 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4739 which obviates the need to hack sentence-end. This now handles
4740 escaped newlines in strings correctly. Correct minor bugs in
4741 c-move-over-sentence and in c-beginning-of-statement.
4742
4743 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4744 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4745 that movement over macros and code are rigorously separated from
4746 eachother. Correct a few incidental bugs.
4747
4748 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4749 Improve its doc-string. Improve the handling of certain specific
4750 cases.
4751
47522005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4753
4754 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4755 (c-guess-basic-syntax): Changed the way class-level labels are
4756 recognized; they can now contain essentially any symbols.
4757
4758 (c-opt-extra-label-key): New language variable to cope with the
4759 special protection label syntax in Objective-C.
4760
4761 (c-opt-access-key): Removed; this is now handled better by
4762 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4763
4764 (c-complex-decl-matchers): Update to handle that
4765 `c-opt-access-key' no longer exists.
4766
4767 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4768 improved label recognition in `c-beginning-of-statement-1'.
4769
4770 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4771 Recognize bitfields better.
4772
4773 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4774 Removed some cruft and fixed a bug that could cause it to go to a
4775 position further down.
4776
4777 * progmodes/cc-langs.el, cc-engine.el
4778 (c-beginning-of-statement-1): Improved detection of labels in
4779 declaration contexts.
4780
4781 (c-beginning-of-decl-1): Use it.
4782
4783 (c-nonlabel-token-key): New language constant and variable needed
4784 by `c-beginning-of-statement-1'.
4785
4786 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4787 manifested itself due to the correction in `c-forward-sexp'.
4788
4789 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4790 these behave as documented when used at the buffer limits.
4791
4792 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4793 (c-type-decl-end-used): Made this a language variable.
4794
4795 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4796 correctly when `combine-after-change-calls' is used together with
4797 temporary narrowings.
4798
4799 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4800 labels correctly when the start point is immediately after the
4801 colon.
4802
4803 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4804 since it isn't used anymore.
4805
4806 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4807 bracket arglists such as template parens in C++.
4808
4809 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4810 in the last check-in. Some optimization.
4811
4812 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4813 where it could stop at the same level in a preceding sexp when
4814 PAREN-LEVEL is set.
4815
4816 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4817 text property lookup only when it's needed.
4818
4819 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4820 Changed the policy for paren marked angle brackets to be more
4821 persistent; once marked they remain marked even when they're found
4822 to be unbalanced in the searched region. This should keep the
4823 paren syntax around even when individual lines are refontified in
4824 multiline template arglists.
4825
4826 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4827 to control markup so that incorrect angle bracket arglists aren't
4828 marked in contexts where the correct value for
4829 `c-disallow-comma-in-<>-arglists' isn't known.
4830
4831 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4832 argument has become `c-parse-and-markup-<>-arglists'.
4833
4834 (c-remove-<>-arglist-properties): Removed - no longer used.
4835
4836 (c-after-change-check-<>-operators): New function used on
4837 `after-change-functions' to avoid that "<" and ">" characters that
4838 are part of longer operators have paren syntax.
4839
4840 (c-<>-multichar-token-regexp): New language variable used by
4841 `c-after-change-check-<>-operators'.
4842
4843 (c-after-change): Call `c-after-change-check-<>-operators'.
4844
4845 (c-font-lock-<>-arglists): Use the context properties set by
4846 `c-font-lock-declarations' to set
4847 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4848 markup.
4849
4850 (c-font-lock-declarations): Removed code that undoes the invalid
4851 markup done by `c-font-lock-<>-arglists'.
4852
4853 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4854 after `c-font-lock-declarations'.
4855
4856 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4857 paren-level feature.
4858
4859 (c-guess-basic-syntax): Improved the anchor position for
4860 `template-args-cont' in nested template arglists. There's still
4861 much to be desired in this area, though.
4862
48632005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4864
4865 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4866 Make the "Text Filling and Line Breaking" commands work for AWK
4867 buffers.
4868
48692005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4870
4871 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 4872 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
4873
4874 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4875 it doesn't work no longer are supported.
4876
af71d4c0
JB
4877 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4878 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
4879 requires support for the syntax-table' text property, which rules
4880 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4881 cruft associated with those versions.
4882
4883 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4884 for the `syntax-table' text property, which rules out Emacs 19 and
4885 XEmacs < 21.4. Removed various compatibility cruft associated
4886 with those versions.
4887
4888 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4889 support for the `syntax-table' text property.
4890
4891 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4892 variable and use an extra quoted face name instead. All the
4893 emacsen flavors handle that correctly.
4894
af71d4c0
JB
4895 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4896 (c-font-lock-declarators, c-font-lock-declarations)
4897 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
4898 property to mark the items in in declarator lists to handle
4899 refontification inside multiline declarations better.
4900
4901 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4902 construct like "a * b = c;" as a declaration.
4903
3dd63dc3
KS
49042005-12-08 Kim F. Storm <storm@cua.dk>
4905
3d596891
KS
4906 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4907 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
4908 select either meta, hyper, or super modifier for rectangle commands.
4909 (cua--rectangle-modifier-key): New defvar.
119f6f17 4910 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
4911 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4912 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 4913 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891
KS
4914
4915 * emulation/cua-rect.el (cua-help-for-rectangle): Use
4916 cua--rectangle-modifier-key. Handle super modifier too.
4917 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 4918 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 4919
ad668f10
KS
4920 * ido.el: Move Acknowledgements and History after Commentary.
4921 Minor changes to Commentary.
4922
3dd63dc3 4923 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 4924 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
4925 (cua--shift-control-prefix): New function; emulate "type prefix
4926 key twice" functionality to handle shifted prefix key override.
4927 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4928 commands.
4929 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4930
9992b124
CD
49312005-12-08 Carsten Dominik <dominik@science.uva.nl>
4932
30c02925 4933 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
4934 headings.
4935 (org-agenda-mode): Quote `org-agenda-mode-hook'.
4936 (org-insert-item): New function.
4937 (org-renumber-ordered-list): Don't skip to higher level lists.
4938
3f30c272
JL
49392005-12-08 Juri Linkov <juri@jurta.org>
4940
4941 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4942
4943 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4944
4945 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4946
4947 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4948 the constructed function name fun-1.
4949
4950 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4951 because such links don't lead to parent documentation.
4952
086c5b2b
KH
49532005-12-08 Kenichi Handa <handa@m17n.org>
4954
4955 * descr-text.el (describe-char): Use *Help-2* buffer if the
4956 current buffer is *Help*. Call describe-text-properties while
4957 setting the original buffer.
4958
4af6c011
BW
49592005-12-07 Bill Wohler <wohler@newt.com>
4960
af71d4c0 4961 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
4962 and causes problems with non-MH users (such as Gnus users).
4963
a25e15ea
NR
49642005-12-08 Nick Roberts <nickrob@snap.net.nz>
4965
4966 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4967 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4968 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4969 command "info sources". Move calls to GDB command "list".
4970 (gdb-find-file-hook): Just use gdb-source-file-list.
4971 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4972 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4973 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4974 (gdb-data-list-register-values-handler): Use correct trigger name.
4975
b89a8e1a
KS
49762005-12-07 Kim F. Storm <storm@cua.dk>
4977
af71d4c0 4978 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
4979 (ido-common-completion-map, ido-file-completion-map)
4980 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
4981 Rename from ido-mode-....-map.
4982 (ido-init-completion-maps): Rename from ido-init-mode-maps.
4983 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
4984 (ido-read-internal): Bind minibuffer-local-filename-completion-map
4985 to ido-completion-map.
4986
735b7c87
KH
49872005-12-07 Kenichi Handa <handa@m17n.org>
4988
4989 * international/mule-cmds.el
4990 (set-display-table-and-terminal-coding-system): If the coding
4991 system specified in `unibyte-display' property is different from
4992 the arg coding-system, don't setup standard-display-table.
4993
6a6e859a
SM
49942005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4997 that comments end at \n, regardless of selective-display.
4998
7a96cae6
NR
49992005-12-07 Nick Roberts <nickrob@snap.net.nz>
5000
5001 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5002 (gdb-version): New variables.
5003 (gdb-source-file-list, gdb-register-names)
5004 (gdb-changed-registers): New variables for use with GDB 6.4+.
5005 (gdb-ann3): Replace with...
5006 (gdb-init-1, gdb-init-2): ...two new functions.
5007 (gdba, gdb-prompt): Call gdb-init-1.
5008 (gdb-get-version): New function. Call gdb-init-2 from here.
5009 (gud-watch): Make it work with mouse events too.
5010 (gdb-post-prompt): Don't add to queue until GDB version is known.
5011 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5012 (gdb-locals-mode): Use gdb-version.
5013 (gdb-memory-format-map, gdb-memory-unit-map)
5014 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5015 (gdb-locals-font-lock-keywords-1)
5016 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 5017 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
5018 (gdb-set-gud-minor-mode-existing-buffers-1)
5019 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5020 (gdb-var-update-1, gdb-var-update-handler-1)
5021 (gdb-data-list-register-values-handler)
5022 (gdb-data-list-register-values-custom)
5023 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
5024 (gdb-stack-list-locals-handler, gdb-get-register-names):
5025 New functions for use with GDB 6.4+.
7a96cae6
NR
5026 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5027 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5028 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5029 (gdb-stack-list-locals-regexp)
5030 (gdb-data-list-register-names-regexp): New regexps for use with
5031 GDB 6.4+.
5032
6277435b
SM
50332005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5036
af71d4c0 50372005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
98b537f7
SJ
5038
5039 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5040 prompts work for AUTH PLAIN. Also reported by Steve Allan
5041 <seallan@verizon.net>.
5042
0dac35b8
KL
50432005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5044
5045 * frame.el (set-frame-parameter): Add doc string.
5046
634d5d19
CD
50472005-12-06 Carsten Dominik <dominik@science.uva.nl>
5048
30c02925 5049 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 5050 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
5051 (org-highlight-sparse-tree-matches): New option.
5052 (org-do-occur): New function.
5053 (org-get-heading): Make it work also at beginning of line.
5054 (org-category-table): New variable.
5055 (org-get-category-table, org-get-category)
5056 (org-camel-to-words, org-link-search): New functions.
5057 (org-select-this-todo-keyword): New variable.
5058 (org-todo-list): New command.
5059 (org-shiftright, org-shiftleft): New commands.
6277435b 5060 (org-agenda-todo): Add prefix argument.
634d5d19
CD
5061 (org-show-hierarchy-above): New option.
5062 (org-show-todo-tree): Numerical prefix creates tree for specific
5063 TODO keyword.
5064 (org-outline-level): New function, to assign a level to plain
5065 lists items.
5066 (org-cycle-include-plain-lists): New option.
5067 (org-mode): Use `org-outline-level' as value of `outline-level'.
5068 (org-cycle): Temporarily switch `outline-regexp' if
5069 `org-cycle-include-plain-lists' is non-nil.
6277435b 5070 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
5071 (org-agenda-get-day-entries): Create category table.
5072 (org-agenda-get-todos, org-agenda-get-timestamps)
5073 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5074 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 5075 (org-context-in-file-links): Rename from
af71d4c0 5076 `org-line-numbers-in-file-links'.
634d5d19 5077
239f263d
RF
50782005-12-06 Romain Francoise <romain@orebokech.com>
5079
69fc2f2b
RF
5080 * window.el (balance-windows): Delete extraneous third arg in call
5081 to `enlarge-window'.
239f263d 5082
522d8129
KH
50832005-12-06 Kenichi Handa <handa@m17n.org>
5084
5085 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5086
5701678a
NR
50872005-12-06 Nick Roberts <nickrob@snap.net.nz>
5088
5089 * progmodes/gdb-ui.el (gdb-var-create-handler)
5090 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5091 (gdb-var-list-children-handler, gdb-var-update-handler):
5092 Current buffer is already gdb-partial-output-buffer, don't
5093 make it current again.
5094
a9692abf
LT
50952005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5096
5097 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5098 (list-buffers-noselect): Use it.
5099
95fe848e
SM
51002005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5103 (mail-yank-ignored-headers): Use regexp-opt.
5104 (mail-mode-map): Move initialization into declaration.
5105 (mail-sent-via): Remove unused shadowed var `to-line'.
5106 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5107 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5108 (mail-do-fcc): Use dolist and push.
5109 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 5110 (mail-yank-ignored-headers): Don't autoload.
95fe848e 5111
eec5c8f9
KH
51122005-12-05 Kenichi Handa <handa@m17n.org>
5113
95fe848e 5114 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
5115 (set-language-info): Call set-language-info-internal to update
5116 language-info-alist. If LANG-ENV is the current one, call
5117 set-language-environment to make INFO effective now.
5118 (set-language-info-alist): Likewise.
5119 (locale-language-names): With locale "en", use English
5120 lang. env. but set the default codings to iso-8859-1.
5121
d85af294
NR
51222005-12-04 Nick Roberts <nickrob@snap.net.nz>
5123
5124 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5125 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5126 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5127 for plain strings.
5128 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
5129 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5130 Create registers buffer if necessary. Echo new state in minibuffer.
5131 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 5132
d8fbba22
CY
51332005-12-03 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * info.el (Info-fontify-node): Match external links using
5136 non-directory part of filename.
5137
19437ce5
JL
51382005-12-04 Juri Linkov <juri@jurta.org>
5139
5140 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5141 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
5142 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5143 because there is no customization option for it.
19437ce5
JL
5144
5145 * font-lock.el (lisp-font-lock-keywords-1):
5146 Add define-global-minor-mode.
5147
5148 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5149
5150 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5151 properties on the constructed variable names.
5152
5153 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5154 Put `definition-name' properties on the constructed function names
5155 next-sym and prev-sym.
5156
5157 * emacs-lisp/find-func.el (find-function-regexp):
5158 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5159 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5160 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5161 and easy-menu-define.
5162
5163 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5164 easy-mmode-define-global-mode and define-global-minor-mode.
5165 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5166
5167 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5168 instead of easy-mmode-define-global-mode.
5169
5170 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5171 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5172
5173 * cus-edit.el (customize-group, customize-group-other-window):
5174 Filter out autoloaded options from the group completion list by
5175 using heuristics that autoloaded groups don't have `custom-autoload'
5176 property on their symbols (they have only `custom-loads').
5177
5178 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
5179 face on complete completion string too (i.e. completion string
5180 without completions-first-difference face).
19437ce5
JL
5181
5182 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5183
a8e7142c
EZ
51842005-12-03 Eli Zaretskii <eliz@gnu.org>
5185
2f33468c
EZ
5186 * view.el (view-mode): Doc fix.
5187
79019cc9
EZ
5188 * disp-table.el (standard-display-european): Add to the warning
5189 message a reference to the doc string.
5190
7a5ea63f
EZ
5191 * play/yow.el (apropos-zippy): Call print-help-return-message,
5192 similar to other Help and Apropos commands.
5193
a8e7142c
EZ
5194 * help.el (print-help-return-message): If pop-up-frames is
5195 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
5196 possibly, its frame as well, and don't display message about
5197 scrolling the help window. Doc fix.
a8e7142c
EZ
5198 (help-return-method): Doc fix.
5199
d20a1ebb
EZ
52002005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5201
5202 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5203 whereby names of length one or names starting with a
5204 symbol-constituent character would not be returned.
5205
6273dc68
JPW
52062005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5207
5208 * subr.el (atomic-change-group): Add edebug and indentation spec.
5209
21b15ee8
SM
52102005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * completion.el (save-completions-file-name): Fix typo in last change.
5213
ed0e3879
JD
52142005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5215
5216 * info.el: Move back/forward history to the beginning of the tool bar.
5217
0a79da1b
EZ
52182005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5219
af71d4c0 5220 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
5221 Add fset of allout-real-isearch-abort during compile to fix
5222 byte-compilation warnings.
5223 (allout-mode-p): Move definition of this macro above all uses, or
5224 byte compilation in barren emacs (eg, during emacs build) will
5225 lack the definition.
5226 (allout-mode): Move this variable above any uses, or byte
5227 compilation will fail.
21b15ee8 5228 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 5229 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 5230 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
5231 (allout-toggle-subtree-encryption): New function, workhorse that
5232 works on nearest topic containing point.
5233 (allout-encrypt-string): Signal requirement for newer version of pgg.
5234 (allout-resumptions): Doc fix.
5235
eac5c1f6
EZ
52362005-12-02 Eli Zaretskii <eliz@gnu.org>
5237
5238 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5239
27e0edcd
EZ
52402005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5241
21b15ee8
SM
5242 * textmodes/flyspell.el (flyspell-external-point-words):
5243 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
5244 and found string lengths match, or (b) misspelling is found as
5245 element in a boundary-chars separated longer string, or (c)
5246 ispell-program-name is really ispell and misspelling is found as
5247 part of a TeX string. After successful match move beginning of
5248 search region to end of match. Warn about not found misspellings
5249 once the process is done.
21b15ee8 5250 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 5251
dcf4db16
NR
52522005-12-02 Nick Roberts <nickrob@snap.net.nz>
5253
5254 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 5255 tool bar (removed inadvertently).
dcf4db16 5256
e7d42ea7
NR
52572005-12-02 Juri Linkov <juri@jurta.org>
5258
5259 * log-view.el (log-view-diff): Clarify doc string.
5260
3166ee65
BW
52612005-12-01 Bill Wohler <wohler@newt.com>
5262
5263 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5264 triggers lm-verify errors.
5265
94261ba3
LT
52662005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5267
5268 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 5269 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 5270
68b38146
NR
52712005-12-01 Nick Roberts <nickrob@snap.net.nz>
5272
5273 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5274 in the margin also.
5275 (gdb-breakpoints-mode-map): Use D instead of d for
5276 gdb-delete-breakpoint.
5277 (gdb-get-frame-number): Require a number to match on.
5278 (gdb-threads-mode-map): Add follow-link binding.
5279
896bd166
JR
52802005-11-30 Jason Rumney <jasonr@gnu.org>
5281
5282 * isearch.el (isearch-mode-map): Avoid exiting search on
5283 language-change event.
5284
8a2c27b9
RF
52852005-11-30 Romain Francoise <romain@orebokech.com>
5286
64db3923
RF
5287 * speedbar.el (speedbar-default-position): New defcustom.
5288 (speedbar-frame-reposition-smartly): Use it.
5289
8a2c27b9 5290 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 5291 computation for `left' location.
8a2c27b9
RF
5292 Update copyright year.
5293
33d434cd
SM
52942005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5295
604aa5f0
SM
5296 * help.el (help-map): Move initialization into declaration.
5297
1bddeeed
SM
5298 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5299
33d434cd
SM
5300 * help-fns.el (help-argument-name): Don't autoload.
5301 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5302 to be re-loaded when customizing the `help' group.
5303
24374f5a
JPW
53042005-11-30 John Paul Wallington <jpw@gnu.org>
5305
5306 * help-fns.el (describe-function-1): Fill arglist output.
5307
80cda39a
KS
53082005-11-30 Kim F. Storm <storm@cua.dk>
5309
4269a2fd
KS
5310 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5311 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5312 after revert-buffer (or anything else which kills all local variables).
5313
80cda39a
KS
5314 * apropos.el (apropos-parse-pattern): Doc fix.
5315 Set apropos-regexp directly, rather than expecting callers to do so.
5316 (apropos-command, apropos, apropos-value, apropos-documentation):
5317 Simplify calls to apropos-parse-pattern.
5318
597767da
CY
53192005-11-29 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5322 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5323 (hi-lock-write-interactive-patterns): Use comment-region.
5324
15575807
CY
5325 * longlines.el (longlines-mode): Add mail-setup-hook.
5326
5327 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5328
5329 * simple.el (sendmail-user-agent-compose, next-line):
5330 Conditionally use hard-newline.
5331
06e2cc3d
RS
53322005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5333
33d434cd
SM
5334 * international/latexenc.el (latex-inputenc-coding-alist):
5335 Reword doc string.
06e2cc3d 5336
2c30b450
CY
53372005-11-29 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * help.el (describe-key-briefly, describe-key): Recognize default
5340 bindings.
5341
1c0484e2
RF
53422005-11-29 Romain Francoise <romain@orebokech.com>
5343
5344 * view.el (view-inhibit-help-message): New defcustom.
5345 (view-mode-enter): Use it.
5346
59f1b058 53472005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 5348
4ce3c91a 5349 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 5350 Preserve user position.
1c0484e2 5351
daa7197c
LT
53522005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5353
846e22f8
LT
5354 * font-lock.el: Throw error if facemenu is not loaded to prevent
5355 accidental change of loading order in loadup.el. (Suggested by RMS.)
5356
daa7197c
LT
5357 * loadup.el: Add comment explaining why facemenu must be loaded
5358 before font-lock.
5359
867e8d9a
JB
53602005-11-28 Jay Belanger <belanger@truman.edu>
5361
5362 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5363 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5364
5365 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5366
5367 * calc/calc-embed.el (calc-do-embedded): Update help message.
5368
5369 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5370
cedbd3f0
SM
53712005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5372
21227135
SM
5373 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5374
d9532403
SM
5375 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5376 called-interactively-p.
5377 (elp-profilable-p): Rename from elp-not-profilable-p.
5378 Invert result and take into account macros and autoloaded functions.
5379 (elp-instrument-function): Update call.
5380 (elp-instrument-package): Update call. Add completion.
5381 (elp-pack-number): Use match-string.
5382 (elp-results-jump-to-definition-by-mouse): Merge into
5383 elp-results-jump-to-definition and then remove.
5384 (elp-output-insert-symname): Make help echo text single-line.
5385
cedbd3f0
SM
5386 * replace.el (query-replace-map): Move initialization into declaration.
5387 (occur-engine): Use with-current-buffer.
5388 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5389 (occur-mode-mouse-goto): Replace with an alias.
5390
1f57934c
JL
53912005-11-28 Juri Linkov <juri@jurta.org>
5392
5393 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5394
756bfad5
JL
5395 * term/w32-win.el: Bind [S-tab] to [backtab].
5396
5397 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5398 `Info-find-file' to t.
5399
1f57934c
JL
5400 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5401 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5402 and same-window-regexps.
5403 (occur-next-error): Don't move point for arg 0.
5404
7e1d31d4
CY
54052005-11-28 Chong Yidong <cyd@stupidchicken.com>
5406
5407 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5408
6a99c272
SM
54092005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5410
f7eeab0d
SM
5411 * log-edit.el (log-edit-changelog-use-first): New var.
5412 (log-edit-changelog-ours-p): Use it.
5413 (log-edit-insert-changelog): Set it with new arg `use-first'.
5414 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5415 (log-edit-hook): Add them to the list of suggested options.
5416
6a99c272
SM
5417 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5418 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5419 redundant work.
5420 (flyspell-mode-on): Use add-hook for after-change-functions.
5421 (flyspell-mode-off): Use remove-hook for after-change-functions.
5422 (flyspell-changes): Make it buffer-local.
5423 (flyspell-after-change-function): Make it non-interactive. Use push.
5424 (flyspell-post-command-hook): Check input-pending-p while processing
5425 the potentially long list of buffer changes.
5426
e99c9ada
KL
54272005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5428
5429 * buff-menu.el (list-buffers-noselect): Display the selected
5430 frame's buffer list, not the global one.
5431
17550579
NR
54322005-11-28 Nick Roberts <nickrob@snap.net.nz>
5433
5434 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5435 that (list last-input-event) works as in interactive spec.
5436
db9c3f6b
LT
54372005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5438
5439 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5440 `facemenu-keymap' needs to be defined when font-lock is loaded.
5441 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5442
36cc948e
SM
54432005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * completion.el: Remove useless leading * in defcustom docstrings.
5446 (save-completions-file-name): Use ~/.emacs.d if available.
5447 (completion-standard-syntax-table): Rename from
5448 cmpl-standard-syntax-table and fold initialization into declaration,
5449 thus removing cmpl-make-standard-completion-syntax-table.
5450 (completion-lisp-syntax-table, completion-c-syntax-table)
5451 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5452 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5453 (symbol-under-point, symbol-before-point)
5454 (symbol-under-or-before-point, symbol-before-point-for-complete)
5455 (add-completions-from-c-buffer): Use with-syntax-table.
5456 (make-completion): Don't return a list of completion entries.
5457 Update callers.
5458 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5459 (completion-initialize): Rename from initialize-completions.
5460 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5461 (kill-emacs-save-completions): Collect stats here.
5462 (save-completions-to-file, load-completions-from-file):
5463 Use with-current-buffer.
5464 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5465 into a function. Move all calls to toplevel.
5466 (completion-lisp-mode-hook): New fun.
5467 (completion-c-mode-hook, completion-setup-fortran-mode):
5468 Set the syntax-table here. Use local-set-key.
5469 (completion-saved-bindings): New var.
5470 (dynamic-completion-mode): Make it into a proper minor mode.
5471 (load-completions-from-file): Remove unused var `num-uses'.
5472
5473 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5474 constructor if it is explicitly overridden.
5475
5476 * complete.el (PC-completion-as-file-name-predicate):
5477 Use minibuffer-completing-file-name.
5478 (partial-completion-mode): Use find-file-not-found-functions.
5479 (PC-lisp-complete-symbol): Use with-syntax-table.
5480 (PC-look-for-include-file): Remove dead setq.
5481 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5482 (PC-complete): Use with-current-buffer.
5483
5484 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5485 escape single quotes.
5486
0ee83bc6
LT
54872005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5488
5489 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5490 of `if' whose condition always returned nil. Doc fix.
5491
5492 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5493 window's buffer the current buffer around the call to
5494 `list-buffers-noselect'. This is necessary to mark that buffer
5495 with a `.' in the Buffer Menu when called from Lisp, for instance
5496 by Auto Revert Mode.
5497
3f6d4fb5
NR
54982005-11-28 Nick Roberts <nickrob@snap.net.nz>
5499
17550579
NR
5500 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5501 attaching to it.
3f6d4fb5 5502 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 5503
3f6d4fb5 5504 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 5505 with a child process, detect it.
3f6d4fb5
NR
5506 (gud-speedbar-buttons): Match regexp more carefully.
5507
161ef3be
RS
55082005-11-27 Richard M. Stallman <rms@gnu.org>
5509
5510 * mouse.el (mouse-drag-move-window-bottom):
5511 Use adjust-window-trailing-edge.
5512
cb0a2595
LT
55132005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5514
5515 * simple.el (blink-matching-open): Ignore
5516 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 5517 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
5518
5519 * paren.el (show-paren-mode): No longer change
5520 `blink-matching-paren-on-screen'.
5521
d05877b4
NR
55222005-11-27 John Paul Wallington <jpw@pobox.com>
5523
5524 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
5525 (gdb-threads-select, gdb-edit-register-value):
5526 Use `posn-set-point' instead of `mouse-set-point' because the
5527 latter is not fbound when configured without X.
d05877b4 5528
b14935df
KS
55292005-11-27 Kim F. Storm <storm@cua.dk>
5530
5531 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5532 existing face when partially highlighting a TAB in a rectangle.
5533
46801e4c
KS
55342005-11-26 Kim F. Storm <storm@cua.dk>
5535
5536 * ido.el (ido-mode-map): Doc fix.
5537 (ido-mode-common-map, ido-mode-file-map)
5538 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5539 (ido-define-mode-map): Rewrite. Select one of the new maps as
5540 parent for ido-mode-map instead of building from scratch.
5541 (ido-init-mode-maps): New defun to initialize new maps.
5542 (ido-mode): Call it.
5543 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5544 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5545
440e20fc
JPW
55462005-11-26 John Paul Wallington <jpw@pobox.com>
5547
46801e4c 5548 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
5549 `mouse-set-point' because the latter is not fbound when configured
5550 without X.
5551
1be0210d
TTN
55522005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5553
5554 * files.el (file-relative-name): Doc fix.
5555
02b1a164
EZ
55562005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5557
5558 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5559 non-empty string for secondary prompt PS2.
5560
49d11c49
CY
55612005-11-25 Chong Yidong <cyd@stupidchicken.com>
5562
02b1a164 5563 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 5564
1c5a7258
NR
55652005-11-26 Nick Roberts <nickrob@snap.net.nz>
5566
5567 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5568 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 5569 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
5570 Add gdb-server-prefix to keep out of command history.
5571 (gdb-edit-register-value): New function.
5572 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5573 (gdb-info-registers-custom): Use above map.
5574
d590dbd2
CY
55752005-11-25 Chong Yidong <cyd@stupidchicken.com>
5576
e335f09e
CY
5577 * custom.el (enable-theme): Signal error if argument is not a
5578 theme. Don't recalculate a face if it's not loaded yet.
5579
5580 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5581 the `user' theme is in effect.
5582
d590dbd2
CY
5583 * info.el (Info-on-current-buffer): Record actual filename in
5584 Info-current-file, instead of t, or a fake filename if a non-file
5585 buffer. Make autoload.
5586 (Info-find-node, Info-revert-find-node): No need to check for
5587 Info-current-file nil.
5588 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5589 Info-current-file is now never `t'.
5590 (Info-fontify-node): Many simplifications due to Info-current-file
5591 always being valid. Use Info-find-file to find node filename.
5592
e5ad37ee
DK
55932005-11-25 David Kastrup <dak@gnu.org>
5594
5595 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5596 new character, then delete" in order to preserve markers.
5597
f81b92f2
DP
55982005-11-25 David Ponce <david@dponce.com>
5599
5600 * recentf.el (recentf-arrange-by-rule): Handle a special
5601 `auto-mode-alist'-like "strip suffix" rule.
5602 (recentf-build-mode-rules): Handle second level auto-mode entries.
5603
0680ea10 56042005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 5605
9b01475d 5606 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 5607 window modes.
93a06865 5608
9b01475d 5609 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 5610 jde-javadoc-checker-report-mode.
93a06865 5611
9b01475d 5612 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
5613
5614 * ediff.el (ediff-date): Change the date of last update.
5615
963b2040
CY
56162005-11-24 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 5619 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
5620 (hi-lock-mode): New global minor mode.
5621 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
5622 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5623 Change arguments to regexp and face instead of a font-lock pattern.
5624 Directly set face property, instead of refontifying.
963b2040
CY
5625 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5626 (hi-lock-find-patterns): Use line-number-at-pos.
5627
5628 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5629 arguments for hi-lock-set-pattern.
af71d4c0
JB
5630 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5631 Call font-lock-fontify-buffer.
963b2040 5632 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 5633 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
5634
5635 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5636 turned off.
963b2040
CY
5637
5638 * progmodes/compile.el (compilation-setup): Don't fiddle with
5639 font-lock-defaults.
5640
e5a690f1
NR
56412005-11-25 Nick Roberts <nickrob@snap.net.nz>
5642
5643 * progmodes/gdb-ui.el (gdb-var-create-handler)
5644 (gdb-var-list-children-handler): Find values for all variable
5645 objects. gud-speedbar-buttons decides whether to display them.
5646
357e6045
RF
56472005-11-24 Romain Francoise <romain@orebokech.com>
5648
5649 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5650 buffer name with a space.
5651
9981213c
CD
56522005-11-24 Carsten Dominik <dominik@science.uva.nl>
5653
30c02925 5654 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
93a06865
KS
5655 `org-export-local-list-max-depth'. Change default value to 3.
5656 (org-auto-renumber-ordered-lists)
5657 (org-plain-list-ordered-item-terminator): New options.
5658 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5659 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
5660 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5661 New functions.
9981213c
CD
5662 (org-move-item-down, org-move-item-up): New commands.
5663 (org-export-as-html): New classes for CSS support. Bug fix in
5664 regular expression detecting fixed-width regions. Respect
5665 `org-local-list-ordered-item-terminator'.
5666 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5667 also a list item.
5668 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 5669 New item moving functions.
9981213c 5670
ece75c05
JL
56712005-11-24 Juri Linkov <juri@jurta.org>
5672
93a06865
KS
5673 * isearch.el (isearch-repeat): With empty search ring set
5674 `isearch-error' to the error string instead of signaling error
5675 with the function `error'.
ece75c05 5676
b9c7cbf9
YM
56772005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5678
93a06865 5679 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 5680
55b2dea3
NR
56812005-11-24 Nick Roberts <nickrob@snap.net.nz>
5682
5683 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5684 and variable.
5685 (gdb-var-create-handler, gdb-var-list-children-handler):
5686 Don't match on "char **...".
5687 (gdb-var-update-handler): Find values for all variable objects.
5688 (gdb-info-frames-custom): Identify frames by leading "#".
5689
5690 * progmodes/gud.el (gud-speedbar-menu-items): Add
5691 gdb-speedbar-auto-raise as radio button.
5692 (gud-speedbar-buttons): Raise speedbar if requested.
5693 Don't match on "char **...".
5694 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5695 Make it editable.
5696
98b37eab
CY
56972005-11-23 Chong Yidong <cyd@stupidchicken.com>
5698
5699 * info.el (Info-fontify-node): Handle the case where
5700 Info-current-file is t.
5701
9c03d478
SM
57022005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * simple.el (blink-matching-open): Fix off-by-one in last change.
5705
2c012c41
YM
57062005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5707
5708 * term/mac-win.el: Don't change default directory.
5709
2036ac73
LT
57102005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5711
5712 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5713 buffers correctly. (It used to throw an error in such buffers.)
5714 Make it ask for confirmation in group buffers and other Custom
5715 buffers containing more than one customization item.
5716
43fb082d
JPW
57172005-11-22 John Paul Wallington <jpw@gnu.org>
5718
5719 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5720 property on mail and url overlays.
5721 (goto-address-at-point): Use `posn-set-point' instead of
5722 `mouse-set-point' because the latter is not fbound when configured
5723 without X.
5724
5c4ce34d
RF
57252005-11-22 Lars Hansen <larsh@soem.dk>
5726
5eba3394
LH
5727 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5728 (ls-lisp-classify, ls-lisp-format): Delete call to
5729 ls-lisp-parse-symlink.
5730 (ls-lisp-handle-switches): Handle symlinks to directories as
5731 directories when ls-lisp-dirs-first in non-nil.
5732
84ad29ae
LT
57332005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5734
5735 * startup.el (command-line): Make sure that loaddefs.el is handled
5736 correctly in load-history.
5737
b581a727
NR
57382005-11-22 Nick Roberts <nickrob@snap.net.nz>
5739
5740 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5741 (gdb-struct-string, gdb-array-string): New constants.
5742 (gdb-info-locals-handler): Use them.
5743 (gdb-reset): Reset gdb-var-list to nil.
5744
bd24684b
SM
57452005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5748 in patterns.
5749
17c1971a
JL
57502005-11-21 Juri Linkov <juri@jurta.org>
5751
5752 * custom.el (defcustom): Update link types in docstring.
5753
74b99d45
SM
57542005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5755
5756 * custom.el (defgroup): Add doc-string-elt info.
5757
5758 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5759
3cc4b076
SM
57602005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5761
1cb40089
SM
5762 * newcomment.el (comment-enter-backward): Fix last fix.
5763
3cc4b076
SM
5764 * simple.el (blink-matching-open):
5765 * paren.el (show-paren-function): Allow new paren-class info.
5766
a7b0a0e3
CY
57672005-11-20 Chong Yidong <cyd@stupidchicken.com>
5768
5769 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5770 handled automagically.
5771
13ea43e9
AS
57722005-11-20 Andreas Schwab <schwab@suse.de>
5773
5774 * descr-text.el (describe-char): When copying overlays put them
5775 over the full char description instead of just the first character
5776 of it.
5777
695effcc
JL
57782005-11-20 Juri Linkov <juri@jurta.org>
5779
5780 * simple.el (what-cursor-position):
5781 * descr-text.el (describe-char): Use Lisp-readable syntax
5782 for octal and hex. Reorder decimal, octal and hex values.
5783 Remove excess whitespace in the output. Use `=' in `column='
5784 like in `point=' and `Hscroll='.
5785
5786 * international/mule-cmds.el (encoded-string-description):
5787 Use Lisp-readable syntax for hex.
5788
602ad1ad
SM
57892005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * newcomment.el (comment-enter-backward): Handle the case where the
5792 comment is closed by EOB.
5793
b39aa4fd
CY
57942005-11-19 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * longlines.el (longlines-before-revert-hook)
5797 (longlines-after-revert-hook): New functions.
5798 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
5799 Add a message-setup-hook.
5800 (longlines-decode-buffer): New function.
cee723fb 5801 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 5802
da49096f
AS
58032005-11-19 Andreas Schwab <schwab@suse.de>
5804
5805 * emacs-lisp/shadow.el: Handle compressed files.
5806
f0f98146
RF
58072005-11-19 Romain Francoise <romain@orebokech.com>
5808
5809 * net/browse-url.el (browse-url-default-browser): Signal an error
5810 if no usable browser can be found, rather than try to load w3.
5811
ad8121fe
EZ
58122005-11-16 Ryan Yeske <rcyeske@gmail.com>
5813
5814 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5815 replacing existing properties.
5816 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5817 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5818 tty specs.
5819 (rcirc-server-prefix, rcirc-server): New faces.
5820 (rcirc-url-regexp): Generate with rx macro.
5821 (rcirc-last-server-message-time): New variable.
5822 (rcirc-filter): Record time of last message.
5823 (rcirc-keepalive): Kill processes that did not send a message
5824 since the last ping.
5825 (rcirc-mode): Give rcirc-topic a local binding here.
5826
a4b1de6e
EZ
58272005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5828
5829 * subr.el (read-passwd): Fontify the prompt as we do with other
5830 prompts.
5831
e27de09e
EZ
58322005-11-19 Ryan Yeske <rcyeske@gmail.com>
5833
5834 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5835 binding buffer-read-only to nil.
5836
71726072
EZ
58372005-11-19 Eli Zaretskii <eliz@gnu.org>
5838
602ad1ad
SM
5839 * complete.el (partial-completion-mode):
5840 Mention completion-auto-help in the doc string.
10156852 5841
71726072
EZ
5842 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5843 more Lisp-ish way.
5844
af71d4c0 58452005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
5846
5847 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5848 digits, not 8, to avoid misalignment for files larger than 100MB.
5849
eeb935fd
EZ
58502005-11-19 Eli Zaretskii <eliz@gnu.org>
5851
602ad1ad
SM
5852 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5853 Mention "keyboard shortcuts" in the help text.
eeb935fd 5854
125ce9ec
YM
58552005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5856
5857 * startup.el (fancy-splash-default-action): Discard only
5858 mouse-down and succeeding mouse-up events in the splash screen
5859 window so that drag-n-drop event can be processed.
5860
0f157ad5
CY
58612005-11-18 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * longlines.el (longlines-mode): Add hacks for mail-mode and
5864 message-mode.
5865
35af3490
CD
58662005-11-18 Carsten Dominik <dominik@science.uva.nl>
5867
30c02925 5868 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
5869 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5870 (org-add-file): Command removed, use `org-agenda-file-to-front'
5871 instead.
5872 (org-export-icalendar): Use `org-icalendar-combined-name'.
5873 (org-cycle-agenda-files, org-agenda-file-to-end)
5874 (org-agenda-file-to-front): New commands.
af71d4c0
JB
5875 (org-table-tab-jumps-over-hlines, org-export-html-style):
5876 New options.
35af3490 5877 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 5878 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
5879 New functions.
5880 (org-fill-paragraph): Call `org-table-align' in tables.
5881 (org-mode): Call `org-set-autofill-regexps'.
5882 (org-export-as-html): Support for local handformatted lists.
af71d4c0 5883 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
5884 (org-export-local-list-max-depth): New option.
5885 (org-html-expand): Use `org-html-protect'.
5886
3d18d677
NR
58872005-11-18 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5890 to "p".
5891 (gdb): Move definition of gud-pp to...
5892
5893 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5894 speedbar.
5895 (gdb-find-watch-expression): New function.
f0f98146 5896
fbe8d007
CY
58972005-11-17 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * faces.el (face-attribute, set-face-attribute): Mention existence
5900 of `:ignore-defface' setting in docstring.
5901
39c7cde2
SM
59022005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * simple.el (completion-setup-function): Fix last change.
5905
f5723ff5
JPW
59062005-11-17 John Paul Wallington <jpw@pobox.com>
5907
5908 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5909 Use `posn-set-point' instead of `mouse-set-point' because the
5910 latter is not fbound when configured without X.
5911
5912 * comint.el (comint-insert-input): Likewise.
5913
4ea0018b
CY
59142005-11-17 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * simple.el (hard-newline): New variable.
2fbbeaf1 5917 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
5918
5919 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5920 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5921 (mail-mail-reply-to, mail-mail-followup-to)
5922 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 5923 (mail-attach-file): Likewise.
4ea0018b 5924
225dad8e
RF
5925 * mail/mailheader.el (mail-header-format)
5926 (mail-header-format-function): Likewise.
4ea0018b
CY
5927
5928 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5929
9f5f5ff2
JL
59302005-11-17 Juri Linkov <juri@jurta.org>
5931
5932 * font-lock.el (font-lock-faces): Rename this defgroup from
5933 `font-lock-highlighting-faces'.
5934 (font-lock-comment-face, font-lock-comment-delimiter-face)
5935 (font-lock-string-face, font-lock-doc-face)
5936 (font-lock-keyword-face, font-lock-builtin-face)
5937 (font-lock-function-name-face, font-lock-variable-name-face)
5938 (font-lock-type-face, font-lock-constant-face)
5939 (font-lock-warning-face, font-lock-negation-char-face)
5940 (font-lock-preprocessor-face)
5941 (font-lock-regexp-grouping-backslash)
5942 (font-lock-regexp-grouping-construct): Rename :group from
5943 `font-lock-highlighting-faces' to `font-lock-faces'.
5944
5945 * cus-edit.el (lisp, c, tex):
5946 * progmodes/ada-mode.el (ada):
5947 * progmodes/asm-mode.el (asm):
5948 * progmodes/cperl-mode.el (cperl-faces):
5949 * progmodes/cpp.el (cpp):
5950 * progmodes/dcl-mode.el (dcl):
5951 * progmodes/f90.el (f90):
5952 * progmodes/fortran.el (fortran):
5953 * progmodes/icon.el (icon):
5954 * progmodes/idlwave.el (idlwave-misc):
5955 * progmodes/m4-mode.el (m4):
5956 * progmodes/make-mode.el (makefile):
5957 * progmodes/meta-mode.el (meta-font):
5958 * progmodes/modula2.el (modula2):
5959 * progmodes/octave-mod.el (octave):
5960 * progmodes/pascal.el (pascal):
5961 * progmodes/perl-mode.el (perl):
5962 * progmodes/prolog.el (prolog):
5963 * progmodes/ps-mode.el (PostScript-edit):
5964 * progmodes/scheme.el (scheme):
5965 * progmodes/sh-script.el (sh-script):
5966 * progmodes/simula.el (simula):
5967 * progmodes/tcl.el (tcl):
5968 * textmodes/nroff-mode.el (nroff):
5969 * textmodes/reftex-vars.el (reftex-fontification-configurations):
5970 * textmodes/sgml-mode.el (sgml):
5971 * textmodes/texinfo.el (texinfo):
5972 Add :link (custom-group-link font-lock-faces) to defgroup.
5973
5974 * hi-lock.el (hi-lock): Rename this defgroup from
5975 `hi-lock-interactive-text-highlighting'. Change parent group from
5976 `faces' to `font-lock'. Add link to the manual.
5977 (hi-lock-mode, hi-lock-file-patterns-range)
5978 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5979 `hi-lock-interactive-text-highlighting' to `hi-lock'.
5980 (hi-lock-faces): Add :group `faces'.
5981
5982 * cus-edit.el (custom-variable-prompt): Clarify the code.
5983
5984 * faces.el (face-read-string): Set the default value arg of
5985 completing-read.
5986
4bbd5b69
LT
59872005-11-16 Luc Teirlinck <teirllm@auburn.edu>
5988
5989 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
5990 (file-name-shadow-tty-properties, file-name-shadow-mode):
5991 Remove autoloads, because the file is now preloaded.
4bbd5b69 5992
bead134f
SM
59932005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * printing.el (easy-menu-intern): Don't define.
5996 (pr-get-symbol): Use easy-menu-intern only if defined.
5997
5998 * simple.el (blink-matching-open): Simplify a bit.
5999 (completion-setup-function): Fix the case of partial-completion-mode
6000 when the minibuffer's contents start with "-".
6001 Obey completion-base-size-function even when
6002 minibuffer-completing-file-name is non-nil.
6003
afabbb4d
RS
60042005-11-16 Richard M. Stallman <rms@gnu.org>
6005
6006 * net/eudcb-ph.el (eudc-ph-open-session):
6007 Use set-process-query-on-exit-flag.
6008
6009 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6010
6011 * international/ucs-tables.el (ucs-set-table-for-input):
6012 Use make-local-variable, not make-variable-buffer-local.
6013
6014 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6015 Improve warning message text.
6016
6017 * savehist.el (savehist-save-hook): Add :group.
6018
6019 * menu-bar.el (menu-bar-help-menu):
6020 Rename Find Extra Packages to External Packages.
6021
6022 * cus-edit.el (Custom-reset-standard): Verify that
6023 :custom-standard-value prop exists before calling it.
6024
6025 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6026
60272005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6028
6029 * wid-edit.el (color): Enclose %t in %{...%}.
6030
6031 * cus-edit.el (face): Enclose %t in %{...%}.
6032
c01f0ed3
SM
60332005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6034
6035 * savehist.el (savehist-mode-hook): Re-add the var.
6036 (savehist-mode): Use it.
6037
66a85723
SM
60382005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6039
042c6fb7
SM
6040 * textmodes/flyspell.el: Fix commenting convention.
6041 Remove unnecessary leading * in custom docstrings.
6042 (flyspell-emacs): Remove unused var.
6043 (flyspell-delete-region-overlays): Use remove-overlays.
6044 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6045 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6046 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6047 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6048 (make-flyspell-overlay): Don't locally reuse a global name.
6049 (flyspell-highlight-incorrect-region)
6050 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6051 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6052 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6053 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6054 Wrap calls to accept-process-output inside with-local-quit since it's
6055 often called from a post-command-hook.
6056 (flyspell-correct-word, flyspell-auto-correct-word):
6057 Use ispell-send-string.
6058 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 6059
66a85723
SM
6060 * calendar/diary-lib.el (diary-list-entries): Also hide the
6061 terminating newline.
6062
c194b021
CD
60632005-11-16 Carsten Dominik <dominik@science.uva.nl>
6064
66a85723
SM
6065 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6066 window-system, to allow fonts on tty.
c194b021 6067
20eff2b2
NR
60682005-11-17 Nick Roberts <nickrob@snap.net.nz>
6069
6070 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
6071 (gud-install-speedbar-variables): Use it to display data type
6072 of watch expression as a tooltip in speedbar.
20eff2b2 6073
8ab84823
LT
60742005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6075
e7295594 6076 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 6077 because default was changed.
e7295594
LT
6078
6079 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6080
8ab84823
LT
6081 * startup.el (command-line): Use `custom-reevaluate-setting' for
6082 `file-name-shadow-mode'.
6083
6084 * loadup.el: Preload rfn-eshadow.
6085
6086 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 6087 Add :version keyword.
9fc0053d
LT
6088 (file-name-shadow-properties, file-name-shadow-tty-properties)
6089 (file-name-shadow): Add :version keyword.
8ab84823
LT
6090
6091 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6092 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6093 in the custom-group property of the symbol frames and the fringe
6094 group got no link to its parent group frames.
6095 Doc fix.
6096
3671718b
NR
60972005-11-16 Nick Roberts <nickrob@snap.net.nz>
6098
6099 * progmodes/gud.el (gud-stop-subjob): New function.
6100 (gud-menu-map, gud-tool-bar-map): Use it.
6101
7ecef1e9
KS
61022005-11-16 Kim F. Storm <storm@cua.dk>
6103
6104 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6105 than kill it.
6106 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6107 to a more useful/logical place.
6108
18468a1e
NR
61092005-11-16 Nick Roberts <nickrob@snap.net.nz>
6110
6111 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6112 go buttons complementary.
6113
2fe3d6ec
SM
61142005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6117 (rfn-eshadow-sifn-equal): New function.
6118 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6119
54b171c7 61202005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9 6121
4ce3c91a
KS
6122 * viper-utils.el (viper-non-word-characters-reformed-vi):
6123 Quote `-' in string.
7ecef1e9 6124
54b171c7
MK
6125 * viper.el (viper-emacs-state-mode-list): Ensure that
6126 rcirc-mode buffers come up in Emacs state.
7ecef1e9 6127
4ce3c91a 6128 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7ecef1e9 6129 operation.
54b171c7 6130
59c560f7
DN
61312005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6132
6133 * term.el (term-termcap-format): Fix typos.
6134 (term-down): Fix the negative argument case.
6135
a354cf39
NR
61362005-11-16 Nick Roberts <nickrob@snap.net.nz>
6137
6138 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6139 2005-08-15.
6140 (gdb-ann3): New command gud-go.
6141 (menu): Accomodate gdb-mi.el.
6142 (gdb-assembler-custom): Make buffer of selected window current
6143 so that set-window-point works.
6144
6145 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6146 buttons and include new ones.
6147
61482005-11-16 Kim F. Storm <storm@cua.dk>
6149
2fe3d6ec 6150 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
6151 (gud-menu-map): Use it.
6152
7cb1a551
LT
61532005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6154
70acba5d
LT
6155 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6156 that works correctly for Custom and that does not override a user
6157 who disables it.
6158
7cb1a551
LT
6159 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6160 (help-xref-interned, help-follow): Make hyperlinks for variables
6161 that are unbound, but have a non-nil variable-documentation property.
6162
6163 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6164 mode hook. (It conflicted with defcustoms for some mode hooks.)
6165 Use the `variable-documentation' property to give the mode hook a
6166 docstring and expand that docstring.
6167
2d10b62b
SM
61682005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6169
8ab84823
LT
6170 * savehist.el (savehist-mode): Don't bother with
6171 `custom-set-minor-mode'.
2d10b62b
SM
6172 (savehist-coding-system): Check XEmacs version.
6173 (history-length): Declare also at run time.
6174 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6175 Don't set the customize state.
6176 (savehist-minibuffer-hook): Special case for when
6177 minibuffer-history-variable is equal to t.
6178
2f0e4846
SM
61792005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6180
8e5c7b90
SM
6181 * files.el (write-file): Refresh VC status.
6182
2f0e4846
SM
6183 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6184 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6185 than fundamental-mode to see if the mode was set.
6186
670d3fce
RF
61872005-11-14 Romain Francoise <romain@orebokech.com>
6188
6189 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6190 dummy function in `eval-when-compile' to avoid compiler warning.
6191 Require `man' at compile time.
6192
d0158f73
JB
61932005-11-14 Jay Belanger <belanger@truman.edu>
6194
6195 * calc-alg.el (calcFunc-write-out-power): Rename it to
6196 calcFunc-powerexpand.
6197 (math-write-out-power): Rename it to math-powerexpand; have it
6198 handle negative exponents.
6199 (calc-writeoutpower): Rename it to calc-powerexpand.
6200
6201 * calc-ext.el: Change calcFunc-writeoutpower and
6202 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6203 autoloads.
6204 Add calcFunc-ldiv to autoloads.
6205
6206 * calc-arith.el (calcFunc-ldiv): New function.
6207
6208 * calc.el (calc-left-divide): New function.
6209
882108c7
JL
62102005-11-14 Juri Linkov <juri@jurta.org>
6211
6212 * cus-edit.el (custom-variable-prompt): Set the default value arg
6213 of completing-read.
6214
6215 * cus-dep.el (custom-make-dependencies): Reverse the list of
6216 found dependencies.
6217
cadb1c90
DN
62182005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6219
6220 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6221 Highlighting" entry, it is on by default now.
dea24608 6222 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 6223
b8b7c66e
RS
62242005-11-13 Richard M. Stallman <rms@gnu.org>
6225
6226 * textmodes/flyspell.el (flyspell-large-region):
6227 Call flyspell-accept-buffer-local-defs.
6228
62292005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6230
6231 * textmodes/flyspell.el (flyspell-notify-misspell):
6232 Fix misspelling of "Misspelling".
6233 (flyspell-process-localwords): New function.
6234 (flyspell-large-region): Call flyspell-process-localwords and
6235 flyspell-delete-region-overlays.
6236 (flyspell-delete-region-overlays): New function.
6237 (flyspell-delete-all-overlays): Call that.
6238
7e1b6c2c
RS
62392005-11-13 Richard M. Stallman <rms@gnu.org>
6240
6241 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 6242 (describe-key): Improve prompt; doc fix.
225dad8e 6243
1c32c9d6
SM
62442005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6245
1508b91a
SM
6246 * vc-svn.el (vc-svn-registered): Catch all errors.
6247
1c32c9d6
SM
6248 * cus-dep.el (custom-make-dependencies): Typo.
6249
75b19c39
MA
62502005-11-13 Michael Albinus <michael.albinus@gmx.de>
6251
6252 * net/tramp-util.el (top): Fix compilation warning.
6253
8965e9c1
KS
62542005-11-13 Kim F. Storm <storm@cua.dk>
6255
6256 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6257
9ecc27d0
NR
62582005-11-13 Nick Roberts <nickrob@snap.net.nz>
6259
225dad8e 6260 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
6261 (gud-speedbar-buttons): Match on "const char *" too.
6262
6263 * progmodes/gdb-ui.el (gdb-var-create-handler)
6264 (gdb-var-list-children-handler): Match on "const char *" too.
6265 (gdb-var-evaluate-expression-handler): Match on empty string.
6266 (gdb-var-update-handler): Only call
6267 gdb-var-evaluate-expression-handler when required.
6268
e79b7435
NR
62692005-11-13 Nick Roberts <nickrob@snap.net.nz>
6270
6271 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6272 selected window. This still doesn't work for speedbar.
9ecc27d0 6273 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 6274
47b3cf39
NR
6275 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6276 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 6277 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 6278 Handle string expressions properly. Move "type" field into regexp.
e79b7435 6279
9a9f1fdd 62802005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 6281
9a9f1fdd 6282 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 6283 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
6284 (bookmark-write-file): Use above instead of an inline conditional.
6285 (bookmark-load): Same.
8965e9c1 6286
a506054a
KF
62872005-11-12 Karl Fogel <kfogel@red-bean.com>
6288
6289 * bookmark.el (bookmark-write-file): Don't visit the destination
6290 file, just write the data to it using write-region. This is
6291 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6292 change to avoid visiting the file in the first place.
6293
71dd9295
CY
62942005-11-12 Chong Yidong <cyd@stupidchicken.com>
6295
6296 * hi-lock.el (hi-lock-mode): Set the default value of
6297 font-lock-defaults.
6298
81d7d0d6
LT
62992005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6300
ee8fdb13 6301 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
6302 arg to `file-attributes'.
6303 (find-lisp-format): The UID and GID can now be strings.
6304
42aad0f6
KS
63052005-11-12 Kim F. Storm <storm@cua.dk>
6306
9f49f577
KS
6307 * help.el (help-map): Bind C-h d to apropos-documentation.
6308
0820b753
KS
6309 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6310 when point is at end-of-buffer.
6311
42aad0f6
KS
6312 * apropos.el (apropos-match-face): Doc fix.
6313 (apropos-sort-by-scores): Add new choice `verbose'.
6314 (apropos-documentation-sort-by-scores): New defcustom.
6315 (apropos-pattern): Now contains the pattern entered by the user.
6316 (apropos-pattern-quoted): New defvar.
6317 (apropos-regexp): New defvar, containing the regexp corresponding
6318 to apropos-pattern.
1c32c9d6 6319 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
6320 (apropos-read-pattern): New defun. Use it to read pattern arg in
6321 interactive calls; returns list of words for a word list, and
6322 string for a regexp.
1c32c9d6 6323 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
6324 parses a list of words or regexp as returned by apropos-read-pattern.
6325 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6326 (apropos-score-doc): Return a very high score if the string
6327 entered by the user matches literally.
6328 (apropos-variable): Doc fix. Use apropos-read-pattern.
6329 (apropos-command): Doc fix. Use apropos-read-pattern and
6330 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 6331 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 6332 apropos-parse-pattern.
af71d4c0 6333 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
6334 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6335 apropos-documentation-sort-by-scores. Call apropos-print with
6336 nosubst=t.
6337 (apropos-documentation-internal): Pass doc string through
6338 substitute-key-definition before adding text properties.
6339 Highlight substring matching literal user input if possible.
6340 (apropos-documentation-check-doc-file): Remove locals beg and end.
6341 Fix calculation of score (as added twice). Pass doc string through
6342 substitute-key-definition before adding text properties.
6343 (apropos-documentation-check-elc-file): Pass doc string through
6344 substitute-key-definition before adding text properties.
6345 Highlight substring matching literal user input if possible.
6346 (apropos-print): Add new arg NOSUBST; if set, command and variable
6347 doc strings have already been passed through substitute-key-definition.
6348 Add code to handle apropos-accumulator items without score element
6349 for backwards compatibility (e.g. with woman package).
6350 Only show scores if apropos-sort-by-scores is `verbose'.
6351
be93a2c4
SM
63522005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6355 Add jka-compr-load-suffixes to load-suffixes.
6356
119f6f17 6357 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
6358 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6359 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6360 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6361 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6362 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6363 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6364 (jka-compr-uninstall): Remove entries from
6365 jka-compr-added-to-file-coding-system-alist after they are used.
6366 (jka-compr-error): Remove unused var `curbuf'.
6367 (jka-compr-file-local-copy): Remove unused var `notfound'.
6368
7127d508
RF
63692005-11-10 Romain Francoise <romain@orebokech.com>
6370
6371 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6372
46faf25e
NR
63732005-11-11 Nick Roberts <nickrob@snap.net.nz>
6374
6375 * progmodes/gud.el (gud-menu-map): Move parentheses.
6376 (gdb): New command gud-pv.
6377
be93a2c4
SM
63782005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * tar-mode.el: Remove spurious or unnecessary leading stars
6381 in docstrings.
6382 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6383 (tar-parse-octal-integer-safe): Use mapc.
6384 (tar-header-block-summarize): Remove unused var `ck'.
6385 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6386 cleared before. Obey default-enable-multibyte-characters.
6387 Use mapconcat. Simplify setting of tar-header-offset.
6388 (tar-mode-map): Move initialization inside delcaration.
6389 (tar-flag-deleted): Use `abs'.
6390 (tar-expunge-internal): Remove unused var `line'.
6391 (tar-expunge-internal): Don't hardcode point-min==1.
6392 (tar-expunge): Widen while doing set-buffer-multibyte.
6393 (tar-rename-entry): Use file-name-coding-system.
6394 (tar-alter-one-field): Don't hardcode point-min==1.
6395 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6396 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6397
94b073f3
MY
63982005-11-10 Masatake YAMATO <jet@gyve.org>
6399
af94256b 6400 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 6401 notation of c++. Fix incorrect comment.
94b073f3 6402
f192689e
AM
64032005-11-10 Alan Mackenzie <acm@muc.de>
6404
6405 * help-fns.el (describe-variable): Make C-h v work when a variable
6406 has variable documentation yet is unbound.
6407
af8308ec
MY
64082005-11-10 Masatake YAMATO <jet@gyve.org>
6409
6410 * man.el (Man-highlight-references): Set an empty
6411 string to `Man-arguments' if it is nil.
d730a9fc 6412 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 6413
be93a2c4
SM
64142005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6417 commenting conventions.
6418
6419 * cus-dep.el (custom-make-dependencies): Simplify.
6420 Better follow the commenting conventions.
6421
fe8bc3fa
RS
64222005-11-09 Richard M. Stallman <rms@gnu.org>
6423
be93a2c4
SM
6424 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6425 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
6426 All uses changed.
6427 (apropos-rewrite-regexp): Doc fix.
af94256b 6428 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
6429 Change prompt; carry through the argument renaming.
6430
6e128e32
LT
64312005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6432
6433 * find-lisp.el: Require dired.
6434 (find-lisp-find-dired-internal): Do not call
6435 `abbreviate-file-name' on DIR.
6436
78e5988d
NR
64372005-11-10 Nick Roberts <nickrob@snap.net.nz>
6438
6439 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6440
31fa5025
NR
64412005-11-09 Nick Roberts <nickrob@snap.net.nz>
6442
6443 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6444 when using the speedbar.
6445 (gdb): New command gud-pp.
6446 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6447
58b6f884
JL
64482005-11-09 Juri Linkov <juri@jurta.org>
6449
6450 * replace.el (occur-excluded-properties): New defcustom.
6451 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6452
65b62d0a
JB
64532005-11-08 Jay Belanger <belanger@truman.edu>
6454
217d155e 6455 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
6456 unit by its definition.
6457
77f996e5 64582005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
6459
6460 * emacs-lisp/autoload.el (update-directory-autoloads):
6461 Add obsolete function alias.
6462
4acbd507
SM
64632005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6464
5a3859e6
SM
6465 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6466 comment-indent-function.
6467 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6468
4acbd507
SM
6469 * reveal.el (reveal-post-command): Rework the handling of
6470 reveal-open-spots, so as to be more reliable. There were several
6471 tricky corner cases where an open spot might be lost, or where
6472 a closed spot might end up on the list of open spots.
6473 Only reveal text that's ellipsised.
6474
b58b00ca
CD
64752005-11-07 Carsten Dominik <dominik@science.uva.nl>
6476
4acbd507 6477 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 6478
f5723ff5
JPW
64792005-11-07 John Paul Wallington <jpw@gnu.org>
6480
6481 * ibuffer.el (ibuffer): Search iconified frames too when
6482 getting Ibuffer buffer's window.
6483
fda12b27
RS
64842005-11-06 Richard M. Stallman <rms@gnu.org>
6485
6486 * progmodes/compile.el (compilation-internal-error-properties):
6487 save-excursion around the computation of MARKER.
6488
64892005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6490
6491 * textmodes/flyspell.el (flyspell-external-point-words):
6492 flyspell-get-word returns a list, not just a string.
6493
9514fb7f
JPW
64942005-11-06 John Paul Wallington <jpw@pobox.com>
6495
6496 * ibuffer.el (ibuffer): Search all visible frames when getting
6497 Ibuffer buffer's window.
6498
30abc4f4
MY
64992005-11-07 Masatake YAMATO <jet@gyve.org>
6500
d730a9fc 6501 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
6502 `Man-name-regexp' and `Man-section-regexp'.
6503 (Man-apropos-regexp): New variable.
6504 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6505 if available.
4acbd507
SM
6506 (Man-highlight-references, Man-highlight-references0):
6507 Handle the case when `Man-arguments' includes "-k".
6508 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
6509 `TARGET'. `TARGET' can be a number, function or nil.
6510
2dd3b43b
NR
65112005-11-06 Nick Roberts <nickrob@snap.net.nz>
6512
6513 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
6514 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6515 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
6516 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6517 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 6518 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 6519
1b0ee2ce
LT
65202005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6521
6522 * startup.el (command-line): Use `custom-reevaluate-setting' for
6523 `global-font-lock-mode'.
6524
c660a322
KS
6525 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6526 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
6527
6528 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6529 specified keyword args on to `define-minor-mode'. Update docstring.
6530
61f570e2
RF
65312005-11-05 Romain Francoise <romain@orebokech.com>
6532
6533 * replace.el (occur-engine): Add marker at end of line, too.
6534
af71d4c0 65352005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
6536
6537 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6538 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6539 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6540 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
6541 argument to all these routines, so the passphrase can be managed
6542 externally and passed in to the system.
6543 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6544 pgg-add-passphrase-to-cache function.
6545
6546 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6547 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6548 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 6549 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
6550 argument to all these routines, so the passphrase can be managed
6551 externally and passed in to the system.
6552 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6553 function.
6554
d60b49ac
DN
65552005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6556
6557 * font-lock.el: Don't deal with font-lock-face-attributes here,
6558 move the code ...
6559
af71d4c0 6560 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
6561 of custom-declare-face.
6562
6563 * faces.el (face-spec-set): Reset the face if spec is not nil.
6564
45f6a663
SM
65652005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * newcomment.el (comment-region-internal): Box more tightly in the
6568 common case where there's no TAB in the boxed text.
6569
db2cf961
JD
65702005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6571
6572 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6573 up-node.
6574
dc9cfe1e
EZ
65752005-11-04 Ulf Jasper <ulf.jasper@web.de>
6576
af71d4c0 6577 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 6578 (newsticker-version): Change to "1.9".
dc9cfe1e 6579 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
6580 (newsticker-url-list): Doc fix. Add option "Weekly".
6581 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 6582 (newsticker-headline-processing): Doc fix.
45f6a663 6583 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
6584 (newsticker-auto-mark-filter-list): New.
6585 (newsticker-layout, newsticker-sort-method): Doc fix.
6586 (newsticker-hide-old-items-in-newsticker-buffer)
6587 (newsticker-heading-format, newsticker-item-format)
6588 (newsticker-desc-format): Doc fix.
45f6a663 6589 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
6590 (newsticker-show-all-news-elements): New.
6591 (newsticker-faces, newsticker-ticker): Doc fix.
6592 (remove-from-invisibility-spec): Code formatting.
6593 (newsticker--process-ids): New.
6594 (newsticker-mode): Doc fix.
45f6a663
SM
6595 (newsticker-mode): Change mode-line-format.
6596 (newsticker-start): Remove debug output.
af71d4c0 6597 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
6598 (newsticker-w3m-show-inline-images): Code formatting.
6599 (newsticker-next-item): Call `force-mode-line-update'.
6600 (newsticker-previous-item): Call `force-mode-line-update'.
6601 (newsticker-next-feed): Call `force-mode-line-update'.
6602 (newsticker-previous-feed): Call `force-mode-line-update'.
6603 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6604 (newsticker-show-old-items): Do not show descs.
45f6a663 6605 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
6606 (newsticker-hide-entry, newsticker-show-entry)
6607 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6608 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6609 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6610 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6611 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
6612 (newsticker-get-news): Call `force-mode-line-update'.
6613 Collect process ids.
6614 (newsticker--sentinel): Change coding system handling.
6615 Move image retrieval to new functions newsticker--get-logo-url-*.
6616 Move feed parsing to new functions newsticker--parse-*.
6617 Update list of process ids.
dc9cfe1e
EZ
6618 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6619 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6620 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6621 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6622 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6623 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6624 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
45f6a663
SM
6625 (newsticker--decode-coding-string): Remove.
6626 (newsticker--decode-numeric-entities): Check input. Format code.
dc9cfe1e
EZ
6627 (newsticker--remove-whitespace): Check input.
6628 (newsticker--do-forget-preformatted): Doc fix.
6629 (newsticker--decode-rfc822-date): Allow for missing time.
6630 (newsticker--update-process-ids): New.
45f6a663
SM
6631 (newsticker--image-sentinel): Change comment.
6632 (newsticker--image-read): Change error message.
dc9cfe1e
EZ
6633 (newsticker--imenu-goto): Doc fix. Show headline title.
6634 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6635 (newsticker--buffer-do-insert-text): Clean whitespace in
45f6a663
SM
6636 html-rendered headline title. Code formatting.
6637 Call `newsticker--buffer-print-extra-elements'.
6638 (newsticker--buffer-print-extra-element): Remove.
dc9cfe1e
EZ
6639 (newsticker--buffer-print-extra-elements): New.
6640 (newsticker--buffer-do-print-extra-element): New.
6641 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6642 large sizes.
6643 (newsticker--run-auto-mark-filter)
45f6a663
SM
6644 (newsticker--do-run-auto-mark-filter):
6645 Use `newsticker-auto-mark-filter-list'.
dc9cfe1e 6646
c97f3d3c
EZ
66472005-11-04 Ryan Yeske <rcyeske@gmail.com>
6648
6649 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6650 (rcirc-print): Force redisplay before running hooks. Do long
6651 buffer truncation after making new text read-only. Deal with nil
6652 text when decoding strings. If TARGET is nil, use either the
6653 currently selected buffer, if it is an rcirc buffer and of the
6654 same process or the process buffer.
6655 (rcirc-mode): Remove header-line. Recompute short buffer names.
45f6a663 6656 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
c97f3d3c 6657 (rcirc-short-buffer-name): Add variable.
45f6a663
SM
6658 (rcirc-kill-buffer-hook): Recompute short buffer names.
6659 Remove nick from private channel.
6660 (rcirc-send-input): Send command text to current-buffer.
6661 Don't clear overlay arrow here.
c97f3d3c
EZ
6662 (rcirc-short-buffer-name): Return a short buffer name.
6663 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6664 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6665 buffer-name abbreviations.
45f6a663
SM
6666 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6667 Do not touch nick-table when killing a parted channel.
c660a322
KS
6668 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6669 Clear arrow from current buffer if it is now hidden.
c97f3d3c
EZ
6670 (rcirc-current-buffer): Add variable.
6671 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6672 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6673 Remove -face from names.
6674 (rcirc-update-activity-string): Print "DND" when globally ignoring
6675 activity.
6676 (rcirc-ignore-buffer-activity-flag): Rename from
6677 rcirc-ignore-channel-activity.
6678 (rcirc-ignore-all-activity-flag): Doc fix.
6679 (rcirc-channels): Remove variable.
6680 (rcirc-kill-buffer-hook):
6681 (rcirc-get-buffer-create): Add nick to private channel.
6682 (rcirc-multiline-edit-submit): Remove tabs.
6683 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6684 folded.
6685 (rcirc-remove-nick-channel): Bug fix.
6686 (rcirc-toggle-ignore-buffer-activity): Rename from
6687 rcirc-toggle-ignore-channel-activity.
6688 (rcirc-record-activity): Add buffers to the front of the list.
6689 (rcirc-update-activity): Remove killed buffers from list.
6690 (rcirc-process-server-response-1): Remove last argument if it is
6691 null before calling handler.
6692 (rcirc): Add "rcirc" defcustom prefix.
45f6a663
SM
6693 (rcirc-prompt): Simplify default prompt.
6694 Use custom-initialize-default.
c97f3d3c
EZ
6695 (rcirc-private-chats): Remove variable.
6696 (rcirc-prompt): Change initialization.
6697 (rcirc-version): Remove function.
6698 (rcirc-id-string): Add constant.
6699 (rcirc-last-buffer): Remove variable.
6700 (rcirc-buffer-alist): Add variable.
6701 (rcirc-connect): Update variable setup.
6702 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6703 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6704 default.
6705 (rcirc-handler-generic): Trigger activity.
6706 (rcirc-send-message): Create the buffor of the target.
45f6a663
SM
6707 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6708 (rcirc-get-buffer): Just return nil if there is no matching buffer.
c97f3d3c
EZ
6709 (rcirc-multiline-edit-cancel): Remove function.
6710 (rcirc-set-last-buffer): Remove function.
6711 (rcirc-get-any-buffer): Add function.
6712 (rcirc-join-channels): Don't print /join text.
6713 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6714 messages.
6715 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6716 (rcirc-handler-NOTICE): Recognize CTCP responses.
6717 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6718 constructing TOPIC string for buffers we are not JOINed.
6719 (rcirc-handler-CTCP-response): Add handler.
6720 (rcirc-multiline-edit-submit): Restore the window-configuration
6721 before adjusting point.
6722 (rcirc): Add customization group.
6723 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6724 (rcirc-user-full-name, rcirc-startup-channels-alist)
6725 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6726 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6727 (rcirc-input-ring-size, rcirc-read-only-flag)
6728 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6729 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6730 Change defvar to defcustom.
6731 (rcirc-update-prompt): Add optional ALL arg, which will update
6732 prompts in all rcirc buffers. Regexp quote replacement text.
119f6f17 6733 (rcirc-fill-column): Accept frame-width as a value.
c97f3d3c
EZ
6734 (rcirc-set-changed): Add function.
6735 (rcirc-next-active-buffer): Write more meaningful messages.
6736 (rcirc-faces): Add customization group.
6737 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6738 (rcirc-nick-in-message-face, rcirc-prompt-face)
6739 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6740 (with-rcirc-process-buffer): Move before first usage.
6741 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6742 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6743 (rcirc-debug): Rename from `rcirc-log'.
119f6f17 6744 (rcirc-format-response-string): Do not print `-' chars for a
c97f3d3c 6745 NOTICE with no sender. Simplify output of server responses.
45f6a663 6746
c97f3d3c
EZ
67472005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6748
6749 (rcirc-browse-url-map, rcirc-browse-url-at-point)
af71d4c0
JB
6750 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6751 Make urls mouse and RET clickable.
c97f3d3c 6752
ffce4757
EZ
67532005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6754
6755 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6756
77f996e5 67572005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9e673321
EZ
6758
6759 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6760 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6761 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6762 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9e673321
EZ
6763 argument to all these routines, so the passphrase can be managed
6764 externally and passed in to the system.
6765 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6766 pgg-add-passphrase-to-cache function.
6767
6768 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6769 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6770 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 6771 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9e673321
EZ
6772 argument to all these routines, so the passphrase can be managed
6773 externally and passed in to the system.
6774 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6775 function.
6776
98945794
EZ
67772005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6778
6779 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6780 from goto-address-url-regexp.
6781
94539089
CD
67822005-11-04 Carsten Dominik <dominik@science.uva.nl>
6783
c660a322 6784 * textmodes/org.el (org-read-date, org-goto-calendar)
45f6a663 6785 (org-recenter-calendar, org-agenda-goto-calendar):
119f6f17 6786 Temporarily clear `calendar-move-hook'.
94539089 6787
39bcfe5f 67882005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
45f6a663
SM
6789
6790 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
39bcfe5f 6791 merging.
45f6a663
SM
6792
6793 * ediff-util.el (ediff-previous-difference): Don't skip regions that
39bcfe5f 6794 have merge clashes.
45f6a663 6795
97a7dbee
YM
67962005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6797
45f6a663
SM
6798 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6799 Undo previous change.
97a7dbee
YM
6800
6801 * startup.el (command-line): Use `custom-reevaluate-setting' for
51f47f64
YM
6802 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6803 tty-register-default-colors on Mac.
97a7dbee 6804
c72ff615
NR
68052005-11-04 Nick Roberts <nickrob@snap.net.nz>
6806
45f6a663 6807 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
c72ff615
NR
6808 (gdb-buffer-type): Make it automatically buffer local...
6809 (gdb-get-create-buffer): ...and set it accordingly.
6810 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6811 actually work.
6812
11ec76b7
DN
68132005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6814
6815 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6816 not red.
6817
2b02eddf
NR
68182005-11-04 Nick Roberts <nickrob@snap.net.nz>
6819
6820 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6821 case GUD buffer is not visible.
6822 (gdb-goto-breakpoint): Try to force display in source buffer.
6823 (gdb-frame-gdb-buffer): Copy other similar functions.
6824 (gdb-restore-windows): Don't display source if not asked for.
6825 (gdb-assembler-buffer-name): Don't capitalise.
6826
e082564e
RS
68272005-11-03 Richard M. Stallman <rms@gnu.org>
6828
6829 * wid-edit.el (key-sequence): New widget type.
6830
6831 * simple.el (set-mark-command-repeat-pop): New variable.
6832 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6833 if set-mark-command-repeat-pop is true.
6834
6835 * info.el (Info-fontify-node): Don't display extra "see" if there
6836 already is one here.
6837
6838 * mouse.el: Fix special handling of DEL after dragging a region:
6839 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
171aaa8a 6840 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
e082564e
RS
6841
6842 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6843
6844 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6845 not to assume it pertains to an affix.
6846
6847 * textmodes/flyspell.el (flyspell-post-command-hook):
6848 Bind deactivate-mark to prevent deactivation.
6849
438fc253 68502005-11-03 Lars Hansen <larsh@soem.dk>
2b02eddf 6851
438fc253
LH
6852 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6853 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6854 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6855
ebce92c7
RF
68562005-11-03 Romain Francoise <romain@orebokech.com>
6857
6858 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6859 Update copyright years.
6860
c7280fb5
SS
68612005-11-03 Sam Steingold <sds@gnu.org>
6862
13d65a03
SM
6863 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6864 Use system-type instead of window-system because window-system is not
c7280fb5
SS
6865 correctly defined during loadup.
6866
aaaa8abb
MH
68672005-11-02 Mark A. Hershberger <mah@everybody.org>
6868
6869 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6870 (xml-parse-tag): Join strings separated by a comment properly.
6871
c80eca71
AS
68722005-11-02 Andreas Schwab <schwab@suse.de>
6873
13d65a03
SM
6874 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6875
68762005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6879 (byte-optimize-pure-func): Quote the eval'd value.
6880
6881 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6882 Rename from perl-font-lock-syntactic-face-function.
6883 Change the calling convention so it can be used as a font-lock MATCHER.
6884 Do the parse-partial-sexp loop outselves.
6885 (perl-font-lock-syntactic-keywords): Use it.
6886 (perl-mode): Don't set font-lock-syntactic-face-function any more.
c80eca71 6887
c2205a03
NR
68882005-11-02 Nick Roberts <nickrob@snap.net.nz>
6889
2b02eddf
NR
6890 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6891 disassembly buffer too.
c2205a03
NR
6892 (gdb-exited): Remove overlay arrows when execution has finished.
6893 (gdb-info-frames-custom, gdb-info-threads-custom)
6894 (gdb-info-registers-custom): Don't add inappropriate text
6895 properties if inferior is not active.
6896
c046af95
GM
68972005-11-02 Glenn Morris <rgm@gnu.org>
6898
13d65a03
SM
6899 * progmodes/fortran.el (fortran-blink-match):
6900 Use `blink-matching-delay'.
c046af95 6901
af71d4c0 69022005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3631f993
GM
6903
6904 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6905
e89cd3e6 69062005-11-02 Lars Hansen <larsh@soem.dk>
ebce92c7 6907
e89cd3e6
LH
6908 * net/tramp.el (tramp-action-out-of-band): Handle scp message
6909 "Permission denied".
6910
b5714852
RS
69112005-11-01 Richard M. Stallman <rms@gnu.org>
6912
6913 * textmodes/flyspell.el (flyspell-external-point-words):
6914 Pass nil to flyspell-get-word.
6915
8f15921b
KS
69162005-11-02 Kim F. Storm <storm@cua.dk>
6917
6918 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6919 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6920
e5f64be2
SM
69212005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6924 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6925 (calendar-mouse-print-dates): Add optional `event' argument.
6926 Update interactive-spec.
6927 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6928 Use `calendar-event-to-date' instead of `event'.
6929
6f9a47ab
MY
69302005-11-02 Masatake YAMATO <jet@gyve.org>
6931
e5f64be2
SM
6932 * progmodes/ld-script.el (ld-script-builtins):
6933 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6934 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6f9a47ab
MY
6935 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6936
7bba5cae
RF
69372005-11-01 Romain Francoise <romain@orebokech.com>
6938
6939 * vc-sccs.el: Update copyright year.
6940 * ezimage.el: Likewise.
6941
af71d4c0 69422005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4dacf0ff
JL
6943
6944 * info.el (Info-fontify-node): Use `string-width' for fontifying
6945 underlined titles.
6946
99315976
JL
69472005-11-01 Juri Linkov <juri@jurta.org>
6948
6949 * info.el (Info-fontify-node): Downcase node header keywords Node,
6950 Prev, Next, Up before comparison.
6951 (Info-history): Insert absolute directory name, and put invisible
6952 property on it.
6953
94b10022
JL
69542005-11-01 Juri Linkov <juri@jurta.org>
6955
6956 * info.el (Info-file-supports-index-cookies): New variable.
6957 (Info-find-node-2): Check makeinfo version for index cookie support.
6958 (Info-index-nodes): Search for nodes with index cookies only when
6959 Info-file-supports-index-cookies is t. Otherwise, search nodes
6960 with "Index" in the node name.
6961 (Info-index-node): Search index cookie in the current node only when
6962 Info-file-supports-index-cookies is t. Otherwise, check the word
6963 "Index" in the node name.
6964 (Info-find-emacs-command-nodes): Remove code that searches nodes
6965 with "Index" node name in the top menu.
6966
c7deede0
SM
69672005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * progmodes/scheme.el (scheme-mode-variables): Use the default
6970 comment-indent-function.
6971
6972 * faces.el (face-attribute): Handle the case where a face inherits from
6973 a non-existent face.
6974
6975 * simple.el (eval-expression-print-format): Use lisp-readable syntax
6976 for octal and hexa output, and merge the char into the paren.
6977 (kill-new): Use push.
6978 (copy-to-buffer): Use with-current-buffer.
6979 (completion-setup-function): Move code in loop to remove redundancy.
6980 (minibuffer-local-must-match-map): Don't add bindings that duplicate
6981 those inherited from minibuffer-local-completion-map.
6982
6983 * savehist.el (savehist-mode) <defcustom>:
6984 Use custom-set-minor-mode if available.
6985 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6986 and emit a message if applicable.
6987
69882005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
6989
6990 * savehist.el: Sync up to version 19.
6991 (savehist-mode): New minor mode.
6992 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6993 (savehist-length): Remove (use history-length instead).
6994 (savehist-file-modes): Rename from savehist-modes.
6995 (savehist-save-hook, savehist-loaded): New vars.
6996 (savehist-load): Use savehist-mode. Try to smooth up transition from
6997 old format to new format.
6998 (savehist-install): Allow savehist-autosave-interval to be nil.
6999 (savehist-save): Run the new hook. Be more careful to only trim the
7000 history variables.
7001 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7002 (savehist-printable): Print into a buffer rather than char-by-char.
7003
769b5f0a
JW
70042005-11-01 John Wiegley <johnw@newartisans.com>
7005
c7deede0 7006 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
bff4d65f
JW
7007 toggle-ignore keybinding (C-a). The author said it had been
7008 disabled much earlier due to a possible incompatibility, but after
7009 many months of usage I have encountered no problems (and it is a
7010 rather useful option, especially for switching to " *temp*").
7011
c7deede0 7012 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
73f99a66
JW
7013 support for OS/X's AddressBook, by calling out to the open source
7014 program "contacts" (installable through Fink).
7015
7016 * net/eudc.el (eudc-expand-inline): If the
7017 `eudc-multiple-match-handling-method' is set to `all', delete the
7018 query string before inserting the query result.
7019
c7deede0 7020 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
769b5f0a
JW
7021 flag, to prevent Eshell from using the system ls when
7022 `eshell-ls-insert-directory' is in used.
7023 (eshell-ls-insert-directory): Disable font-lock in directory
7024 buffer so that Eshell's own fontification is seen. This broke
7025 recently due to changes in font-lock, so this goes back to version
7026 21 behavior.
7027
e5beba32
NR
70282005-11-01 Nick Roberts <nickrob@snap.net.nz>
7029
7030 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7031 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7032 (gdb-many-windows): Doc fix.
7033
ac8c0cce
RF
70342005-10-31 Romain Francoise <romain@orebokech.com>
7035
7036 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7037
c94f08ff
DN
70382005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7039
7040 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7041 that global-font-lock-mode can be enabled by default.
7042
7043 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7044 (font-lock-add-keywords, font-lock-remove-keywords)
7045 (font-lock-fontify-buffer): Remove autoload cookies.
7046
7047 * jit-lock.el (jit-lock-register): Likewise.
7048
7049 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7050
c8010cbb
NR
70512005-10-31 Nick Roberts <nickrob@snap.net.nz>
7052
7053 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7054 intact if there is no gud-comint-buffer.
7055
70562005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7057
7058 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7059 old prompt comint-prompt-read-only is t and GDB commands are
7060 issued from tool bar etc.
7061
9a36031f
MY
70622005-10-31 Masatake YAMATO <jet@gyve.org>
7063
7064 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7065
6c060884
CY
70662005-10-30 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7069 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7070
55880756
MA
70712005-10-30 Michael Albinus <michael.albinus@gmx.de>
7072
7073 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7074 starting at beginning of line. Fontification is messed up when
c7deede0
SM
7075 `open-paren-in-column-0-is-defun-start' set to t.
7076 Reported by John Paul Wallington <jpw@pobox.com>.
55880756 7077
8c633bb4
LT
70782005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7079
7080 * comint.el (comint-send-input): Call `comint-update-fence' when
7081 `comint-process-echoes' and `comint-prompt-read-only' are both
7082 non-nil, to avoid leftover read-only newline.
7083
b9c5959e
RS
70842005-10-30 Richard M. Stallman <rms@gnu.org>
7085
7086 * textmodes/flyspell.el (flyspell-external-point-words):
7087 Detect when WORD can't be checked properly because
7088 flyspell-get-word finds just part of it, and move on.
7089
7090 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7091 boundarychar for Polish.
7092 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7093 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7094
f3be774b
NR
70952005-10-31 Nick Roberts <nickrob@snap.net.nz>
7096
7097 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7098 (gdb-registers-font-lock-keywords): Delete.
7099 (gdb-registers-mode): Don't fontify.
7100 (gdb-info-registers-custom): Use text properties instead as, in
7101 future, changed register values will use font-lock-warning-face.
7102 (gdb-local-font-lock-keywords): Rename to...
7103 (gdb-locals-font-lock-keywords): ...for consistency.
7104
5e7ae3bd
AS
71052005-10-30 Andre Spiegel <spiegel@gnu.org>
7106
7107 * vc.el (vc-switch-backend): Better error message if the buffer is
7108 not visiting a file under version control.
7109
6aecefa8 7110 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8c633bb4 7111
c3ab3701
CY
71122005-10-29 Chong Yidong <cyd@stupidchicken.com>
7113
7114 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7115 ~/.emacs.d/.emacs.
7116
685abb98
RS
71172005-10-29 Richard M. Stallman <rms@gnu.org>
7118
7119 * replace.el (occur-mode-mouse-goto): Always go to other window.
7120 (occur-mode-goto-occurrence): Always switch in same window.
7121
7122 * simple.el (undo): Display message at end, not at start.
7123
7124 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7125 New arg REUSE-CELL.
7126 (cancel-timer-internal): New function.
7127 (timer-event-handler): Use cancel-timer-internal,
7128 and pass the cell it returns to timer-activate...
7129
7130 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7131 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7132 (jit-lock-after-change): Test memory-full.
7133
dd7c6f21
RS
71342005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7135
7136 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7137 part of the decoded armor to find the key-identifier.
7138 (pgg-gpg-lookup-key-owner): New function to return the
7139 human-readable identifier of a key owner.
7140 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7141 key itself.
7142 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7143 the key value) if we have a key and can match it against a secret
7144 key. Also, added a note pointing out fact that the prompt only
7145 indicates the first matching key.
7146
119f6f17 7147 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
dd7c6f21
RS
7148 pgg-decrypt-region.
7149 (pgg-pending-timers): A new hash for tracking the passphrase cache
7150 timers, so that new ones supercede old ones.
7151 (pgg-add-passphrase-to-cache): Rename from
7152 `pgg-add-passphrase-cache' to reduce confusion (all callers
7153 changed). Modified to cancel old timers when new ones are added.
7154 (pgg-remove-passphrase-from-cache): Rename from
7155 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7156 changed). Modified to cancel old timers when their keys are
7157 removed from the cache.
7158 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7159 XEmacs, an indirection to delete-itimer.
7160 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7161 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7162 users can only check cache without risk of prompting. Correct bug in
7163 notruncate behavior.
7164 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7165 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7166 Add informative docstrings.
7167 (pgg-decrypt): Convey provided passphrase in subordinate call to
7168 pgg-decrypt-region.
7169
7170 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7171 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7172 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
af71d4c0 7173 `passphrase' argument, so the passphrase can be managed externally
dd7c6f21
RS
7174 and then passed in to the system.
7175
7176 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
119f6f17 7177 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
dd7c6f21
RS
7178 so the passphrase cache can be used reliably with identifiers
7179 besides a pgp packet's key id.
7180
7181 * pgg-gpg.el (pgg-pgp-encrypt-region)
7182 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7183 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 7184 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
7185 argument to all these routines, so the passphrase can be managed
7186 externally and passed in to the system.
7187
7188 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
af71d4c0 7189 `notruncate' argument, so the passphrase cache can be used
dd7c6f21
RS
7190 reliably with identifiers besides a pgp packet's key id.
7191
71922005-10-29 Sascha Wilde <swilde@sha-bang.de>
7193
7194 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7195 symmetric encryption.
7196 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7197 encrypted session key.
7198 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7199 message ask for the passphrase in a proper way.
7200
7201 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7202 New user commands for symmetric encryption.
7203
c390e28c
SM
72042005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7205
7206 * textmodes/conf-mode.el (conf-assignment-sign)
7207 (conf-assignment-regexp): Fix docstrings.
7208 (conf-mode-initialize): New function.
7209 (conf-mode): Remove optional args. Use delay-mode-hooks to
7210 recognize recursive calls.
7211 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7212 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7213 (conf-xdefaults-mode): Use define-derived-mode and
7214 conf-mode-initialize.
7215
1cf586a4
RF
72162005-10-29 Romain Francoise <romain@orebokech.com>
7217
7218 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7219
feb2f364
EZ
72202005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7221
c390e28c
SM
7222 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7223 part of the decoded armor to find the key-identifier.
feb2f364
EZ
7224 (pgg-gpg-lookup-key-owner): New function to return the
7225 human-readable identifier of a key owner.
7226 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7227 key itself.
7228 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7229 the key value) if we have a key and can match it against a secret
7230 key. Also, added a note pointing out fact that the prompt only
7231 indicates the first matching key.
7232
119f6f17 7233 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
feb2f364
EZ
7234 pgg-decrypt-region.
7235 (pgg-pending-timers): A new hash for tracking the passphrase cache
7236 timers, so that new ones supercede old ones.
c390e28c 7237 (pgg-add-passphrase-to-cache): Rename from
feb2f364
EZ
7238 `pgg-add-passphrase-cache' to reduce confusion (all callers
7239 changed). Modified to cancel old timers when new ones are added.
c390e28c 7240 (pgg-remove-passphrase-from-cache): Rename from
feb2f364
EZ
7241 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7242 changed). Modified to cancel old timers when their keys are
7243 removed from the cache.
7244 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7245 XEmacs, an indirection to delete-itimer.
c390e28c
SM
7246 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7247 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7248 users can only check cache without risk of prompting. Correct bug in
feb2f364
EZ
7249 notruncate behavior.
7250 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
c390e28c
SM
7251 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7252 Add informative docstrings.
feb2f364
EZ
7253 (pgg-decrypt): Convey provided passphrase in subordinate call to
7254 pgg-decrypt-region.
7255
af71d4c0 72562005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
feb2f364
EZ
7257
7258 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7259 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7260 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
af71d4c0 7261 `passphrase' argument, so the passphrase can be managed externally
feb2f364
EZ
7262 and then passed in to the system.
7263
7264 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
119f6f17 7265 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
feb2f364
EZ
7266 so the passphrase cache can be used reliably with identifiers
7267 besides a pgp packet's key id.
7268
7269 * pgg-gpg.el (pgg-pgp-encrypt-region)
7270 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7271 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 7272 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
feb2f364
EZ
7273 argument to all these routines, so the passphrase can be managed
7274 externally and passed in to the system.
7275
7276 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
af71d4c0 7277 `notruncate' argument, so the passphrase cache can be used
feb2f364
EZ
7278 reliably with identifiers besides a pgp packet's key id.
7279
72802005-10-29 Sascha Wilde <swilde@sha-bang.de>
7281
7282 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7283 symmetric encryption.
7284 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7285 encrypted session key.
7286 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7287 message ask for the passphrase in a proper way.
7288
7289 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7290 New user commands for symmetric encryption.
7291
5c825567
BW
72922005-10-28 Bill Wohler <wohler@newt.com>
7293
af71d4c0 7294 * help-mode.el (help-url): New button type. Calls browse-url.
5c825567
BW
7295 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7296 Similar to Info nodes: URL `url'.
7297 (help-make-xrefs): Create help-url buttons for
7298 help-xref-url-regexp matches.
7299
147ebaca
NR
73002005-10-29 Nick Roberts <nickrob@snap.net.nz>
7301
7302 * tool-bar.el (tool-bar-add-item-from-menu)
7303 (tool-bar-local-item-from-menu): Fix doc strings.
7304
059a552c
RF
73052005-10-28 Romain Francoise <romain@orebokech.com>
7306
6a9e60bc
RF
7307 * ldefs-boot.el: Update.
7308
059a552c
RF
7309 * subr.el (locate-library): Move from help-fns.el.
7310 * help-fns.el (locate-library): Move to subr.el.
7311
8cee983d
RS
73122005-10-28 Richard M. Stallman <rms@gnu.org>
7313
7314 * net/tramp.el (tramp-completion-mode): defvar moved up.
7315
7316 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7317
7318 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7319
7320 * files.el (find-file-noselect): Use %d to format large file size.
7321
107fb6c9 7322 * bindings.el (mode-line-format): Add %e.
8cee983d
RS
7323
7324 * loadup.el ("facemenu"): Load unconditionally.
7325 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7326 ("x-dnd"): Load, when appropriate.
7327
7328 * startup.el (command-line): Call before-init-hook earlier.
7329 Warn about some bad characters in -u user name.
7330
7331 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7332 (flyspell-external-point-words): Error if misspelled word is not found.
7333 Set flyspell-large-region-beg at end of word.
059a552c 7334
a312f214
AS
73352005-10-28 Andreas Schwab <schwab@suse.de>
7336
c390e28c
SM
7337 * view.el (View-revert-buffer-scroll-page-forward):
7338 Use view-page-size-default.
a312f214 7339
895725e1
JL
73402005-10-28 Juri Linkov <juri@jurta.org>
7341
7342 * international/quail.el (quail-get-current-str): Translate last
7343 raw character for deterministic input methods.
7344
887ec6f1
JB
73452005-10-27 Jay Belanger <belanger@truman.edu>
7346
7347 * calc/calc-ext.el: Add functions to autoloads.
7348 (math-identity-matrix-p, math-ident-row-p): New functions.
7349
7350 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7351 multiplication by an identity matrix; don't turn multiplication by
7352 an inverse matrix into division.
af71d4c0 7353 (math-div-symbol-fancy): Replace division by matrices with
887ec6f1
JB
7354 multiplication by inverse.
7355
7356 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7357
7358 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7359 (calc-writeoutpower): New functions.
7360
2d29381c
RF
73612005-10-27 Romain Francoise <romain@orebokech.com>
7362
1e0ab2f0
RF
7363 * replace.el (occur-engine): Include colon in mouse-face highlight.
7364
2d29381c
RF
7365 * dired-x.el: Change Maintainer field.
7366
a145b41c
CY
73672005-10-26 Chong Yidong <cyd@stupidchicken.com>
7368
7369 * longlines.el (longlines-mode): Bind after-change-functions to
7370 nil during initial decoding and final encoding.
7371
51d96f88
DN
73722005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7373
7374 * term.el (term-emulate-terminal, term-handle-colors-array)
7375 (term-handle-ansi-escape): Specify the terminfo capabilities
7376 implemented.
7377
d75baf12
RS
73782005-10-26 Richard M. Stallman <rms@gnu.org>
7379
7380 * info.el (Info-fontify-node): Fix detection of sentence-break
7381 before *Note.
7382
9700a45f
RF
73832005-10-26 Romain Francoise <romain@orebokech.com>
7384
d75baf12 7385 * smerge-mode.el: Add `tools' to file keywords.
9700a45f 7386
14924bb1
NR
73872005-10-26 Nick Roberts <nickrob@snap.net.nz>
7388
7389 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7390 when the fringe is not available.
7391
7392 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7393 (def-gdb-auto-update-trigger): Simplify construction.
7394 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7395 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7396 defined explicitly.
7397 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7398 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7399 defined explicitly.
7400 (gdb-info-locals-custom): Remove as it's a no-op.
7401
e7b382ed
CY
74022005-10-25 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * longlines.el (longlines-mode): Remove narrowing before
7405 performing the initial decoding or final encoding.
7406
53aaf457
RF
74072005-10-25 Romain Francoise <romain@orebokech.com>
7408
7409 * emacs-lisp/find-func.el (find-library-name): Also strip
7410 extension if library name ends in .el, to take advantage of
7411 `find-library-suffixes'.
7412
8e7af2c6
RS
74132005-10-25 Richard M. Stallman <rms@gnu.org>
7414
7415 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7416
f344e9d2
JL
74172005-10-25 Juri Linkov <juri@jurta.org>
7418
7419 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7420 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7421
47b5f6d6
SM
74222005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7425 (blackbox-redefine-key): Add argument `map'.
7426
7427 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7428 regions when moving the jit-lock-context-unfontify-pos boundary.
7429
2e167dc4
RS
74302005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7431
c390e28c 7432 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2e167dc4 7433
fc50a3be
MY
74342005-10-25 Masatake YAMATO <jet@gyve.org>
7435
7436 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7437
35b1f2e9
EZ
74382005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7439
7440 * play/blackbox.el (blackbox-redefine-key): New function.
7441 (blackbox-mode-map): Use it to remap existing bindings for cursor
7442 motion instead of binding literal keys.
7443
3e99f6ee
GM
74442005-10-25 Glenn Morris <rgm@gnu.org>
7445
7446 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7447 diary does not end in a newline. Do not assume a blank line at
7448 the start of the diary file.
7449
1f1ce6ab
KH
74502005-10-25 Kenichi Handa <handa@m17n.org>
7451
7452 * international/quail.el (quail-translate-key): If the input
7453 method is deterministic and failed to handle the last key, restart
7454 the key handling loop from an appropriate key.
7455
ead91593
MA
74562005-10-25 Michael Albinus <michael.albinus@gmx.de>
7457
7458 * vc.el (vc-dired-mode): Extend comment for binding of
7459 `directory-listing-before-filename-regexp'.
7460
bc6785f3
SM
74612005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * textmodes/texinfo.el (texinfo-mode):
7464 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7465 not to unnecessarily expose emacs-mule's internal char codes.
7466
56da68fc
NR
74672005-10-25 Nick Roberts <nickrob@snap.net.nz>
7468
e29a4981
NR
7469 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7470 Display hand pointer and help-echo on disabled icon too.
7471 (gdb-mouse-until): New function.
7472 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
56da68fc 7473
24bdbffe
CY
74742005-10-24 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7477 with 2005-10-23 change to doctor.el.
7478
7479 * finder.el (finder-mode-map): Add follow-link binding.
7480
47ab3ac3
KS
74812005-10-25 Kim F. Storm <storm@cua.dk>
7482
7483 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7484 to gdb-mouse-toggle-breakpoint-fringe.
7485 (gdb-mouse-toggle-breakpoint-margin): Rename from
af71d4c0 7486 gdb-mouse-toggle-breakpoint. Fix doc.
47ab3ac3
KS
7487 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7488 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7489 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7490 string properties also for fringe breakpoint bitmaps.
7491
6bcf30dc
CD
74922005-10-24 Carsten Dominik <dominik@science.uva.nl>
7493
bc6785f3 7494 * textmodes/org.el (org-start-icalendar-file): Fix format form.
6bcf30dc 7495
dc447cc5
MY
74962005-10-25 Masatake YAMATO <jet@gyve.org>
7497
567ecdfb
SM
7498 * simple.el (completion-common-substring):
7499 Use `completion-common-substring' prior to `completion-base-size'.
7500
75012005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7502
7503 * savehist.el: Require CL while compiling.
7504 (savehist-history-variables): Remove.
7505 (savehist-save-minibuffer-history, savehist-additional-variables)
7506 (savehist-minibuffer-history-variables): New vars.
7507 (savehist-save): Use them.
7508 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7509 (savehist-install): New fun, extracted from savehist-load.
7510 (savehist-load): Use them.
7511
75122005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7515 a dummy doc-string-elt property.
7516 (defalias, defvaralias, define-category): Add a docstring property.
7517
7518 * image.el (defimage):
7519 * widget.el (define-widget):
7520 * custom.el (defface, defcustom): Add `doc-string' declaration.
7521
7522 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7523 (defadvice): Add `doc-string' declaration.
7524
7525 * emacs-lisp/byte-run.el (macro-declaration-function):
7526 Handle `doc-string' declarations.
7527 (define-obsolete-function-alias, define-obsolete-variable-alias):
7528 Add `doc-string' declaration.
dc447cc5 7529
1cbe1e4b
KH
75302005-10-24 Kenichi Handa <handa@m17n.org>
7531
31a8d39f
KH
7532 * international/utf-7.el (utf-7): Add autoload cookie.
7533
1cbe1e4b
KH
7534 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7535
28e48287
EZ
75362005-10-24 Eli Zaretskii <eliz@gnu.org>
7537
81293113
EZ
7538 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7539 list of directories passed to batch-update-autoloads. Add "." to
7540 the list of the echoed directories.
7541
28e48287
EZ
7542 * pgg-def.el:
7543 * pgg-gpg.el:
7544 * pgg-parse.el:
7545 * pgg-pgp.el:
7546 * pgg-pgp5.el:
7547 * pgg.el: Moved here from the gnus subdirectory.
7548
11422095
NR
75492005-10-24 Nick Roberts <nickrob@snap.net.nz>
7550
7551 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7552 in case comint-prompt-read-only is set to t.
7553
7554 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7555 in case comint-prompt-read-only is set to t.
7556
ad1eff1b
GM
75572005-10-24 Ulf Jasper <ulf.jasper@web.de>
7558
567ecdfb
SM
7559 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7560 Now a string.
7561 (icalendar-import-format): Handle CLASS, STATUS, URL.
7562 Rename `subject' to `summary'.
ad1eff1b
GM
7563 (icalendar-import-format-summary): Rename from
7564 `icalendar-import-format-subject'.
7565 (icalendar-import-format-url, icalendar-import-format-status)
7566 (icalendar-import-format-class): New variables.
7567 (icalendar--rris): Take variable argument list.
7568 (icalendar--datestring-to-isodate): Remove unnecessary
567ecdfb 7569 calendar-style check when converting dates with explicit month names.
ad1eff1b
GM
7570 (icalendar-export-region): Change return type of conversion
7571 subroutines. Bury current buffer unless error occurred.
7572 (icalendar--convert-to-ical)
7573 (icalendar--parse-summary-and-rest): New functions.
7574 (icalendar--convert-ordinary-to-ical)
7575 (icalendar--convert-weekly-to-ical)
7576 (icalendar--convert-yearly-to-ical)
7577 (icalendar--convert-block-to-ical)
7578 (icalendar--convert-cyclic-to-ical)
7579 (icalendar--convert-anniversary-to-ical): Change return type.
7580 Strip trailing blanks from subject.
7581 (icalendar--convert-sexp-to-ical): Change return type.
7582 Strip trailing blanks from subject. Handle simple sexp
7583 entries as generated by icalendar.el.
7584 (icalendar--convert-float-to-ical)
567ecdfb 7585 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
ad1eff1b
GM
7586 (icalendar-import-file): Doc fix.
7587 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7588 Correct call to icalendar--rris.
7589 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7590 `summary'.
7591 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7592
c7cad90c
RF
75932005-10-24 Romain Francoise <romain@orebokech.com>
7594
cbfc02e4
RF
7595 * server.el (server-sentinel): Set query-on-exit flag to nil on
7596 new client processes (it isn't inherited from the server process).
7597
c7cad90c
RF
7598 * replace.el (occur-engine): Rearrange text properties.
7599
7c5ba0d2
SM
76002005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7603 case-fold-search is nil.
7604 (debug-help-follow): Use help-xref-interned directly.
7605
3a20e510
CY
76062005-10-23 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * thumbs.el (thumbs-image-type): Add .pbm.
7609
24c324f9
RS
76102005-10-23 Richard M. Stallman <rms@gnu.org>
7611
1df64254
RS
7612 * faces.el (inhibit-face-set-after-frame-default): New variable.
7613 (set-face-attribute): Bind it.
7614 (face-set-after-frame-default): Test it.
7615
6a897887
RS
7616 * help-fns.el (describe-simplify-lib-file-name): New function.
7617 (describe-function-1, describe-variable): Use it.
7618
7619 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7620
24c324f9
RS
7621 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7622 Eliminate nil as possible value.
7623 (tooltip-hide-delay): Reduce internal-border-width.
7624
7625 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7626 (menu-bar-file-menu) <new-file>: Likewise.
7627
7628 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7629
96664fc0 7630 * international/mule.el (load-with-code-conversion):
24c324f9
RS
7631 Pass full file name to `eval-buffer' unless preloading.
7632
7633 * textmodes/flyspell.el (flyspell-large-region):
7634 Call ispell-check-version.
7635
96664fc0 7636 * textmodes/ispell.el (ispell-local-dictionary-overridden):
24c324f9
RS
7637 Fix the make-variable-buffer-local call that was supposed
7638 to be for this variable.
7639 (ispell-aspell-supports-utf8): Doc fix.
7640 (ispell-find-aspell-dictionaries): Preserve elements of
7641 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7642 (ispell-aspell-find-dictionary): Return nil on error.
7643
7644 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7645 (doctor-symptoms): Likewise.
7646
7647 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7648
87911bdb
CY
76492005-10-23 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7652 (custom-raised-buttons): Add :set spec.
567ecdfb
SM
7653 (custom-button-unraised, custom-button-pressed-unraised):
7654 New faces, so that custom-raised-buttons actually does something.
87911bdb
CY
7655 (custom-mode): Use custom-button and custom-button-pressed.
7656
7657 * wid-edit.el (widget-specify-button): Don't ignore
7658 widget-mouse-face on graphic terminals.
7659 (widget-move-and-invoke): Cleanup.
7660
04f0adee
TTN
76612005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7662
7663 * whitespace.el (whitespace-cleanup): Doc fix.
7664
90066cb5
RF
76652005-10-23 Romain Francoise <romain@orebokech.com>
7666
7667 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7668 `eval-after-load' to avoid evaluating their result.
7669
9bc260cf
MA
76702005-10-23 Michael Albinus <michael.albinus@gmx.de>
7671
567ecdfb
SM
7672 * files.el (directory-listing-before-filename-regexp):
7673 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9bc260cf 7674
567ecdfb
SM
7675 * dired.el (dired-move-to-filename-regexp): Remove.
7676 All occurences replaced by `directory-listing-before-filename-regexp'.
9bc260cf 7677
567ecdfb
SM
7678 * dired-x.el, locate.el, vc.el:
7679 Replace `dired-move-to-filename-regexp' by
9bc260cf
MA
7680 `directory-listing-before-filename-regexp'. In vc.el it is
7681 overwritten locally; maybe this can be handled in files.el too.
7682
567ecdfb 7683 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9bc260cf
MA
7684 replaced by `directory-listing-before-filename-regexp'.
7685
9f40e1d5
AS
76862005-10-23 Andreas Schwab <schwab@suse.de>
7687
7688 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7689 and eval-next-after-load.
7690
4bdce438
RF
76912005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7692
7693 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7694 exist, create it.
7695
0949617b
EZ
76962005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7697
96664fc0 7698 * allout.el: Remove autoloads for mailcrypt and crypt++.
0949617b
EZ
7699 Require pgg, pgg-gpg during compilation.
7700 (allout-version): Increment version number to 2.1, and use a literal
96664fc0
KS
7701 rather than RCS Id.
7702 (allout-default-encryption-scheme): Remove.
7703 (allout-passphrase-verifier-handling)
7704 (allout-passphrase-verifier-string)
7705 (allout-file-passphrase-verifier-string)
7706 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7707 (allout-passphrase-hint-handling): Rename and simplify.
0949617b
EZ
7708 (allout-init): Use `find-file-hook' if available, otherwise
7709 `find-file-hooks'.
7710 (allout-mode): Use `write-file-functions' if available, otherwise
7711 `local-write-file-hooks' and, instead of making auto-save-hook
7712 buffer local, make the write-file-hook activity contingent to
7713 allout-mode.
96664fc0 7714 (allout-mode): Use key-binding substitution in the docstring.
0949617b
EZ
7715 (allout-kill-line): Spell-out kill ring data structure mutation
7716 instead of using byte-compiler-complaint-provoking `pop'.
7717 (allout-insert-listified): Use `insert' rather than `insert-string'
96664fc0
KS
7718 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7719 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
0949617b
EZ
7720 (allout-encrypt-string): Totally revamped vis new underlying
7721 encryption facilities.
96664fc0 7722 (allout-mc-activate-passwd): Remove.
0949617b
EZ
7723 (allout-obtain-passphrase): New, more or less replaces
7724 allout-mc-activate-passwd.
7725 (allout-encrypted-key-info): More or less replaces
7726 allout-encrypted-text-type.
7727 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
96664fc0 7728 (my-mark-marker): Use `(featurep 'xemacs)'.
0949617b 7729
af71d4c0 77302005-10-23 Lars Hansen <larsh@soem.dk>
0949617b 7731
96664fc0 7732 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4ec5239c
LH
7733 (byte-compile-file-form-defmumble, byte-compile-defun)
7734 (byte-compile-defmacro): Use it.
7735 (byte-compile-form): Don't call byte-compile-set-symbol-position
7736 when a byte-compile handler is called.
7737
e8fbc5e0
RF
77382005-10-22 Romain Francoise <romain@orebokech.com>
7739
02c583a4
RF
7740 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7741
e8fbc5e0
RF
7742 * subr.el (eval-after-load): Convert library name to an absolute
7743 file name using locate-library, since load-history no longer has
7744 library names in it.
7745
41e7ed3a
RS
77462005-10-22 Richard M. Stallman <rms@gnu.org>
7747
567ecdfb
SM
7748 * files.el (make-temp-file): Move from subr.el.
7749 * subr.el (make-temp-file): Move to files.el.
e8fbc5e0 7750
567ecdfb
SM
7751 * window.el (get-buffer-window-list): Move from subr.el.
7752 * subr.el (get-buffer-window-list): Move to window.el.
db5fe0a6 7753
41e7ed3a
RS
7754 * image.el (image-load-path): Use eval-at-startup to initialize.
7755
7756 * subr.el (eval-at-startup): New macro.
7757
7758 * subr.el: Much rearrangement of functions and division
7759 into pages. No code changes.
7760
c286104c
KH
77612005-10-22 Kenichi Handa <handa@m17n.org>
7762
7763 * tar-mode.el (tar-extract): Be sure to call
7764 find-operation-coding-system if set-auto-coding doesn't find a
7765 coding system.
7766
76b581f2
KS
77672005-10-22 Kim F. Storm <storm@cua.dk>
7768
7769 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7770 Change users.
7771 (image-type-file-name-regexps): New defconst.
7772 (image-type-from-data): Simplify loop.
7773 (image-type-from-buffer): New defun.
7774 (image-type-from-file-header): Use it instead of image-type-from-data.
7775 Use image-search-load-path instead of only looking in data-directory.
7776 (image-type-from-file-name): New defun.
567ecdfb
SM
7777 (image-search-load-path): Change `pathname' to `filename'.
7778 Make PATH arg optional, default to image-load-path.
76b581f2 7779
bb66398d
RS
77802005-10-21 Richard M. Stallman <rms@gnu.org>
7781
7782 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7783
7784 * textmodes/paragraphs.el (sentence-end-base): New variable.
7785 (sentence-end): Use sentence-end-base.
7786
5ae158bf
SM
77872005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7790 property independently from the font-lock-multiline variable.
7791
45158e77
RS
77922005-10-21 Richard M. Stallman <rms@gnu.org>
7793
7794 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7795
7796 * startup.el (command-line): Convert library names
7797 in `load-history' to absolute file names.
7798
7799 * subr.el (symbol-file): Doc fix.
7800
7801 * loadhist.el (file-loadhist-lookup): Call locate-library
7802 instead of find-library-name. Don't try converting
7803 abs file names to library names, since load-history no longer
7804 has library names in it.
7805 (file-dependents, file-provides, file-requires): Doc fixes.
7806
2ac050ce
JL
78072005-10-21 Juri Linkov <juri@jurta.org>
7808
7809 * progmodes/etags.el (tags-table-mode): New function.
7810 (tags-verify-table): Replace initialize-new-tags-table with
7811 tags-table-mode.
7812
7813 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7814 default value.
7815 (desktop-modes-not-to-save): Add tags-table-mode to the
7816 default value.
7817
7818 * info.el (Info-index-next): Add total number of index
7819 alternatives to the message.
7820
7821 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7822 backward only space (instead of space and period) before looking
7823 at sentence end.
7824
7825 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7826 Add the old variable value as 4th default-value arg of read-string.
7827
bb9404d6
YM
78282005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7829
7830 * cus-face.el (custom-declare-face): Make face from X resources
7831 also on Mac.
7832
7833 * disp-table.el (standard-display-g1, standard-display-graphic):
7834 Refuse to use string glyphs also on Mac.
7835 (standard-display-european): Don't set terminal coding system also
7836 on Mac.
7837
7838 * frame.el (display-screens): Use x-display-screens also on Mac.
7839
b71cef5c
RF
78402005-10-21 Romain Francoise <romain@orebokech.com>
7841
7842 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7843
1712cca5
SM
78442005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7847 and $? into sexps.
7848
7849 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7850 warning face on open-paren-in-column-0.
7851
7852 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7853 boundary case. Fix typo.
7854 Suggested by Martin Rudalics <rudalics@gmx.at>.
7855
50031d0d
CD
78562005-10-21 Carsten Dominik <dominik@science.uva.nl>
7857
30c02925 7858 * textmodes/org.el (org-combined-agenda-icalendar-file)
1712cca5 7859 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
50031d0d
CD
7860 (org-export-icalendar-this-file)
7861 (org-export-icalendar-all-agenda-files)
7862 (org-export-icalendar-combine-agenda-files): New commands.
7863 (org-export-icalendar, org-print-icalendar-entries)
7864 (org-start-icalendar-file, org-finish-icalendar-file)
7865 (org-ical-ts-to-string): New functions.
7866 (org-read-date, org-goto-calendar)
7867 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7868 call to `calendar'.
1712cca5 7869 (orgtbl-setup): Remove the :keys arguments from the menu description.
50031d0d
CD
7870 (org-after-save-iCalendar-file-hook): New variable.
7871
dfa1cd4d
KH
78722005-10-21 Kenichi Handa <handa@m17n.org>
7873
7874 * language/vietnamese.el (tcvn-5712): Make it an alias of
7875 vietnamese-tcvn coding-system.
7876
6e967b19
MA
78772005-10-20 Michael Albinus <michael.albinus@gmx.de>
7878
7879 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7880 group id is given.
7881
1712cca5
SM
78822005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7885 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7886 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7887 whose line is either continued or ends with a comment.
7888
4bfa31ba
RF
78892005-10-20 Romain Francoise <romain@orebokech.com>
7890
7891 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7892
7893 * replace.el (occur-engine): Add follow-link property.
7894
7895 * font-core.el (font-lock-mode): Doc fix.
7896
10625c3c
RS
78972005-10-20 Richard M. Stallman <rms@gnu.org>
7898
7899 * net/rcirc.el: New file.
7900
a12ba300
EZ
79012005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7902
7903 * term.el (term-term-name): Initialize to "eterm-color".
7904
ce13796f
EZ
79052005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7906
ce13796f
EZ
7907 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7908 for encryption functionality.
47888c87 7909 Move allout customization subgroup from `editing' to `outlines' group.
119f6f17 7910 Fix commentary keywords to legitimate ones.
47888c87 7911 Update author info (using my current email address, obscurified).
ce13796f
EZ
7912 (allout-encrypt-string, allout-encryption-produce-work-buffer)
7913 (allout-encrypted-topic-p, allout-encrypted-text-type)
7914 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7915 (allout-situate-encryption-key-verifier)
7916 (allout-get-encryption-key-verifier, allout-verify-key)
7917 (allout-next-topic-pending-encryption)
47888c87 7918 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
ce13796f
EZ
7919 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7920 (outline-key-verifier-handling, outline-key-hint-handling)
7921 (outline-encrypt-unencrypted-on-saves): New defcustoms.
7922 (allout-file-key-verifier-string, allout-encryption-scheme)
7923 (allout-key-verifier-string, allout-key-hint-string)
7924 (allout-after-save-decrypt): New variables.
7925 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7926 (allout-after-saves-handler): New hook functions.
7927 (allout-post-command-business): Do allout-after-save-decrypt.
7928 (allout-enable-file-variable-adjustment): Custom var to enable
7929 mechanism for adding and adjusting settings of Emacs file variables.
47888c87
KS
7930 (allout-adjust-file-variable, allout-file-vars-section-data):
7931 New functions, implement the mechanism.
ce13796f
EZ
7932 (outlineify-sticky): Use the file vars mechanism.
7933 (allout-inhibit-protection, allout-during-write-cue)
47888c87
KS
7934 (allout-override-protect, allout-before-change-protect): Remove.
7935 (allout-flag-region, allout-open-topic): Adjust read-only text.
7936 (allout-open-line-not-read-only): Add to facilitate read-only
ce13796f 7937 text based protection.
47888c87 7938 (allout-kill-line): Revise to adjust read-only text, clue the
ce13796f 7939 user about the inhibition.
47888c87 7940 (allout-unprotected): Use unwind-protect.
ce13796f
EZ
7941 (allout-shift-in, allout-shift-out): Disallow manually shifting a
7942 topic deeper than the offspring depth of the previous topic -
7943 avoiding confusing "containment discontinuities".
47888c87 7944 (allout-reindent-bodies): Fix retention of body relative hanging
ce13796f 7945 indent during promotion of collapsed bodies.
47888c87 7946 (allout-open-topic): Make it easy to open new topic with same
ce13796f
EZ
7947 bullet as current topic - topic creation functions provided with
7948 any universal argument provokes now prompt for bullet, defaulting
7949 to the bullet of the previous topic.
7950 (allout-plain-bullets-string, allout-distinctive-bullets-string):
119f6f17 7951 Plain bullet alternates `.' period and `,' comma only. All other
ce13796f 7952 bullets are relegated to special status (but customizable).
119f6f17 7953 (allout-end-of-entry): Rename from allout-end-of-current-entry
ce13796f
EZ
7954 since it actually operates w.r.t. most immediately containing
7955 entry, visible or not.
7956 (allout-hide-current-entry, allout-show-current-entry): Use the
7957 revised version.
7958 (allout-old-expose-topic): Solidify deprecation.
47888c87 7959 (allout-end-of-subtree): Add so we can span concealed as well
ce13796f
EZ
7960 as visible topics.
7961 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
47888c87
KS
7962 (allout-end-of-current-heading): Tweak to just respect the first line.
7963 (allout-get-body-text): Add.
ce13796f
EZ
7964 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7965 when invoked interactively.
7966 (allout-up-current-level): Use `interactive-p'.
7967 (allout-mode, allout-init): Miscellaneous docstring and
7968 operational refinements, as well as hookups of new encryption stuff.
7969 (allout-beginning-of-current-entry): Now works as advertised.
47888c87
KS
7970 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7971 (allout-isearch-rectification): Refine condition for isearching.
7972 (allout-isearch-abort, allout-enwrap-isearch)
7973 (allout-flag-region, my-region-active-p): Relocate some macros.
119f6f17
RS
7974 (allout-title): Fallback title is (buffer-name), not
7975 non-existing (current-buffer-name).
ce13796f 7976 (subst-char-in-string): Define if absent (for some XEmacs versions).
ce13796f 7977
214d5640
EZ
79782005-10-20 Jari Aalto <jari.aalto@cante.net>
7979
7980 * mail/sendmail.el (mail-setup-hook, mail-aliases)
7981 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7982 (mail-citation-prefix-regexp, mail-signature-file)
7983 (mail-default-headers, mail-bury-selects-summary)
7984 (mail-send-nonascii): Add autoload cookies.
7985
ad9c16d3
EZ
79862005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7987
7988 * frame.el (blink-cursor-mode): Add `mac' to the list of
7989 window-system's that support blinking cursor.
7990
8198ba6e
RS
79912005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7992
1712cca5 7993 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8198ba6e 7994
a5f271ab
EZ
79952005-10-20 Eli Zaretskii <eliz@gnu.org>
7996
1712cca5
SM
7997 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7998 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
a5f271ab
EZ
7999 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8000
e50165ec
KS
80012005-10-20 Kim F. Storm <storm@cua.dk>
8002
8003 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8004 (ido-set-current-directory): Don't add / after final @.
8005 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8006 Explicitly handle ange-ftp completion oddities.
8007 (ido-make-file-list): Don't rotate list at tramp root to avoid
8008 triggering tramp file handler for expand-file-name via get-file-buffer.
8009
1712cca5
SM
80102005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8011
1712cca5
SM
8012 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8013
cf39c182
JB
80142005-10-19 Jay Belanger <belanger@truman.edu>
8015
8016 * calc/calc-units.el (math-standard-units): Add units, adjust
8017 symbols and update values.
af71d4c0 8018 (math-unit-prefixes): Add more prefixes.
cf39c182 8019
37789292
RF
80202005-10-19 Romain Francoise <romain@orebokech.com>
8021
8022 * bookmark.el (bookmark-menu-heading): New face.
8023 (bookmark-bmenu-list): Use it.
8024 Don't fiddle with `baud-rate' at top-level.
8025
8646a62e
CY
80262005-10-18 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * image.el (create-image, find-image): Mention max-image-size in
8029 docstring.
8030
d902d95e
SM
80312005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8032
1712cca5
SM
8033 * savehist.el (savehist-load): Revert to checking XEmacs.
8034
d902d95e
SM
8035 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8036 Various docstring and line-width fixups.
8037 (conf-mode): Use cond.
8038 Set font-lock-defaults. Don't set comment-use-syntax.
8039
93883b09
DP
80402005-10-18 David Ponce <david@dponce.com>
8041
8042 * tree-widget.el (tree-widget-button-click): New function.
8043 (tree-widget-button-keymap): Use it.
8044
57eb2e24
RF
80452005-10-18 Romain Francoise <romain@orebokech.com>
8046
ee9791af
RF
8047 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8048 (bookmark-bmenu-hide-filenames): Add follow-link property.
8b1b6461 8049 Improve help-echo text.
ee9791af 8050
57eb2e24
RF
8051 * ffap.el (find-file-at-point): Doc fix.
8052
bcbdafce
YM
80532005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8054
8055 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8056
283780dc
MY
80572005-10-18 Masatake YAMATO <jet@gyve.org>
8058
ab945c47 8059 Install to the CVS repository what I forgot to install in my
283780dc
MY
8060 2005-10-16 changes.
8061
8062 * progmodes/python.el (python-complete-symbol): Pass the common
8063 prefix substring of completion to `display-completion-list'.
8064
8065 * textmodes/org.el (org-complete): Ditto.
8066
50071f01
MY
80672005-10-18 Masatake YAMATO <jet@gyve.org>
8068
8069 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
ab945c47 8070
50071f01
MY
8071 * woman.el (WoMan-xref-man-page): New button type derived
8072 from `Man-abstract-xref-man-page'.
ab945c47 8073 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
cafc272c 8074
50071f01
MY
8075 * man.el (Man-abstract-xref-man-page): New button type.
8076 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
ab945c47 8077 (Man-highlight-references): Add new optional argument `xref-man-type'.
50071f01
MY
8078
80792005-10-18 Nick Roberts <nickrob@snap.net.nz>
ab945c47 8080
cafc272c
NR
8081 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8082
e6038ca3
CY
80832005-10-17 Chong Yidong <cyd@stupidchicken.com>
8084
d902d95e 8085 * cus-edit.el (Custom-move-and-invoke): Delete.
e6038ca3
CY
8086 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8087
8088 * wid-edit.el (widget-move-and-invoke): New function, from
8089 Custom-move-and-invoke.
8090
ffda926c
BW
80912005-10-17 Bill Wohler <wohler@newt.com>
8092
d902d95e
SM
8093 Move all remaining images from lisp/toolbar to etc/images, move
8094 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8095 the low resolution images in their own directory (low-color).
ffda926c 8096
af71d4c0
JB
8097 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8098 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8099 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8100 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8101 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8102 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
d902d95e
SM
8103 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8104
8105 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8106 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8107 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8108 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8109 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8110 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8111 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8112 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8113 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8114 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8115 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8116 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8117 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8118 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8119 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8120
8121 To conform with convention, replace the underscore (_) in the
8122 following image names with dash (-) or (/) as appropriate.
8123
8124 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8125 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8126 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8127 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8128 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8129 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8130 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8131 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8132 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8133 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8134 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8135 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8136 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8137 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8138 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8139
8140 * info.el (info-tool-bar-map): Replace underscores in image names
ffda926c
BW
8141 with dashes.
8142
d902d95e 8143 * makefile.w32-in (WINS): Remove toolbar.
ffda926c 8144
d902d95e 8145 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
ffda926c 8146
d902d95e
SM
8147 * tool-bar.el: Move to lisp from toolbar. Now that
8148 toolbar is empty, it should be deleted when folks run "cvs up -P".
ffda926c 8149
3c4f0698
JB
81502005-10-18 Jay Belanger <belanger@truman.edu>
8151
cf39c182 8152 * calc/calc-store.el (calc-store-into): Get the proper variable name
3c4f0698
JB
8153 to display in message.
8154
425fbda6
NR
81552005-10-18 Nick Roberts <nickrob@snap.net.nz>
8156
8157 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8158 expressions display in speedbar for all buffers when debugging.
1712cca5 8159 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
425fbda6
NR
8160
8161 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
ab945c47 8162 (speedbar-insert-button, speedbar-make-button):
425fbda6
NR
8163 Use add-text-properties.
8164 (speedbar-update-localized-contents)
8165 (speedbar-update-directory-contents)
8166 (speedbar-update-special-contents): Use dolist.
8167 (speedbar-buffer-easymenu-definition): Add a menu separator.
8168
595f93ac
JR
81692005-10-17 Jason Rumney <jasonr@gnu.org>
8170
4fc267d0
JR
8171 * makefile.w32-in: Use $(lisp) consistently.
8172 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8173 for shell specific generation of mh-autoloads.
595f93ac 8174
f8252852
RS
81752005-10-17 Richard M. Stallman <rms@gnu.org>
8176
8177 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8178
c4ac63d0
SM
81792005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8180
8181 * jit-lock.el (jit-lock-fontify-now):
8182 Move jit-lock-context-unfontify-pos to avoid wasted work.
8183
c1253aad
MA
81842005-10-17 Michael Albinus <michael.albinus@gmx.de>
8185
8186 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8187 `tramp-completion-mode' for checking if we are in completion mode.
8188 (tramp-completion-handle-file-name-all-completions): Reorder code
8189 in order to complete for file names only in case there are no
8190 method/user/host completions. This is necessary for cooperation
ab945c47 8191 with ido. Reported by Kim F. Storm <storm@cua.dk>.
c1253aad 8192
625fca9a
CY
81932005-10-16 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * longlines.el (longlines-search-forward)
8196 (longlines-search-backward): Match any number of spaces.
8197
72147c53
TTN
81982005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8199
8200 * diff-mode.el (diff-mode): Doc fix.
8201
af71d4c0 82022005-10-16 David Reitter <david.reitter@gmail.com>
255d8b22
RS
8203
8204 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8205 as default on darwin and windows systems.
8206
74725d46
RS
82072005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8208
8209 * arc-mode.el (archive-zip-extract): Doc fix.
8210
97b1270c
RF
82112005-10-16 Romain Francoise <romain@orebokech.com>
8212
8213 * mouse.el (mouse-1-click-follows-link): Doc fix.
8214
71790d57
SM
82152005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * savehist.el: Don't require CL at runtime.
8218 (savehist-xemacs): Remove.
c4ac63d0 8219 (savehist-coding-system): Use utf-8 if present, regardless of religion.
71790d57
SM
8220 (savehist-no-conversion): Use (featurep 'xemacs).
8221 (savehist-load): Check existence of start-itimer rather than XEmacs.
8222 Use an idle timer.
8223 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8224 `delete-if-not'.
8225
82262005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8227
8228 * savehist.el: Newer version.
8229 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8230 (savehist-last-checksum, savehist-no-conversion): New vars.
8231 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8232 New functions.
8233 (savehist-load, savehist-save): Use them.
8234 (savehist-delimit): Remove.
8235
e5456e73
SM
82362005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * progmodes/compile.el (compilation-goto-locus): Display the
8239 compilation buffer first and the source buffer second, in case they're
8240 in overlapping frames. Don't raise the compilation frame if it was the
8241 selected window upon entry. Pass the `other-window' arg to
8242 pop-to-buffer.
8243
8244 * info.el (Info-fontify-node): Use dolist.
8245 Change add-text-properties to put-text-property.
8246
82472005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8248
8249 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8250 bound of search.
8251
f5fab556
MY
82522005-10-16 Masatake YAMATO <jet@gyve.org>
8253
8254 * dabbrev.el (dabbrev-completion): Pass the common
8255 prefix substring of completion to `display-completion-list'.
8256
8257 * filecache.el (file-cache-minibuffer-complete)
8258 (file-cache-complete): Ditto.
8259
8260 * tempo.el (tempo-display-completions): Ditto.
8261
8262 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8263
8264 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8265
8266 * eshell/em-hist.el (eshell-list-history): Ditto.
8267
8268 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8269
8270 * mail/mailalias.el (mail-complete): Ditto.
8271
8272 * progmodes/etags.el (complete-tag): Ditto.
8273
8274 * progmodes/make-mode.el (makefile-complete): Ditto.
8275
8276 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8277
8278 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8279
8280 * progmodes/pascal.el (pascal-complete-word)
8281 (pascal-show-completions): Ditto.
8282
f5fab556
MY
8283 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8284
f5fab556
MY
8285 * simple.el (completion-common-substring): New variable.
8286 (completion-setup-function): Use `completion-common-substring'
8287 to put faces.
8288
2ef1363e
YM
82892005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8290
8291 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8292 (x-get-selection, mac-select-convert-to-string): Convert from/to
8293 UTF-16 clipboard data as in native byte order, no BOM.
8294
eae86e67
NR
82952005-10-16 Nick Roberts <nickrob@snap.net.nz>
8296
8297 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8298 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8299 (gud-sentinel): Use speedbar-frame to check for speedbar.
8300
a19a0003
RS
83012005-10-15 Richard M. Stallman <rms@gnu.org>
8302
089a682e 8303 * savehist.el: New file.
a19a0003
RS
8304
83052005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8306
71790d57
SM
8307 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8308 Fix bug in \bf fontification.
a19a0003 8309
bad3da7a
SM
83102005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * pcvs.el (cvs-edit-log-files): New var.
8313 (cvs-mode-edit-log): New arg `file'.
8314 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8315 Instead force the use of the original file and nothing else.
8316 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8317 the cvs-minor-wrap-function is set.
8318 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8319
c7ddd701
BW
83202005-10-14 Bill Wohler <wohler@newt.com>
8321
8322 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8323 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8324 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8325 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8326 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8327 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8328 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8329 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8330 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8331 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8332 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8333 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8334 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8335 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8336 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8337
c4ac63d0 8338 * progmodes/gud.el (gud-tool-bar-map): Rename the images
c7ddd701
BW
8339 appropriately (for example, gud-break to gud/break).
8340
f28e9cbd
CY
83412005-10-14 Chong Yidong <cyd@stupidchicken.com>
8342
930aae96 8343 * longlines.el (longlinges-search-function)
c4ac63d0 8344 (longlines-search-forward, longlines-search-backward): New functions.
930aae96
CY
8345 (longlines-mode): Set isearch-search-fun-function to
8346 longlinges-search-function.
8347
f28e9cbd
CY
8348 * mouse.el (mouse-drag-region-1): Handle the case where a
8349 double-click event is bound to an arbitrary function.
8350
b6b5618c
DP
83512005-10-14 David Ponce <david@dponce.com>
8352
8353 * recentf.el (recentf-track-opened-file)
8354 (recentf-track-closed-file, recentf-update-menu)
8355 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8356 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8357 mouse-1-click-follows-link.
8358
e1f1d047
JD
83592005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8360
8361 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8511877a 8362 Gnome file-manager.png. Suggested by
e1f1d047
JD
8363 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8364
8365 * toolbar/README: Add diropen.xpm.
8366
e9b28650
BW
83672005-10-13 Bill Wohler <wohler@newt.com>
8368
8511877a
SM
8369 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8370 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8371
83722005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8375 Don't waste the byte-compiler's time on constant data.
e9b28650 8376
f086544b
KH
83772005-10-13 Kenichi Handa <handa@m17n.org>
8378
179f2d7b
KH
8379 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8380 byte with `escape-glyph' face.
8381
8511877a
SM
8382 * international/fontset.el (ccl-encode-unicode-font):
8383 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8384 Handle the case that ucs-mule-to-mule-unicode translates a character to
f086544b
KH
8385 ASCII (usually for IPA characters).
8386
e5456e73
SM
83872005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8390 Don't hide the underline of titles if font-lock-mode is disabled.
8391
ba2b2673
BW
83922005-10-12 Bill Wohler <wohler@newt.com>
8393
af71d4c0
JB
8394 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8395 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
ba2b2673
BW
8396 files in MH-E-SRC have been updated.
8397 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8398
0471d426
SM
83992005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8402 (mixal-mode-syntax-table): Add \n as end-comment.
8403 (mixal-operation-codes-alist): Immediately initialize to full value.
8404 (mixal-add-operation-code): Remove.
8405 (mixal-describe-operation-code): Make the arg non-optional.
8406 Use the interactive spec instead.
8407 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8408 (mixal-font-lock-keywords): Don't highlight comments here any more.
8409 (mixal-font-lock-syntactic-keywords): New var.
8410 (mixal-mode): Use it. Fix comment-start-skip.
8411
c755acf3
JD
84122005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8413
8414 * startup.el (command-line-x-option-alist): -nb => -nbi
8415
78f3b91f
KS
84162005-10-12 Kim F. Storm <storm@cua.dk>
8417
8418 * startup.el (fancy-splash-default-action): Discard mouse click in
125ce9ec 8419 the splash screen window, as it has no sensible meaning in the
78f3b91f
KS
8420 next window to be selected. Fixes error reported by Jan D.
8421
136b3a73 84222005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
97b3a214
LH
8423
8424 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
97b3a214 8425
0471d426
SM
84262005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8429 Try to fix up minor layout issues like indentation, line break, etc...
8430 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8431 because it doesn't work.
8432 (mixal-operation-codes): Add some more codes.
8433 (mixal-font-lock-keywords): Process comments here.
8434 (mixal-mode): mixasm no longer needs -g option.
8435
79a57082 84362005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
decb2a9e
RS
8437
8438 * progmodes/sh-script.el (sh-tmp-file):
8439 Use mktemp -t. Finish support for es and rc shells.
8440
125df7f5
JB
84412005-10-11 Jay Belanger <belanger@truman.edu>
8442
8443 * calc/calcalg2.el (calc-integral): With an argument, compute the
8444 definite integral.
8445
351b3bee
CY
84462005-10-11 Chong Yidong <cyd@stupidchicken.com>
8447
8448 * mouse.el (mouse-drag-region-1): Don't try to catch a
8449 double-click when doing follow-link (it's overridden anyway).
8450
4e0c0d75
JB
84512005-10-11 Juanma Barranquero <lekktu@gmail.com>
8452
8453 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8454 (autoload-print-form-outbuf): Add docstring.
8455
25f7a98c
JL
84562005-10-11 Juri Linkov <juri@jurta.org>
8457
8458 * info.el (Info-mode-menu): Delete menu item "Edit".
8459 (Info-mode): Delete description of Info-edit from docstring,
8460 and rearrange descriptions of Info commands in the order
8461 they are documented in the Info manual.
8462
a120694f
SM
84632005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * calendar/appt.el (appt-check): Use diary-selective-display var.
8466
dba0acf6
RS
84672005-10-10 Richard M. Stallman <rms@gnu.org>
8468
8469 * net/newsticker.el (newsticker-start, newsticker-show-news):
8470 Add autoload cookies.
8471
17a3b6da
RS
84722005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8473
8474 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8475
9c40111a
RS
84762005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8477
8478 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8479
bbcaa3e3
JB
84802005-10-10 Jay Belanger <belanger@truman.edu>
8481
8482 * calc/calc-arith.el (math-check-known-scalarp)
8483 (math-check-known-matrixp): Check the values of arguments that are
8484 variables.
8485 (math-check-known-square-matrixp): New function.
8486 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8487 (math-super-types): Add sqmatrix type.
8488
8489 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
119f6f17 8490 mode name `square' to `sqmatrix'.
bbcaa3e3
JB
8491
8492 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
119f6f17 8493 mode name `square' to `sqmatrix'.
bbcaa3e3 8494
720a5d03
SM
84952005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * progmodes/etags.el (select-tags-table-mode): Don't use
8498 selective-display.
8499 (tags-select-tags-table): Pass `button' to the action function.
8500 (select-tags-table): Place the side-info on button properties rather
8501 than in hidden text. Abbreviate file names.
8502 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8503 (select-tags-table-select): Add `button' argument.
8504 Get side-info from the button property rather than from hidden text.
8505
4e5f12ee
NR
85062005-10-11 Nick Roberts <nickrob@snap.net.nz>
8507
720a5d03 8508 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4e5f12ee
NR
8509 (gud-speedbar-buttons): Preserve point if possible.
8510 (gud-sentinel): Restore previous speedbar display type.
8511
8512 * progmodes/gdb-ui.el (gdba): Improve diagram.
8513 (def-gdb-auto-update-handler, gdb-info-locals-handler)
720a5d03
SM
8514 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8515 Call get-buffer-window once.
8516
85172005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8520 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8521 (pascal-indent-command): Remove unused var `ind'.
8522 (pascal-indent-case): Remove unused var `oldpos'.
8523 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8524 since it's now used as a proper minor mode map.
8525 (pascal-outline): Rename to pascal-outline-mode.
8526 (pascal-outline-mode): Use define-minor-mode.
8527 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8528 selective-display.
4e5f12ee 8529
fde7576e
AS
85302005-10-10 Andreas Schwab <schwab@suse.de>
8531
9bf211ad
AS
8532 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8533 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8534
fde7576e
AS
8535 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8536 outside source directory.
8537
86bebbbc
CD
85382005-10-10 Carsten Dominik <dominik@science.uva.nl>
8539
30c02925 8540 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
86bebbbc
CD
8541 C-x' as a prefix.
8542 (orgtbl-mode-map): Full keymap instead of sparse, because all
e61d3a56 8543 `self-insert-command' keys are redefined in this map.
86bebbbc
CD
8544 (org-export-as-html): Specify charset for HTML file, by taking it
8545 from the coding system.
8546
1fb7ce77
RS
85472005-10-10 Kenichi Handa <handa@m17n.org>
8548
8549 * textmodes/flyspell.el (flyspell-check-word-p):
8550 If unread-command-events is non-empty, don't call sit-for.
8551
cc8556d9
RS
85522005-10-09 Richard M. Stallman <rms@gnu.org>
8553
9bab4985
RS
8554 * font-lock.el (font-lock-syntactic-keywords)
8555 (font-lock-keywords): Doc fixes.
8556
720a5d03
SM
8557 * textmodes/flyspell.el (flyspell-external-point-words):
8558 Simplify logic, and don't try to check for consecutive appearances
8559 of one incorrect word.
cc8556d9 8560
1919ed22
NR
85612005-10-10 Nick Roberts <nickrob@snap.net.nz>
8562
8563 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8564 separator.
8565
8566 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
78d67e10 8567 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1919ed22
NR
8568 (gud-expansion-speedbar-buttons): New function.
8569 (gud-speedbar-buttons): Check for gud-comint-buffer.
8570
9af14567
BW
85712005-10-09 Bill Wohler <wohler@newt.com>
8572
78d67e10 8573 * Makefile.in (updates): Add mh-loaddefs dependency.
9af14567 8574
74ab0905
CY
85752005-10-09 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * speedbar.el (speedbar-file-key-map): Fix typo.
8578
e61d3a56 85792005-10-09 Daniel Brockman <daniel@brockman.se>
4b9f0de2
RS
8580
8581 * cus-start.el (line-spacing): Add custom spec.
8582
865729da
RF
85832005-10-09 Romain Francoise <romain@orebokech.com>
8584
8585 * textmodes/ispell.el (ispell-check-version): Fix last change.
8586
1c1db08a
JD
85872005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8588
4e0c0d75 8589 * term/x-win.el: Remove -i, --icon-type from comment.
2323b3ab 8590
720a5d03 8591 * startup.el (command-line-x-option-alist): Remove options -i,
1c1db08a
JD
8592 -itype, --icon-type, added -nb, --no-bitmap-icon
8593
7d808714
NR
85942005-10-09 Nick Roberts <nickrob@snap.net.nz>
8595
8596 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8597 instead of :active.
8598
6ecca7d1 85992005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
344066e6
RS
8600
8601 * textmodes/ispell.el (ispell-check-version):
8602 Ignore hyphen, and all that follows, in aspell's version text.
8603
86042005-10-08 Jay Belanger <belanger@truman.edu>
d7791136
JB
8605
8606 * calc/calc-arith.el (math-known-square-matrixp): New function.
8607 (math-pow-fancy): Check for matrices before distributing exponent
8608 across products.
8609
8610 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7cf7e30f 8611 fullscreen keypad. Suggested by Luc Teirlinck.
d7791136
JB
8612 (calc-keypad-show-input): Add space for formatting.
8613
8614 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8615 Add square matrix option.
8616
8617 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8618 of checking calc-matrix-mode when deciding how to expand.
8619
8620 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8621
8cb0a559 86222005-10-08 Lars Hansen <larsh@soem.dk>
78d67e10 8623
720a5d03
SM
8624 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8625 Add error handling.
7cf7e30f 8626 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8cb0a559 8627
11948172
MA
86282005-10-08 Michael Albinus <michael.albinus@gmx.de>
8629
8630 Sync with Tramp 2.0.51.
8631
8632 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7cf7e30f
KS
8633 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8634 Insert special handling for `last-coding-system-used', again
8635 it still seems to be necessary (unlike stated before).
8636 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11948172
MA
8637 (tramp-password-prompt-regexp): There might be other words before
8638 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8639 (tramp-chunksize): Improve docstring.
8640 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8641 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8642 Christian Joergensen <bugs@razor.dk>.
8643
6f137189
GM
86442005-10-07 Glenn Morris <rgm@gnu.org>
8645
8646 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8647 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8648 precision'.
8649
4fe3f297
RF
86502005-10-07 Romain Francoise <romain@orebokech.com>
8651
8652 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8653 (ibuffer-do-shell-command-pipe-replace)
8654 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8655 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8656 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8657 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8658 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8659 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8660 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8661 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8662 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8663 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8664 Autoload file sans suffix.
8665
8666 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8667
4e8cb311
DP
86682005-10-07 David Ponce <david@dponce.com>
8669
8670 * recentf.el (recentf-menu-open-all-flag): New option.
8671 (recentf-digit-shortcut-command-name): New function.
8672 (recentf--shortcuts-keymap): New variable.
8673 (recentf-menu-shortcuts): New variable.
8674 (recentf-make-menu-items): Initialize it. Replace the "More..."
8675 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8676 (recentf-menu-value-shortcut): New function.
8677 (recentf-make-menu-item): Use it. No more in-lined.
8678 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8679 (recentf-open-most-recent-file): Rename from
8680 `recentf-open-file-with-key'. Don't depend on key binding.
8681 (recentf-mode-map): New variable.
8682 (recentf-mode): Use it.
8683
1eee3de4
BW
86842005-10-06 Bill Wohler <wohler@newt.com>
8685
4e0c0d75 8686 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1eee3de4 8687
720a5d03
SM
8688 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8689 (MH-E-SRC): New. Used by mh-autoloads.
8690 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1eee3de4
BW
8691 files in MH-E-SRC have been updated.
8692 (compile, recompile, bootstrap): Depend on mh-autoloads.
8693
bd5497c2 86942005-10-07 Nick Roberts <nickrob@snap.net.nz>
4fe3f297 8695
bd5497c2
NR
8696 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8697 gud-break and gud-remove icons when the fringe is not available.
8698
8699 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8700 Typo.
8701
4e0c0d75 87022005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
03c609c1
TTN
8703
8704 * play/zone.el (zone): Wrap body with save-window-excursion.
03c609c1 8705
a04b6191
SM
87062005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8709 Use the new `list-only' arg to diary-list-entries.
8710
8711 * calendar/diary-lib.el: Use overlays rather than selective-display.
8712 (diary-selective-display): New var.
8713 (diary-header-line-format): Use it.
8714 (diary-list-entries): Add argument `list-only'.
8715 Put the buffer in diary-mode. Don't add \^M at beg and end.
8716 Replace \^M by invisible overlays.
8717 (diary-unhide-everything): Replace \^M by invisible overlays.
8718 (print-diary-entries): Look for overlays rather than \^M.
8719 Add a space to the temp buffer name.
8720 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8721 Put the buffer in diary-mode.
8722 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8723 (diary-anniversary): Make the year arg optional.
8724 (diary-time-regexp): New const.
8725 (diary-font-lock-keywords): Use it to accept a few more time formats.
8726
8727 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8728
de4ce191
TTN
87292005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8730
8731 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8732 Fix bug introduced 2005-07-03: Use (car (last ...))
8733 to faithfully reproduce replaced artist-last.
8734 (artist-set-arrow-points-for-poly): Likewise.
8735 Suggested by Johan Bockg\e,Ae\e(Brd.
8736
a5e6116d
JB
87372005-10-06 Juanma Barranquero <lekktu@gmail.com>
8738
8739 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8740 * wid-edit.el (widget):
8dc8d895 8741 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
a5e6116d
JB
8742 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8743
a41b50ca
KH
87442005-10-06 Kenichi Handa <handa@m17n.org>
8745
a04b6191
SM
8746 * international/mule-cmds.el (set-language-environment):
8747 Fix setting up of case-table for unibyte mode.
c8d21d09 8748
a41b50ca
KH
8749 * simple.el (what-cursor-position): If the character is displayed
8750 by some `display' text property, show that. Don't use
8751 single-key-description for eight-bit characters in multibyte mode.
8752
cf85afc9
NR
87532005-10-06 Nick Roberts <nickrob@snap.net.nz>
8754
8755 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8756 (gdb-ann3): Set it.
a04b6191 8757 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7f778452
NR
8758 (gdb-info-frames-custom): Use inverse-video for first five
8759 characters of selected frame only.
8760 (gdb-get-frame-number): Select frame even when point is on frame
8761 number.
cf85afc9 8762
20ef8673
MY
87632005-10-06 Masatake YAMATO <jet@gyve.org>
8764
a5e6116d
JB
8765 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8766 Put `font-lock-function-name-face'.
20ef8673
MY
8767 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8768 and `font-lock-variable-name-face'
8769 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8770 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8771 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8772 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8773 (gdb-local-font-lock-keywords): New font lock keywords definition.
8774 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8775 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8776 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
a5e6116d 8777
e2de3a29 87782005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
a5e6116d
JB
8779
8780 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8781 (ediff-merge-region-is-non-clash-to-skip): Previously called
e2de3a29 8782 ediff-merge-region-is-non-clash.
a5e6116d
JB
8783
8784 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8785 Use insert-buffer-substring.
8786
8787 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8788 selecting files to patch. Also bug fixes.
8789
8790 * ediff-util.el (ediff-setup): Bug fix.
8791 (ediff-next-difference): Never skip clashes that differ in white
8792 space only.
8793
8794 * ediff-wind.el (ediff-setup-control-frame)
8795 (ediff-destroy-control-frame): Check the menubar feature.
8796
8797 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8798 (viper-refresh-mode-line): Use make-local-variable to localize
8799 some vars instead of make-variable-buffer-local. Suggested by
e2de3a29 8800 Stefan Monnier.
a5e6116d
JB
8801
8802 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8803 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8804 Use make-local-variable instead of make-variable-buffer-local.
8805 Suggested by Stefan Monnier.
8806
8807 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8808 (viper-comint-mode-hook): Use make-local-variable on
e2de3a29 8809 require-final-newline.
a5e6116d 8810 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20ef8673 8811
21c3ef84
SM
88122005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8813
8814 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8815 also the second char of a comment-start sequence.
8816 (scheme-sexp-comment-syntax-table): New var.
8817 (lambda, define): Set their scheme-doc-string-elt property.
8818 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8819 Use lisp-font-lock-syntactic-face-function now that it properly
8820 handles |...| symbols.
8821 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8822 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8823
8824 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8825 bit from # to |.
8826 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8827
8828 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8829 (lisp-doc-string-elt-property): New var.
8830 (lisp-font-lock-syntactic-face-function): Use it.
8831 Rewrite to recognize docstrings even for forms not at toplevel.
8832
8833 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8834 annotation on the | part of #| rather than on the # part.
8835 (scheme-font-lock-syntactic-face-function): New function, to
8836 distinguish strings from |...| symbols.
8837 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8838 syntax-table so that #|...|# is properly highlighted.
8839
8840 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8841 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8842
0cb7f2c0
SM
88432005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8844
f88febbb
SM
8845 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8846 and C-e.
8847
8848 * emacs-lisp/eldoc.el: Move comments into docstrings.
8849 (eldoc-message-commands): Initialize in its declaration.
8850 Add move-beginning-of-line and move-end-of-line.
8851 (eldoc-add-command, eldoc-add-command-completions)
8852 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8853
8854 * outline.el (outline-mark-subtree): Activate the mark.
8855
0cb7f2c0
SM
8856 * calendar/appt.el (appt-time-regexp): New var.
8857 (appt-add, appt-make-list): Use it.
8858 (appt-convert-time): Clean up.
8859
8860 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8861 Don't set any syntax-table property here.
8862 (tex-font-lock-verb): New function. Do it here.
8863 (tex-font-lock-syntactic-keywords): Use it.
8864
d315fc0f
RS
88652005-10-04 Richard M. Stallman <rms@gnu.org>
8866
8867 * wid-edit.el (widget-file-complete): Get the widget start point
8868 the right way. Default directory to `/' if file has none.
8869
8870 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8871
8872 * textmodes/flyspell.el (flyspell-mode-on):
8873 Call ispell-maybe-find-aspell-dictionaries.
8874
8875 * textmodes/ispell.el (ispell-word, ispell-region):
8876 Call ispell-maybe-find-aspell-dictionaries.
8877 (ispell-accept-buffer-local-defs):
8878 Don't call ispell-maybe-find-aspell-dictionaries
0cb7f2c0 8879
d315fc0f
RS
88802005-10-04 Richard M. Stallman <rms@gnu.org>
8881
8882 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8883
88842005-10-04 Emilio C. Lopes <eclig@gmx.net>
8885
8886 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8887 instead of `fboundp' in order to allow for anonymous functions.
8888
222a6c9b
CY
88892005-10-04 Chong Yidong <cyd@stupidchicken.com>
8890
8891 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8892 case the user clicks on the link while another window is selected.
8893 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8894
8895 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8896 functionality.
8897 (dframe-help-echo): Save point in case mouse tracking is off.
8898
c7bef55f
TTN
88992005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8900
8901 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8902
6d1f4dc4
SM
89032005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8906 not change the global value of those vars.
8907
8908 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8909 make-local-variable which we do not need any more.
8910
7752250e
CY
89112005-10-03 Chong Yidong <cyd@stupidchicken.com>
8912
8913 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8914 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8915 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8916 (speedbar-path-line): Define obsolete aliases.
8917 (speedbar-line-directory): Doc fix.
8918
8919 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8920 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8921 instead of speedbar-line-path.
8922
03714c7f
JD
89232005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8924
8925 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8926 to nil if dropping on a window. Handle dropping on a minibuffer window
8927 like dropping on a non-window part of Emacs.
8928
1430e7f9
SM
89292005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8930
6d1f4dc4
SM
8931 * net/ange-ftp.el: Use with-current-buffer.
8932 (ange-ftp-insert-directory): Do not follow symlinks any more.
8933
1430e7f9
SM
8934 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8935 Remove interactive spec.
8936
f4f5169f
KS
89372005-10-03 Kim F. Storm <storm@cua.dk>
8938
8939 * ido.el (ido-mode): Use custom-initialize-set.
8940
cde3239f
RS
89412005-10-02 Richard M. Stallman <rms@gnu.org>
8942
8943 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8944 Use insert-buffer-substring.
8945
8946 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8947 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8948
402893bb
SM
89492005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8952 in last change.
edb18c43
SM
8953 (ange-ftp-insert-directory): Fix up the search for the case where
8954 `file' is absolute.
402893bb 8955
942c40e3
RF
89562005-10-02 Romain Francoise <romain@orebokech.com>
8957
8958 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8959
aae3725f
AS
89602005-10-02 Andreas Schwab <schwab@suse.de>
8961
8962 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8963 directory component in the session info.
8964
b059f7d0
RS
89652005-10-01 Richard M. Stallman <rms@gnu.org>
8966
8967 * comint.el (comint-redirect-subvert-readonly): Doc fix.
8968
8969 * simple.el (next-error-internal): New function.
8970
8971 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8972 (compilation-start): Pass new arg to compilation-buffer-name.
8973 (compile-goto-error): Use next-error-internal.
8974
24bbdbef
CY
89752005-10-01 Chong Yidong <cyd@stupidchicken.com>
8976
8977 * speedbar.el: Remove RCS tag.
8978 (speedbar-check-read-only): Handle non-existent files.
8979
8980 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8981
8982 * info.el (Info-speedbar-hierarchy-buttons)
8983 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8984
1fdecd0c
RF
89852005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8986
8987 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8988 Do not match newline.
8989 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8990 (bibtex-summary): Remove unnecessary save-excursion.
8991 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8992
ddcb7665
YM
89932005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8994
1430e7f9
SM
8995 * term/mac-win.el: Add charset info for "iso10646-1".
8996 Modify default fontset to use ATSUI-compatible fonts for some charsets
8997 if available.
ddcb7665 8998
35d884a9
CY
89992005-10-01 Chong Yidong <cyd@stupidchicken.com>
9000
9001 * speedbar.el: Re-apply arch tag.
ff48d32d 9002 (speedbar-version): Rename to version 1.0. Suggested by Eric
35d884a9
CY
9003 M. Ludlam.
9004 Reapply two changes from Emacs CVS' version of speedbar lost
9005 during the merge:
ff48d32d 9006 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
35d884a9
CY
9007 (speedbar-frame-parameters): Improve customize type.
9008
ff48d32d
SM
90092005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9012 (ange-ftp-file-directory-p): Fix the symlink case.
9013 (ange-ftp-insert-directory): When listing a single file, get a list of
9014 the parent buffer and extract the relevant line. Inspired from a patch
9015 by Katsumi Yamaoka <yamaoka@jpl.org>.
9016 (ange-ftp-file-name-sans-versions): Simplify.
9017
c727526b
BW
90182005-09-30 Bill Wohler <wohler@newt.com>
9019
ff48d32d 9020 Move MH-E image files from toolbar and mail directories into
c727526b
BW
9021 etc/images.
9022
ff48d32d 9023 * mail/reply2.*: Move to etc/images/mail/reply*.
c727526b
BW
9024
9025 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
ff48d32d 9026 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
c727526b 9027 etc/images.
dc42e019 9028
c727526b 9029 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
ff48d32d 9030 * toolbar/reply*: Move to etc/images/mail.
c727526b 9031
ff48d32d 9032 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
c727526b 9033
af71d4c0 90342005-09-30 Eric M. Ludlam <zappo@gnu.org>
58bd8bf9
CY
9035
9036 * speedbar.el: New version 1.0pre3.
9037
56e2a181
CY
9038 Frame management code (including timer, and mouse click specifics)
9039 moved to dframe.el:
9040 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9041 (speedbar-timer): Removed. Use dframe-timer.
9042 (speedbar-close-frame): Removed. Use dframe-close-frame.
9043 (speedbar-activity-change-focus-flag): Removed. Use
9044 dframe-activity-change-focus-flag.
9045 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9046 dframe-update-speed.
c7bef55f 9047
56e2a181
CY
9048 (speedbar-current-frame): New macro. Use this instead of the
9049 variable speedbar-frame.
9050
9051 (speedbar-use-images, speedbar-expand-image-button-alist)
9052 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9053
9054 (speedbar-find-image-on-load-path): Removed. Replaced by
9055 defezimage in ezimage.el.
9056 (speedbar-expand-image-button-alist): Removed. Replaced by
9057 ezimage-expand-image-button-alist in ezimage.el.
c7bef55f 9058
56e2a181
CY
9059 (speedbar-ignored-directory-regexp)
9060 (speedbar-add-ignored-directory-regexp)
9061 (speedbar-ignored-directory-expressions)
9062 (speedbar-line-directory, speedbar-buffers-line-directory)
9063 (speedbar-directory-line, speedbar-buffers-line-directory):
9064 Renamed, replacing `path' with `directory'.
9065
9066 (speedbar-create-directory, speedbar-expand-line-descendants)
9067 (speedbar-toggle-line-expansion)
9068 (speedbar-contract-line-descendants): New commands.
9069
9070 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9071 (speedbar-use-tool-tips-flag): New options.
9072
9073 (speedbar-check-read-only, speedbar-require-version)
9074 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9075 (speedbar-handle-delete-frame, speedbar-try-completion)
9076 (speedbar-update-localized-contents): New functions.
9077
9078 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9079 (speedbar-object-read-only-indicator): New variables.
9080
9081 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9082 New hooks.
9083
9084 (speedbar-separator-face): New face.
9085
9086 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9087 (speedbar-ignored-modes): Add fundamental-mode.
9088 (speedbar-directory-unshown-regexp): Add . directories.
9089
9090 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9091 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9092 `]' for full expand/close.
9093 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9094
9095 (speedbar-check-vc): Support hidden files.
9096 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9097 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9098 state is nil, it is not checked out.
9099
9100 (speedbar-line-text, speedbar-line-token): Support expand buttons
9101 with no text.
9102 (speedbar-refresh): Universal argument acts as power-click.
9103 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9104 that buffer to get variable values.
9105
9106 And many other bugfixes.
9107
7cfc18c4 9108 * dframe.el, ezimage.el, sb-image.el: New files.
58bd8bf9 9109
ff48d32d 9110 * sb-*.xpm: Remove files. New image files installed into
58bd8bf9
CY
9111 etc/images/ezimage.
9112
070860c3
KH
91132005-09-30 Kenichi Handa <handa@m17n.org>
9114
9115 * ps-mule.el (ps-mule-show-warning): If a character is in
9116 ps-print-translation-table, don't treat it as non-printable.
9117
6aabfecf
DP
91182005-09-30 David Ponce <david@dponce.com>
9119
50a9d14a
DP
9120 * tree-widget.el (tree-widget-themes-load-path): New variable.
9121 (tree-widget-themes-directory): Doc fix.
9122 (tree-widget-image-formats) [Emacs]: Doc fix.
9123 (tree-widget--locate-sub-directory): New function.
9124 (tree-widget-themes-directory): Use it.
9125
6aabfecf
DP
9126 * recentf.el (recentf-filename-handlers): Rename from
9127 `recentf-filename-handler'. Allow a list of functions.
9128 (recentf-menu-items-for-commands): Fix :help strings.
9129 (recentf-apply-filename-handlers): New function.
9130 (recentf-expand-file-name): Use it.
9131 (recentf-cleanup): Remove duplicates too.
9132
477ca0e8
JL
91332005-09-29 Juri Linkov <juri@jurta.org>
9134
9135 * faces.el: Rearrange face definitions to be in the same order as
9136 their face descriptions in "(emacs)Standard Faces".
9137
9138 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9139
9140 * tooltip.el (tooltip): Add group `basic-faces'.
9141
9142 * buff-menu.el (Buffer-menu-buffer): Remove group
9143 `font-lock-highlighting-faces'.
9144
9145 * progmodes/compile.el (compilation-error, compilation-warning)
9146 (compilation-info, compilation-line-number, compilation-column-number):
9147 Change group from `font-lock-highlighting-faces' to `compilation'.
9148
9149 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9150 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9151 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9152 (vhdl-font-lock-reserved-words-face)
9153 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9154 `font-lock-highlighting-faces'.
9155
9156 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9157
1add9010
KS
91582005-09-28 Kim F. Storm <storm@cua.dk>
9159
9160 * emulation/cua-base.el: Set CUA move property on additional commands:
9161 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1a765705 9162 forward-sexp, backward-sexp, forward-list, backward-list.
1add9010 9163
07f1355e
RF
91642005-09-28 Romain Francoise <romain@orebokech.com>
9165
9166 * comint.el (comint-show-output): Really set point at the
9167 beginning of the output when not using `comint-use-prompt-regexp'.
9168
d1b76779
JB
91692005-09-27 Jay Belanger <belanger@truman.edu>
9170
9171 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9172 in TeX mode.
9173
cd0899ab
JB
91742005-09-26 Juanma Barranquero <lekktu@gmail.com>
9175
9176 * textmodes/org.el (org-table-sum): Fix format string.
9177
9178 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9179 Quote face names.
9180
1b1fb2ef
RF
91812005-09-26 Romain Francoise <romain@orebokech.com>
9182
9183 * isearch.el (isearch-forward-regexp): Close doc string.
9184
f0685ed1
RS
91852005-09-25 Richard M. Stallman <rms@gnu.org>
9186
c769dcac
RS
9187 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9188
9189 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9190
f0685ed1
RS
9191 * progmodes/compile.el (compilation-error-properties):
9192 When getting the file from the previous error message,
9193 correctly decode the new data format.
9194
9195 * progmodes/cc-cmds.el (c-electric-paren):
9196 Call old-blink-paren only for close-paren.
9197
0d1460c3
DN
91982005-09-24 Andreas Schwab <schwab@suse.de>
9199
9200 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16f72af0
RF
9201 condition.
9202
ce5a3ac0
RF
92032005-09-25 Romain Francoise <romain@orebokech.com>
9204
9205 * dired-aux.el (dired-copy-file-recursive):
9206 * dired.el (dired-delete-file):
9207 * ediff-mult.el (ediff-dir-diff-copy-file):
9208 * ediff-util.el (ediff-test-save-region):
9209 * forms.el (forms-mode):
9210 * ido.el (ido-file-internal, ido-delete-file-at-head):
9211 * log-edit.el (log-edit-done):
9212 * ses.el (ses-yank-resize):
9213 * play/gomoku.el (gomoku-human-plays, gomoku)
9214 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9215 (gomoku-offer-a-draw):
9216 * play/landmark.el (lm-human-resigns, lm):
9217 * net/eudcb-ldap.el (eudc-ldap-check-base):
9218 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9219 * progmodes/ebrowse.el (ebrowse-find-pattern):
9220 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
cd0899ab 9221 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
ff48d32d 9222 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
ce5a3ac0
RF
9223
9224 * vc.el (vc-delete-file):
9225 * play/gomoku.el (gomoku-terminate-game, gomoku)
9226 (gomoku-prompt-for-move, gomoku-human-takes-back):
9227 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
ff48d32d 9228 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
ce5a3ac0 9229
08c583db
DN
92302005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9231
9232 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
ce5a3ac0 9233 color rxvt terminals by using the code xterm.el used to use before
08c583db
DN
9234 2005-04-09 in order to match the colors used by rxvt.
9235
af71d4c0 92362005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
836c8f06
DN
9237
9238 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9239 colors rxvt-unicode terminals by using the same code as xterm.el.
9240
621f893a
SM
92412005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9244 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9245 new symbol used for the tex-verbatim face.
9246
5b76833f
RF
92472005-09-24 Emilio C. Lopes <eclig@gmx.net>
9248
9249 * woman.el (woman-file-name):
9250 * wid-edit.el (widget-file-prompt-value)
9251 (widget-coding-system-prompt-value):
9252 * w32-fns.el (set-w32-system-coding-system):
9253 * vc.el (vc-version-diff, vc-annotate):
9254 * textmodes/reftex-auc.el (reftex-arg-cite)
9255 (reftex-arg-index-tag):
9256 * textmodes/refer.el (refer-get-bib-files):
9257 * textmodes/artist.el (artist-figlet-choose-font):
9258 * terminal.el (terminal-emulator):
9259 * replace.el (occur-read-primary-args):
9260 * rect.el (string-rectangle, string-insert-rectangle):
9261 * ps-print.el (ps-print-preprint):
9262 * progmodes/pascal.el (pascal-goto-defun):
9263 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9264 * progmodes/compile.el (compilation-find-file):
9265 * printing.el (pr-interactive-n-up):
9266 * play/animate.el (animate-birthday-present):
9267 * net/rcompile.el (remote-compile):
9268 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9269 * mail/rmailsum.el (rmail-summary-search-backward)
9270 (rmail-summary-search):
9271 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9272 (rmail-output-read-file-name):
9273 * mail/rmail.el (rmail-search, rmail-search-backwards):
9274 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9275 * locate.el (locate):
9276 * international/quail.el (quail-show-keyboard-layout):
9277 * international/mule.el (set-buffer-file-coding-system)
9278 (revert-buffer-with-coding-system, set-file-name-coding-system)
9279 (set-terminal-coding-system, set-keyboard-coding-system)
9280 (set-next-selection-coding-system):
9281 * international/mule-diag.el (describe-coding-system)
9282 (describe-font, describe-fontset):
9283 * international/mule-cmds.el (universal-coding-system-argument)
9284 (search-unencodable-char, describe-input-method)
9285 (set-language-environment, describe-language-environment):
9286 * international/codepage.el (codepage-setup):
9287 * international/code-pages.el (codepage-setup):
9288 * info.el (Info-search, Info-follow-reference)
9289 (Info-search-backward):
9290 * emacs-lisp/advice.el (ad-read-advised-function)
9291 (ad-read-advice-class, ad-clear-cache, ad-activate)
9292 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9293 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9294 (ad-read-regexp):
9295 * ediff-util.el (ediff-toggle-regexp-match):
9296 * ediff-ptch.el (ediff-prompt-for-patch-file):
9297 * dired-aux.el (dired-diff):
9298 * diff.el (diff):
9299 * cus-edit.el (custom-variable-prompt):
9300 * calendar/timeclock.el (timeclock-ask-for-project):
9301 * calc/calcalg3.el (calc-get-fit-variables):
9302 * calc/calc-store.el (calc-edit-variable)
9303 (calc-permanent-variable):
9304 * vc-mcvs.el (vc-mcvs-register):
9305 * shadowfile.el (shadow-define-literal-group):
9306 * woman.el (woman-file-name):
9307 * vc.el (vc-version-diff, vc-merge):
9308 * textmodes/reftex-index.el (reftex-index-complete-tag):
9309 * format.el (format-decode-buffer, format-decode-region):
9310 * emulation/viper-cmd.el (viper-read-string-with-history):
9311 * emacs-lisp/debug.el (cancel-debug-on-entry):
9312 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9313 * ediff.el (ediff-merge-revisions)
9314 (ediff-merge-revisions-with-ancestor, ediff-revision):
9315 * completion.el (interactive-completion-string-reader):
9316 * calc/calc-prog.el (calc-user-define-formula):
9317 Follow convention for reading with the minibuffer.
9318
f7938fdd 93192005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
9320
9321 * progmodes/python.el (python-describe-symbol): Add globals() and
9322 locals() to the arguments of emacs.ehelp.
9323
999f7d65
EZ
93242005-09-24 Magnus Henoch <mange@freemail.hu>
9325
621f893a
SM
9326 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9327 New function, code extracted from ispell-valid-dictionary-list.
999f7d65
EZ
9328 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9329 Call it.
9330
d74a5c91
EZ
93312005-09-24 Eli Zaretskii <eliz@gnu.org>
9332
9333 * subr.el (version-regexp-alist): Extend valid syntax for version
9334 strings: allow any of the characters -,_,+ to separate the
9335 alpha/beta/rc part from the version part. Doc fix.
621f893a 9336 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
d74a5c91 9337
8dbf19c7
RS
93382005-09-23 David Reitter <david.reitter@gmail.com>
9339
9340 * mail/mailclient.el: New file.
9341
91346f54
RS
93422005-09-23 Richard M. Stallman <rms@gnu.org>
9343
9344 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9345 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9346 Doc fixes.
9347
621f893a
SM
9348 * progmodes/cc-mode.el (c-font-lock-init):
9349 Specify font-lock-lines-before.
91346f54 9350
91773964
SM
93512005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9354 whole conflict.
9355
de07af38
CD
93562005-09-23 Carsten Dominik <dominik@science.uva.nl>
9357
91773964
SM
9358 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9359 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
de07af38
CD
9360 of `remap' feature when available. Additional key bindings for
9361 better tty support.
9362 (org-mode-restart, org-force-self-insert): New commands.
9363 (org-time-stamp-inactive): New command.
9364 (org-remap): New function.
91773964
SM
9365 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9366 (org-enable-fixed-width-editor): Move to `org-structure'
de07af38 9367 customization group.
91773964 9368 (org-self-insert-command, orgtbl-self-insert-command): Modify to
de07af38
CD
9369 blank field after field motion commands.
9370
8fb7dc77
KH
93712005-09-23 Kenichi Handa <handa@m17n.org>
9372
91773964
SM
9373 * international/mule-cmds.el (set-language-environment):
9374 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8fb7dc77
KH
9375 have to call utf-translate-cjk-load-tables.
9376
39739f21
SM
93772005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * mouse.el (mouse-move-drag-overlay): Fix last change.
9380
e5534f18
DP
93812005-09-22 David Ponce <david@dponce.com>
9382
9383 * tree-widget.el (tree-widget-value-create): Fix previous change.
9384
0278364c
DN
93852005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9386
39739f21 9387 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
0278364c 9388
aaf15b8b
SM
93892005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * mouse.el (mouse-move-drag-overlay): New function.
9392 (mouse-drag-region-1): Use it.
9393 Try to simplify a bit the state handling. Handle clicks on links
9394 inside intangible areas.
9395 (mouse-save-then-kill): Minor simplification.
9396 (mouse-secondary-overlay): Make it always non-nil instead of
9397 recreating it each time.
9398 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9399 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9400 Simplify accordingly.
9401
b778ed18
DN
94022005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9403
9404 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9405
15c77b9e 94062005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2f2db7cc 9407
76de4b0d
KS
9408 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9409 (ediff-file-name-sans-prefix): Treat nil as an empty string.
aaf15b8b
SM
9410 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9411 to patch.
2f2db7cc 9412
76de4b0d 9413 * ediff-util.el: Use insert-buffer-substring.
2f2db7cc 9414
cb9214f2 9415 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2f2db7cc 9416
aaf15b8b
SM
9417 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9418 field boundaries in the minibuffer.
cb9214f2
JB
9419 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9420 (viper-minibuffer-post-command-hook): New hook.
9421 (viper-line): Don't move cursor at bolp.
2f2db7cc 9422
aaf15b8b 9423 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2f2db7cc 9424
76de4b0d 9425 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
aaf15b8b 9426 avoid compiler warnings.
2f2db7cc 9427
aaf15b8b 9428 * emulation/viper-macs.el (ex-map): Better messages.
2f2db7cc 9429
aaf15b8b 9430 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2f2db7cc 9431
76de4b0d 9432 * emulation/viper.el: Replace make-variable-buffer-local with
15c77b9e 9433 viper-make-variable-buffer-local everywhere, to avoid warnings.
2f2db7cc 9434
f002506f
SM
94352005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9438 Delete unused var `old-selected-window'.
cb9214f2 9439 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
f002506f
SM
9440 (mouse-drag-secondary): Delete unused var `start-frame'.
9441
cb9214f2 94422005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
fac3f386
SM
9443
9444 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9445
f09cfd28
SM
94462005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9449 Re-indent within 80 columns. Use inhibit-read-only.
9450
12b8cf53
RF
94512005-09-19 Romain Francoise <romain@orebokech.com>
9452
9453 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9454
5d4247d3
SM
94552005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9456
8d18935d 9457 * font-lock.el (font-lock-default-fontify-region): Don't add a line
a762b7b8 9458 unconditionally, since the after-change-function already did it.
5d4247d3 9459
e3fba586
MB
94602005-09-19 Miles Bader <miles@gnu.org>
9461
9462 * net/newsticker.el: Get rid of CVS keyword.
9463
b7201644
RF
94642005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9465
9466 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9467 The prompt is formatted later.
9468
4ff094a8
DP
94692005-09-19 David Ponce <david@dponce.com>
9470
9471 * tree-widget.el (tree-widget-value-create): Save the converted
9472 tree :node widget.
9473
900d1698
JB
94742005-09-19 Juanma Barranquero <lekktu@gmail.com>
9475
9476 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9477 variable `message'.
9478
bc103d00
MA
94792005-09-18 Michael Albinus <michael.albinus@gmx.de>
9480
9481 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9482 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9483 <slawomir.nowaczyk.847@student.lu.se>.
9484
93a75651
CY
94852005-09-18 Chong Yidong <cyd@stupidchicken.com>
9486
9487 * image.el (image-load-path): Use symbol `data-directory' instead
9488 of its value, for backward compatibility with packages that bind
9489 it during `find-image'. Suggested by Katsumi Yamaoka.
9490 (image-search-load-path): Handle symbols whose values are strings.
9491
71773400
RF
94922005-09-18 Romain Francoise <romain@orebokech.com>
9493
9494 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9495 with-current-buffer form in save-excursion.
9496
8a26c165
DG
94972005-09-18 D Goel <deego@gnufans.org>
9498
39739f21
SM
9499 * apropos.el (apropos-command): Fix `message' call: first arg
9500 should be a format spec. In this and all other cases that appear
9501 below and elsewhere in the source code, I made a change only when
9502 two conditions were satisfied: [1] I can think of a possibility
9503 that the arguments would cause an error, for example, the code in
9504 question relies on external variables such as filenames. [2] I
9505 was sure that the arg to `message' could not have been nil in the code.
9506
9507 * textmodes/tildify.el (tildify-region): Ditto.
9508
8a26c165 9509 * textmodes/reftex-index.el (reftex-index-change-entry)
a762b7b8
KS
9510 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9511 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8a26c165 9512 * textmodes/org.el (org-complete, org-deadline, org-schedule)
a762b7b8
KS
9513 (org-priority, org-table-sum):
9514 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9515 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9516 (flyspell-word, flyspell-display-next-corrections):
9517 * textmodes/bibtex.el (bibtex-print-help-message):
9518 * textmodes/artist.el (artist-key-set-point-poly):
9519 * term/mac-win.el (mac-services-insert-text):
8a26c165
DG
9520 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9521 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9522 (vhdl-port-paste-testbench, vhdl-compose-new-component)
a762b7b8 9523 (vhdl-compose-configuration):
8a26c165 9524 * progmodes/sh-script.el (sh-blink, sh-show-indent)
a762b7b8
KS
9525 (sh-set-indent, sh-learn-line-indent):
9526 * progmodes/ps-mode.el (ps-mode-target-column):
8a26c165 9527 * progmodes/idlwave.el (idlwave-make-tags)
a762b7b8
KS
9528 (idlwave-scan-library-catalogs):
9529 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9530 * progmodes/gud.el (gud-jdb-analyze-source):
9531 * progmodes/flymake.el (flymake-log):
9532 * progmodes/ebnf2ps.el (ebnf-generate-region):
9533 * progmodes/cmacexp.el (c-macro-expansion):
9534 * progmodes/ada-xref.el (ada-treat-cmd-string):
8a26c165 9535 * progmodes/ada-mode.el (ada-create-case-exception-substring)
a762b7b8
KS
9536 (ada-justified-indent-current, ada-batch-reformat):
9537 * play/zone.el (zone):
9538 * play/landmark.el (lm-move):
9539 * play/decipher.el (decipher-show-alphabet):
8a26c165 9540 * net/newsticker.el (newsticker--display-jump)
a762b7b8 9541 (newsticker--display-scroll):
8a26c165 9542 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
a762b7b8
KS
9543 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9544 * mail/feedmail.el (feedmail-dump-message-to-queue):
9545 * eshell/esh-proc.el (eshell-remove-process-entry):
9546 * emulation/ws-mode.el (ws-last-error):
8a26c165 9547 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
a762b7b8
KS
9548 (viper-record-kbd-macro):
9549 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9550 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9551 * emacs-lisp/find-func.el (find-function-noselect):
8a26c165 9552 * calendar/timeclock.el (timeclock-status-string)
a762b7b8
KS
9553 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9554 (timeclock-when-to-leave-string):
9555 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9556 * calc/calc-units.el (calc-enter-units-table):
9557 * calc/calc-mode.el (calc-mode-record-mode):
9558 * woman.el (woman-mini-help):
9559 * wdired.el (wdired-change-to-wdired-mode):
9560 * vc.el (vc-retrieve-snapshot):
9561 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9562 * startup.el (display-startup-echo-area-message):
9563 * simple.el (set-goal-column):
9564 * ses.el (ses-command-hook, ses-recalculate-cell):
9565 * server.el (server-process-filter):
8a26c165 9566 * printing.el (pr-interface-txt-print, pr-interface-printify)
a762b7b8
KS
9567 (pr-interface-ps):
9568 * pcvs.el (cvs-help):
9569 * log-edit.el (log-edit, log-edit-mode-help):
9570 * iswitchb.el (iswitchb-possible-new-buffer):
9571 * isearch.el (isearch-edit-string):
9572 * image-mode.el (image-mode, image-minor-mode):
9573 * ibuf-macs.el (define-ibuffer-filter):
9574 * hi-lock.el (hi-lock-find-patterns):
9575 * files.el (toggle-read-only):
8a26c165 9576 * ediff-util.el (ediff-copy-diff)
a762b7b8
KS
9577 (ediff-write-merge-buffer-and-maybe-kill):
9578 * echistory.el (Electric-history-undefined):
9579 * dnd.el (dnd-insert-text):
9580 * dired-aux.el (dired-query):
9581 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9582 * bookmark.el (bookmark-bmenu-locate):
9583 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9584 Fix `message' calls to ensure first arg is a format string.
9585 The change was made only when these two conditions were satisfied:
9586 [1] when there is a possibility that the arguments would cause an error
9587 for example, if the code in question relies on external variables
9588 such as filenames, and
9589 [2] if the arg to `message' could not have been nil in the code.
8a26c165 9590
900d1698
JB
9591 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9592 Not having a %s would be weird, though not technically wrong.
8a26c165 9593
be9bb408
YM
95942005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9595
9596 * term/mac-win.el (mac-add-charset-info): Doc fix.
9597
77689ea3
RF
95982005-09-17 Romain Francoise <romain@orebokech.com>
9599
9600 * shell.el (shell-resync-dirs): Handle echoing processes more
9601 reliably. Don't insert resync command if `comint-process-echoes'
9602 is non-nil.
9603
4ac3afdb
EZ
96042005-09-17 Magnus Henoch <mange@freemail.hu>
9605
9606 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9607 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9608 aspell versions >= 0.60.
9609 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9610 only if ispell-aspell-supports-utf8 is non-nil.
9611
4f46dc87
EZ
96122005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9613
9614 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9615 buffer-local value to lisp-indent-function.
9616
debe6451
EZ
96172005-09-17 Milan Zamazal <pdm@zamazal.org>
9618
9619 * progmodes/glasses.el (glasses-make-readable): If
9620 glasses-separator differs from underscore, put appropriate
9621 overlays over underscore characters.
9622 (glasses-convert-to-unreadable): If glasses-separator differs from
9623 underscore, try to convert glasses-separator characters to
9624 underscores.
9625
f52e8e86
SM
96262005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9629 Use with-syntax-table and dolist.
9630
7b07114a
CD
96312005-09-16 Carsten Dominik <dominik@science.uva.nl>
9632
23006f3e
KS
9633 * textmodes/reftex-auc.el:
9634 * textmodes/reftex-cite.el:
9635 * textmodes/reftex-dcr.el:
9636 * textmodes/reftex-global.el:
9637 * textmodes/reftex-parse.el:
9638 * textmodes/reftex-ref.el:
9639 * textmodes/reftex-sel.el:
9640 * textmodes/reftex-toc.el:
9641 * textmodes/reftex-vars.el:
9642 * textmodes/reftex.el: Small changes to remove compiler warnings.
7b07114a 9643
23006f3e 9644 * textmodes/reftex-index.el: Likewise.
7b07114a
CD
9645 (reftex-query-index-phrase): More efficient use of markers.
9646
5fc5ac38
CY
96472005-09-15 Chong Yidong <cyd@stupidchicken.com>
9648
9649 * image.el (image-load-path): New variable.
9650 (image-search-load-path): New function.
9651 (find-image): Search for images in `image-load-path'.
9652
8ccd3630
RS
96532005-09-15 Richard M. Stallman <rms@gnu.org>
9654
9655 * follow.el: Change Maintainer field.
9656
9be6a039
DP
96572005-09-15 David Ponce <david@dponce.com>
9658
9659 * recentf.el (recentf-save-file-modes): New option.
9660 (recentf-save-list): Use it.
9661
94e55b87
NR
96622005-09-15 Nick Roberts <nickrob@snap.net.nz>
9663
9664 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9665 (mode-line-mule-info, mode-line-modified): Move bindings from
9666 mouse-3 to mouse-1.
9667
a9267c2c
CY
96682005-09-15 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * simple.el (sendmail-user-agent-compose): Revert last change.
9671
c6ea7612
SM
96722005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9673
503ac8a4
SM
9674 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9675 Use with-current-buffer.
9676 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9677 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9678 (ange-ftp-insert-directory): Remove unused var `short'.
9679 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9680
c6ea7612
SM
9681 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9682 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9683
9684 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9685 (check-calendar-holidays, diary-list-entries): Autoload.
9686 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9687 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9688
9689 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9690 which mistakenly removed a call to display-buffer.
9691
ef19e610
JB
96922005-09-14 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9695
a5b101dc
TTN
96962005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9697
9698 * progmodes/hideshow.el
9699 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9700 (hs-allow-nesting): New user var.
9701 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9702 (hs-hide-block-at-point): When nesting allowed,
9703 if there is already an overlay in place, delete it.
9704 (hs-safety-is-job-n): Delete func; remove call sites.
9705 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9706 (hs-overlay-at): New func.
9707 (hs-already-hidden-p, hs-show-block): Use it.
9708 (hs-hide-all): Don't pre-clean if nesting allowed.
9709 (hs-show-all): Temporarily disallow
9710 nesting around call to `hs-discard-overlays'.
9711
40cfe0d8
CY
97122005-09-14 Chong Yidong <cyd@stupidchicken.com>
9713
9714 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9715 Delete unused local var.
9716
9dc08dc9
JB
97172005-09-13 Juanma Barranquero <lekktu@gmail.com>
9718
7a650da0
JB
9719 * help-fns.el (describe-categories): "?\ " -> "?\s".
9720 (help-do-arg-highlight): Recognize also ARG-n, as in
9721 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9722
9dc08dc9
JB
9723 * international/codepage.el (dos-unsupported-char-glyph):
9724 * net/newsticker.el (tool-bar-map, w3-mode-map)
9725 (w3m-minor-mode-map):
9726 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9727 (ent-alist):
9728 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9729
1db2d450
CY
97302005-09-13 Chong Yidong <cyd@stupidchicken.com>
9731
d5c16b05
CY
9732 * custom.el (custom-push-theme): Handle the case where a symbol is
9733 bound but face properties have not yet been assigned.
9734
09c9e6bb
CY
9735 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9736 Fix behavior if noerase is `t' and there is no mail buffer.
9dc08dc9 9737
09c9e6bb
CY
9738 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9739 if `continue' is nil, rather than signal an error.
1db2d450 9740
5629e04f
RS
97412005-09-12 Richard M. Stallman <rms@gnu.org>
9742
595f66af
RS
9743 * font-lock.el (font-lock-keywords): Add autoload.
9744
9745 * help-fns.el (describe-variable): Rearrange to put source link
9746 in a predictable place.
9747
5629e04f
RS
9748 * net/newsticker.el: New file.
9749
344f1111
SM
97502005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9751
34cb0115
SM
9752 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9753 (calendar-basic-setup): Use the new nil arg.
9754 (number-of-diary-entries): Move to diary-lib.el.
9755
9756 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9757 (diary-list-entries): Use with-syntax-table and dolist.
9758 Rename from list-diary-entries.
9759 Use number-of-diary-entries if `number' is nil.
9760 (diary, diary-view-entries): Use this new name and new nil arg value.
9761 (number-of-diary-entries): Move from calendar.el.
9762 (diary-unhide-everything): New function.
9763 (include-other-diary-files, fancy-diary-display)
9764 (diary-show-all-entries, make-diary-entry): Use it.
9765 (diary-mail-entries): Use buffer-string.
9766 (mark-diary-entries): Fix long standing paren typo.
9767 (diary-sexp-entry): Use count-lines.
9768 (make-diary-entry): Avoid `previous-line'.
9769 (diary-mode-map): New var.
9770 (diary-mode): Redraw cal after saving. Setup header-line.
9771 (fancy-diary-display-mode): Use local-set-key.
9772
9773 * startup.el (command-line): Try calling various terminal-init-foo-bar
9774 functions by stripping hyphenated suffixes from $TERM.
9775
344f1111
SM
9776 * files.el (normal-mode): Check boundness of font-lock-keywords.
9777
7957baea
RS
97782005-09-12 Richard M. Stallman <rms@gnu.org>
9779
9780 * progmodes/compile.el: Don't decide a file's directory
9781 until the user actually tries to go there.
9782 (compilation-next-error-function):
9783 Pass compilation-find-file the directory from the file-struct.
9784 (compilation-internal-error-properties): Separate local FILE-STRUCT
9785 from FILE. Doc the args better. Rename arg FMT to FMTS.
9786 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9787 Expand it, and if nil, use default-directory.
9788 (compilation-get-file-structure): Don't mix specified directory
9789 with default directory. Put specified directory into
9790 file-struct. Don't make the file name absolute.
9791
9792 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9793 (compile-command): Add autoload.
9794 (compilation-disable-input): Add autoload.
9795
7318a7a3
SG
97962005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9797
9798 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9799 strings of the variables it can override.
344f1111 9800 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7318a7a3
SG
9801 %Q and %q, for fully-qualified domain name and unqualified host name.
9802
f172343a
KS
98032005-09-11 Kim F. Storm <storm@cua.dk>
9804
9805 * emacs-lisp/authors.el (authors-aliases): Update list.
9806 (authors-fixed-entries): Update mldrag.el entry.
9807
0e435430
EZ
98082005-09-10 Alan Mackenzie <acm@muc.de>
9809
9810 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9811 from the region narrowed to.
9812
c10b0abc
EZ
98132005-09-10 Magnus Henoch <mange@freemail.hu>
9814
9815 * textmodes/ispell.el (ispell-check-version): Signal an error if
9816 aspell version is less than 0.60.
9817
4ca7c468
EZ
98182005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9819
344f1111
SM
9820 * progmodes/octave-inf.el (inferior-octave-startup):
9821 Resync current dir at the end.
4ca7c468 9822
72f0712b 98232005-09-10 Emilio C. Lopes <eclig@gmx.net>
99580cde 9824
344f1111
SM
9825 * woman.el (woman-topic-at-point-default):
9826 Rename to woman-use-topic-at-point-default.
9827 (woman-topic-at-point): Rename to woman-use-topic-at-point.
72f0712b
EZ
9828 (woman-file-name): Reflect renames above. Automatically use the
9829 word at point as topic if woman-use-topic-at-point is non-nil.
9830 Otherwise offer it as default but don't insert it in the
9831 minibuffer. Also use `test-completion' instead of `assoc' as
9832 suggested by Stefan Monnier.
9833
de21740d
AS
98342005-09-10 Andre Spiegel <spiegel@gnu.org>
9835
9836 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9837 the attempt to do it over Tramp. This is not yet supported.
9838
6ee37599
EZ
98392005-09-10 Eli Zaretskii <eliz@gnu.org>
9840
9841 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9842 (menu-bar-non-minibuffer-window-p): New functions.
9843 ("Split Window", "Save As..."): Use them.
9844 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
344f1111
SM
9845 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9846 Use menu-bar-menu-frame-live-and-visible-p.
6ee37599 9847 ("Save Buffer", "Insert File", "Open Directory...")
344f1111
SM
9848 ("Open File...", "Visit New File..."):
9849 Use menu-bar-non-minibuffer-window-p.
9850 (kill-this-buffer-enabled-p, dired <menu-enable>):
9851 Use menu-bar-non-minibuffer-window-p.
6ee37599 9852
50a6ff15
EZ
98532005-09-09 Eli Zaretskii <eliz@gnu.org>
9854
6eb33acb
EZ
9855 * cus-start.el (all): Don't complain about fringe-related
9856 built-ins if fringes are not supported. Ditto about
344f1111 9857 selection-related built-ins. Fix the test for GTK-related built-ins.
6eb33acb 9858
50a6ff15
EZ
9859 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9860 ("Postscript Print Buffer", "Print Region", "Save As...")
9861 ("Save", "Insert File...", "Open Directory...")
9862 ("Open File...", "Visit New File..."")
9863 ("Truncate Long Lines in this Buffer"): Don't look at
344f1111 9864 menu-updating-frame if this display does not support multiple frames.
50a6ff15 9865
012a2196
EZ
98662005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9867
9868 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9869
9198ee0e
EZ
98702005-09-09 Emilio Lopes <eclig@gmx.net>
9871
9872 * woman.el: Format- and whitespace-related changes.
9873
f64b6c63
EZ
98742005-09-09 Eli Zaretskii <eliz@gnu.org>
9875
9876 * woman.el: Fix my email address.
9877
47b8bc5d
RS
98782005-09-08 Richard M. Stallman <rms@gnu.org>
9879
9880 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9881 (sh-mode): Locally set skeleton-pair-default-alist.
9882
9883 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9884
9885 * progmodes/flymake.el: Require `compile' unconditionally.
9886
9887 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9888
9889 * woman.el (woman-file-name): Provide a default, not initial input.
9890
9891 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9892
9893 * font-lock.el (font-lock-support-mode): Doc fix.
9894
9895 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9896
2a56faf1 98972005-09-08 Richard M. Stallman <rms@gnu.org>
47b8bc5d
RS
9898
9899 * simple.el (blink-matching-open): Get rid of text props from
9900 the string shown in echo area. Don't permanently set point.
9901 Some rearrangements.
9902
6fbb1eb0
RS
99032005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9904
9815ca3d
RS
9905 * recentf.el (recentf-filename-handler): Add custom choice
9906 `abbreviate-file-name'.
9907
8e2c8d3e
RS
9908 * msb.el (msb--very-many-menus): Fix typo.
9909
6fbb1eb0
RS
9910 * disp-table.el (standard-display-european): Don't set
9911 enable-multibyte-characters to nil.
9912
844c6ee7
DP
99132005-09-08 David Ponce <david@dponce.com>
9914
9915 * recentf.el (recentf-show-file-shortcuts-flag): New option.
9916 (recentf-expand-file-name): Doc fix.
9917 (recentf-dialog-mode-map): Define digit shortcuts.
9918 (recentf--files-with-key): New variable.
9919 (recentf-show-digit-shortcut-filter): New function.
9920 (recentf-open-files-items): New function.
9921 (recentf-open-files): Use it.
9922 (recentf-open-file-with-key): New command.
9923
344f1111
SM
99242005-09-08 Chong Yidong <cyd@stupidchicken.com>
9925
9926 * buff-menu.el (Buffer-menu-sort-by-column): New function.
9927 Suggested by Kim F. Storm.
9928 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9929 (Buffer-menu-make-sort-button): Use global keymap.
9930
553f03bc
MA
99312005-09-07 Michael Albinus <michael.albinus@gmx.de>
9932
29499b82 9933 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
553f03bc
MA
9934 (Man-getpage-in-background-advice): Remove defadvice; it isn't
9935 necessary any longer with the remapped command.
9936 (Man-bgproc-sentinel-advice): Remove defadvice which counts
9937 formatting time only.
9938
9939 * net/tramp.el (tramp-action-password)
9940 (tramp-multi-action-password): Compile the password prompt from
9941 `method', `user' and `host'. Sometimes it isn't obvious which
9942 password to enter, for example with remote files offered by
9943 recentf.el, or with multiple steps. Suggested by Robert Marshall
9944 <robert@chezmarshall.freeserve.co.uk>.
9945
dcc6da3a
SM
99462005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9947
9948 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9949 Fix regexp for when "s///" is at the beginning of line.
9950
2ccc02f2
JB
99512005-09-07 Jay Belanger <belanger@truman.edu>
9952
9953 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9954 when in matrix mode.
9955
3076c726
SM
99562005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9959 non-anonymous functions.
9960
efe4e5af
CY
99612005-09-06 Chong Yidong <cyd@stupidchicken.com>
9962
3076c726
SM
9963 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9964 when using a header line. Otherwise, use mouse-1-click-follows-link.
efe4e5af
CY
9965
9966 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9967 can't be moved; don't signal an error.
f4885d81 9968
79a0aa11
CY
99692005-09-05 Chong Yidong <cyd@stupidchicken.com>
9970
9971 * cus-theme.el (custom-theme-write-faces): Save the current face
9972 spec, not the defface spec.
9973
9974 * custom.el (custom-known-themes): Clarify meaning of "standard".
9975 (custom-push-theme): Save old values in the standard theme.
9976 (disable-theme): Correct typo.
9977 (custom-face-theme-value) Deleted unused function.
3076c726 9978 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
79a0aa11 9979
1550ae60
SM
99802005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9981
9982 * progmodes/compile.el (compilation-goto-locus): Take into account
9983 iconified frames when determining whether the buffer is
9984 already visible.
9985 Don't reset window height if the window already existed.
9986
87d737ae
CY
99872005-09-04 Chong Yidong <cyd@stupidchicken.com>
9988
1550ae60 9989 * custom.el (load-theme): Rename from require-theme.
87d737ae 9990 Add interactive spec.
1550ae60 9991 (enable-theme): Rename from custom-enable-theme.
87d737ae 9992 Add interactive spec.
1550ae60 9993 (disable-theme): Rename from custom-disable-theme.
87d737ae
CY
9994 Add interactive spec.
9995 (custom-make-theme-feature): Doc fix.
9996 (custom-theme-directory): Doc fix.
9997 (provide-theme): Call enable-theme.
9998
928f12c9
SM
99992005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10000
10001 * obsolete/lazy-lock.el (lazy-lock-mode):
10002 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10003 font-lock-mode if it's off. Print a warning instead.
10004
10005 * progmodes/compile.el (compilation-start): Ignore errors if the
10006 process died before we get to send-eof.
10007
10008 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10009 Undo last change. Enclosing the result in quotes broke things on Unix
10010 since tex-send-command passes it through shell-quote-argument.
10011 (tex-send-command): Pass `file' through convert-standard-filename
10012 when possible.
10013 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10014 info in a transcript.
10015
f47877ee
DN
100162005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10017
10018 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
af71d4c0 10019 fix compilation warning. Reorder the key definitions to group
f47877ee
DN
10020 together keys emitted by the current version of xterm.
10021
10022 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10023 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10024 Reorder predicates to correct min-color usage.
10025
6fd388f3
CY
100262005-09-01 Chong Yidong <cyd@stupidchicken.com>
10027
10028 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10029 Kill local variables when longlines-mode is turned off.
10030
bdb4d6d8
SM
100312005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10032
928f12c9
SM
10033 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10034
bdb4d6d8
SM
10035 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10036
10037 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10038
10039 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10040 (font-lock-lines-before): Change default to being inactive.
10041 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10042 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10043
00cec167
MA
100442005-08-31 Michael Albinus <michael.albinus@gmx.de>
10045
bdb4d6d8
SM
10046 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10047 Deactivate temporarily advice if active (not needed for Emacs 22,
10048 but for backwards compatibility).
00cec167
MA
10049 (tramp-exists-file-name-handler): Rewrite. First implementation
10050 was too simple.
bdb4d6d8
SM
10051 (tramp-advice-make-auto-save-file-name):
10052 Call `tramp-handle-make-auto-save-file-name' (again, just for
10053 backwards compatibility).
00cec167 10054
0a2e512a
RF
100552005-08-31 Reto Zimmermann <reto@gnu.org>
10056
10057 * progmodes/vhdl-mode.el
bdb4d6d8 10058 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
0a2e512a 10059 (vhdl-end-p): Fix indentation bug "else" after "-- when".
bdb4d6d8 10060 (vhdl-set-default-project): New function (easier setting of default).
0a2e512a 10061 (vhdl-port-copy): Handle extended identifiers for generics.
bdb4d6d8 10062 (vhdl-compiler-alist): Better description for error message regexp.
0a2e512a 10063 (vhdl-make): Query for target, use previous as default.
bdb4d6d8 10064 (vhdl-port-copy): Fix port copy for port names starting with "signal".
0a2e512a
RF
10065 (vhdl-font-lock-keywords-2): Fix fontification for record
10066 el. assign.
10067 (vhdl-speedbar-make-subpack-line): Add package body link.
10068 (vhdl-generate-makefile-1): Not include itself as dependency.
10069 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10070 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10071 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10072 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10073 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
bdb4d6d8 10074 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
0a2e512a 10075 (vhdl-import-project): Add string argument for `error'.
bdb4d6d8
SM
10076 (vhdl-compose-configuration)
10077 (vhdl-compose-configuration-architecture): Add configuration
0a2e512a
RF
10078 declaration generation.
10079 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10080 (vhdl-trailer-re): Add "record" keyword (better indentation).
10081 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10082 "[^ \t-\"]+".
119f6f17 10083 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
bdb4d6d8
SM
10084 (vhdl-testbench-entity-file-name)
10085 (vhdl-testbench-architecture-file-name): Allow separate
0a2e512a 10086 customization of testbench file names.
bdb4d6d8
SM
10087 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10088 (vhdl-get-visible-signals): Allow newline within alias declaration.
10089 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10090 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
0a2e512a 10091 (member-ignore-case): Alias for missing function in XEmacs.
bdb4d6d8 10092 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
0a2e512a
RF
10093 (vhdl-update-sensitivity-list): Ignore case on read signals.
10094 (vhdl-replace-string): Adjust case only for file names.
10095 (vhdl-update-sensitivity-list): Fix search for read signals.
10096 (vhdl-update-sensitivity-list): Exclude formal parameters.
10097 (vhdl-get-visible-signals): Include aliases of signals.
10098 (vhdl-get-visible-signals): Fix signal name searching.
10099 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10100 (vhdl-fixup-whitespace-region): Fix for character
af71d4c0 10101 literals (e.g. `:').
0a2e512a 10102
d8aa9ea9
JB
101032005-08-31 Juanma Barranquero <lekktu@gmail.com>
10104
41e11121
JB
10105 * ansi-color.el (comint-last-output-start):
10106 * bs.el (font-lock-verbose):
10107 * diff-mode.el (add-log-buffer-file-name-function):
10108 * dired-x.el (vm-folder-directory):
10109 * faces.el (help-xref-stack-item):
10110 * files.el (font-lock-keywords):
10111 * find-lisp.el (dired-buffers, dired-subdir-alist):
10112 * ido.el (cua-inhibit-cua-keys):
10113 * log-view.el (cvs-minor-wrap-function):
10114 * outline.el (font-lock-warning-face):
10115 * simple.el (compilation-current-error):
10116 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10117 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10118 * tooltip.el (comint-prompt-regexp):
10119 * w32-fns.el (explicit-shell-file-name):
10120 * term/mac-win.el (mac-charset-info-alist)
10121 (mac-services-selection, mac-system-script-code):
10122 * term/tty-colors.el (msdos-color-values):
10123 * term/w32-win.el (xlfd-regexp-registry-subnum):
10124 * term/x-win.el (x-keysym-table, x-selection-timeout)
10125 (x-session-id, x-session-previous-id):
10126 * textmodes/ispell.el (mail-yank-prefix):
10127 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10128 * textmodes/org.el (calc-embedded-close-formula)
10129 (calc-embedded-open-formula)
10130 (font-lock-unfontify-region-function):
10131 * textmodes/reftex-global.el (isearch-next-buffer-function)
10132 (TeX-master):
10133 * textmodes/reftex.el (font-lock-keywords):
10134 * textmodes/tex-mode.el (font-lock-comment-face)
10135 (font-lock-doc-face):
10136 * textmodes/texinfo.el (outline-heading-alist):
10137 Add defvars.
10138
10139 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10140 (artist-spray-chars, artist-mode-init, artist-replace-string)
10141 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10142 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10143 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10144
10145 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10146 (conf-align-assignments): "?\ " -> "?\s".
10147
10148 * textmodes/reftex-index.el (TeX-master): Add defvar.
10149 (reftex-index-phrases-marker): Move up defvar.
10150
10151 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10152 (reftex-toc-include-labels-indicator)
10153 (reftex-toc-include-index-indicator)
10154 (reftex-toc-max-level-indicator): Move up declarations.
10155
d8aa9ea9 10156 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
bdb4d6d8 10157 of args to `tramp-run-real-handler', even if it's empty in this case.
d8aa9ea9 10158
07c5948c
YM
101592005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10160
10161 * dired.el (dired-move-to-filename-regexp): Add date format for
10162 Mac OS X 10.3 in East Asian locales.
10163
c1105d05
MA
101642005-08-31 Michael Albinus <michael.albinus@gmx.de>
10165
10166 * files.el (make-auto-save-file-name): Add file name handler call
10167 if applicable.
10168
10169 * net/tramp.el (tramp-file-name-handler-alist)
10170 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
d8aa9ea9 10171 (tramp-handle-make-auto-save-file-name): Rename from
c1105d05
MA
10172 `tramp-make-auto-save-file-name'.
10173 (tramp-exists-file-name-handler): New defun.
10174 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10175 `make-auto-save-file-name' is not a magic file name operation.
10176
47b8bc5d
RS
101772005-08-30 Richard M. Stallman <rms@gnu.org>
10178
10179 * files.el (risky-local-variable-p):
10180 Match `-predicates' and `-commands.
10181
10182 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10183 (custom-save-all): Visit the file if necessary;
10184 kill the buffer if we created it.
10185 (custom-save-delete): Don't visit file or kill buffer here.
10186
25afa2cf
CD
101872005-08-30 Carsten Dominik <dominik@science.uva.nl>
10188
10189 * textmodes/org.el (org-special-keyword): New face.
10190 (org-table-copy-down, org-table-eval-formula)
bdb4d6d8
SM
10191 (org-table-recalculate, org-init-section-numbers):
10192 Use `string-to-number' instead of `string-to-int'.
25afa2cf
CD
10193 (org-get-location): Use `insert-buffer-substring' instead of
10194 `insert-buffer'.
10195 (org-modify-diary-entry-string): New function.
bdb4d6d8 10196 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
d8aa9ea9 10197 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25afa2cf
CD
10198 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10199 active region.
10200 (org-export-as-html): Handle QUOTE keyword.
10201 (org-quote-string): New option.
10202 (org-bookmark-jump-unhide): New function, used for
10203 `bookmark-after-jump-hook'.
10204 (org-diary-default-entry): Apply only when not called through
10205 `org-agenda'.
10206
f720b30e
JB
102072005-08-30 Juanma Barranquero <lekktu@gmail.com>
10208
10209 * net/eudc.el (mode-popup-menu):
10210 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10211 * progmodes/ada-mode.el (compile-auto-highlight)
10212 (skeleton-further-elements):
10213 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10214 * progmodes/cmacexp.el (msdos-shells):
10215 * progmodes/compile.el (font-lock-extra-managed-props)
10216 (font-lock-keywords, font-lock-maximum-size)
10217 (font-lock-support-mode):
10218 * progmodes/grep.el (font-lock-lines-before):
10219 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10220 * progmodes/mixal-mode.el (compile-command):
10221 * progmodes/perl-mode.el (font-lock-comment-face)
10222 (font-lock-doc-face, font-lock-string-face):
10223 * progmodes/prolog.el (comint-prompt-regexp):
10224 * progmodes/sh-script.el (font-lock-comment-face)
10225 (font-lock-set-defaults, font-lock-string-face):
10226 * progmodes/sql.el (font-lock-keyword-face)
10227 (font-lock-set-defaults, font-lock-string-face):
10228 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10229 (itimer-version, lazy-lock-defer-contextually)
10230 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10231 Add defvars.
10232
10233 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10234 (cperl-electric-keyword, cperl-electric-pod)
10235 (cperl-electric-backspace, cperl-forward-re)
10236 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10237 (vc-rcs-header, vc-sccs-header): Add defvars.
10238
10239 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10240 (font-lock-syntactic-keywords, gud-find-expr-function):
10241 Add defvars.
10242
10243 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10244 (gdb-frame-parameters): Declare before use.
10245
10246 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10247 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10248 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10249 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10250
10251 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10252 (idlwave-help-with-source): Use `insert-buffer-substring', not
10253 `insert-buffer'.
10254
0f0b350b
JL
102552005-08-29 Juri Linkov <juri@jurta.org>
10256
10257 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10258 Put outline-back-to-heading function call inside save-excursion.
10259
e0f58980
JB
102602005-08-29 Juanma Barranquero <lekktu@gmail.com>
10261
10262 * man.el (Man-init-defvars, Man-translate-references)
10263 (Man-support-local-filenames, Man-highlight-references):
10264 * progmodes/sql.el (sql-interactive-mode):
bdb4d6d8 10265 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
e0f58980
JB
10266
10267 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10268 (compilation-mode-font-lock-keywords): Add defvars.
10269 (checkdoc-interactive-loop): "?\ " -> "?\s".
10270
10271 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10272 (font-lock-doc-face, font-lock-string-face)
10273 (font-lock-keywords-case-fold-search): Add defvars.
10274 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10275
10276 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10277 Don't pass X and Y (they are ignored anyway).
10278 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10279 (mouse-delete-window): Make arguments optional.
10280
bdb4d6d8 10281 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
e0f58980
JB
10282 (caesar-translate-table, minor-modes, news-buffer-save)
10283 (news-group-name, news-minor-modes): Add defvars.
10284
10285 * emacs-lisp/lselect.el (mouse-highlight-priority)
10286 (x-lost-selection-functions, zmacs-regions):
10287 * emacs-lisp/pp.el (font-lock-verbose):
10288 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10289 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10290 (ses-mode-map):
10291 * emacs-lisp/tcover-unsafep.el (safe-functions):
3675c8b1
JB
10292 * international/mule-cmds.el (mac-system-coding-system)
10293 (mac-system-locale):
10294 * language/ethio-util.el (rmail-current-message)
10295 (rmail-message-vector):
10296 * language/thai-util.el (thai-auto-composition-mode):
10297 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10298 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10299 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10300 (vm-primary-inbox, vm-spool-files):
10301 * mail/rmail.el (deleted-head, font-lock-fontified)
10302 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10303 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10304 (total-messages):
10305 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10306 (rmail-summary-mode-map):
10307 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10308 (rmail-last-label, rmail-last-multi-labels)
10309 (rmail-summary-vector, rmail-total-messages):
10310 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10311 * mail/rmailsum.el (msgnum):
10312 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10313 (rmail-current-message):
e0f58980
JB
10314 * obsolete/fast-lock.el (font-lock-face-list):
10315 * obsolete/rnewspost.el (mail-reply-buffer):
10316 * obsolete/scribe.el (compile-command):
10317 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10318
11b227ac 103192005-08-28 John Paul Wallington <jpw@gnu.org>
f215a1b4 10320
bdb4d6d8
SM
10321 * ibuf-ext.el (ibuffer-auto-update-changed):
10322 Use `frame-or-buffer-changed-p' to check whether we need to update.
f215a1b4
JPW
10323 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10324 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10325 as a `frame-or-buffer-changed-p' state vector instead.
10326
a24c45d2
RF
103272005-08-27 Romain Francoise <romain@orebokech.com>
10328
bdb4d6d8
SM
10329 * textmodes/makeinfo.el (makeinfo-compile):
10330 Use `compilation-start'. Set `next-error-function' according to
713fbb79
RF
10331 `disable-errors'.
10332 (makeinfo-next-error): New function.
10333 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10334 (makeinfo-buffer): Likewise.
10335
a24c45d2
RF
10336 * progmodes/compile.el (compilation-start): Add autoload cookie.
10337
10338 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10339 * textmodes/sgml-mode.el: Likewise.
10340 * progmodes/python.el: Likewise.
10341
b0c9a334
EZ
103422005-08-27 Eli Zaretskii <eliz@gnu.org>
10343
0fb57cc0
EZ
10344 * simple.el (blink-matching-paren-distance): Document the meaning
10345 of nil value, and allow to customize to nil.
10346
b0c9a334
EZ
10347 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10348 command.com, not command.exe.
10349
35595517
JW
103502005-08-26 John Wiegley <johnw@newartisans.com>
10351
bdb4d6d8 10352 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3bab4a46
JW
10353 code around a bit so that an extraneous nil argument is not added
10354 to a command when no args are given.
10355
35595517
JW
10356 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10357 double-quoted argument resolves to nil, return it as an empty
10358 string rather than as nil. This made it impossible to pass "" to
10359 a shell script as a null string argument.
10360
797d92ed
SM
103612005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * outline.el (outline-invent-heading): New fun.
10364 (outline-promote, outline-demote): Use it.
10365 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10366 (outline-end-of-subtree): Remove unused var `opoint'.
10367
8248b7ca
EZ
103682005-08-26 David Reitter <david.reitter@gmail.com>
10369
10370 * menu-bar.el (truncate-lines, write-file, print-buffer)
797d92ed
SM
10371 (ps-print-buffer-faces, ps-print-buffer, split-window):
10372 Disable menu items when the frame they refer to is invisible, or when
10373 they refer to a buffer and the minibuffer is selected.
8248b7ca 10374
1f33471d
EZ
103752005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10376
797d92ed
SM
10377 * progmodes/flymake.el (flymake-highlight-err-lines):
10378 Use save-excursion around flymake-highlight-line to preserve point.
1f33471d 10379
d0943d40
EZ
103802005-08-26 Eli Zaretskii <eliz@gnu.org>
10381
10382 * progmodes/octave-mod.el: Change Author and Maintainer address.
10383 (octave-maintainer-address): Change Kurt's email address.
10384 * progmodes/octave-inf.el: Change Author and Maintainer address.
10385 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10386
7cb53373
KS
103872005-08-26 Kim F. Storm <storm@cua.dk>
10388
6fe57d11 10389 * subr.el (version-list-<, version-list-<=, version-list-=):
aa230d94 10390 Rename from integer-list-*.
7cb53373
KS
10391 (version-list-not-zero): Likewise. Fix while loop.
10392 (version=): Use version-list-= instead of string-equal.
10393
db47a36e
RS
103942005-08-26 Richard M. Stallman <rms@gnu.org>
10395
10396 * outline.el (outline-promote): Try shortening the heading.
10397 As last resort, read the heading to use.
10398 (outline-demote): As last resort, read the heading to use.
10399
27024d2f
RF
104002005-08-26 Romain Francoise <romain@orebokech.com>
10401
5b317d74
RF
10402 * progmodes/compile.el (compilation-start): Doc fix.
10403
b0f9d85b
RF
10404 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10405 (antlr-font-lock-additional-keywords): Fix reference to
10406 `antlr-font-lock-literal-regexp' erroneously changed during the
10407 mass face rename.
10408 (antlr-run-tool): Use `compilation-start'.
10409
27024d2f
RF
10410 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10411 instead of the obsolete `compile-internal'.
10412
a6022f15
JB
104132005-08-26 Juanma Barranquero <lekktu@gmail.com>
10414
04ec3414
JB
10415 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10416 (number, original-date):
10417 * calendar/cal-china.el (date):
10418 * calendar/cal-coptic.el (date):
10419 * calendar/cal-french.el (date):
10420 * calendar/cal-hebrew.el (date, entry, number, original-date):
10421 * calendar/cal-islam.el (date, number, original-date):
10422 * calendar/cal-iso.el (date):
10423 * calendar/cal-julian.el (date):
10424 * calendar/cal-mayan.el (date):
10425 * calendar/cal-menu.el (date, event):
10426 * calendar/cal-persia.el (date):
10427 * calendar/lunar.el (date):
10428 * calendar/solar.el (date): Add defvars.
10429
623f1465
JB
10430 * emerge.el:
10431 * ibuffer.el:
10432 * info-xref.el:
10433 * obsolete/bg-mouse.el:
10434 * obsolete/sun-curs.el:
10435 * obsolete/swedish.el: Move the `defvar's to the top level.
10436
a6022f15
JB
10437 * smerge-mode.el (smerge-refined-change): Add :group.
10438
41796d09
SM
104392005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10442 (smerge-keep-n): Remove props.
10443 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10444 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10445 now that it's done in smerge-keep-n.
10446 (smerge-refined-change): New face.
10447 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10448 (smerge-refine): New funs.
10449 (smerge-basic-map): Bind smerge-refine.
10450
537fd670
JL
104512005-08-25 Juri Linkov <juri@jurta.org>
10452
10453 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10454 compilation-process-setup-function and compilation-disable-input
10455 in grep-mode instead of let-bindings in grep.
10456
10457 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10458 Delete "Automatic File De/compression" (auto-compression-mode).
10459
654078da
JB
104602005-08-25 Juanma Barranquero <lekktu@gmail.com>
10461
10462 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10463 Silence warning about non-existent variable.
10464
c6a816df
RS
104652005-08-25 Richard M. Stallman <rms@gnu.org>
10466
10467 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10468 Rename "Describe Key" to "Describe Key or Mouse Operation".
10469
10470 * mail/mailalias.el (build-mail-aliases): Delete comments
10471 from the contents before processing them.
10472
10473 * isearch.el (isearch-edit-string): Erase the Search prompt
10474 if user enters an empty string and there is no default.
10475
10476 * comint.el (comint-file-name-prefix): Add autoload.
10477
104782005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10479
10480 * subr.el (play-sound): Rearrange to avoid warning.
10481
822fcf5b
CD
104822005-08-25 Carsten Dominik <dominik@science.uva.nl>
10483
10484 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10485 New hook.
10486 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10487
1550ae60
SM
104882005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10491
10492 * custom.el (custom-theme-set-variables): Sort minor modes last.
10493
e9454757
VJL
104942005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10495
10496 * subr.el (version-separator, version-regexp-alist): New vars used by
10497 version comparison funs.
10498 (integer-list-<, integer-list-=, integer-list-<=)
10499 (integer-list-not-zero): New funs for integer list comparison.
10500 (version-to-list, version=, version<, version<=): New funs for version
10501 comparison.
10502
bbf40036
JB
105032005-08-24 Juanma Barranquero <lekktu@gmail.com>
10504
4add8580
JB
10505 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10506 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10507 time to silence the byte-compiler.
10508
bbf40036
JB
10509 * ibuffer.el (ibuffer-compile-make-eliding-form)
10510 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10511 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10512 so it's silly to get warnings for it).
10513 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10514 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10515 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10516 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10517 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10518 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10519 Defvar at compile time.
10520 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10521 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10522 Declare them before use.
10523
4add8580
JB
10524 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10525 (info-xref-good, info-xref-bad): Defvar at compile time.
10526
10527 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10528 Use `let*' instead of `let'.
10529
10530 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10531 (*mouse-y*, menu, char): Defvar at compile time.
10532 (sc::menu): Declare it before use.
10533 (sc::pack-one-line): Use `let', not `let*'.
10534
10535 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10536 (mail-send-hook): Defvar at compile time.
10537
10538 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10539 Defvar at compile time.
10540
10541 * term/sun-mouse.el (current-global-mousemap)
10542 (current-local-mousemap): Declare them before use.
bbf40036 10543
6cd70a8c
CD
105442005-08-24 Carsten Dominik <dominik@science.uva.nl>
10545
10546 * bookmark.el (bookmark-after-jump-hook): New hook.
10547 (bookmark-jump): Run `bookmark-after-jump-hook'.
10548
9ed779e8
JL
105492005-08-23 Juri Linkov <juri@jurta.org>
10550
10551 * faces.el (minibuffer-prompt): Doc fix.
10552
f28d4b0f
JB
105532005-08-23 Juanma Barranquero <lekktu@gmail.com>
10554
10555 * progmodes/xscheme.el: Trivial changes to silence warnings.
10556 (xscheme-previous-mode, xscheme-previous-process-state):
10557 Add defvars.
10558 (xscheme-last-input-end, xscheme-process-command-line)
10559 (xscheme-process-name, xscheme-buffer-name)
10560 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10561 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10562 (xscheme-control-g-synchronization-p)
10563 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10564 (default-xscheme-runlight, xscheme-runlight)
10565 (xscheme-runlight-string, xscheme-process-filter-state)
10566 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10567 Move to beginning of file.
10568 (scheme-interaction-mode-commands-alist)
1550ae60
SM
10569 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10570 Declare them before use. Note: the initialization code for the variables
10571 has not been moved because it uses functions that reference the variables.
f28d4b0f
JB
10572 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10573 (xscheme-prompt-for-expression-map): Declare them before use.
10574 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10575
105762005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12d96c20 10577
1550ae60 10578 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12d96c20 10579
bac3a1c9
JL
105802005-08-22 Juri Linkov <juri@jurta.org>
10581
10582 * faces.el (set-face-underline): Delete this duplicate function
10583 and make an obsolete alias to set-face-underline-p.
10584 (set-face-underline-p): Use docstring of set-face-underline.
10585 (describe-face): Create hyperlink to parent face.
10586
10587 * info.el (Info-insert-dir): Use save-excursion around
10588 insert-buffer-substring.
10589 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10590 (Info-escape-percent): Delete function.
10591 (Info-fontify-node): Replace Info-escape-percent by
10592 replace-regexp-in-string with REP arg set to lambda that
10593 duplicates `%' and preserves text properties.
10594
10595 * progmodes/compile.el (compilation-disable-input): Doc fix.
10596 (define-compilation-mode): Doc fix and refill.
10597 (kill-compilation): Use `mode-name' in the error message.
10598 (compilation-find-file): Use `compilation-error' in the
10599 read-file-name's prompt.
10600
48d59eda
SM
106012005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10604 (smerge-auto-leave): Make undo re-enable the mode.
10605 (debug-ignored-errors): Add the user-error of impossible resolution.
10606 (smerge-resolve): Move things around a bit, in preparation for later.
10607 (smerge-diff): Don't fail if the buffer has no associated file.
10608 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10609 (smerge-conflict-overlay): New function.
10610 (smerge-match-conflict): Don't add text properties here.
10611 (smerge-find-conflict): Instead, add an overlay here.
10612 Also check for the case where we're inside a conflict already, so as to
10613 obviate the need for font-lock-multiline, which is unbearably slow with
10614 large conflicts and ciomplex font-lock patterns.
10615 (smerge-remove-props): Remove overlay rather than text-properties.
10616 (smerge-mode): Don't set font-lock-multiline.
10617 Remove overlays when turned off.
10618
0f467468
KS
106192005-08-21 Kim F. Storm <storm@cua.dk>
10620
10621 * ido.el (ido-ignore-item-p): Use save-match-data.
10622 Bind case-fold-search to ido-case-fold locally.
10623
6e86be0b
RS
106242005-08-20 Richard M. Stallman <rms@gnu.org>
10625
10626 * files.el (normal-mode): If font lock is on, turn it off and on.
10627
10628 * subr.el (replace-regexp-in-string): Doc fix.
10629
10630 * startup.el (command-line-1): Don't suppress startup screen
10631 due to existing processes.
10632
10633 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10634
10635 * progmodes/compile.el (compilation-disable-input): Default to nil.
10636
217b694f
EZ
106372005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10638
10639 * progmodes/compile.el (compilation-disable-input): New defcustom.
10640 (compilation-start): If compilation-disable-input is non-nil, send
10641 EOF to the compilation process.
10642
966e4990
EZ
106432005-08-20 Eli Zaretskii <eliz@gnu.org>
10644
10645 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10646 Run the argument of tex-shell-cd-command through
10647 convert-standard-filename, to get the correct style of slashes on
10648 Windows, and enclose the result in quotes, in case the file name
10649 includes whitespace or other special characters.
10650
6a7df22f
AS
106512005-08-19 Andreas Schwab <schwab@suse.de>
10652
10653 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10654 process.
10655
eaa12728
LT
106562005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10657
10658 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10659
8573477e
KS
106602005-08-18 Kim F. Storm <storm@cua.dk>
10661
10662 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10663
94396ace
RS
106642005-08-18 Richard M. Stallman <rms@gnu.org>
10665
10666 * scroll-lock.el: New file.
10667
dd52fff6
TTN
106682005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10669
10670 * dired.el (dired-move-to-end-of-filename):
10671 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10672
60955068
KS
106732005-08-18 Kim F. Storm <storm@cua.dk>
10674
10675 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10676 rather than toggle mode when custom value is nil.
10677 (ido-everywhere): Fix defun doc string.
10678
255a2507
RS
106792005-08-17 Richard M. Stallman <rms@gnu.org>
10680
10681 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10682 as tag instead of "Inviolable".
10683
99cb6791
KS
106842005-08-17 Kim F. Storm <storm@cua.dk>
10685
0eefa6fb
KS
10686 * windmove.el (windmove-coordinates-of-position): Remove.
10687 (windmove-coordinates-of-window-position): Remove.
10688 (windmove-reference-loc): Use posn-at-point instead.
10689
4ec9e784
KS
10690 * subr.el (insert-for-yank-1): Doc fix.
10691
99cb6791 10692 * ido.el (ido-enter-matching-directory): Rename from
119f6f17
RS
10693 ido-enter-single-matching-directory. Change `slash' choice to
10694 `only'. Add `first' choice.
99cb6791
KS
10695 (ido-exhibit): Adapt to above changes.
10696
1ee1d0ee
LT
106972005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10698
10699 * Makefile.in: Expand comment about building loaddefs.el.
10700
58d75444
NR
107012005-08-16 Nick Roberts <nickrob@snap.net.nz>
10702
1ee1d0ee 10703 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
58d75444
NR
10704 Comment use of defadvice.
10705
10706 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10707
ed8e0f0a
DN
107082005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10709
58d75444
NR
10710 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10711 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10712 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10713 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10714 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10715 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10716 for backward compatibility for faces that did not appear in the
10717 previous Emacs release.
e95e5f81 10718
8573477e 10719 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
ed8e0f0a 10720
4ccda9c3
KS
107212005-08-15 Kim F. Storm <storm@cua.dk>
10722
10723 * emulation/cua-base.el (cua-delete-region): Return t if
10724 deleted region was non-empty.
10725 (cua-replace-region): Inhibit overwrite-mode for
10726 self-insert-command if replaced region was non-empty.
10727 (cua--explicit-region-start, cua--status-string): Make them
10728 buffer-local at top-level...
10729 (cua-mode): ...rather than when mode is enabled.
10730
9e5538bc
TTN
107312005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10732
10733 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10734 Set t for Emacs 21, 22, and so on.
10735
86ae23f8
DP
107362005-08-15 David Ponce <david@dponce.com>
10737
99580cde 10738 * tree-widget.el: Update Commentary header.
86ae23f8
DP
10739 (tree-widget-theme): Doc fix.
10740 (tree-widget-space-width): New option.
10741 (tree-widget-image-properties): Look up in the default theme too.
10742 (tree-widget--cursors): Only for images with arrow pointer shape.
10743 (tree-widget-lookup-image): Pointer shape is hand by default.
48d59eda 10744 (tree-widget-icon): Rename generic icon widget from
86ae23f8
DP
10745 `tree-widget-control'.
10746 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10747 derive from `tree-widget-icon'.
10748 (tree-widget-handle): Improve default look and feel of the text
10749 representation.
10750 (tree-widget): Rename :*-control properties to :*-icon properties.
10751 Add :action and :help-echo properties.
10752 (tree-widget-after-toggle-functions): Move.
10753 (tree-widget-close-node, tree-widget-open-node): Remove.
10754 (tree-widget-before-create-icon-functions): New hook.
10755 (tree-widget-value-create): Update to allow customization of icons
10756 and nodes at run-time via that new hook.
10757 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10758 (tree-widget-icon-action, tree-widget-icon-help-echo)
10759 (tree-widget-action, tree-widget-help-echo): New functions.
10760
0781c303
KS
107612005-08-15 Kim F. Storm <storm@cua.dk>
10762
10763 * ido.el (ido-buffer-internal): Use with-no-warnings.
10764 (ido-make-merged-file-list): Use while-no-input.
10765
255a2507
RS
107662005-08-15 Richard M. Stallman <rms@gnu.org>
10767
48d59eda
SM
10768 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10769 (flyspell-large-region): Fix doc and custom type.
255a2507 10770
eda12ca3
RS
107712005-08-14 Richard M. Stallman <rms@gnu.org>
10772
0bf14bfd
RS
10773 * files.el (interpreter-mode-alist): Doc fix.
10774
10775 * mail/rmail.el (rmail-nonignored-headers): New variable.
10776 (rmail-clear-headers): Use it.
10777 (rmail-reply): Better handling of mail-followup-to header.
10778
48d59eda
SM
10779 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10780 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10781 don't try to refer to executable-font-lock-keywords.
10782 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10783 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8573477e 10784 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
ca19f3f1
AS
10785 (sh-mode): Set comment-start-skip, local-abbrev-table,
10786 imenu-case-fold-search.
0bf14bfd
RS
10787 (sh-set-shell): Don't set them here.
10788 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
ca19f3f1
AS
10789 Don't cache the results in the original alist; don't ever modify
10790 that alist.
0bf14bfd
RS
10791
10792 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10793
ca19f3f1
AS
10794 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10795 empty.
eda12ca3 10796
9e7357b0
AS
107972005-08-15 Andreas Schwab <schwab@suse.de>
10798
48d59eda 10799 * desktop.el: Put autoload cookie at risky-local-variable declarations.
498eb267 10800
9e7357b0
AS
10801 * dired.el, info.el, mail/rmail.el: Revert last change.
10802
91859276
TTN
108032005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10804
10805 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10806 modification in `eval-after-load' form.
7806e573 10807 * info.el: Likewise.
8fbee87c 10808 * mail/rmail.el: Likewise.
91859276 10809
ec08e2f4
JL
108102005-08-14 Juri Linkov <juri@jurta.org>
10811
10812 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10813 Remove highlighting of "Compilation started". Highlight only
10814 the word "finished" in "Compilation finished". Add highlighting
10815 of "interrupt", "killed", "terminated" and the exit code.
10816 (compilation-start): Add newline after header. Use exactly the
10817 same time stamp format as the finishing message.
10818 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10819
10820 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10821 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10822 Add highlighting of "interrupt", "killed", "terminated".
10823
10824 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10825 enabled and the current command is self-insert-command, call it
10826 explicitly with overwrite-mode bound to nil, to not allow it
10827 to delete the character after the selected region.
10828
c9ed8176
EZ
108292005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10830
10831 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10832 move-end-of-line, end-of-line, and beginning-of-line to the list
10833 of commands after which the echo area is updated.
10834
5cabd50e
EZ
108352005-08-12 Eli Zaretskii <eliz@gnu.org>
10836
48d59eda
SM
10837 * cus-edit.el (custom-save-all, custom-save-delete):
10838 Bind recentf-exclude to exclude custom-file.
5cabd50e 10839
a67e5425
EZ
108402005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10841
234d828a
EZ
10842 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10843 to go to the bottom of the mail message. Added to
10844 `rmail-summary-mode-map' with key "/".
10845 (rmail-summary-show-message): New (internal) function for use by
10846 both `rmail-summary-beginning/end-of-message'.
48d59eda 10847 (rmail-summary-beginning-of-message): Change to use
234d828a
EZ
10848 rmail-summary-show-message.
10849
10850 * mail/rmail.el (rmail-end-of-message): New command to go to the
10851 end of the current message. Added to `rmail-mode-map' with key "/".
48d59eda 10852 (rmail-beginning-of-message): Fix to work as documented.
234d828a
EZ
10853 (rmail-mode): Change documentation.
10854
a67e5425
EZ
10855 * progmodes/compile.el (compilation-start): Add the line
10856 "Compilation started" with compilation start time.
48d59eda 10857 (compilation-mode-font-lock-keywords): Add `started' to keywords.
a67e5425 10858
e40b86bb
LT
108592005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10860
10861 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10862 of menu items.
10863
bda2c1ff
LK
108642005-08-11 Richard M. Stallman <rms@gnu.org>
10865
6e2d14c8
RS
10866 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10867
bda2c1ff
LK
10868 * battery.el (battery-status-function): Don't use ignore-errors.
10869
108702005-08-11 Lute Kamstra <lute@gnu.org>
10871
10872 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10873 define-obsolete-variable-alias.
10874
aa6f7b96
SM
108752005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10878 (ange-ftp-send-cmd): Revert last change, and expand
10879 the comment explaining the problem.
10880
928aa821
LT
108812005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10882
10883 * ldefs-boot.el: Update.
10884
10885 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10886 item to "Time, Load and Mail". Change help echo text.
10887
10888 * time.el (display-time-use-mail-icon, display-time-format)
10889 (display-time-string-forms): Shorten first line of docstrings.
10890
e6de37c5 108912005-08-10 Lars Hansen <larsh@soem.dk>
aa6f7b96
SM
10892
10893 * desktop.el (desktop-buffer-mode-handlers):
af71d4c0 10894 Make non-customizable. Add autoload cookie. Change initial value to
48d59eda 10895 nil; add elements in respective modules instead. Fix doc string.
e6de37c5
LH
10896 (desktop-load-file): New function.
10897 (desktop-minor-mode-handlers): New autoloaded variable.
aa6f7b96
SM
10898 (desktop-create-buffer): Call minor mode handlers.
10899 Use desktop-load-file to load major and minor mode modules prior to
e6de37c5
LH
10900 checking for a handler.
10901 (desktop-save): Don't add nil to desktop-minor-modes for minor
48d59eda 10902 modes with nil function in desktop-minor-mode-table. Don't delete
e6de37c5 10903 desktop file before rewriting it.
48d59eda 10904 (desktop-locals-to-save): Add autoload cookie. Don't make
e6de37c5
LH
10905 automatically buffer-local. Add variables column-number-mode,
10906 size-indication-mode, indent-tabs-mode,
10907 indicate-buffer-boundaries, indicate-empty-lines and
10908 show-trailing-whitespace.
10909 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
af71d4c0 10910 regexps. Don't use desktop-clear-preserve-buffers-regexp.
e6de37c5 10911 (desktop-clear-preserve-buffers-regexp): Delete.
aa6f7b96 10912 (desktop-clear-preserve-buffers): Update initial value and docstring.
e6de37c5
LH
10913 (desktop-save-buffer): Fix doc string.
10914
10915 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10916 (hilit-chg-desktop-restore): New function.
10917 (highlight-changes-mode): Add highlight-changes-mode to
10918 desktop-locals-to-save.
10919
10920 * dired.el: Add handler to desktop-buffer-mode-handlers.
10921 (dired-restore-desktop-buffer): Remove autoload cookie.
10922 (dired-mode): Add autoload cookie.
10923
10924 * info.el: Add handler to desktop-buffer-mode-handlers.
10925 (Info-restore-desktop-buffer): Remove autoload cookie.
10926 (Info-mode): Add autoload cookie.
10927
10928 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10929 (mh-restore-desktop-buffer): Remove autoload cookie.
10930 (mh-folder-mode): Add autoload cookie.
10931
10932 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10933 (rmail-restore-desktop-buffer): Remove autoload cookie.
1ea286a7 10934
2d77d354
MY
109352005-08-11 Masatake YAMATO <jet@gyve.org>
10936
1ea286a7
LT
10937 * hexl.el (hexl-address-region):
10938 (hexl-ascii-region, hexl-font-lock-keywords):
2d77d354
MY
10939 (hexl-highlight-line-range): Use the term "region"
10940 instead of "area" for consistency with the other symbols
10941 defined in hexl.el.
10942
682591cf
LT
109432005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10944
10945 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10946 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10947 out by Juri Linkov). Add `display-battery-mode'.
10948
5ebbfd96
JL
109492005-08-09 Juri Linkov <juri@jurta.org>
10950
10951 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10952 Remove `-text' from face variable names.
10953 (compilation-error-file-name, compilation-warning-file-name)
10954 (compilation-info-file-name): Delete faces.
10955 (compilation-line-number, compilation-column-number):
10956 Remove face underlining.
10957 (compilation-message-face): Set to `underline' value by default.
10958 (compilation-error-face, compilation-warning-face)
10959 (compilation-info-face): Remove `-file-name' from face names.
10960 (compilation-error-text-face, compilation-warning-text-face)
10961 (compilation-info-text-face): Delete face variables.
10962 (compilation-text-face): Delete function.
10963
48d59eda 10964 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5ebbfd96
JL
10965 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10966 (grep-error-face): Set to `compilation-error' instead of
10967 `compilation-error-face' (which is redefined to `grep-hit-face' in
10968 grep buffers).
ca19f3f1 10969 (grep-mode-font-lock-keywords): Remove `-text' from face variable
48d59eda 10970 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5ebbfd96
JL
10971
10972 * dired-aux.el (dired-do-query-replace-regexp):
10973 Use `query-replace-read-args'.
10974
10975 * replace.el (query-replace-read-from, query-replace-read-to)
10976 (query-replace-read-args): Rename arg `string' to `prompt'.
10977
10978 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10979
8012c835
MA
109802005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10981
10982 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10983 uploading files.
10984 (ange-ftp-canonize-filename): Handle file names beginning with ~
10985 correctly.
10986
8ad8316c
JB
109872005-08-09 Juanma Barranquero <lekktu@gmail.com>
10988
10989 * textmodes/fill.el (canonically-space-region)
10990 (fill-context-prefix, fill-french-nobreak-p)
10991 (fill-delete-newlines, fill-comment-paragraph)
10992 (justify-current-line): "?\ " -> "?\s".
10993
109942005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
10995
10996 * textmodes/fill.el (fill-nonuniform-paragraphs):
10997 Improve argument/docstring consistency.
10998
e8f30180
RS
109992005-08-09 Richard M. Stallman <rms@gnu.org>
11000
e7cdb3e0
RS
11001 * textmodes/ispell.el (ispell-word): More fboundp checks.
11002
e8f30180
RS
11003 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11004 (find-file-noselect-1): Call it here, only if RAWFILE.
11005 (normal-mode): Always set some major mode.
11006 (save-some-buffers-action-alist): Change some explanation strings.
11007 (file-name-non-special): In the `quote' method, use unwind-protect.
11008
110092005-08-09 Magnus Henoch <mange@freemail.hu>
11010
e7cdb3e0 11011 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8012c835 11012 (ispell-have-aspell-dictionaries): New variable.
e7cdb3e0
RS
11013 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11014 (ispell-get-aspell-config-value): New function.
11015 (ispell-aspell-find-dictionary): New function.
11016 (ispell-aspell-add-aliases): New function.
11017 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11018 appropriate. Don't look for ispell dictionaries if we use aspell.
11019 (ispell-menu-map): Don't build a submenu of dictionaries.
8012c835 11020
61298e17
RS
110212005-08-09 Richard M. Stallman <rms@gnu.org>
11022
11023 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11024 (sql-read-passwd): Use read-passwd.
11025
11026 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11027 (idlwave-toolbar-is-possible): Add defvars.
11028
11029 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11030 Avoid warnings.
11031
11032 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11033 (idlwave-system-class-info, idlwave-executive-commands-alist):
11034 Use defvar.
11035
11036 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11037
11038 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11039 Avoid warnings.
11040
11041 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11042 and content-type: headers.
11043
11044 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11045
11046 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11047 and rename some of them to be more self-explanatory.
11048
11049 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11050
11051 * startup.el (command-line-1): Implement -scriptload.
11052
11053 * replace.el (occur-engine): Initial *Occur* output not undoable.
11054
11055 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11056 and improve help strings.
11057
11058 * isearch.el (isearch-repeat): When changing direction,
11059 mark search successful.
11060
11061 * ediff-init.el: Use (featurep 'xemacs).
11062
11063 * comint.el (send-invisible): Identify buffer, if not selected.
11064
11065 * align.el: Delete autoload for c-guess-basic-syntax.
11066
a165d05e
JB
110672005-08-09 Juanma Barranquero <lekktu@gmail.com>
11068
11069 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11070 Improve argument/docstring consistency. Doc fixes.
11071 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11072 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11073 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11074 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11075 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11076 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11077 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11078 Defvar at compile time.
11079
196a121b
JL
110802005-08-09 Juri Linkov <juri@jurta.org>
11081
ec08e2f4 11082 * info.el: Replace `info' with upper-case `Info' where appropriate.
196a121b
JL
11083 (info-title-1, info-title-2, info-title-3, info-title-4)
11084 (info-menu-header): Move up face definitions.
11085 (info-menu-star): Rename from `info-menu-5'.
11086 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11087 (Info-fontify-visited-nodes): Fix docstring.
11088 (Info-hide-note-references): Fix docstring.
11089 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11090 menu items in the same way as on cross-references.
11091 (info-apropos): Fix sorting order and formatting to be like in the
11092 stand-alone Info browser. Display error messages for 1 sec.
11093 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11094 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11095 from the menu bar.
11096 (Info-insert-dir): Restore point after calling
11097 `insert-buffer-substring'.
11098
48b194fd
RS
110992005-08-08 Richard M. Stallman <rms@gnu.org>
11100
11101 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11102 (recompute-lucid-menubar): Add defvars.
11103
11104 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11105
11106 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11107
aa6f7b96 11108 * net/net-utils.el (run-dig): Rename from `dig'.
48b194fd
RS
11109
11110 * play/gametree.el (gametree-mode): Use make-local-variable,
11111 not make-variable-buffer-local.
11112
11113 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11114
11115 * ansi-color.el (ansi-color-make-extent)
11116 (ansi-color-set-extent-face): Use fboundp, not functionp.
11117
11118 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11119 not make-variable-buffer-local.
11120
11121 * bookmark.el (Info-current-file): Add defvar.
11122 (bookmark-jump-noselect): Use with-no-warnings.
11123
11124 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11125
11126 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11127
11128 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11129
11130 * find-file.el (ada-procedure-start-regexp)
11131 (ada-package-start-regexp): Add defvars.
11132
11133 * info.el (Info-insert-dir): Use insert-buffer-substring.
11134
11135 * xml.el (xml-att-def-re): Add defvar.
11136
11137 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11138 calling convention.
11139
11140 * subr.el (while-no-input): Return t if there is input.
11141
98605c6f
LT
111422005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11143
11144 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11145
0c737c20
JB
111462005-08-08 Juanma Barranquero <lekktu@gmail.com>
11147
11148 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11149 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11150
111512005-08-08 Emilio C. Lopes <eclig@gmx.net>
11152
11153 * cmuscheme.el (scheme-start-file): Replace reference to
11154 `user-emacs-directory' by "~/.emacs.d/".
11155
b499789c
TTN
111562005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11157
11158 * info.el (Info-dir-remove-duplicates): Avoid case folding
11159 in loop; instead, keep downcased strings for comparison.
11160 Suggested by Helmut Eller.
11161
d2a2c17f
MA
111622005-08-07 Michael Albinus <michael.albinus@gmx.de>
11163
11164 Sync with Tramp 2.0.50.
11165
11948172 11166 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
11167 XEmacs case; not necessary anymore.
11168 (tramp-user-regexp): Allow "@" as part of user name.
11169 (tramp-handle-set-visited-file-modtime)
11170 (tramp-handle-insert-file-contents)
11171 (tramp-handle-write-region): No special handling for
11172 `last-coding-system-used, because this is done in
11173 `tramp-accept-process-output' now.
11174 (tramp-accept-process-output): New defun.
11175 (tramp-process-one-action, tramp-process-one-multi-action)
11176 (tramp-wait-for-regexp, tramp-wait-for-output)
11177 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11178 Howells <dhowells@redhat.com>.
11179 (clear-visited-file-modtime): Defadvice removed. The check for
11180 unset buffer's modtime does not need to be based on
11181 `tramp-buffer-file-attributes'. Suggested by RMS.
11182 (tramp-message): Insert "\n" if not being at beginning of line.
11183 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11184 sequence with same logic.
11185 (tramp-completion-handle-expand-file-name): Discard call of
11186 `tramp-drop-volume-letter'. It is not necessary, and there have
11187 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
aa6f7b96 11188 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
d2a2c17f
MA
11189 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11190 should always be visible.
11191 (tramp-handle-insert-directory, tramp-setup-complete)
11192 (tramp-set-process-query-on-exit-flag)
11193 (tramp-append-tramp-buffers): Pacify byte-compiler.
aa6f7b96
SM
11194 (tramp-bug): Delete non-existing variables from list.
11195 Apply `tramp-load-report-modules' as pre-hook.
11196 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11197 `shell-prompt-pattern' because of non-7bit characters.
11198 Reported by Sebastian Luque <sluque@mun.ca>.
11199 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
d2a2c17f 11200 (tramp-match-string-list): Remove function.
aa6f7b96
SM
11201 (tramp-wait-for-regexp): Remove call of that function.
11202 Suggested by Kim F. Storm <storm@cua.dk>.
d2a2c17f
MA
11203 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11204 instead of octal character code ?\600. The latter resulted in a
11205 syntax error with XEmacs.
11206
11948172 11207 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
11208 XEmacs case; not necessary anymore.
11209 (tramp-smb-handle-write-region): No special handling for
11210 `last-coding-system-used, because this is done in
11211 `tramp-accept-process-output' now.
11212 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11213
07a15941
LT
112142005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11215
48d59eda
SM
11216 * wid-edit.el (widget-choice-value-create):
11217 Unconditionally respect user choice. Set :explicit-choice back to nil
11218 when no longer needed.
ff2b1744
LT
11219 (widget-choice-action): Unconditionally respect user choice.
11220 Eliminate :explicit-choice-value.
11221
07a15941
LT
11222 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11223
11224 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11225 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11226 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11227 running new function `toggle-indicate-empty-lines'.
11228 Rename "Customize" item to "Customize fringe".
11229 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11230 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11231 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11232 Delete "Empty lines only" item.
11233 (menu-bar-showhide-fringe-ind-customize): New function.
11234 (menu-bar-showhide-fringe-ind-mixed)
11235 (menu-bar-showhide-fringe-ind-box)
11236 (menu-bar-showhide-fringe-ind-right)
11237 (menu-bar-showhide-fringe-ind-left)
11238 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11239 instead of `fringe-indicators'.
11240
44766d63 112412005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
11242
11243 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
44766d63 11244 Change the date of last update.
cb5ccc08 11245
38685583 112462005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
11247
11248 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11249 (viper-exec-yank, viper-put-back): Don't display modification msg
11250 if in the minibuffer.
11251
11252 * viper-init.el (viper-replace-overlay-cursor-color)
11253 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11254 Make variables frame local.
11255
11256 * viper-util.el (viper-append-filter-alist): Use append instead of
38685583 11257 nconc.
cb5ccc08
JB
11258
11259 * viper.el (viper-vi-state-mode-list)
11260 (viper-emacs-state-mode-list): Move help-mode and
11261 completion-list-mode from the first list to the second.
11262 (viper-mode): Docstring.
11263 (viper-go-away, viper-non-hook-settings): Don't localize
11264 minor-mode-alist in newer Emacsen. Add advice to
11265 set-cursor-color. Don't bind "\C-c\\".
11266
cb8fc40a
EZ
112672005-08-06 Emilio C. Lopes <eclig@gmx.net>
11268
11269 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11270 (scheme-macro-expand-command): New user options.
11271 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11272 (scheme-form-at-point, scheme-start-file)
11273 (scheme-interactively-start-process): New functions.
11274 (scheme-get-process): New function, extracted from `scheme-proc'.
11275 (run-scheme): Call `scheme-start-file' to get start file, and pass
11276 it to `make-comint'.
aa6f7b96
SM
11277 (switch-to-scheme, scheme-proc):
11278 Call `scheme-interactively-start-process' if no Scheme buffer/process
cb8fc40a
EZ
11279 is available.
11280
ba65be24
JL
112812005-08-06 Juri Linkov <juri@jurta.org>
11282
11283 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11284 Use `compilation-text-face', `compilation-info-text-face' and
11285 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11286 (compilation-error): New face.
11287 (compilation-error-file-name): Inherit from
11288 `compilation-error' instead of `font-lock-warning-face'.
11289 (compilation-warning-file-name): Inherit from
11290 `compilation-warning' instead of `font-lock-warning-face'.
11291 (compilation-info, compilation-error-file-name)
11292 (compilation-warning-file-name, compilation-info-file-name)
11293 (compilation-line-number, compilation-column-number): Doc fix.
11294 (compilation-error-text-face, compilation-warning-text-face)
11295 (compilation-info-text-face): New face variables.
11296 (compilation-line-face, compilation-column-face)
11297 (compilation-enter-directory-face)
11298 (compilation-leave-directory-face): Doc fix.
11299 (compilation-text-face): New function.
11300
ca19f3f1
AS
11301 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11302 instead of 1 to display binary file names as info file links.
ba65be24
JL
11303 (grep-error-face): Use `compilation-error-face' instead of
11304 `font-lock-keyword-face'.
11305 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
ca19f3f1
AS
11306 and `compilation-warning-text-face' instead of
11307 `font-lock-keyword-face'. Use `compilation-error-text-face'
11308 instead of `grep-error-face'.
ba65be24 11309
4f27bfc3
KH
113102005-08-05 Kenichi Handa <handa@m17n.org>
11311
11312 * international/code-pages.el: Add autoload cookies for all coding
11313 systems.
11314
eaf99616
LT
113152005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11316
11317 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11318
35952129
JL
113192005-08-04 Juri Linkov <juri@jurta.org>
11320
94c713b2
JL
11321 * progmodes/compile.el (compilation-mode-map):
11322 * progmodes/grep.el (grep-mode-map):
11323 Bind TAB to `compilation-next-error' and [backtab] to
11324 `compilation-previous-error'.
11325
35952129
JL
11326 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11327 matching line numbers, column numbers and their ranges with regexp
11328 matching only line numbers.
11329 (grep-context-face): New face variable.
11330 (grep-mode-font-lock-keywords): Use it.
11331
11332 * faces.el (read-face-name): Delete duplicate faces.
11333
6f08431c
JB
113342005-08-02 Juanma Barranquero <lekktu@gmail.com>
11335
6ced5724
JB
11336 * thumbs.el (thumbs-find-image): Don't make variables
11337 automatically buffer local.
11338 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11339 (thumbs-image-num): Make automatically buffer local.
11340 (thumbs-show-thumbs-list): Use `make-local-variable', not
11341 `make-variable-buffer-local'.
aa6f7b96 11342 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6ced5724 11343
6f08431c
JB
11344 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11345 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11346 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11347 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11348 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11349 (feelings-about, foullst, found, hello, history, howareyoulst)
11350 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11351 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11352 (neglst, obj, object, owner, please, problems, qlist)
11353 (random-adjective, relation, remlst, repetitive-shortness)
11354 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11355 (shortlst, something, sportslst, stallmanlst, states, subj)
11356 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11357 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11358 Defvar at compile time.
11359
6ced5724
JB
11360 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11361 not `make-variable-buffer-local'.
11362
f8a9926b
KS
113632005-08-02 Kim F. Storm <storm@cua.dk>
11364
11365 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11366 rectangle overlay in selected window.
11367
121e80cf
LT
113682005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11369
11370 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11371 instead of display group. Make `indicate-buffer-boundaries'
11372 customizable through Custom.
11373
1e5b5dc0
JB
113742005-08-01 Juanma Barranquero <lekktu@gmail.com>
11375
11376 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11377 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11378 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11379 (gdb-put-string): Fix typos in docstrings.
11380
e37a0f2d
NR
113812005-08-01 Nick Roberts <nickrob@snap.net.nz>
11382
201dc594 11383 Update copyright notices of files in progmodes directory for
aa6f7b96 11384 release of Emacs 22.1.
201dc594 11385
e37a0f2d
NR
11386 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11387
aa6f7b96
SM
11388 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11389 Don't barf if the GUD buffer has been killed.
e37a0f2d 11390
b68eddb4
KS
113912005-08-01 Kim F. Storm <storm@cua.dk>
11392
11393 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11394
01e4a4fa
SM
113952005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11396
48d59eda
SM
11397 * simple.el (next-error-follow-minor-mode):
11398 make-variable-buffer-local -> make-local-variable.
11399
11400 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11401
01e4a4fa
SM
11402 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11403 (byte-compile-form-make-variable-buffer-local): New functions to warn
11404 about misuses of make-variable-buffer-local where make-local-variable
11405 was meant.
11406
b89c5a72
JB
114072005-07-29 Juanma Barranquero <lekktu@gmail.com>
11408
f2e48473
JB
11409 * bs.el (bs-attributes-list): Doc fix.
11410 (bs): Update url-link.
11411
b89c5a72
JB
11412 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11413 (desktop-load-default): Simplify.
11414
972b8f82
JB
11415 * ibuffer.el (ibuffer-columnize-and-insert-list)
11416 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11417 (ibuffer-unmark-all, ibuffer-toggle-marks)
11418 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11419 (ibuffer-compile-make-format-form, ibuffer-format-column)
11420 (ibuffer-current-buffers-with-marks)
11421 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11422 (ibuffer): Doc fix.
11423 (ibuffer-mode): Fix typo in docstring.
11424 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11425 with `define-obsolete-variable-alias'.
11426 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11427
dfc434d0
KH
114282005-07-29 Kenichi Handa <handa@m17n.org>
11429
01e4a4fa
SM
11430 * international/mule-cmds.el (select-message-coding-system):
11431 Be sure to use LF for end-of-line. If no coding system is decided,
dfc434d0
KH
11432 return iso-8859-1-unix.
11433
92482d77
SM
114342005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11437 (ange-ftp-pending-error-line): New vars.
11438 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11439 to handle the non-fatal no-route-to-host messages.
11440 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11441
6480c508
JB
114422005-07-28 Juanma Barranquero <lekktu@gmail.com>
11443
11444 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11445 (isearch-quote-char, isearch-printing-char)
11446 (isearch-text-char-description): "?\ " -> "?\s".
11447 (isearch-lazy-highlight-cleanup)
11448 (isearch-lazy-highlight-initial-delay)
11449 (isearch-lazy-highlight-interval)
11450 (isearch-lazy-highlight-max-at-a-time)
11451 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11452 Declare with define-obsolete-*-alias macros.
11453 (isearch-forward): Fix typo in docstring.
11454 (search-invisible, search-ring-yank-pointer)
11455 (regexp-search-ring-yank-pointer): Doc fixes.
11456
11457 * recentf.el (recentf-menu-append-commands-p): Declare with
11458 `define-obsolete-variable-alias'.
11459 (recentf-max-saved-items, recentf-menu-filter)
11460 (recentf-arrange-by-rule-subfilter): Doc fixes.
11461 (recentf-menu-append-commands-flag)
11462 (recentf-initialize-file-name-history, recentf-expand-file-name)
11463 (recentf-clear-data): Fix typos in docstrings.
11464
8aa9ad9f
NR
114652005-07-28 Nick Roberts <nickrob@snap.net.nz>
11466
11467 * progmodes/gdb-ui.el: Smarten comments.
11468 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11469
4f0c9ba7
DN
114702005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11471
11472 * term/apollo.el (terminal-init-apollo): New function containing
11473 all former top level forms in the file.
11474 * term/bobcat.el (terminal-init-bobcat):
11475 * term/cygwin.el (terminal-init-cygwin):
11476 * term/iris-ansi.el (terminal-init-iris-ansi):
11477 * term/linux.el (terminal-init-linux):
11478 * term/news.el (terminal-init-news):
11479 * term/rxvt.el (terminal-init-rxvt):
11480 * term/sun.el (terminal-init-sun):
11481 * term/tvi970.el (terminal-init-tvi970):
11482 * term/vt100.el (terminal-init-vt100):
11483 * term/vt102.el (terminal-init-vt102):
11484 * term/vt125.el (terminal-init-vt125):
11485 * term/vt200.el (terminal-init-vt200):
11486 * term/vt201.el (terminal-init-vt201):
11487 * term/vt220.el (terminal-init-vt220):
11488 * term/vt240.el (terminal-init-vt240):
11489 * term/vt300.el (terminal-init-vt300):
11490 * term/vt320.el (terminal-init-vt320):
11491 * term/vt400.el (terminal-init-vt400):
11492 * term/vt420.el (terminal-init-vt420):
11493 * term/wyse50.el (terminal-init-wyse50):
11494 * term/xterm.el (terminal-init-xterm): Likewise.
11495
11496 * term/README: Describe the terminal-init-* functionality.
11497
01e4a4fa
SM
11498 * startup.el (command-line): After loading the terminal initialization
11499 file call the corresponding terminal initialization function.
4f0c9ba7 11500
3509543c
KH
115012005-07-27 Kenichi Handa <handa@m17n.org>
11502
11503 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11504 negative.
11505
01e4a4fa 11506 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2f3a9d50
KH
11507 (ps-mule-composition-prologue): Fix for the case that
11508 RelativeCompose is false.
3509543c 11509
cbfde7a0
SM
115102005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11511
a34ed813
SM
11512 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11513
cbfde7a0
SM
11514 * descr-text.el (describe-char): Handle the case where the list of
11515 chars is displayed in a separate frame.
11516 Be a bit more discriminating when looking for the char.
11517
d32ff76a
JB
115182005-07-26 Juanma Barranquero <lekktu@gmail.com>
11519
11520 * bookmark.el (bookmark-automatically-show-annotations)
11521 (bookmark-read-annotation-text-func): Doc fixes.
11522 (bookmark-save): Improve argument/docstring consistency.
11523 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11524 (bookmark-alist-from-buffer)
11525 (bookmark-upgrade-file-format-from-0)
11526 (bookmark-grok-file-format-version)
11527 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11528 (bookmark-read-annotation-mode)
11529 (bookmark-insert-current-bookmark, bookmark-jump)
11530 (bookmark-exit-hook): Fix typos in docstrings.
11531 (bookmark-exit-hooks): Define as obsolete alias.
11532 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11533 not `bookmark-exit-hooks'. Fix docstring.
11534 (bookmark-bmenu-select): "?\ " -> "?\s".
11535
af71d4c0 115362005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5e4c9744
LT
11537
11538 * startup.el (command-line): Fix typo.
11539
5eca5ecd
RS
115402005-07-24 Richard M. Stallman <rms@gnu.org>
11541
11542 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11543 not emacs-quick-startup.
11544
ac0385c8
JB
115452005-07-24 Juanma Barranquero <lekktu@gmail.com>
11546
48ce962e
JB
11547 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11548 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11549 instead of `reb-with-current-window'.
11550 (reb-prev-match): Likewise. Also, don't move left if the search
11551 was unsuccessful.
11552 (reb-initialize-buffer): New function.
11553 (re-builder, reb-change-syntax): Use it.
11554
ac0385c8
JB
11555 * man.el (Man-goto-page): Make second argument NOERROR optional.
11556
55fb4ff7
RS
115572005-07-23 Richard M. Stallman <rms@gnu.org>
11558
11559 * man.el (Man-bgproc-sentinel): Check here for failure to find
11560 any man page in the output, and report the error here.
11561 (Man-arguments): Make it permanent local.
11562 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11563 (Man-mode): Pass t for NOERROR.
11564
ac0385c8
JB
11565 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11566 (grep-mode-font-lock-keywords):
55fb4ff7
RS
11567 Don't use compilation-...-face for messages that are not file names.
11568
11569 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11570 Don't use compilation-...-face for messages that are not file names.
11571
1050234a
JL
115722005-07-22 Juri Linkov <juri@jurta.org>
11573
1050234a
JL
11574 * startup.el (normal-splash-screen): Update menu name.
11575
11576 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11577
19292318
DN
115782005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11579
6a55dae2
DN
11580 * term/xterm.el: Load term/rxvt if the terminal is actually an
11581 rxvt terminal.
11582 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11583
19292318 11584 * term/rxvt.el (function-key-map): Use substitute-key-definition
af71d4c0 11585 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19292318
DN
11586
11587 * term/cygwin.el: New file.
11588
80362dd2
KS
115892005-07-22 Kim F. Storm <storm@cua.dk>
11590
a34ed813
SM
11591 * image-file.el (insert-image-file, image-file-yank-handler):
11592 Fix last change to maintain a (unique) yank-handler on yanked images.
80362dd2 11593
4be27839
EZ
115942005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11595
11596 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11597 of the file size (as in "177B" for 177 bytes). This happens with
11598 "ls -lh" on FreeBSD.
11599
3dd89635
JB
116002005-07-22 Juanma Barranquero <lekktu@gmail.com>
11601
11602 * hilit-chg.el (highlight-changes-global-initial-state)
11603 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11604 (hilit-chg-fixup, highlight-changes-mode):
11605 Fix typos in docstrings.
11606 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11607 Doc fixes.
11608
8a469c77
LT
116092005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11610
11611 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11612 mode function using `eval-after-load'.
11613
5543c8b7
KS
116142005-07-21 Kim F. Storm <storm@cua.dk>
11615
11616 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11617 included when reporting an emacs crash, and tell about the DEBUG file.
11618
11619 * image-file.el (insert-image-file): Add yank-handler.
11620 (image-file-yank-handler): Yank handler to make unique copies of
11621 images when they are yanked into a buffer next to each other.
11622
69c3280d
JB
116232005-07-21 Juanma Barranquero <lekktu@gmail.com>
11624
d6ff789c
JB
11625 * comint.el (comint-use-prompt-regexp, comint-send-input)
11626 (comint-source-default, comint-extract-string)
11627 (comint-get-source, comint-word, comint-completion)
11628 (comint-source, comint-prompt-read-only, comint-update-fence):
11629 Fix typos in docstrings.
11630 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11631 Declare with define-obsolete-*-alias macros.
11632 (comint-previous-matching-input-from-input)
11633 (comint-next-matching-input-from-input)
11634 (comint-previous-matching-input, comint-next-matching-input)
11635 (comint-forward-matching-input):
11636 Improve argument/docstring consistency.
11637
4880a274
JB
11638 * desktop.el (desktop-clear-preserve-buffers-regexp):
11639 Also preserve the *server* buffer.
11640
69c3280d
JB
11641 * simple.el (clone-indirect-buffer): Doc fix.
11642 (fixup-whitespace, just-one-space)
11643 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11644 (next-error, next-error-highlight)
11645 (next-error-highlight-no-select, next-error-last-buffer)
11646 (next-error-buffer-p, next-error-find-buffer, next-error)
11647 (previous-error, next-error-no-select, previous-error-no-select)
11648 (open-line, split-line, minibuffer-prompt-width, kill-new)
11649 (binary-overwrite-mode): Fix typos in docstrings.
11650 (set-fill-column): Fix typo in message.
11651
11652 * skeleton.el (skeleton-proxy-new): Doc fix.
11653
11654 * strokes.el (strokes-load-hook): Doc fix.
11655 (strokes-grid-resolution, strokes-get-grid-position)
11656 (strokes-renormalize-to-grid, strokes-read-stroke)
11657 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11658 (strokes-global-map): Fix typos in docstrings.
11659 (strokes-help): Doc fix. Fix help message and pass it through
11660 `substitute-command-keys'.
11661
4880a274
JB
11662 * tempo.el (tempo-insert-prompt, tempo-interactive)
11663 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11664 (tempo-insert-string-functions, tempo-local-tags)
11665 (tempo-define-template, tempo-insert-template)
11666 (tempo-insert-prompt-compat, tempo-is-user-element)
11667 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11668 Fix typos in docstrings.
11669
11670 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11671 (vcursor-key-bindings, vcursor-use-vcursor-map)
11672 (vcursor-find-window, vcursor-scroll-down)
11673 (vcursor-disable, vcursor-beginning-of-buffer)
11674 (vcursor-end-of-buffer): Fix typos in docstrings.
11675 (vcursor-relative-move, vcursor-get-char-count):
11676 Improve argument/docstring consistency.
11677
11678 * version.el: "?\ " -> "?\s".
11679
11680 * wid-edit.el (widget-default-create, widget-after-change)
11681 (widget-default-format-handler, widget-checklist-add-item)
11682 (widget-radio-add-item, widget-choose, widget-specify-secret)
11683 (widget-field-value-create, widget-field-value-get)
11684 (widget-editable-list-format-handler)
11685 (widget-editable-list-entry-create, widget-group-value-create)
11686 (widget-documentation-link-add)
11687 (widget-documentation-string-value-create): "?\ " -> "?\s".
11688 (widget-convert-text): Doc fix.
11689 (widget-narrow-to-field, widget-field-find)
11690 (widget-url-link-action, widget-emacs-library-link-action)
11691 (widget-color-notify): Fix typos in docstrings.
11692
11693 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11694 (x-select-text, set-w32-system-coding-system)
11695 (w32-add-charset-info): Fix typos in docstrings.
11696
11697 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11698 (cua-enable-cua-keys, cua-use-hyper-key)
11699 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11700 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11701
11702 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11703
11704 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11705 `defalias' instead of faking it.
11706
11707 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11708 (eshell-ls-missing, eshell-ls-dired-initial-args)
11709 (eshell-ls-use-in-dired): Fix typos in docstrings.
11710
200576f6
KS
117112005-07-20 Kim F. Storm <storm@cua.dk>
11712
11713 * emulation/cua-base.el (cua-mode): Improve doc string.
11714
3f32d6a3
JB
117152005-07-20 Juanma Barranquero <lekktu@gmail.com>
11716
a5b5bf44
JB
11717 * abbrev.el (expand-region-abbrevs): Doc fix.
11718 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11719 Improve argument/docstring consistency.
11720
11721 * arc-mode.el (archive-get-descr, archive-alternate-display):
11722 Doc fixes.
11723 (archive-l-e): Improve argument/docstring consistency.
11724 (archive-tmpdir, archive-unixdate, archive-unixtime)
11725 (archive-chmod-entry): Fix typos in docstrings.
11726 (archive-unflag, archive-unflag-backwards)
11727 (archive-unmark-all-files): "?\ " -> "?\s".
11728
11729 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11730 (Buffer-menu-not-modified, Buffer-menu-execute)
11731 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11732 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11733
11734 * composite.el (compose-string, encode-composition-rule)
11735 (compose-last-chars): Fix typos in docstrings.
11736
3f32d6a3
JB
11737 * desktop.el (desktop-enable, desktop-basefilename):
11738 Declare with `define-obsolete-variable-alias'.
11739 (desktop-internal-v2s): Don't quote keywords.
11740 (desktop-clear): "?\ " -> "?\s".
11741
a5b5bf44
JB
11742 * dired.el (dired-align-file, dired-flag-backup-files)
11743 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11744 (dired-listing-switches, dired-ls-F-marks-symlinks)
11745 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11746 (dired-directory, dired-faces, dired, dired-revert)
11747 (dired-mode, dired-summary, dired-view-file)
11748 (dired-copy-filename-as-kill, dired-delete-file)
11749 (dired-no-confirm, dired-unmark-all-marks)
11750 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11751 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11752 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11753 Fix typos in message strings.
11754
11755 * dired-x.el (virtual-dired): Declare with `defalias'.
11756 (dired-mark-unmarked-files, dired-local-variables-file)
11757 (dired-omit-here-always): Doc fix.
11758 (dired-omit-mode, dired-find-subdir)
11759 (dired-enable-local-variables, dired-clean-up-buffers-too)
11760 (dired-extra-startup, dired-mark-extension, dired-jump)
11761 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11762 (dired-smart-shell-command, dired-guess-shell-alist-user)
11763 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11764 (dired-x-bind-find-file, dired-x-submit-report):
11765 Fix typos in docstrings.
11766 (dired-mark-unmarked-files): "?\ " -> "?\s".
11767
11768 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11769
11770 * faces.el (describe-face): "?\ " -> "?\s".
11771 (read-all-face-attributes, read-face-font, modify-face)
11772 (face-attr-construct, italic): Fix typos in docstrings.
11773 (frame-update-face-colors): Declare with
11774 `define-obsolete-function-alias'.
11775
26b9ecbc
JB
11776 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11777 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11778 (magic-mode-alist, buffer-file-numbers-unique)
11779 (write-file-functions, get-free-disk-space):
11780 Fix typos in docstrings.
11781 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11782 (write-contents-hooks, write-file-hooks):
11783 Declare with `define-obsolete-variable-alias'.
11784
f33321ad
JB
11785 * forms-d2.el (arch-rj): Fix typo in docstrings.
11786 (arch-tocol): Likewise. "?\ " -> "?\s".
11787
11788 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11789 Fix typo in docstring.
11790 (set-screen-width, set-screen-height): Delete redundant info in
11791 doctrings.
11792 (new-frame, screen-height, screen-width): Declare with
11793 `define-obsolete-function-alias'.
11794 (delete-frame-hook, blink-cursor): Declare with
11795 `define-obsolete-variable-alias'.
11796
11797 * paths.el (prune-directory-list): Fix typos in docstring.
11798
11799 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11800 (cvs-prefix-get): Fix typos in docstrings.
11801
11802 * ps-print.el (ps-extend-face-list, ps-extend-face)
11803 (ps-print-background-image): Fix typos in docstrings.
11804 (ps-default-fg, ps-default-bg): Doc fixes.
11805
11806 * s-region.el (s-region-bind): Doc fix.
11807 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11808
3f32d6a3
JB
11809 * textmodes/org.el (org-table-formula-substitute-names)
11810 (org-table-get-vertical-vector): Doc fixes.
11811 (org-table-recalculate): Remove unused argument to `message'.
11812
376b811b
CD
118132005-07-19 Carsten Dominik <dominik@science.uva.nl>
11814
3f32d6a3
JB
11815 * textmodes/org.el (org-table-column-names)
11816 (org-table-column-name-regexp)
a34ed813
SM
11817 (org-table-named-field-locations): New variables.
11818 (org-archive-subtree): Protect `this-command' when calling
376b811b
CD
11819 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11820 the kill buffer.
a34ed813
SM
11821 (org-complete): Remove fixed-formula completion.
11822 (org-edit-formulas-map): New variable.
11823 (org-table-edit-formulas): New command.
11824 (org-finish-edit-formulas, org-abort-edit-formulas)
3f32d6a3 11825 (org-show-variable, org-table-get-vertical-vector): New functions.
a34ed813
SM
11826 (org-table-maybe-eval-formula): Handle `:=' fields.
11827 (org-table-get-stored-formulas, org-table-store-formulas)
11828 (org-table-get-formula, org-table-modify-formulas)
11829 (org-table-replace-in-formulas): Handle named field formulas.
11830 (org-table-get-specials): Store locations of named fields.
376b811b 11831
09ca8329
JL
118322005-07-19 Juri Linkov <juri@jurta.org>
11833
11834 * progmodes/grep.el (grep-regexp-alist)
11835 (grep-mode-font-lock-keywords, grep-process-setup):
11836 Use default GNU grep match color "01;31m" instead of "01;41m".
11837 (grep-regexp-alist, grep-mode-font-lock-keywords):
11838 Use `\\[[0-9]*m' instead of `\\[00m'.
11839 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11840 sgr_start where its handling is more important. Use the real
11841 length of sgr_start instead of constant 8.
11842 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11843 specially. Delete all remaining escape sequences.
11844 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11845 (grep-regexp-alist): Make hyperlink only for binary file name
11846 instead of the whole line.
11847 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11848 (grep-mode): Add autoload.
11849
11850 * emacs-lisp/find-func.el (find-function-regexp):
11851 Add `define-compilation-mode'.
11852
09cab23d
JL
118532005-07-19 Juri Linkov <juri@jurta.org>
11854
11855 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11856 (compare-windows-sync-string-size, compare-windows-recenter)
11857 (compare-windows-highlight, compare-windows): Add version 22.1.
11858 (compare-windows) <defface>: Inherit from lazy-highlight instead
11859 of duplicating its default value.
11860
11861 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11862 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11863
11864 * descr-text.el (describe-char): Create link buttons for `charset'
11865 and `code point'. Add the current input method name with a link
11866 button to `to input' field. Print face names of display table
11867 characters in `The display table entry is displayed by' section
11868 instead of printing face-id in the `display' field.
11869 Guess hardcoded faces and create a link button for them.
11870 Skip empty fields when calculating max-width.
11871 Treat `widget-create' specially while inserting strings from the
11872 collected field list.
11873 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11874
11875 * diff-mode.el (diff-file-header): Change foreground color from
11876 yellow to green on light backgrounds.
11877 (diff-context): Inherit from `shadow' only for color/grayscale
11878 with more than 88 colors.
11879 (diff-indicator-removed, diff-indicator-added)
11880 (diff-indicator-changed): New faces.
11881 (diff-font-lock-keywords): Use new faces. Regroup rules.
11882 Add "^---$" for `normal' diff format. Fontify `#' lines with
11883 font-lock-comment-delimiter-face and font-lock-comment-face.
11884 Add `#' to ^[^...] in the rule for `diff-context-face'.
11885
11886 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11887 a button-like box. Inherit from `highlight' on low colors.
11888 (shadow): Use shades of gray only for color/grayscale with
11889 more than 88 colors. Use green for light backgrounds with
11890 8 colors, and yellow for dark backgrounds with 8 colors.
11891
a34ed813
SM
11892 * font-lock.el (font-lock-regexp-grouping-backslash):
11893 Don't inherit from escape-glyph (use bold for all cases).
09cab23d
JL
11894
11895 * info.el (info-xref-visited): Use light foreground color `violet'
11896 for dark backgrounds instead of dark color `magenta3'.
11897 (info-title-1): Use `yellow' color for dark backgrounds.
11898
11899 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11900 too-light magenta2.
11901
11902 * replace.el (match): Use slightly more light RoyalBlue3 instead
11903 of dark RoyalBlue4.
11904
11905 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11906
cc8b76bf
JB
119072005-07-19 Juanma Barranquero <lekktu@gmail.com>
11908
6d9c9ad9
JB
11909 * novice.el (disabled-command-hook): Declare it with
11910 `define-obsolete-variable-alias'.
11911
cc8b76bf
JB
11912 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11913 (desktop-buffer-misc-functions, desktop-buffer-handlers)
11914 (desktop-load-default): Add release to obsolescence info.
11915 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11916 (desktop-append-buffer-args, desktop-read):
11917 Fix typos in docstrings.
11918 (desktop-kill): Fix typo in message.
11919 (desktop-save): Doc fix.
11920
acfb6f24 119212005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
cc8b76bf
JB
11922
11923 * viper-cmd.el (viper-escape-to-state): Bug fix.
11924 (viper-envelop-ESC-key): Change the definition of fast
11925 keysequence so it'll work with keyboard macros.
11926
11927 * ediff.el (ediff-patch-buffer): Change the docstring.
11928
e9b01d1f
KH
119292005-07-19 Kenichi Handa <handa@m17n.org>
11930
11931 * international/mule-cmds.el (select-safe-coding-system): Try to
11932 use an auto-coding (if any) before anything else. If the found
11933 auto-coding is invalid, show a warning message.
11934
11935 * international/mule.el (find-auto-coding): New function created
11936 by modifying the body of set-auto-coding.
11937 (set-auto-coding): Use find-auto-coding to find a coding.
11938
b4fb325f
RS
119392005-07-18 Richard M. Stallman <rms@gnu.org>
11940
11941 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11942 not isearch-mode-end-hook-error.
11943 (allout-before-change-protect): Fix error message.
11944
1bef8597
JL
119452005-07-18 Juri Linkov <juri@jurta.org>
11946
11947 * allout.el (allout-mode):
11948 * calculator.el (calculator-copy):
11949 * custom.el (custom-known-themes):
11950 * dired.el (dired-desktop-buffer-misc-data)
11951 (dired-restore-desktop-buffer):
11952 * dired-x.el (dired-omit-marker-char):
11953 * files.el (basic-save-buffer):
11954 * font-core.el (font-lock-mode):
11955 * calendar/calendar.el (calendar-goto-hebrew-date)
11956 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11957 (calendar-goto-persian-date):
11958 * language/ethio-util.el (ethio-sera-to-fidel-region):
11959 * textmodes/picture.el (picture-mode):
11960 Delete duplicate duplicate words.
11961
57cfde4d
JL
119622005-07-18 Juri Linkov <juri@jurta.org>
11963
11964 * isearch.el (isearch-mode-map): Remove key bindings for regexp
11965 chars * ? } |.
11966 (isearch-fallback): Don't call `isearch-process-search-char'.
11967 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11968 (isearch-process-search-char): Call `isearch-fallback' for regexp
11969 chars * ? } |.
11970 (isearch-return-char): Make obsolete with `make-obsolete' instead
11971 of simply documenting it as obsolete in the docstring.
11972 (isearch-fallback): Refill docstring.
11973
11974 * international/isearch-x.el
ca19f3f1
AS
11975 (isearch-process-search-multibyte-characters): Remove unneeded
11976 `concat'. Add intermediate values to `junk-hist' instead of
11977 `minibuffer-history'. Test the length of `str'.
57cfde4d 11978
d34f0136
JB
119792005-07-18 Juanma Barranquero <lekktu@gmail.com>
11980
11981 * allout.el (allout-resolve-xref): Fix typos in error strings.
11982 (allout-before-change-protect): Remove unneeded `concat'.
11983
11984 * array.el (array-mode, array-reconfigure-rows)
11985 (untabify-backward): Fix typos in docstrings.
11986 (array-reconfigure-rows): Use `insert-buffer-substring', not
11987 `insert-buffer'.
11988
11989 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
a34ed813
SM
11990 * progmodes/ada-mode.el (ada-make-body):
11991 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
d34f0136
JB
11992
11993 * dired.el (dired-log):
11994 * tar-mode.el (tar-subfile-save-buffer):
11995 * play/zone.el (zone-pgm-stress-destress):
11996 Use `insert-buffer-substring', not `insert-buffer'.
11997
e81c51f0
SJ
119982005-07-17 Simon Josefsson <jas@extundo.com>
11999
c5fb0bd6 12000 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
e81c51f0 12001
4effb112
SJ
120022005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12003
c5fb0bd6
KS
12004 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12005 Add plain auth method.
12006 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4effb112 12007
4f8efafc
KS
120082005-07-17 Kim F. Storm <storm@cua.dk>
12009
f64d5328 12010 * ido.el (dired-other-window): Add ido property.
4f8efafc 12011
e41acc77
JB
120122005-07-16 Juanma Barranquero <lekktu@gmail.com>
12013
12014 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12015 Fix typo in docstring.
12016 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12017 `insert-file-literally'.
12018
12019 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12020 info and delete redundant message. Doc fix.
12021 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12022 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12023
ad50a502
RS
120242005-07-16 Richard M. Stallman <rms@gnu.org>
12025
12026 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12027 (byte-compile-and): Use byte-compile-and-recursion.
12028 (byte-compile-or-recursion): New function.
12029 (byte-compile-or): Use that.
12030 (byte-compile-if): Guard the else-clause too.
12031 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4185451d
RS
12032
12033 * isearch.el (isearch-mode-end-hook-quit): New variable.
12034 (isearch-done): Bind it.
12035 (isearch-mode-end-hook): Doc fix.
12036
12037 * allout.el (allout-isearch-did-quit): Variable deleted.
12038 (allout-real-isearch-abort): Function name no longer used.
12039 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12040 (allout-isearch-rectification): isearch-mode always exists.
12041 Don't set allout-isearch-did-quit.
12042 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12043 allout-isearch-did-quit.
12044 (allout-enwrap-isearch): Just add the hook.
12045 (allout-isearch-abort): Function deleted.
12046 (allout-pre-command-business): Avoid warning.
ad50a502
RS
12047
12048 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12049 Correctly avoid warnings.
12050 (pascal-outline): Likewise.
12051
12052 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12053
12054 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12055
12056 * play/tetris.el (tetris-mode): Avoid warning.
12057
12058 * play/snake.el (snake-mode): Avoid warning.
12059
12060 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12061 (gamegrid-set-display-table): Avoid warning.
12062 (gamegrid-set-timer): Likewise.
12063 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12064 (gamegrid-add-score-with-update-game-score-1): Take FILE
12065 as argument.
12066 (gamegrid-add-score-with-update-game-score): Pass that argument.
12067 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12068
12069 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12070
12071 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12072 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12073
12074 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12075 and insert-file.
e41acc77 12076
ad50a502
RS
12077 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12078 (sc-ask): Avoid warnings.
12079
12080 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12081 (eshell-hist-initialize): Use that var the natural way.
12082
12083 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12084
a34ed813
SM
12085 * emacs-lisp/re-builder.el (reb-cook-regexp):
12086 Avoid warning calling lre-compile-string.
ad50a502
RS
12087 (reb-color-display-p): Avoid warning.
12088
12089 * calculator.el (calculator-last-input): Guard uses
12090 of event-key and key-press-event-p.
12091 (event-key, key-press-event-p): Delete definitions.
12092
12093 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
dc9c856d
RS
12094 (find-gc-source-directory, find-gc-subrs-callers)
12095 (find-gc-noreturn-list, find-gc-source-files)
12096 (find-gc-subrs-called): Vars renamed and defvar'd.
ad50a502
RS
12097
12098 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12099 (checkdoc-overlay-put, checkdoc-delete-overlay)
12100 (checkdoc-overlay-start, checkdoc-overlay-end)
e41acc77 12101 (checkdoc-mode-line-update, checkdoc-char=):
ad50a502 12102 Define such that compiler knows they are defined.
a34ed813
SM
12103 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12104 (checkdoc-read-event): Delete. Use read-event directly.
ad50a502
RS
12105
12106 * whitespace.el (whitespace-make-overlay)
12107 (whitespace-overlay-put, whitespace-delete-overlay)
12108 (whitespace-overlay-start, whitespace-overlay-end):
12109 Define such that compiler knows they are defined.
12110 (whitespace): Move conditional inside.
12111
12112 * tempo.el (tempo-insert-template): Suppress warning.
12113
12114 * ediff-diff.el (longlines-mode): Add defvar.
12115
9ebc3953
EZ
121162005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12117
12118 * server.el: Bind "C-x #" in a way that works even if C-x is
12119 redefined to a command key, not a prefix key.
12120
2e9c1c6d
EZ
121212005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12122
12123 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12124 cl-make-type-test till execution time.
12125
6bdeff3e
EZ
121262005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12127
12128 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12129 arg ARG and use it.
12130
578f8106
EZ
121312005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12132
12133 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12134
9f8a6f72
LT
121352005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12136
12137 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12138 a defcustom with two :set or :type keywords.
12139
e4b477a1
RS
121402005-07-15 Richard M. Stallman <rms@gnu.org>
12141
12142 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12143 Don't give ^M comment-end syntax.
12144
bb7e5329
NR
121452005-07-16 Nick Roberts <nickrob@snap.net.nz>
12146
9ab281f0 12147 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
bb7e5329
NR
12148 Don't consider gdbmi (gdb-mi.el has its own update functions).
12149 (gdb-var-delete): Make it work for gdbmi as well.
12150 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12151
12152 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12153 (gud-speedbar-menu-items): Correct logic for enabling items.
12154
075e33b3
KS
121552005-07-15 Kim F. Storm <storm@cua.dk>
12156
2994c5cf 12157 * ido.el: Fix commentary.
9ab281f0 12158 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
075e33b3 12159 Use with-no-warnings around ffap-guesser.
2994c5cf
KS
12160 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12161 Let bind minibuffer-completing-file-name to t.
075e33b3 12162
fea34e9f
JB
121632005-07-15 Juanma Barranquero <lekktu@gmail.com>
12164
9ab281f0
JB
12165 * startup.el (site-run-file, keyboard-type): Doc fixes.
12166 (command-line): Check for "--basic-display" argument; also for
12167 "--quick", not "--bare-bones" (which was renamed).
12168 (fancy-splash-text): Add missing item "Getting New Versions".
12169 (normal-splash-screen): Fix typos and improve consistency with
12170 `fancy-splash-text'. Update copyright year.
12171
1930e8f0
JB
12172 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12173 valid binding for `help-char'.
12174
3c8dd9b9 12175 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
fea34e9f 12176
9ea818ab
DN
121772005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12178
12179 * term.el (term-mode): Disable cua-mode for term buffers.
12180
edc8ec9f
JB
121812005-07-14 Juanma Barranquero <lekktu@gmail.com>
12182
1930e8f0
JB
12183 * add-log.el (add-log-mailing-address, change-log-merge):
12184 Doc fixes.
edc8ec9f
JB
12185 (change-log-get-method-definition): Fix typo in docstring.
12186
44016d9d
KS
121872005-07-14 Kim F. Storm <storm@cua.dk>
12188
12189 * emulation/cua-base.el:
12190 (cua--pre-command-handler-1, cua--pre-command-handler)
12191 (cua--post-command-handler-1, cua--post-command-handler):
12192 Split in two. Check (buffer local) value of cua-mode.
12193 (cua-selection-mode): New command.
12194
fd90b80c
LT
121952005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12196
12197 * custom.el (custom-initialize-safe-set)
12198 (custom-initialize-safe-default): Doc fixes.
12199
12200 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12201 and simplify :init-value again.
12202
12203 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12204 and simplify :init-value again. Delete autoload.
12205
12206 * startup.el (command-line): Use `custom-reevaluate-setting' again
12207 for tooltip-mode.
12208
9f8a6f72
LT
12209 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12210 a defcustom with two :initialize keywords.
fd90b80c 12211
a937cb39
JB
122122005-07-13 Juanma Barranquero <lekktu@gmail.com>
12213
12214 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12215 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12216 (allout-post-command-business, allout-flag-region)
12217 (isearch-reenable-font-lock, allout-yank)
12218 (allout-insert-latex-header, allout-insert-latex-trailer)
12219 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12220 (allout-latex-verb-quote): Fix typos in docstrings.
1930e8f0 12221 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
a937cb39
JB
12222 (allout-unprotected, allout-prefix-data):
12223 Improve argument/docstring consistency.
12224 (allout-chart-subtree): Fix argument spec.
12225 (allout-open-topic): Rename `use_sib_bullet' argument to
12226 `use-sib-bullet'. Doc fix.
12227
12228 * whitespace.el (whitespace-check-buffer-leading)
12229 (whitespace-check-buffer-trailing)
12230 (whitespace-check-buffer-indent)
12231 (whitespace-check-buffer-spacetab)
12232 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12233 (whitespace-check-leading-whitespace)
12234 (whitespace-check-trailing-whitespace)
12235 (whitespace-check-spacetab-whitespace)
12236 (whitespace-check-indent-whitespace)
12237 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12238 (whitespace-modes): Fix typos in docstrings.
1930e8f0 12239 (defgroup, defcustom): Doc fixes.
a937cb39
JB
12240
12241 * winner.el (winner-mode, winner-boring-buffers)
12242 (winner-pending-undo-ring): Doc fixes.
12243 (winner-ring): Remove unneeded `progn'.
12244 (winner-equal): `defsubst' it.
12245 (winner-redo): Fix message.
12246
010b9a45
KS
122472005-07-13 Kim F. Storm <storm@cua.dk>
12248
12249 * simple.el (line-move-1): Always use vertical-motion to
12250 do the last (or only) line move to ensure some movement.
12251 Undo 2005-06-23 change--don't check for overlays.
12252
c229fb15
YM
122532005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12254
12255 * term/mac-win.el (ccl-encode-mac-roman-font)
12256 (ccl-encode-mac-centraleurroman-font)
12257 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2af9d879
SM
12258 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12259 Change charset-id boundary of dimension to ?\xef.
c229fb15
YM
12260 (mac-char-fontspec-list): New constant.
12261 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12262 argument. Nil uses itself as family in font-spec. Previous
12263 behavior for nil is now provided by non-nil non-string argument.
12264 All callers changed. Add font-specs for Mac fonts to
12265 "fontset-default" unless iso8859-1 fonts are installed.
12266
69d05d83
SM
122672005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12270 a continuation line if the \ is preceded by SPC or TAB.
12271 (sh-get-indent-info): Simplify.
12272 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12273 Use with-current-buffer.
12274
12275 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12276 when the matched text is empty.
12277
d8a9fbf0
LT
122782005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12279
12280 * startup.el (command-line): Revert to previous handling of
12281 tooltip-mode. Explain in comment why the complexity is needed.
12282
12283 * tooltip.el (tooltip-mode): Revert to previous implementation of
12284 its defcustom.
12285
12286 * frame.el (blink-cursor-mode): Revert to previous implementation
f3eb269f 12287 of its defcustom. Update comment.
d8a9fbf0 12288
70f35cb1
LH
122892005-07-12 Lars Hansen <larsh@soem.dk>
12290
12291 * desktop.el: Update e-mail address.
12292
c37efb7a
YM
122932005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12294
12295 * term/mac-win.el (mac-services-mail-selection)
12296 (mac-services-mail-to): New functions.
12297 (mac-application-menu-map): Bind them.
12298
af71d4c0 122992005-07-12 wulei <milton@wulei.net> (tiny change)
7ea9de71
NR
12300
12301 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12302
350ecc49
LT
123032005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12304
12305 * custom.el (custom-reevaluate-setting): Doc fix.
12306
ea6bc45d
JB
123072005-07-11 Jay Belanger <belanger@truman.edu>
12308
12309 * calc/calc.el (calc-embedded-announce-formula-alist)
12310 (calc-embedded-open-close-plain-alist)
69d05d83 12311 (calc-embedded-open-close-mode-alist): Add checks for additional
a937cb39 12312 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
ea6bc45d 12313
ba2c4279
JB
123142005-07-11 Juanma Barranquero <lekktu@gmail.com>
12315
12316 * custom.el (custom-enable-theme): Don't add theme to
12317 `custom-enabled-themes' with `push' because there is no
12318 setf-method for `delq'.
12319
3cc9e6d8
RS
123202005-07-11 Richard M. Stallman <rms@gnu.org>
12321
8989771d
RS
12322 * custom.el (custom-declare-variable): Doc fix.
12323
5176af43
RS
12324 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12325 from the alists.
12326
3cc9e6d8
RS
12327 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12328 Do nothing if edebug-active.
12329
12330 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12331 (edebug-display): Do it here instead.
12332
123332005-07-10 Richard M. Stallman <rms@gnu.org>
12334
12335 * cus-face.el (custom-theme-set-faces): Make it work.
12336 (custom-reset-faces): Doc fix.
12337 (custom-theme-reset-internal-face, custom-theme-face-value):
12338 Functions deleted.
12339
12340 * custom.el (custom-push-theme): Maintain list of the settings
12341 of a given theme in its theme-settings property.
12342 Maintain position of old settings in the theme-value
12343 or theme-face property.
12344 (custom-enabled-themes): New variable.
12345 (custom-theme-enabled-p): New function.
12346 (provide-theme): Update custom-enabled-themes.
12347 Disable and reenable the `user' theme.
12348 (require-theme): Doc fix.
12349 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12350 (custom-theme-value, custom-theme-variable-value): Likewise.
12351 (custom-theme-reset-internal): Likewise.
12352 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12353 (custom-enable-theme, custom-disable-theme): New functions.
12354 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12355 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12356 (custom-theme-reset-variables): Simplify.
12357 (deftheme, custom-declare-theme, custom-make-theme-feature):
12358 Definitions moved.
12359
1a3b7cd5
RS
123602005-07-10 Chong Yidong <cyd@stupidchicken.com>
12361
12362 * longlines.el (longlines-show-region)
12363 (longlines-unshow-hard-newlines): Recognize hard newlines by
12364 non-nil hard property, instead of t.
12365
8ea74b0e 123662005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4ff7373a
KS
12367
12368 * viper-cmd.el (viper--key-maps): New variable.
12369 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8ea74b0e 12370 emulation-mode-map-alists.
4ff7373a
KS
12371 (viper-envelop-ESC-key): Use viper-subseq.
12372 (viper-search-forward/backward/next): Disable debug-on-error.
12373
12374 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12375 (viper-ESC-key): New defcustoms.
12376
12377 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12378
12379 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12380 (viper-subseq): Copy of subseq from cl.el.
12381
12382 * viper.el (viper-go-away, viper-set-hooks): Use
8ea74b0e 12383 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4ff7373a
KS
12384
12385 * viper-mous.el (viper-current-frame-saved): Use defvar.
12386
12387 * viper-init.el: Get rid of -face in face names.
12388
12389 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8ea74b0e 12390 Make it work with longlines mode
4ff7373a
KS
12391
12392 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12393
12394 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12395
99580cde 12396 * ediff-init.el: Get rid of -face in face names.
4ff7373a 12397
e2dacaac
RS
123982005-07-10 Richard M. Stallman <rms@gnu.org>
12399
12400 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12401 and with-timeout-unsuspend.
12402
12403 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12404 and with-timeout-unsuspend.
12405
12406 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12407 (with-timeout): Bind that variable to record timers.
12408 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12409
12410 * emacs-lisp/debug.el (debug-help-follow): New function.
12411 (debugger-mode-map): Use that instead of help-follow.
12412 (debugger-setup-buffer): Use eval-buffer-list
12413 to handle eval-buffer frames.
12414
124152005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12416
69d05d83 12417 * timezone.el (timezone-parse-date): Change first regexp
e2dacaac
RS
12418 so it will not mistakenly match dates with no time zone.
12419
124202005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12421
12422 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12423
72df78c9
LT
124242005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12425
0a2eeb92
LT
12426 * custom.el (custom-initialize-safe-set)
12427 (custom-initialize-safe-default): New functions.
12428
12429 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12430 and simplify :init-value.
12431
12432 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12433 and simplify :init-value. Delete obsolete comment.
12434
12435 * startup.el (command-line): Use `custom-reevaluate-setting' to
12436 handle `tooltip-mode'. Delete obsolete comment.
12437
72df78c9
LT
12438 * files.el (set-visited-file-name): Avoid calling
12439 `file-name-nondirectory' with a nil argument.
12440
e2dacaac
RS
124412005-07-09 Richard M. Stallman <rms@gnu.org>
12442
12443 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12444 was called with nil for the buffer, handle the read position right.
12445 Handle read position for eval-region, too.
12446
4a65d2b3
JL
124472005-07-09 Juri Linkov <juri@jurta.org>
12448
12449 * fringe.el (fringe-mode): Add period in docstring.
12450 (fringe-query-style): Build prompt depending on `all-frames' arg.
12451
12452 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12453 to not create links to unrelated functions in the Help buffer.
12454
12455 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12456 Doc fix.
12457
12458 * simple.el (next-error-hook): New variable.
12459 (next-error): Use it. Doc fix.
12460
12461 * textmodes/ispell.el (ispell-command-loop): Add current
12462 dictionary name and program name to mode-line-format.
12463 (ispell-region, ispell-process-line): Add current dictionary name
12464 and program name to messages.
12465
31f3c79b
JB
124662005-07-08 Jay Belanger <belanger@truman.edu>
12467
12468 * calc/calc.el (calc-embedded-announce-formula-alist)
12469 (calc-embedded-open-close-formula-alist)
12470 (calc-embedded-open-close-word-alist)
12471 (calc-embedded-open-close-plain-alist)
12472 (calc-embedded-open-close-new-formula-alist)
12473 (calc-embedded-open-close-mode-alist)
12474 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12475 (calc-embedded-mode-hook): New variables.
12476
12477 * calc/calc-embed.el (calc-embedded-firsttime)
12478 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12479 New variables.
12480 (calc-do-embedded): Use calc-embedded-firsttime,
12481 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12482 determine whether or not to run hooks.
12483 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12484 calc-embedded-firsttime-formula appropriately.
12485 Set calc-embedded delimiter variables according to mode.
12486
917e0c95
RS
124872005-07-08 Richard M. Stallman <rms@gnu.org>
12488
12489 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12490 Check for "emacs", etc., as entire symbol, not just as word.
12491 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12492
12493 * files.el (set-visited-file-name): Report the error
12494 for "empty filename" earlier.
12495 (kill-some-buffers): Ignore buffers already dead.
12496
12497 * fringe.el (fringe-mode): Doc fix.
12498
12499 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12500 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12501 Use unwind-protect to ensure byte-compile-unresolved-functions
12502 is updated.
12503
12504 * whitespace.el (whitespace-buffer-leading-cleanup):
12505 Simplify w/ skip-chars-forward.
12506 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12507
12508 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12509 Unconditionally try to leave point at the same old place.
12510
8774406b
EZ
125112005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12512
12513 * comint.el (comint-postoutput-scroll-to-bottom)
69d05d83 12514 (comint-show-maximum-output): Take scroll-margin into consideration.
8774406b 12515
c380c937
KS
125162005-07-08 Kim F. Storm <storm@cua.dk>
12517
3aaa5e26
KS
12518 * ido.el (ido-use-filename-at-point): New choice `guess'.
12519 (ido-file-internal): Try ffap-guesser if selected.
12520
c380c937
KS
12521 * ido.el (ido-before-fallback-functions): New hook.
12522 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12523 (ido-read-file-name): Run it.
12524
2af9d879
SM
125252005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12528 strings rather than a list of symbols to the completion function.
12529
f3414bd4
JB
125302005-07-07 Jay Belanger <belanger@truman.edu>
12531
9ab281f0 12532 * calc/calc-units.el (math-apply-units): Change the places in
f3414bd4
JB
12533 which units are simplified.
12534
a1306094
LT
125352005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12536
12537 * cus-edit.el (customize-option, customize-option-other-window):
12538 Make them handle aliases.
12539
12540 * custom.el (custom-variable-p): Make it recursively follow
12541 aliases. Mention that in the docstring.
12542
bc4c8456
RS
125432005-07-07 Richard M. Stallman <rms@gnu.org>
12544
12545 * cus-start.el (exec-path): Use `directory' instead of `file'.
b713c813 12546 Fix tag for nil.
bc4c8456 12547
a653724b
JB
125482005-07-07 Juanma Barranquero <lekktu@gmail.com>
12549
12550 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12551 when called non-interactively. Doc fix.
12552
9d42fe6f
LK
125532005-07-07 Lute Kamstra <lute@gnu.org>
12554
12555 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12556 new address as well.
12557
43b557d5
KH
125582005-07-07 Kenichi Handa <handa@m17n.org>
12559
69d05d83
SM
12560 * international/mule.el (make-coding-system):
12561 Describe `ascii-incompatible' property in the docstring.
43b557d5
KH
12562 (set-file-name-coding-system): Signal an error if coding-system is
12563 ascii-incompatible.
12564 (set-keyboard-coding-system): Likewise.
12565
a653724b
JB
12566 * international/mule-cmds.el (set-default-coding-systems):
12567 Don't set default-file-name-coding-system and
69d05d83 12568 default-keyboard-coding-system if coding-system is ASCII-incompatible.
43b557d5
KH
12569
12570 * international/utf-16.el: Declare that all UTF-16-based coding
a653724b 12571 systems are ASCII-incompatible.
43b557d5 12572
811ade5c
NR
125732005-07-07 Nick Roberts <nickrob@snap.net.nz>
12574
12575 * progmodes/gud.el: Require font-lock for displaying errors.
12576 Used by gdb-ui.el.
12577
ed6773fa
JB
125782005-07-07 Juanma Barranquero <lekktu@gmail.com>
12579
12580 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12581 values for the pattern lists which are `read'able but not
12582 `append'able (like symbols).
12583
7ea8834e
RS
125842005-07-06 Richard M. Stallman <rms@gnu.org>
12585
12586 * progmodes/flymake.el (flymake-float-time): Instead of
12587 with-no-warnings, test for xemacs.
12588 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12589 to avoid warning.
12590
d25dfeed
JB
125912005-07-06 Juanma Barranquero <lekktu@gmail.com>
12592
12593 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12594
68003d6b 125952005-07-05 Lute Kamstra <lute@gnu.org>
71d21198
LK
12596
12597 * battery.el: Add support for Darwin (with much debugging help
12598 from Samuel Lauber <sam124@operamail.com>).
12599 (battery-status-function, battery-echo-area-format)
12600 (battery-mode-line-format): Add support for pmset on Darwin.
12601 (battery-load-low, battery-load-critical): New user options.
12602 (battery-pmset): New function.
12603
68003d6b
LK
126042005-07-05 Lute Kamstra <lute@gnu.org>
12605
12606 Update FSF's address in GPL notices.
12607
12608 * textmodes/page-ext.el: Update FSF's address.
12609
c13ce396
SM
126102005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12611
12612 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12613 filling from using prefix when filling a single-line docstring.
12614
12615 * progmodes/flymake.el: Remove useless eval-when-compile.
12616
12617 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12618
4af33176
RS
126192005-07-04 Richard M. Stallman <rms@gnu.org>
12620
12621 * textmodes/org.el (org-file-apps-defaults-gnu):
c13ce396 12622 Rename from org-file-apps-defaults-linux.
4af33176
RS
12623 (org-default-apps): Don't test system-type for `linux'.
12624 (org-file-apps): Doc fix.
12625
6ea54413
DP
126262005-07-04 David Ponce <david@dponce.com>
12627
12628 * tree-widget.el: Improve header Commentary section.
12629 (tree-widget) [defgroup]
12630 (tree-widget-image-enable, tree-widget-themes-directory)
12631 (tree-widget-theme, tree-widget-image-properties-emacs)
12632 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12633 (tree-widget-image-formats, tree-widget-control)
12634 (tree-widget-empty-control, tree-widget-leaf-control
12635 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12636 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12637 (tree-widget-keep, tree-widget-after-toggle-functions)
12638 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12639 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12640 :help-echo message.
12641 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12642 (tree-widget-image-properties): Doc fix. Clearer implementation.
12643 (tree-widget--cursors): New constant.
12644 (tree-widget-lookup-image): New function split from
12645 `tree-widget-find-image'. Clearer implementation.
12646 (tree-widget-find-image): Use it.
12647 (tree-widget-button-keymap): Use `set-keymap-parent'.
12648 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12649 Define the sub-widgets here.
12650 (tree-widget-node): Check that :node is not a tree-widget.
12651 (tree-widget-get-super, tree-widget-open-control)
12652 (tree-widget-close-control, tree-widget-empty-control)
12653 (tree-widget-leaf-control, tree-widget-guide)
12654 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12655 (tree-widget-no-handle, tree-widget-value-delete)
12656 (tree-widget-map): Remove.
12657 (tree-widget-children-value-save): Doc fix. Simplified.
12658 (tree-widget-value-create): Update according to previous changes.
12659
576ae47a
CD
126602005-07-04 Carsten Dominik <dominik@science.uva.nl>
12661
12662 * textmodes/org.el: Leading space replaced by TABS.
12663 (org-recalc-marks, org-table-rotate-recalc-marks)
12664 (org-table-get-specials): Treat "^" and "_" marks.
12665 (org-table-justify-field-maybe): Optional argument NEW.
c13ce396
SM
12666 (org-table-eval-formula): Parsing of the format simplified.
12667 New modes C,I. Honor the %= parameter in the current table.
12668 Avoid unnecessary re-align by using the NEW argument to
576ae47a 12669 `org-table-justify-field-maybe'.
c13ce396
SM
12670 (org-calc-default-modes): Default for date-format mimicks org-mode.
12671 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
576ae47a 12672
29a05cd1
LT
126732005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12674
12675 * cus-face.el (custom-theme-set-faces): Make it handle face
12676 aliases whose alias declarations are pre- or autoloaded.
12677
45cbf2fe
JL
126782005-07-04 Juri Linkov <juri@jurta.org>
12679
12680 * faces.el (read-face-name): Put the code for getting a face name
12681 from the buffer before adding the faces from the `face' property.
12682 Use `completing-read-multiple' instead of `completing-read'.
12683 Require `crm'. Add default value and post-process the returned
12684 list of faces.
12685
12686 * emacs-lisp/crm.el (crm-find-current-element)
12687 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12688
12689 * emacs-lisp/lisp-mode.el (eval-defun-1):
12690 * emacs-lisp/edebug.el (edebug-eval-defun):
12691 Remove unnecessary quotes.
12692
ec0421f3
JB
126932005-07-04 Juanma Barranquero <lekktu@gmail.com>
12694
c6c5714e
JB
12695 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12696 (prolog-indent-level): Fix typo in docstring.
12697
12698 * info.el (Info-history, Info-history-forward)
12699 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12700
6db8cbf5
JB
12701 * add-log.el (add-change-log-entry):
12702 * comint.el (comint-dynamic-list-input-ring)
12703 (comint-dynamic-list-completions):
12704 * dabbrev.el (dabbrev-expand):
12705 * delim-col.el (delimit-columns-rectangle-line):
12706 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12707 (diff-unified->context):
12708 * ediff-init.el (ediff-abbrev-jobname):
12709 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12710 (ediff-replace-session-activity-marker-in-meta-buffer):
12711 * info.el (Info-summary):
12712 * lpr.el (printify-region):
12713 * printing.el (pr-create-interface):
12714 * ps-print.el (ps-print-quote):
12715 * ses.el (ses-column-widths, ses-print-cell)
12716 (ses-adjust-print-width, ses-center):
12717 * shell.el (shell-file-name-quote-list):
12718 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12719 (strokes-fill-current-buffer-with-whitespace)
12720 (strokes-xpm-for-stroke, strokes-list-strokes)
12721 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12722 * term.el (term-dynamic-list-input-ring)
12723 (term-dynamic-list-completions):
12724 * calc/calc.el (math-format-stack-value):
12725 * emacs-lisp/edebug.el (edebug-display-freq-count):
12726 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12727 (delphi-new-comment-line):
12728 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12729 * progmodes/executable.el (executable-set-magic):
12730 * progmodes/python.el (inferior-python-mode):
12731 * progmodes/scheme.el (scheme-mode-syntax-table):
12732 * progmodes/sh-script.el (sh-maybe-here-document):
12733 * progmodes/sql.el (sql-copy-column):
12734 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12735 * textmodes/bibtex.el (bibtex-mode):
12736 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12737 (sgml-auto-attributes):
12738 * textmodes/table.el (table-insert, table-shorten-cell)
12739 (table--generate-source-scan-lines, table-delete-row)
12740 (*table--cell-delete-char, table--spacify-frame)
12741 (table--horizontally-shift-above-and-below)
12742 (table--cell-insert-char, table--cell-blank-str)
12743 (table--fill-region-strictly):
12744 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12745 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12746
12747 * add-log.el (change-log):
12748 * apropos.el (apropos):
12749 * comint.el (comint-completion, comint-source):
12750 * dabbrev.el (dabbrev):
12751 * delim-col.el (columns):
12752 * diff-mode.el (diff-mode):
12753 * ediff.el (ediff):
12754 * ediff-diff.el (ediff-diff):
12755 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12756 * ediff-mult.el (ediff-mult):
12757 * ediff-ptch.el (ediff-ptch):
12758 * ediff-wind.el (ediff-window):
12759 * facemenu.el (facemenu):
12760 * indent.el (indent):
12761 * info.el (info):
12762 * jka-cmpr-hook.el (compression, jka-compr):
12763 * lpr.el (lpr):
12764 * outline.el (outlines):
12765 * pcmpl-cvs.el (pcmpl-cvs):
12766 * pcmpl-rpm.el (pcmpl-rpm):
12767 * printing.el (printing):
12768 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12769 (ps-print-vertical, ps-print-headers, ps-print-font)
12770 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12771 (ps-print-background, ps-print-printer, ps-print-page)
12772 (ps-print-miscellany):
12773 * ses.el (ses):
12774 * shell.el (shell, shell-directories, shell-faces):
12775 * startup.el (initialization):
12776 * strokes.el (strokes):
12777 * term.el (term):
12778 * uniquify.el (uniquify):
12779 * w32-vars.el (w32):
12780 * calc/calc.el (calc):
12781 * emacs-lisp/bytecomp.el (bytecomp):
12782 * emacs-lisp/cl-indent.el (lisp-indent):
12783 * emacs-lisp/edebug.el (edebug):
12784 * emacs-lisp/elp.el (elp):
12785 * emacs-lisp/testcover.el (testcover):
12786 * emacs-lisp/trace.el (trace):
12787 * emulation/viper-ex.el (viper-ex):
12788 * emulation/viper-mous.el (viper-mouse):
12789 * mail/mailalias.el (mailalias):
12790 * mail/supercite.el (supercite, supercite-frames)
12791 (supercite-attr, supercite-cite, supercite-hooks):
12792 * net/rcompile.el (remote-compile):
12793 * net/rlogin.el (rlogin):
12794 * obsolete/ooutline.el (outlines):
12795 * progmodes/delphi.el (delphi):
12796 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12797 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12798 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12799 (ebnf-optimization):
12800 * progmodes/etags.el (etags):
12801 * progmodes/executable.el (executable):
12802 * progmodes/idlwave.el (idlwave):
12803 * progmodes/pascal.el (pascal):
12804 * progmodes/prolog.el (prolog):
12805 * progmodes/python.el (python):
12806 * progmodes/scheme.el (scheme):
12807 * progmodes/sh-script.el (sh, sh-script):
12808 * progmodes/sql.el (SQL):
12809 * progmodes/tcl.el (tcl):
12810 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12811 * textmodes/enriched.el (enriched):
12812 * textmodes/makeinfo.el (makeinfo):
12813 * textmodes/sgml-mode.el (sgml):
12814 * textmodes/table.el (table-hooks):
12815 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12816 * textmodes/texinfo.el (texinfo):
12817 * textmodes/two-column.el (two-column):
12818 Finish `defgroup' description with period.
59fda2fa 12819
ec0421f3 12820 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6db8cbf5 12821 * eshell/esh-var.el (eshell-var):
bc25429a 12822 * progmodes/vhdl-mode.el (vhdl-testbench):
6db8cbf5
JB
12823 * textmodes/org.el (org): Fix typos in docstrings.
12824
12825 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12826 consistency.
ec0421f3
JB
12827
12828 * progmodes/flymake.el (flymake-find-file): Remove.
12829 (flymake-float-time): Use `with-no-warnings'.
12830 (flymake-check-start-time, flymake-check-was-interrupted)
12831 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12832 (flymake-new-err-info): `defvar' at compile time.
12833
128342005-07-03 Juanma Barranquero <lekktu@gmail.com>
12835
12836 * replace.el (occur-hook): Doc fix.
12837 (occur-1): Don't call `occur-hook' if there are no matches.
12838
3d393029
RS
128392005-07-03 Richard M. Stallman <rms@gnu.org>
12840
f24cd32e
RS
12841 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12842 global-map, save the same map.
12843 (global-map): Don't alter it at top level.
12844 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12845 Then alter it here instead.
12846 (tpu-edt-off): Set global-map to the saved one.
12847
12848 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12849 All references simplified.
c13ce396 12850 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7fe48b75
RS
12851 (zmacs-regions): Add defvar.
12852 (repeat-complex-command-map): Everything about that deleted.
f24cd32e 12853
3d393029
RS
12854 * textmodes/artist.el (artist-key-is-drawing)
12855 (artist-key-endpoint1, artist-key-poly-point-list)
12856 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12857 (artist-key-compl-table, artist-rb-save-data)
12858 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12859 Don't put them in eval-when-compile.
12860 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12861
12862 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12863 Use with-no-warnings.
12864
12865 * net/browse-url.el (dos-windows-version): Add defvar.
12866
12867 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12868
12869 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12870 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
c13ce396 12871 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3d393029
RS
12872 Add defvar.
12873 (rmail-summary-beginning-of-message): Use with-no-warnings.
12874 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12875
12876 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12877 Use with-no-warnings.
12878
12879 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12880 (c-mark-function): Add point-moving-unit property.
12881 (vi-goto-line): Use with-no-warnings.
12882
12883 * emulation/edt.el (edt-last-copied-word): Add defvar.
12884 (zmacs-region-stays): Likewise.
12885 (edt-mark-section-wisely): Use c-mark-function for C.
12886 Use makr-defun for Fortran.
12887 (time-string): defvar deleted.
12888 (edt-display-the-time): Don't set time-string.
12889
12890 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12891
12892 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12893 Don't warn when name is not constant
12894 or for defining the group `emacs'.
12895
12896 * tooltip.el (gud-tooltip-mode): Add defvar.
12897
12898 * startup.el (default-frame-background-mode): Add defvar.
12899
12900 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12901
12902 * info.el (tool-bar-map): Add defvar.
12903
12904 * dired.el (dnd-protocol-alist): Add defvar.
12905
12906 * dired-aux.el (dired-query): Display question with answer, when
12907 the user answers.
12908
12909 * custom.el (custom-add-option): Doc fix.
12910
12911 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12912
112abe24
EZ
129132005-07-03 Eli Zaretskii <eliz@gnu.org>
12914
12915 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12916 bogus name from the last change.
12917
e1db6c78
LT
129182005-07-02 Luc Teirlinck <teirllm@auburn.edu>
12919
12920 * custom.el (custom-declare-variable): Fix typos in comment.
12921 (custom-known-themes): Doc fix.
12922 (custom-theme-directory): New defcustom.
12923 (require-theme): Make it check `custom-theme-directory'.
12924
12925 * cus-theme.el (custom-new-theme-mode): New function.
12926 (custom-theme-name, custom-theme-variables, custom-theme-faces)
12927 (custom-theme-description): Add compiler defvars.
12928 (customize-create-theme): Add doc to the "*New Custom Theme*"
12929 buffer. Use `custom-new-theme-mode'.
12930 (custom-theme-write): Put the created buffer in emacs-lisp-mode
12931 and save it to the `custom-theme-directory'. Make this the
12932 default directory of the buffer.
12933
ec0421f3 129342005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
bd6a83d5 12935
ec0421f3
JB
12936 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12937 Fix unbalanced parentheses.
bd6a83d5 12938
1953295b
SM
129392005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12942 into flymake-mode and delegate to flymake-mode.
12943
12944 * find-file.el (ff-which-function-are-we-in): Clean up.
12945
1324d580
JB
129462005-07-02 Juanma Barranquero <lekktu@gmail.com>
12947
b1f71b43
JB
12948 * replace.el (occur-rename-buffer): Fix docstring.
12949
1324d580
JB
12950 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12951 (edt-last-copied-word, edt-learn-macro-count)
12952 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12953 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12954 (time-string, zmacs-region-stays):
12955 * emulation/edt-mapper.el (edt-save-function-key-map)
12956 (EDT-key-name): `defvar' to silence the byte-compiler.
12957
d6951bb4
EZ
129582005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12959
12960 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12961 font-lock-regexp-backslash. Doc fix.
12962 (font-lock-regexp-backslash-grouping-construct): Rename from
12963 font-lock-regexp-backslash-construct. Doc fix.
588c0770 12964 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
d6951bb4
EZ
12965 grouping constructs.
12966
014b37b6
EZ
129672005-07-02 Eli Zaretskii <eliz@gnu.org>
12968
12969 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12970 updating all the prerequisites.
12971
64f72ae1
JB
129722005-07-01 Juanma Barranquero <lekktu@gmail.com>
12973
12974 * textmodes/org.el (org-agenda-start-on-weekday)
12975 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12976 (org-agenda-use-time-grid, org-archive-location)
12977 (org-allow-space-in-links, org-usenet-links-prefer-google)
12978 (org-enable-table-editor, org-export-default-language)
12979 (org-export-html-show-new-buffer, org-fill-paragraph)
12980 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12981 (org-goto-quit, org-occur, org-eval-in-calendar)
12982 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12983 (org-agenda-diary-entry, org-remember-help)
12984 (org-table-convert-region, org-at-table-p)
12985 (org-table-move-row-down, org-table-move-row-up)
12986 (org-table-copy-region, org-table-toggle-vline-visibility)
12987 (org-table-get-stored-formulas, org-table-get-specials)
12988 (org-recalc-commands, org-table-eval-formula)
12989 (org-table-formula-substitute-names, orgtbl-make-binding)
12990 (org-format-org-table-html, org-format-table-table-html)
12991 (org-format-table-table-html-using-table-generate-source)
12992 (org-customize): Fix typos in docstrings.
12993 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12994 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12995 (org-back-to-heading): Doc fixes.
12996 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12997 (org-agenda-change-all-lines, org-get-header):
12998 Improve argument/docstring consistency.
12999 (orgtbl-error): Fix error message.
13000
13001 * progmodes/flymake.el (flymake-find-possible-master-files)
13002 (flymake-master-file-compare, flymake-get-line-err-count)
13003 (flymake-highlight-line, flymake-gui-warnings-enabled):
13004 Fix typos in docstrings.
13005 (flymake-parse-line, flymake-get-project-include-dirs-function)
13006 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13007 Doc fixes.
13008 (flymake-get-project-include-dirs-function)
13009 (flymake-make-err-menu-data):
13010 Improve argument/docstring consistency.
13011
b97c98ad
LK
130122005-07-01 Lute Kamstra <lute@gnu.org>
13013
12d6b124
LK
13014 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13015 Catch errors with ignore-errors. Use temporary buffer.
13016 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13017
b97c98ad
LK
13018 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13019 background color faces.
1953295b
SM
13020 (facemenu-set-foreground, facemenu-set-background):
13021 Use facemenu-set-face-from-menu.
b97c98ad
LK
13022 (facemenu-set-face-from-menu): Treat face names that start with
13023 "fg:" or "bg:" as special.
13024 (facemenu-add-new-color): Don't create faces. Simplify.
13025
11bc6e51
RS
130262005-06-30 Richard M. Stallman <rms@gnu.org>
13027
13028 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13029 (crm-find-current-element): Likewise.
13030
130312005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13032
1953295b 13033 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11bc6e51 13034
01bf52cb
SM
130352005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13036
13037 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13038 (archive-mouse-extract): Make it an obsolete alias.
13039 (archive-mode-map): Don't use archive-mouse-extract any more.
13040 (archive-mode, archive-extract): write-contents-hooks ->
13041 write-contents-functions.
13042 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13043 first arg.
13044 (archive-rename-entry): Update the call.
13045 (archive-zip-summarize): Remove unused var `method'.
13046 (archive-lzh-summarize): Remove unused var `creator'.
13047
1953295b
SM
13048 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13049 dedicated frame upon exit.
01bf52cb
SM
13050
13051 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13052 (archive-zip-extract, archive-zip-expunge)
13053 (archive-zip-update, archive-zip-update-case): Use executable-find.
13054 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13055 Use restore-buffer-modified-p.
13056 (archive-extract, archive-add-new-member, archive-write-file-member):
13057 Use with-current-buffer.
13058 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13059
0a0157ba
AS
130602005-06-30 Andreas Schwab <schwab@suse.de>
13061
13062 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13063
5026b8ee
GM
130642005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13065
13066 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13067
63f7ffb3
JL
130682005-06-30 Juri Linkov <juri@jurta.org>
13069
13070 * faces.el (vertical-border): Inherit from mode-line-inactive
13071 only on tty.
13072
c665bf4b
JB
130732005-06-30 Juanma Barranquero <lekktu@gmail.com>
13074
27bbbadb
JB
13075 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13076 example, -NLINES in the `occur' docstring).
13077
426674a8
JB
13078 * replace.el (occur-1): When no matches are found, do not set the
13079 `buffer-read-only' and modified flags for the occur buffer,
13080 because it is deleted.
13081
c665bf4b
JB
13082 * emulation/cua-base.el (cua-check-pending-input)
13083 (cua-repeat-replace-region, cua-mode, cua-debug)
13084 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13085 Fix typos in docstrings.
13086
13087 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13088 (cua-cut-region-to-global-mark)
13089 (cua--cut-rectangle-to-global-mark):
13090 Remove period from end of messages.
13091
13092 * emulation/cua-rect.el (cua-do-rectangle-padding):
13093 Remove period from end of messages.
13094 (cua--rectangle-seq-format): Fix typo in docstring.
13095 (cua-sequence-rectangle, cua-fill-char-rectangle):
13096 Improve argument/docstring consistency.
13097
9b07ab0a
JL
130982005-06-29 Juri Linkov <juri@jurta.org>
13099
13100 * faces.el (default-frame-background-mode): New internal variable.
13101 (frame-set-background-mode): Use it.
13102
13103 * startup.el (normal-top-level): Set default-frame-background-mode
13104 instead of frame-background-mode. Before setting it, test for its
13105 nil value. Remove tests for frame-background-mode and frame
13106 parameter `reverse'. Add test for "unspecified-fg".
13107
13108 * term/xterm.el (xterm-rxvt-set-background-mode):
13109 * term/rxvt.el (rxvt-set-background-mode):
13110 Set default-frame-background-mode instead of frame-background-mode.
13111
16f43910
JB
131122005-06-29 Juanma Barranquero <lekktu@gmail.com>
13113
0684376b
JB
13114 * simple.el (set-variable): Warn about obsolete user variables.
13115
16f43910
JB
13116 * imenu.el (imenu--completion-buffer):
13117 * mouse.el (mouse-buffer-menu-alist):
13118 * msb.el (msb-invisible-buffer-p):
13119 * calendar/diary-lib.el (diary-header-line-format):
13120 * emacs-lisp/pp.el (pp-buffer):
13121 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13122 * textmodes/picture.el (picture-replace-match):
13123 Change space constants followed by a sexp to "?\s ".
13124
13125 * play/decipher.el (decipher-loop-with-breaks):
13126 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13127 constants "protected" from end of line by a comment to "?\s".
13128
4b2f6649
SM
131292005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13130
9a1505e9
SM
13131 * font-lock.el (save-buffer-state): Use `declare'.
13132
4b2f6649
SM
13133 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13134 reset the syntax-table to cperl-mode-syntax-table.
13135 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13136 "foo_print_bar" is not matched as a reserved keyword.
13137
01d37825
CD
131382005-06-29 Carsten Dominik <dominik@science.uva.nl>
13139
16f43910 13140 * textmodes/org.el (orgtbl-setup): New function, for delayed
01d37825
CD
13141 setup for the orgtbl commands.
13142 (org-calc-default-modes): New option.
13143 (orgtbl-make-binding): Use `defun' to get better help display.
13144 (org-diary): Call `org-compile-prefix-format'.
13145 (org-table-formula-substitute-names): New function.
13146 (org-agenda-day-view, org-agenda-week-view): New commands.
13147 (org-agenda-toggle-week-view): Command removed.
13148 (org-tbl-menu): Split off from org-org-menu.
4b2f6649 13149 (org-mode): Move removal of outline-mode menus to here.
01d37825
CD
13150 (org-table-formula-debug): New option.
13151 (org-table-insert-row): Keep first field if just "#" or "*".
13152 (org-mode): Paragraph regexps fixed.
13153 (org-table-recalculate-regexp): New constant.
13154 (org-table-justify-field-maybe): Avoid replace if not necessary.
13155 (org-copy-special, org-cut-special): Use `call-interactively'.
13156 (org-table-copy-region): Take region from `interactive' call.
13157 (org-trim): Return string even if no match.
13158 (org-formula): New face.
4b2f6649
SM
13159 (org-set-font-lock-defaults): No longer highlight "FIXME".
13160 But highlight formula-related fields in table.
01d37825
CD
13161 (org-table-p): Use regexp, not fontification.
13162 (org-table-align): Handle white space at end of line.
13163 (org-table-formula-evaluate-inline): New option.
13164 (org-mode): Auto-wrapping in comment lines turned off.
13165 (org-table-copy-down): Evaluate only in copied field, not in
13166 destination.
13167 (org-table-current-formula): Variable removed.
13168 (org-table-store-formulas, org-table-get-stored-formulas)
13169 (org-table-modify-formulas, org-table-replace-in-formulas)
13170 (org-table-maybe-eval-formula): New functions.
4b2f6649 13171 (org-table-get-formula): Modify to use stored formulas.
01d37825
CD
13172 (org-table-insert-column, org-table-delete-column)
13173 (org-table-move-column): Call `org-table-modify-formulas'.
13174 (org-complete): Add completion for keyword formulas.
13175 (orgtbl-mode): Pull orgtbl-mode-map to start of
13176 minor-mode-map-alist.
13177
8c39e595
SM
131782005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13179
4b2f6649
SM
13180 * progmodes/python.el (python-check): Require `compile' before
13181 modifying its variables.
13182
8c39e595
SM
13183 * newcomment.el (comment-indent-default): Don't get fooled by an early
13184 end of buffer.
13185
27484eb0
VJL
131862005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13187
8c39e595 13188 * ps-print.el (ps-print-version): Fix version number.
27484eb0 13189
34e60863
LT
131902005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13191
9569175e 13192 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
34e60863 13193
025691ed
RS
131942005-06-28 Richard M. Stallman <rms@gnu.org>
13195
13196 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13197 (flyspell-local-mouse-map): Declaration deleted.
13198 (flyspell-mouse-map): Bind only mouse-2.
13199 (flyspell-mode-map): Don't test flyspell-use-local-map.
13200 (flyspell-overlay-keymap-property-name): Var deleted.
13201 (flyspell-mode-on): Don't make local bindings for
13202 flyspell-mouse-map and flyspell-mode-map.
13203 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13204
13205 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13206
13207 * progmodes/compile.el (compilation-next-error-function):
13208 Don't switch buffers; operate on the current buffer.
13209
a1522a36
JL
13210 * progmodes/compile.el (compilation-error-file-name)
13211 (compilation-warning-file-name, compilation-info-file-name)
13212 (compilation-line-number, compilation-column-number): New faces.
13213 (compilation-error-face, compilation-warning-face)
13214 (compilation-info-face, compilation-line-face)
13215 (compilation-column-face): Use them.
13216
025691ed
RS
13217 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13218
13219 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13220
13221 * bindings.el (global-map): Bind insertchar and its variants.
13222
132232005-06-27 Richard M. Stallman <rms@gnu.org>
13224
13225 * textmodes/artist.el (artist-text-overwrite)
13226 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13227
9dae638c
VJL
132282005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13229
13230 * ps-print.el: It was not working the page selection for printing.
13231 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13232 (ps-print-version): New version 6.6.7.
13233 (ps-end-sheet): New fun.
13234 (ps-header-sheet, ps-end-job): Call it.
13235
efd6ebec
LT
132362005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13237
b61bfa4d 13238 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
efd6ebec 13239
019b1899
LK
132402005-06-27 Lute Kamstra <lute@gnu.org>
13241
13242 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13243 background color faces.
13244 (facemenu-get-face): Delete function.
13245 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8c39e595 13246 (facemenu-add-new-color): Make second argument mandatory.
588c0770 13247 Create the appropriate face and return it. Simplify.
019b1899
LK
13248 (facemenu-set-foreground, facemenu-set-background): Don't check if
13249 color is defined. Use return value of facemenu-add-new-color.
13250
32da5de9
NR
132512005-06-26 Nick Roberts <nickrob@snap.net.nz>
13252
13253 * progmodes/gud.el (gud-filter): Add missing argument to
13254 with-selected-window.
13255
62350cdd
SM
132562005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13259 a :require to the defcustom.
13260
13261 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13262 defcustoms corresponding to minor modes.
13263
ec9ac2be
DP
132642005-06-26 David Ponce <david@dponce.com>
13265
025691ed 13266 * recentf.el: Require tree-widget instead of wid-edit.
ec9ac2be
DP
13267 (recentf-filename-handler): Fix widget :type.
13268 (recentf-cancel-dialog, recentf-open-more-files)
13269 (recentf-open-files-action): Doc fix.
13270 (recentf-dialog-goto-first): New function.
13271 (recentf-dialog-mode-map): Set parent keymap first.
62350cdd
SM
13272 (recentf-dialog-mode): Define with define-derived-mode.
13273 Don't display continuation lines in dialogs.
ec9ac2be
DP
13274 (recentf-edit-list): Rename from recentf-edit-selected-items.
13275 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13276 Simplify.
13277 (recentf-edit-list-validate): New function.
13278 (recentf-edit-list): Update accordingly.
13279 (recentf-open-files-item-shift): Remove.
13280 (recentf-open-files-item): Convert menu elements into tree and
13281 link widgets. Don't create the widgets.
13282 (recentf-open-files): Update accordingly.
13283 (recentf-save-list): Untabify.
13284
33b79ce4
LT
132852005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13286
dd716cec
LT
13287 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13288 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13289 partially contained in the active region. Do not take active
13290 region into account when called from Lisp, unless INTERACTIVE arg
13291 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13292 avoid trouble with fields. Make marker point nowhere when no
13293 longer used. Always return nil. Doc fix.
13294 (flush-lines): Add INTERACTIVE arg. Do not take active region
13295 into account when called from Lisp, unless INTERACTIVE arg is
13296 non-nil. Use `forward-line' instead of `beginning-of-line' to
13297 avoid trouble with fields. Make marker point nowhere when no
13298 longer used. Always return nil. Doc fix.
13299 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13300 interchangeable. Do not take active region into account when
13301 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13302 message in echo area when called from Lisp, unless INTERACTIVE arg
13303 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13304 Return the number of matches. Doc fix.
13305 (occur): Doc fix.
13306 (perform-replace): Make comment follow double space convention for
13307 the sake of `outline-minor-mode'.
13308
33b79ce4
LT
13309 * faces.el (facep): Doc fix.
13310
df13531d
RS
133112005-06-25 Richard M. Stallman <rms@gnu.org>
13312
a68d870b
RS
13313 * facemenu.el (facemenu-enable-faces-p): New function.
13314 (facemenu-background-menu, facemenu-foreground-menu)
13315 (facemenu-face-menu): Add menu-enable property.
13316
df13531d
RS
13317 * jka-compr.el (jka-compr-insert-file-contents):
13318 Special handling if cannot find the uncompression program.
13319
13320 * cus-face.el (custom-face-attributes): Add autoload.
13321
13322 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13323 Bind comment-indent-function locally.
13324
13325 * window.el (save-selected-window): Use save-current-buffer.
13326
13327 * subr.el (with-selected-window): Use save-current-buffer.
13328
13329 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13330 and with-current-buffer.
13331
19cfc561
RS
133322005-06-24 Richard M. Stallman <rms@gnu.org>
13333
13334 * simple.el (line-move-1): Fix previous change.
13335
8346425e
JB
133362005-06-24 Juanma Barranquero <lekktu@gmail.com>
13337
13338 * replace.el (occur-1): Set `buffer-read-only' and the
13339 buffer-modified flag before running `occur-hook' to protect
13340 against unintentional buffer switches that can lead to data loss.
13341
1c955542
NR
133422005-06-24 Nick Roberts <nickrob@snap.net.nz>
13343
13344 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13345 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13346 initial error.
8346425e 13347
1c955542
NR
13348 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13349 after fresh input.
13350 (gdb-var-create-handler): Put name of expression in quotes.
8346425e 13351
6fb276bd
LT
133522005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13353
13354 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13355 elements of RING in order, and without bogus nil elements.
13356
528b6abc
RS
133572005-06-23 Richard M. Stallman <rms@gnu.org>
13358
13359 * simple.el (set-variable): Args renamed; doc fix.
13360 (line-move-1): When there are overlays around, use vertical-motion.
13361
13362 * faces.el (escape-glyph): Use brown against light background.
62350cdd 13363 (nobreak-space): Rename from no-break-space.
528b6abc
RS
13364 Fix previous change.
13365
13366 * dired-aux.el (dired-do-copy): Fix arg prompt.
13367
13368 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13369
aed4a603
GM
133702005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13371
13372 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13373 rather than "Distributor".
13374
9180519b
LK
133752005-06-23 Lute Kamstra <lute@gnu.org>
13376
13377 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13378 (debug-on-entry): Use it. New interactive declaration that uses
13379 function-called-at-point.
13380
9d12e52b
KS
133812005-06-23 Kim F. Storm <storm@cua.dk>
13382
13383 * subr.el (save-match-data): Add comment about using evaporate arg
13384 to set-match-data.
13385
6d44324c
GM
133862005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13387
13388 * cus-edit.el (customize-face)
13389 (customize-face-other-window): Handle face aliases.
13390
13391 * faces.el (face-documentation, set-face-attribute)
13392 (face-spec-set): Handle face aliases.
13393
a1ef2eab
JB
133942005-06-22 Juanma Barranquero <lekktu@gmail.com>
13395
13396 * help-mode.el (help-make-xrefs): If a symbol representing a face
13397 name is not followed by the word "face", it could still be a
13398 function or variable name, so don't bypass other checks.
13399
8906db27
JL
134002005-06-22 Juri Linkov <juri@jurta.org>
13401
13402 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13403 Replace aliased functions with calls where second arg `inherit' is t.
13404
8431b136
NR
134052005-06-22 Nick Roberts <nickrob@snap.net.nz>
13406
13407 * progmodes/gdb-ui.el (gdb-error): New variable.
13408 (gdb-error): New function.
13409 (gdb-annotation-rules): Act on error-begin and error annotations.
13410 (gdb-concat-output): Use font-lock-warning-face for errors.
13411
53abc3bf
MB
134122005-06-22 Miles Bader <miles@gnu.org>
13413
5715f853
MB
13414 * bindings.el (propertized-buffer-identification): Use renamed
13415 `Buffer-menu-buffer' face.
13416
62350cdd 13417 * faces.el (vertical-border): Rename from `vertical-divider'.
73106994 13418 (escape-glyph): Change dark-background color back to `cyan'.
53abc3bf 13419
36a3b076
JL
134202005-06-21 Juri Linkov <juri@jurta.org>
13421
13422 * faces.el (face-user-default-spec): Try getting `customized-face'
13423 prior to `saved-face'.
13424 (frame-background-mode): Refill docstring.
13425
13426 * emacs-lisp/lisp-mode.el (eval-defun-1):
13427 * emacs-lisp/edebug.el (edebug-eval-defun):
13428 Set `saved-face' temporarily to nil before calling form.
13429 Set `customized-face' to the new spec after that.
13430
23873c96
JB
134312005-06-21 Juanma Barranquero <lekktu@gmail.com>
13432
13433 * subr.el (1value, lambda, key-substitution-in-progress):
13434 Doc fixes.
13435
13436 * autoinsert.el (auto-insert-alist):
13437 * ses.el (ses-call-printer):
13438 * subr.el (noreturn):
13439 * emacs-lisp/lisp.el (check-parens):
13440 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13441 * net/browse-url.el (browse-url-mosaic):
13442 * progmodes/cc-defs.el (c-safe-scan-lists):
13443 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13444 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13445 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13446 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13447 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13448 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13449
c224c19a
RS
134502005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13451
13452 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13453
006b1390
GM
134542005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13455
13456 * calendar/appt.el (appt-make-list): Activate the package, if
13457 not already active (for backwards compatibility).
13458
b7d1f38f
KS
134592005-06-20 Kim F. Storm <storm@cua.dk>
13460
13461 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13462
b4e49aee
MB
134632005-06-20 Miles Bader <miles@gnu.org>
13464
13465 * faces.el (vertical-divider): New face.
13466
01ba9662
JB
134672005-06-20 Juanma Barranquero <lekktu@gmail.com>
13468
13469 * simple.el (kill-whole-line): Doc fix.
13470 (next-error-buffer-p, next-error-find-buffer)
13471 (clone-indirect-buffer): Fix typos in docstrings.
cc4cb0f5
JB
13472 (comment-line-break-function): Doc fix: don't say variable
13473 is automatically buffer-local (it isn't).
01ba9662 13474
ebd06e28
MA
134752005-06-19 Michael Albinus <michael.albinus@gmx.de>
13476
13477 * net/tramp-ftp.el (top):
13478 * net/tramp-smb.el (top):
13479 * net/tramp-util.el (top):
13480 * net/tramp-uu.el (top):
13481 * net/tramp-vc.el (top):
13482 * net/tramp.el (top): Revert copyright years back to original
13483 ones. Tramp has a life outside GNU Emacs.
13484
5dafe00b
NR
134852005-06-19 Nick Roberts <nickrob@snap.net.nz>
13486
01ba9662 13487 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5dafe00b 13488
f04a8969
JL
134892005-06-18 Juri Linkov <juri@jurta.org>
13490
13491 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13492 end of first regexp to limit the match to the position between
13493 line number and source line with same separator character as used
13494 between file name and line number. In the second regexp limit
13495 mouse-face area to file name and line number by adding new group
13496 for them and referring it in HYPERLINK arg.
13497 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13498 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13499 previous line where grep markers may be already removed.
13500
e7c2398a
EZ
135012005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13502
62350cdd 13503 * progmodes/ps-mode.el: Update version and maintainer's email address.
e7c2398a 13504
7ceb6e54 135052005-06-18 Steve Youngs <steve@xemacs.org>
49866ff8
EZ
13506
13507 * net/browse-url.el (browse-url-browser-function)
13508 (browse-url-default-browser): Add firefox.
13509 (browse-url-firefox-program, browse-url-firefox-arguments)
13510 (browse-url-firefox-startup-arguments)
13511 (browse-url-firefox-new-window-is-tab): New defcustoms.
13512 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13513
f19b57e3
RS
135142005-06-17 Richard M. Stallman <rms@gnu.org>
13515
0ad6717d
RS
13516 * startup.el (command-line): Warn if specified user name has
13517 no home directory.
13518
f19b57e3
RS
13519 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13520 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13521
ebd06e28 13522 * longlines.el (longlines-mode, longlines-show-hard-newlines):
f19b57e3
RS
13523 Doc fixes.
13524
13525 * faces.el (underline): Try bold if terminal doesn't support underline.
13526
13527 * mail/sendmail.el (mail-setup-with-from): New variable.
13528 (mail-insert-from-field): New function.
13529 (sendmail-send-it): Call it.
13530 (mail-setup): Optionally call it here.
13531
13532 * term/linux.el: Call tty-no-underline.
13533
043f95ab
LT
135342005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13535
13536 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13537
579322ca
MB
135382005-06-17 Miles Bader <miles@gnu.org>
13539
fa735daa
MB
13540 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13541 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13542 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13543 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13544 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13545 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13546 Remove "-face" suffix from face names.
13547 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13548 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13549 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13550 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13551 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13552 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13553 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13554 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13555 New backward-compatibility aliases for renamed faces.
13556 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13557 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13558 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13559 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13560 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13561 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13562 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13563 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13564 Use renamed ediff faces.
13565
958e6876
MB
13566 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13567 Remove "-face" suffix from face names.
53099cfc 13568 (eshell-test-ok-face, eshell-test-failed-face):
958e6876
MB
13569 New backward-compatibility aliases for renamed faces.
13570 (eshell-run-test): Use renamed eshell-test faces.
13571
ca19f3f1
AS
13572 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13573 face name.
13574 (eshell-prompt-face): New backward-compatibility alias for renamed
13575 face.
958e6876
MB
13576 (eshell-emit-prompt): Use renamed eshell-prompt face.
13577
13578 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13579 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13580 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13581 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13582 Remove "-face" suffix from face names.
13583 (eshell-ls-directory-face, eshell-ls-symlink-face)
13584 (eshell-ls-executable-face, eshell-ls-readonly-face)
13585 (eshell-ls-unreadable-face, eshell-ls-special-face)
13586 (eshell-ls-missing-face, eshell-ls-archive-face)
13587 (eshell-ls-backup-face, eshell-ls-product-face)
53099cfc 13588 (eshell-ls-clutter-face):
958e6876
MB
13589 New backward-compatibility aliases for renamed faces.
13590 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13591
62350cdd
SM
13592 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13593 Remove "-face" suffix from face name.
579322ca
MB
13594 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13595 instead of literal face.
13596
289824a3
JB
135972005-06-17 Juanma Barranquero <lekktu@gmail.com>
13598
53099cfc
JB
13599 * emacs-lisp/warnings.el (display-warning, lwarn)
13600 (warning-minimum-log-level): Doc fixes.
13601 (warning-minimum-level, warning-minimum-log-level):
13602 Add :debug to :type choices.
13603
289824a3
JB
13604 * progmodes/ada-mode.el (ada-format-paramlist)
13605 (ada-get-indent-case, ada-check-matching-start)
13606 (ada-check-defun-name, ada-goto-matching-decl-start)
13607 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13608 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13609 (ada-make-subprogram-body): Follow error conventions.
13610 (ada-case-exception-file, ada-indent-comment-as-code)
13611 (ada-indent-handle-comment-special, ada-indent-renames)
13612 (ada-indent-return, ada-search-directories-internal)
13613 (ada-tab-policy, ada-case-exception-substring)
13614 (ada-other-file-alist, ada-matching-start-re)
13615 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13616 (ada-imenu-generic-expression, ada-compile-goto-error)
13617 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13618 (ada-popup-menu, ada-add-extensions, ada-mode)
13619 (ada-region-selected, ada-create-case-exception)
13620 (ada-create-case-exception-substring, ada-after-keyword-p)
13621 (ada-activate-keys-for-case, ada-adjust-case-region)
13622 (ada-adjust-case-buffer, ada-format-paramlist)
13623 (ada-scan-paramlist, ada-insert-paramlist)
13624 (ada-indent-newline-indent)
13625 (ada-indent-newline-indent-conditional)
13626 (ada-justified-indent-current, ada-goto-previous-word)
13627 (ada-indent-current, ada-get-indent-open-paren)
13628 (ada-get-indent-paramlist, ada-get-indent-end)
13629 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13630 (ada-get-indent-block-start, ada-get-indent-subprog)
13631 (ada-get-indent-noindent, ada-get-indent-label)
13632 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13633 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13634 (ada-goto-stmt-end, ada-goto-next-word)
13635 (ada-check-matching-start, ada-check-defun-name)
13636 (ada-goto-matching-decl-start, ada-goto-matching-start)
13637 (ada-goto-matching-end, ada-search-ignore-string-comment)
13638 (ada-in-decl-p, ada-looking-at-semi-or)
13639 (ada-looking-at-semi-private, ada-in-paramlist-p)
13640 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13641 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13642 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13643 (ada-previous-package, ada-create-menu)
13644 (ada-fill-comment-paragraph-justify)
13645 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13646 (ada-other-file-name, ada-last-which-function-line)
13647 (ada-last-which-function-subprog, ada-which-function)
13648 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13649 (ada-gen-treat-proc, ada-check-emacs-version)
13650 (ada-continuation-indent, ada-align-region-separate):
13651 Fix typos in docstrings.
13652 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13653
52167727
LK
136542005-06-16 Lute Kamstra <lute@gnu.org>
13655
13656 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13657 conditionally.
13658
04cedb11
JB
136592005-06-16 Juanma Barranquero <lekktu@gmail.com>
13660
246d1dba
JB
13661 * comint.el (comint-replace-by-expanded-filename)
13662 (comint-prompt-regexp, comint-delimiter-argument-list)
13663 (comint-preinput-scroll-to-bottom):
13664 * info.el (Info-hide-cookies-node):
13665 * ls-lisp.el (ls-lisp-classify):
13666 * find-file.el (ff-search-directories, ff-special-constructs)
13667 (ff-find-other-file):
13668 * font-lock.el (font-lock-keywords):
13669 * shell.el (shell-prompt-pattern)
13670 (shell-dynamic-complete-functions, shell-mode)
13671 (shell-delimiter-argument-list):
13672 * term.el (term-replace-by-expanded-filename)
13673 (term-prompt-regexp, term-delimiter-argument-list):
13674 * woman.el (woman-ignore, woman0-if):
13675 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13676 * emacs-lisp/elint.el (elint-init-env):
13677 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13678 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13679 * language/ethio-util.el (ethio-tilde-escape)
13680 (ethio-use-three-dot-question):
13681 * net/zone-mode.el (zone-mode-load-time-setup):
13682 * progmodes/cc-align.el (c-lineup-argcont):
13683 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13684 * progmodes/cperl-mode.el (cperl-set-style-back):
13685 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13686 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13687 Fix spellings in docstrings.
13688
13689 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13690 * progmodes/modula2.el (m2-for): Fix spellings.
13691
13692 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13693
13694 * simple.el (undo-more): Don't use `format' on `error' arguments.
13695 Improve argument/docstring consistency.
13696 (pending-undo-list): Doc fix.
13697
13698 * smerge-mode.el (smerge-ensure-match):
13699 * emulation/vip.el (vip-ex):
13700 * net/zone-mode.el (zone-mode-update-serial):
13701 * progmodes/idlwave.el (idlwave-complete):
13702 * progmodes/vhdl-mode.el (vhdl-visit-file)
13703 (vhdl-compose-wire-components):
13704 Don't use `format' on `error' arguments.
13705
04cedb11
JB
13706 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13707 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13708 (tooltip-help-tips): Fix typos in docstrings.
13709
c25ae380
DP
137102005-06-16 David Ponce <david@dponce.com>
13711
13712 * tree-widget.el (tree-widget-value-create): Simplify last change.
13713
e6838581
KS
137142005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13715
13716 * ido.el (ido-incomplete-regexp): New variable.
13717 (ido-set-matches-1): Handle invalid-regexp error and set
13718 ido-incomplete-regexp.
13719 (ido-incomplete-regexp): New face.
13720 (ido-completions): Use it.
62350cdd
SM
13721 (ido-complete, ido-exit-minibuffer, ido-completions):
13722 Handle incomplete regexps.
e6838581
KS
13723 (ido-completions): Add check for complete match when entering a regexp.
13724
10f401d2
SM
137252005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13728
c202dc91
SM
137292005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13730
13731 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13732 by field delimiters.
13733
763e7cf6
DP
137342005-06-15 David Ponce <david@dponce.com>
13735
3b2f3d1a
DP
13736 * tree-widget.el: eval-and-compile inlined functions so they will
13737 be available at run-time too.
13738 (tree-widget-super-format-handler)
763e7cf6
DP
13739 (tree-widget-format-handler): Remove.
13740 (tree-widget-value-create): Handle the :indent property.
13741
e6572f79
MB
137422005-06-15 Miles Bader <miles@gnu.org>
13743
ef88a999
MB
13744 * progmodes/which-func.el (which-func): Only inherit
13745 `font-lock-function-name-face' when that makes sense against the
13746 default mode-line face, otherwise set the face color explicitly.
13747
e6572f79
MB
13748 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13749 faces instead of (non-existent) variables.
13750
f1b6d70f
SM
137512005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13754 (iswitchb-get-matched-buffers): Likewise. Simplify.
13755
b6116bd2
MB
137562005-06-14 Miles Bader <miles@gnu.org>
13757
a5d37031
MB
13758 * progmodes/ld-script.el (ld-script-location-counter):
13759 Remove "-face" suffix from face name.
e6838581 13760 (ld-script-location-counter-face):
a5d37031
MB
13761 New backward-compatibility alias for renamed face.
13762 (ld-script-location-counter-face): Use renamed face.
13763
e4c067b5
MB
13764 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13765 (cperl-hash): Remove "-face" suffix from face names.
13766 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
a5d37031 13767 New backward-compatibility aliases for renamed faces.
e4c067b5
MB
13768 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13769 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13770
9ce2eb5e
MB
13771 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13772 name.
13773 (which-func-face): New backward-compatibility alias for renamed face.
13774 (which-func-format): Use renamed which-func face.
13775
63a5fd63
MB
13776 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13777 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13778 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13779 names.
13780 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13781 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13782 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13783 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13784 (vhdl-speedbar-architecture-selected)
13785 (vhdl-speedbar-configuration-selected)
13786 (vhdl-speedbar-package-selected)
13787 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13788 names.
13789 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13790 Use renamed faces.
13791 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13792 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13793 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13794 Use renamed faces.
13795 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13796 names.
13797 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13798 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13799 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13800 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13801 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13802 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13803
33595ec6
MB
13804 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13805 face name.
13806 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13807 (sh-heredoc-face): Use renamed sh-heredoc face.
13808
57267a95
MB
13809 * progmodes/idlw-help.el (idlwave-help-link):
13810 Remove "-face" suffix from face name.
13811 (idlwave-help-link-face):
13812 New backward-compatibility alias for renamed face.
13813 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13814
13815 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13816 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13817 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13818 New backward-compatibility aliases for renamed faces.
13819 (idlwave-shell-disabled-breakpoint-face)
13820 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13821
10f401d2 13822 * progmodes/flymake.el (flymake-errline, flymake-warnline):
ded09abd
MB
13823 Remove "-face" suffix from face names.
13824 (flymake-errline-face, flymake-warnline-face):
13825 New backward-compatibility aliases for renamed faces.
13826 (flymake-highlight-line): Use renamed flymake faces.
13827
4f2d55da
MB
13828 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13829 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13830 (ebrowse-member-class, ebrowse-progress):
13831 Remove "-face" suffix from face names.
13832 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13833 (ebrowse-file-name-face, ebrowse-default-face)
13834 (ebrowse-member-attribute-face, ebrowse-member-class-face)
e6838581 13835 (ebrowse-progress-face):
4f2d55da
MB
13836 New backward-compatibility aliases for renamed faces.
13837 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13838 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13839 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13840 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13841
ca19f3f1
AS
13842 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13843 antlr-syntax)
7a3dfaee 13844 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
ca19f3f1
AS
13845 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13846 names.
7a3dfaee
MB
13847 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13848 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13849 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
ca19f3f1
AS
13850 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13851 backward-compatibility aliases for renamed faces.
7a3dfaee
MB
13852 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13853 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
ca19f3f1
AS
13854 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13855 remove "font-lock-". Use renamed antlr-mode faces.
13856 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13857 literal face-names with face variable references.
7a3dfaee 13858
b6116bd2
MB
13859 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13860 face name.
13861 (Buffer-menu-buffer-face): New backward-compatibility alias for
13862 renamed face.
13863 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13864
14901265
DP
138652005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13866
13867 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13868 Eliminate "-face" suffix.
10f401d2 13869 (makefile-targets): Inherit from font-lock-function-name-face and
14901265
DP
13870 eliminate "-face" suffix.
13871 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13872 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13873 actions, instead of prepending, to make it less visible.
10f401d2
SM
13874 (makefile-previous-dependency, makefile-match-dependency):
13875 Don't match a target on a continuation line.
14901265
DP
13876
13877 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13878
3da629bd
NR
138792005-06-15 Nick Roberts <nickrob@snap.net.nz>
13880
1c955542
NR
13881 * progmodes/gdb-ui.el (menu): Re-order menu items.
13882 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8346425e 13883
3da629bd
NR
13884 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13885 Define in tooltip.el.
13886 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13887 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13888 gud-tooltip-echo-area.
13889
13890 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13891 backward compatibility and make obsolete.
13892 (tooltip-help-tips): Use tooltip-use-echo-area.
13893 (tooltip-show-help-function): Rename to...
13894 (tooltip-show-help): ...this, because it is a function.
13895 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13896
197a7aaa
LT
138972005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13898
13899 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13900 (edebug-print-length, edebug-print-level, edebug-print-circle)
13901 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13902 (edebug-eval-print-last-sexp): Doc fixes.
13903
6de5b135
KS
139042005-06-14 Kim F. Storm <storm@cua.dk>
13905
13906 * ido.el (ido-mode): Make a new keymap every time we enable ido,
13907 as the coverage buffer/file/both may change.
13908
b59f605b
LK
139092005-06-14 Lute Kamstra <lute@gnu.org>
13910
13911 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13912 and run-mode-hooks. Simplify.
13913
13914 * mail/rmailedit.el (rmail-edit-mode):
13915 * progmodes/octave-inf.el (inferior-octave-mode):
13916 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13917
13918 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13919 and run-mode-hooks.
13920 (recentf-edit-list, recentf-open-files): Don't call
13921 kill-all-local-variables directly.
13922
13923 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13924
ca0a6900
JB
139252005-06-14 Juanma Barranquero <lekktu@gmail.com>
13926
0b46b379
JB
13927 * emacs-lisp/byte-run.el (make-obsolete)
13928 (define-obsolete-function-alias): Rename arguments FUNCTION and
13929 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10f401d2
SM
13930 (make-obsolete-variable, define-obsolete-variable-alias):
13931 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
0b46b379
JB
13932 respectively.
13933
13934 * isearchb.el (isearchb-activate):
13935 * pcvs.el (cvs-mode):
13936 * ses.el (ses-load):
13937 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13938 * net/tramp.el (tramp-find-file-exists-command)
13939 (tramp-find-shell):
13940 * progmodes/ada-mode.el (ada-create-case-exception)
13941 (ada-create-case-exception-substring, ada-make-subprogram-body):
13942 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13943 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13944 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13945 * textmodes/org.el (org-promote, org-evaluate-time-range)
13946 (org-agenda-next-date-line, org-agenda-previous-date-line)
13947 (org-agenda-error, org-open-at-point, org-table-move-row)
13948 (org-format-table-table-html-using-table-generate-source)
13949 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13950 * textmodes/reftex.el (reftex-access-scan-info):
13951 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13952 (reftex-toc-promote-prepare): Follow error conventions.
13953
13954 * diff-mode.el (diff-mode): Fix typo in docstring.
13955
ca0a6900
JB
13956 * forms.el (forms--intuit-from-file): Fix reference to
13957 `forms-number-of-fields' in error message.
13958 (forms-print): Fix quoting in error message.
13959
13960 * forms.el (forms-mode):
13961 * emulation/vi.el (vi-goto-insert-state):
13962 * progmodes/flymake.el (flymake-new-err-info)
13963 (flymake-start-syntax-check-for-current-buffer)
13964 (flymake-simple-cleanup):
13965 * eshell/esh-var.el (eshell/export):
13966 * progmodes/gud.el (xdb):
13967 * textmodes/flyspell.el (flyspell-incorrect-hook)
13968 (flyspell-maybe-correct-transposition)
13969 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13970
7efb41ae
LT
139712005-06-13 Luc Teirlinck <teirllm@auburn.edu>
13972
13973 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13974 minibuffer prompt.
13975
929129ff
KS
139762005-06-13 Kim F. Storm <storm@cua.dk>
13977
13978 * subr.el (add-to-ordered-list): New defun.
13979
13980 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13981 add cua--keymap-alist to emulation-mode-map-alists.
13982
5aa6db57
SM
139832005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * subr.el (complete-in-turn): New macro.
13986 (dynamic-completion-table, lazy-completion-table): Add debug info.
13987
13988 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13989 in preference to face aliases.
13990
13991 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13992 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13993 Remove unused vars `start' and `firstline'.
13994 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13995 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13996
2702394e
EZ
139972005-06-13 Eli Zaretskii <eliz@gnu.org>
13998
13999 * cus-start.el (all): Don't complain about missing GTK-related
14000 variables, unless either `gtk' is boundp or this isn't a
14001 `windows-nt' build.
14002
dd72a03a
LK
140032005-06-13 Lute Kamstra <lute@gnu.org>
14004
4da76c6a
LK
14005 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14006 run-mode-hooks.
14007
14008 * ediff-mult.el (ediff-meta-mode):
14009 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14010
14011 * ledit.el (ledit-mode): Use delay-mode-hooks.
14012
63e9aa8e
LK
14013 * woman.el (woman-mode-line-format): Delete constant.
14014 (woman-mode-map): Initialize it properly.
5aa6db57
SM
14015 (woman-mode): Set mode-class property to special.
14016 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14017 Set major-mode and mode-name. Don't set mode-line-format directly.
14018 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 14019
dd72a03a
LK
14020 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14021 string argument obsolete.
14022
30313b90
CD
140232005-06-13 Carsten Dominik <dominik@science.uva.nl>
14024
0b46b379 14025 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
14026 (org-disputed-keys): New variable.
14027 (org-key): New function.
14028 (orgtbl-make-binding): Add docstring to the created function.
14029 (org-mode): Set paragraph start/separate regexps.
14030 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14031 (org-archive-location, org-archive-mark-done)
14032 (org-archive-stamp-time): New options.
14033 (org-archive-subtree): New command.
14034 (org-fill-paragraph): New function.
14035 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14036 (org-fake-empty-table-line): Function removed.
14037 (org-format-org-table-html): Do not create empty table lines at
14038 separator lines. Improved table header treatment.
14039 (org-link-format): New option.
14040 (org-make-link): New function.
14041 (org-insert-link, org-store-link): Use org-make-link.
14042 (org-open-file): Quote file name for shell command, to allow
14043 spaces in file names.
5aa6db57
SM
14044 (org-link-regexp): Fix bug with mailto link.
14045 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14046 New constants.
30313b90
CD
14047 (org-export-as-html): Deal with the optional angles around a link.
14048 Better treatment of file: links.
14049 (org-open-at-point): Replace @{ and @} with < and >.
14050 (org-run-mode-hooks): Function removed.
14051 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14052
3fd355d4
NR
140532005-06-13 Nick Roberts <nickrob@snap.net.nz>
14054
14055 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14056 MI command -data-list-register-values.
14057 (gdb-post-prompt): Indent properly.
14058
b1412131
JB
140592005-06-13 Juanma Barranquero <lekktu@gmail.com>
14060
14061 * hilit-chg.el (highlight-changes-colors): Rename from
14062 `highlight-changes-colours'.
14063 (highlight-changes-colours): Keep as obsolete alias.
14064 (highlight-changes-face-list): Doc fix.
14065 (hilit-chg-make-list): Use `highlight-changes-colors'.
14066
defa8e19
MH
140672005-06-12 Mark A. Hershberger <mah@everybody.org>
14068
14069 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14070 defun-prompt-regexp.
14071
a1e8cad6
EZ
140722005-06-12 Eli Zaretskii <eliz@gnu.org>
14073
0e659f57
EZ
14074 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14075 and cygwin.
14076
5aa6db57
SM
14077 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14078 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 14079
ca0113b8
LK
140802005-06-12 Lute Kamstra <lute@gnu.org>
14081
f586d18e
LK
14082 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14083
3a1524ed
LK
14084 * man.el (Man-mode-map): Initialize it properly.
14085 (Man-mode): Set mode-class property to special.
14086
ca0113b8
LK
14087 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14088
32cc0b00
LT
140892005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14090
14091 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14092 A newline is needed in the docstring there.
14093
14094 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14095 Doc fixes.
14096
ac9abffe
VJL
140972005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14098
14099 * printing.el: Doc fix. The menubar is no more changed when printing
14100 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 14101 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
14102 (pr-version): New version number (6.8.4).
14103 (pr-menu-bind): New command.
14104 (pr-update-menus): Docstring and code fix.
14105 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14106 Docstring fix.
14107 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14108 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14109
d4ddf783
TTN
141102005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14111
14112 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14113 "Returns" to "return", document useful return values, etc.
14114
98d1a1cf
EZ
141152005-06-11 Alan Mackenzie <acm@muc.de>
14116
14117 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14118 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14119 (adaptive-file-function): Minor amendment to doc-string.
14120
e0dcaa3f
EZ
141212005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14122
67ed6461 14123 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
14124 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14125 Fix :type--it is `integer', not `string'.
67ed6461 14126
e0dcaa3f
EZ
14127 * faces.el (modeline-highlight): Rename from (the erroneous)
14128 `modeline-higilight'.
14129
e5d79aa5
LK
141302005-06-11 Lute Kamstra <lute@gnu.org>
14131
14132 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14133 lisp-interaction-mode-map but make it the parent.
14134 (edebug-eval-mode): Use define-derived-mode.
14135
480c8cd3
AS
141362005-06-11 Andreas Schwab <schwab@suse.de>
14137
14138 * bindings.el: Add binding of `ESC functionkey' for every
14139 `M-functionkey'.
14140 * hexl.el (hexl-mode-map): Likewise.
14141
d11f8e1a
JR
141422005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14143
14144 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14145 [msft]: update regexp for newer msft compilers.
14146
23d519e4
MH
141472005-06-10 Mark A. Hershberger <mah@everybody.org>
14148
14149 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14150 ATTLIST portions of included DTDs.
14151 (xml-parse-dtd): Eliminate use of inefficient match-data.
14152
62d39a42
MB
141532005-06-10 Miles Bader <miles@gnu.org>
14154
530b0472
MB
14155 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14156 (mpuz-text): Remove "-face" suffix from face names.
14157 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14158 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14159 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14160
62d39a42
MB
14161 * play/gomoku.el (gomoku-O, gomoku-X):
14162 Remove "-face" suffix from face names.
14163 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14164 New backward-compatibility aliases for renamed faces.
14165 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14166
83acf231
JB
141672005-06-10 Juanma Barranquero <lekktu@gmail.com>
14168
578c1340
JB
14169 * thumbs.el: Fixes for changes of 2005-06-09.
14170 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14171 as a directory.
14172 (thumbs-thumbname): Remove directory separator from format string;
14173 `thumbs-thumbsdir' now returns a valid directory name.
14174 (thumbs-temp-dir): New defsubst.
14175 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14176 Use it.
14177
466c78c0
JB
14178 * cus-edit.el (minibuffer):
14179 * files.el (make-backup-file-name-function):
14180 * filesets.el (filesets-external-viewers):
14181 * hilit-chg.el (highlight-changes-colours)
14182 (highlight-changes-face-list, highlight-changes-rotate-faces):
14183 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14184 * kmacro.el (kmacro-call-macro):
14185 * log-edit.el (log-edit-changelog-full-paragraphs):
14186 * mouse.el (mouse-1-click-follows-link):
14187 * skeleton.el (skeleton-autowrap):
14188 * subr.el (insert-for-yank-1):
14189 * tempo.el (tempo-insert-region):
14190 * terminal.el (terminal-emulator):
14191 * time.el (display-time-mail-face):
14192 * vc.el (vc-annotate):
14193 * vcursor.el (vcursor-copy-line):
14194 * woman.el (woman-bold-headings, woman-ignore)
14195 (woman-default-faces, woman-monochrome-faces):
14196 * calendar/todo-mode.el (todo-insert-threshold):
14197 * emulation/pc-select.el (pc-select-selection-keys-only)
14198 (pc-selection-mode):
14199 * emulation/vip.el (vip-find-char-forward):
14200 * emulation/viper-cmd.el (viper-find-char-forward):
ca19f3f1
AS
14201 * international/mule-cmds.el
14202 (select-safe-coding-system-accept-default-p)
466c78c0
JB
14203 (input-method-exit-on-invalid-key):
14204 * international/mule-diag.el (describe-coding-system):
14205 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14206 * net/browse-url.el (browse-url-xterm-program):
14207 * obsolete/lazy-lock.el (lazy-lock-mode):
14208 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14209 (cperl-mode):
14210 * progmodes/cpp.el (cpp-face-light-name-list)
14211 (cpp-face-dark-name-list):
14212 * progmodes/delphi.el (delphi-newline-always-indents):
14213 Fix spellings in docstrings.
14214
83acf231
JB
14215 * ido.el (ido-mode, ido-file-extensions-order)
14216 (ido-default-file-method, ido-default-buffer-method)
14217 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14218 (ido-decorations, ido-read-file-name-as-directory-commands)
14219 (ido-read-file-name-non-ido, ido-work-directory-list)
14220 (ido-ignore-item-temp-list, ido-current-directory)
14221 (ido-magic-forward-char, ido-enter-find-file)
14222 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14223 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14224
257914aa
LK
142252005-06-10 Lute Kamstra <lute@gnu.org>
14226
14227 * play/dunnet.el (dun-mode): Use define-derived-mode.
14228 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14229 obsolete alias.
14230
2aa8e74a
LK
14231 * play/doctor.el (doctor-mode-map): Remove defvar.
14232 (doctor-mode): Use define-derived-mode.
14233
7bdd8beb
LK
14234 * mail/mspools.el (mspools-mode):
14235 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
14236 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14237
0efefc52
MB
142382005-06-10 Miles Bader <miles@gnu.org>
14239
c43aed5a
MB
14240 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14241 Remove "-face" suffix from face names.
14242 (flyspell-incorrect-face, flyspell-duplicate-face):
14243 New backward-compatibility aliases for renamed faces.
14244 (flyspell-mode-on, make-flyspell-overlay)
14245 (flyspell-highlight-incorrect-region)
14246 (flyspell-highlight-duplicate-region)
14247 (flyspell-display-next-corrections)
14248 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14249
e639491a
MB
14250 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14251 from face name.
14252 (texinfo-heading-face): New backward-compatibility alias for
14253 renamed face.
14254 (texinfo-heading-face): Use renamed texinfo-heading face.
14255
ad49d9d6
MB
14256 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14257 suffix from face names.
83acf231 14258 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
14259 New backward-compatibility aliases for renamed faces.
14260 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14261 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14262 literal face name.
14263
b4c925d8
MB
14264 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14265 name.
14266 (table-cell-face): New backward-compatibility alias for renamed face.
14267 (table--put-cell-face-property, table--update-cell-face):
14268 Use renamed table-cell face.
14269
b390eb09
MB
14270 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14271 from face name.
14272 (sgml-namespace-face): New backward-compatibility alias for
14273 renamed face.
14274 (sgml-namespace-face): Use renamed sgml-namespace face.
14275
8e49668e
MB
14276 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14277 (org-level-4, org-level-5, org-level-6, org-level-7)
14278 (org-level-8, org-warning, org-headline-done)
14279 (org-deadline-announce, org-scheduled-today)
14280 (org-scheduled-previously, org-link, org-done, org-table)
14281 (org-time-grid): Remove "-face" suffix from face names.
14282 (org-level-1-face, org-level-2-face, org-level-3-face)
14283 (org-level-4-face, org-level-5-face, org-level-6-face)
14284 (org-level-7-face, org-level-8-face, org-warning-face)
14285 (org-headline-done-face, org-deadline-announce-face)
14286 (org-scheduled-today-face, org-scheduled-previously-face)
14287 (org-link-face, org-done-face, org-table-face)
14288 (org-time-grid-face):
14289 New backward-compatibility aliases for renamed faces.
14290 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14291 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14292 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14293 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14294
25c06649
MB
14295 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14296 (viper-minibuffer-emacs, viper-minibuffer-insert)
14297 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14298 (viper-search-face, viper-replace-overlay-face)
14299 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14300 (viper-minibuffer-vi-face):
14301 New backward-compatibility aliases for renamed faces.
14302 (viper-search-face, viper-replace-overlay-face)
14303 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14304 (viper-minibuffer-vi-face): Use renamed viper faces.
14305
4719d184
MB
14306 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14307 Remove "-face" suffix from face names.
14308 (testcover-nohits-face, testcover-1value-face):
14309 New backward-compatibility aliases for renamed faces.
14310 (testcover-mark): Use renamed testcover faces.
14311
ccacbcec
MB
14312 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14313 face name.
14314 (diary-button-face): New backward-compatibility alias for renamed face.
14315 (diary-entry): Use renamed diary-button face.
14316
75eb05f6
MB
14317 * calendar/calendar.el (diary, calendar-today, holiday)
14318 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14319 (diary-face, calendar-today-face, holiday-face):
14320 New backward-compatibility aliases for renamed faces.
14321 (eval-after-load "facemenu", diary-entry-marker)
14322 (calendar-today-marker, calendar-holiday-marker, diary-face):
14323 Use renamed calendar faces.
14324
37af2dd3
MB
14325 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14326 (compare-windows-face): New backward-compatibility alias for
14327 renamed face.
14328 (compare-windows-highlight): Use renamed compare-windows face.
14329
10853fc3
MB
14330 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14331 (strokes-char-face): New backward-compatibility alias for renamed face.
14332 (strokes-encode-buffer): Use renamed strokes-char face.
14333
2058218e
MB
14334 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14335 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14336 Remove "-face" suffix from face names.
14337 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14338 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14339 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 14340 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 14341 Use renamed pcvs faces.
4a9ad3c6
MB
14342 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14343 * pcvs-defs.el (cvs-mode-map): Likewise.
14344 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 14345
a335c06e
MB
14346 * info.el (info-title-1, info-title-2, info-title-3)
14347 (info-title-4): Remove "-face" suffix from and downcase face names.
14348 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14349 (Info-title-4-face):
14350 New backward-compatibility aliases for renamed faces.
14351 (Info-fontify-node): Use renamed info faces.
14352
a01853d7
MB
14353 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14354 Remove "-face" suffix from face names.
14355 (highlight-changes-face, highlight-changes-delete-face):
14356 New backward-compatibility aliases for renamed faces.
14357 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14358 (hilit-chg-make-list): Use renamed highlight-changes faces.
14359
f0b3dcbf
MB
14360 * generic-x.el (show-tabs-tab, show-tabs-space):
14361 Remove "-face" suffix from face names.
14362 (show-tabs-tab-face, show-tabs-space-face):
14363 New backward-compatibility aliases for renamed faces.
14364 (show-tabs-generic-mode-font-lock-defaults-1)
14365 (show-tabs-generic-mode-font-lock-defaults-2):
14366 Use renamed show-tabs faces.
14367
e8bfdf82
MB
14368 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14369 (smerge-markers): Remove "-face" suffix from face names.
14370 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 14371 (smerge-markers-face):
e8bfdf82
MB
14372 New backward-compatibility aliases for renamed faces.
14373 (smerge-mine-face, smerge-other-face, smerge-base-face)
14374 (smerge-markers-face): Use renamed smerge faces.
14375
ca19f3f1
AS
14376 * log-view.el (log-view-file, log-view-message): Remove "-face"
14377 suffix from face names.
8511877a
SM
14378 (log-view-file-face, log-view-message-face):
14379 New backward-compatibility aliases for renamed faces.
ca19f3f1
AS
14380 (log-view-file-face, log-view-message-face): Use renamed log-view
14381 faces.
d842de85 14382
83acf231 14383 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 14384 Remove "-face" suffix from face names.
83acf231 14385 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
14386 New backward-compatibility aliases for renamed faces.
14387 (show-paren-function): Use renamed show-paren faces.
14388
42e64878
MB
14389 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14390 (ruler-mode-margins, ruler-mode-fringes)
14391 (ruler-mode-column-number, ruler-mode-fill-column)
14392 (ruler-mode-comment-column, ruler-mode-goal-column)
ca19f3f1
AS
14393 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14394 suffix from face names.
42e64878
MB
14395 (ruler-mode-default-face, ruler-mode-pad-face)
14396 (ruler-mode-margins-face, ruler-mode-fringes-face)
14397 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14398 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8511877a
SM
14399 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14400 New backward-compatibility aliases for renamed faces.
42e64878
MB
14401 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14402 (ruler-mode-column-number, ruler-mode-fill-column)
14403 (ruler-mode-comment-column, ruler-mode-goal-column)
14404 (ruler-mode-tab-stop, ruler-mode-current-column)
ca19f3f1
AS
14405 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14406 faces.
42e64878 14407
ee01ad0e
MB
14408 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14409 face name.
14410 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
14411 (whitespace-highlight-face): New backward-compatibility alias for
14412 renamed face.
ee01ad0e 14413
b66e8575
MB
14414 * woman.el (woman-italic, woman-bold, woman-unknown)
14415 (woman-addition, woman-symbol-face):
14416 Remove "-face" suffix from face names.
14417 (woman-italic-face, woman-bold-face, woman-unknown-face)
14418 (woman-addition-face):
14419 New backward-compatibility aliases for renamed faces.
14420 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14421 (woman-decode-region, woman-replace-match)
14422 (woman-display-extended-fonts, woman-special-characters)
14423 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14424 Use renamed woman faces.
14425
041a6e47
MB
14426 * longlines.el (longlines-visible-face): Face removed.
14427
221711eb
MB
14428 * diff-mode.el (diff-header, diff-file-header, diff-index)
14429 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 14430 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
14431 suffix from face names.
14432 (diff-header-face, diff-file-header-face, diff-index-face)
14433 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14434 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 14435 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
14436 renamed faces.
14437 (diff-header-face, diff-file-header-face)
14438 (diff-index, diff-index-face, diff-hunk-header)
14439 (diff-hunk-header-face, diff-removed, diff-removed-face)
14440 (diff-added, diff-added-face, diff-changed-face, diff-function)
14441 (diff-function-face, diff-context-face, diff-nonexistent)
14442 (diff-nonexistent-face): Use renamed diff-mode faces.
14443
541a6d0d
MB
14444 * progmodes/compile.el (compilation-warning-face)
14445 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 14446 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
14447 New backward-compatibility aliases for renamed faces.
14448 (compilation-warning-face, compilation-info-face):
14449 Use renamed compilation faces.
14450
fe735a8d
MB
14451 * add-log.el (change-log-date, change-log-name)
14452 (change-log-email, change-log-file, change-log-list)
14453 (change-log-conditionals, change-log-function)
14454 (change-log-acknowledgement): Remove "-face" suffix from face names.
14455 (change-log-date-face, change-log-name-face)
14456 (change-log-email-face, change-log-file-face)
14457 (change-log-list-face, change-log-conditionals-face)
83acf231 14458 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
14459 New backward-compatibility aliases for renamed faces.
14460 (change-log-font-lock-keywords): Use renamed change-log faces.
14461
d478e69d
MB
14462 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14463 (custom-set, custom-changed, custom-saved, custom-button)
14464 (custom-button-pressed, custom-documentation, custom-state)
14465 (custom-comment, custom-comment-tag, custom-variable-tag)
14466 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14467 (custom-group-tag): Remove "-face" suffix from face names.
14468 (custom-magic-alist, custom-magic-value-create)
14469 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14470 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14471 (custom-set-face, custom-changed-face, custom-saved-face)
14472 (custom-button-face, custom-button-pressed-face)
14473 (custom-documentation-face, custom-state-face)
14474 (custom-comment-face, custom-comment-tag-face)
14475 (custom-variable-tag-face, custom-variable-button-face)
14476 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 14477 (custom-group-tag-face):
d478e69d
MB
14478 New backward-compatibility aliases for renamed faces.
14479
0efefc52
MB
14480 * wid-edit.el (widget-documentation, widget-button)
14481 (widget-field, widget-single-line-field, widget-inactive)
14482 (widget-button-pressed): "-face" suffix removed from face names.
14483 (widget-documentation-face, widget-button-face)
14484 (widget-field-face, widget-single-line-field-face)
14485 (widget-inactive-face, widget-button-pressed-face):
14486 New backward-compatibility aliases for renamed faces.
14487 (widget-documentation-face, widget-button-face)
14488 (widget-button-pressed-face, widget-specify-field)
14489 (widget-specify-inactive): Use renamed widget faces.
14490
d8338794
KH
144912005-06-10 Kenichi Handa <handa@m17n.org>
14492
14493 * term/x-win.el (x-clipboard-yank): Remove condition-case
14494 wrapping.
14495
144962005-06-11 Kenichi Handa <handa@m17n.org>
14497
14498 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14499 date lines stricter.
14500
63e88db3
KH
145012005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14502
14503 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14504 of x-get-selection.
14505
63baed99
JB
145062005-06-10 Juanma Barranquero <lekktu@gmail.com>
14507
14508 * comint.el (comint-mode, comint-snapshot-last-prompt):
14509 * frame.el (frame-current-scroll-bars):
14510 * term.el (term-mode, term-check-proc, term-input-sender)
14511 (term-simple-send, term-extract-string, term-word)
14512 (term-match-partial-filename):
14513 * window.el (window-current-scroll-bars):
14514 * emulation/cua-base.el (cua-normal-cursor-color)
14515 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14516 (cua-global-mark-cursor-color):
14517 * mail/undigest.el (rmail-forward-separator-regex):
14518 Fix typos in docstrings.
14519
14520 * comint.el (comint-check-proc, make-comint-in-buffer)
14521 (comint-source-default): Doc fixes.
14522
8511877a 14523 * term.el (term-send-string): Improve argument/docstring consistency.
63baed99 14524
3c28ffec
LT
145252005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14526
14527 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14528 call to `delete-region'.
14529 (comint-mode-hook): Do not enable Font Lock by default.
14530
420adcc6
LK
145312005-06-09 Lute Kamstra <lute@gnu.org>
14532
14533 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14534 could be void.
14535
6c06bd88
SM
145362005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14537
14538 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14539 (debug): Use it.
14540 (debugger-step-through, debugger-continue, debugger-jump)
14541 (debugger-return-value): Set it when needed.
14542 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14543 Use inhibit-read-only.
14544
f271d3c7
JB
145452005-06-09 Juanma Barranquero <lekktu@gmail.com>
14546
fd8529d0
JB
14547 * window.el (shrink-window-if-larger-than-buffer)
14548 (window-size-fixed): Fix typo in docstring.
9fa87e0d 14549
f271d3c7
JB
14550 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14551 thumbnails directory on loading.
14552 (thumbs-conversion-program): Use `eq' to check the system type,
14553 not `equal'.
14554 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14555 not "/tmp". Fix docstring.
14556 (thumbs-thumbsdir): New function to return the thumbnails
14557 directory, creating it if needed.
14558 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14559 (thumbs-temp-file): Delete variable and make it into a function.
14560 (thumbs-resize-image, thumbs-modify-image): Use it.
14561 (thumbs-kill-buffer): Simplify.
14562 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14563 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14564 docstrings.
14565
b7aae902
KS
145662005-06-09 Kim F. Storm <storm@cua.dk>
14567
14568 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14569 set-match-data to free markers in match-data.
14570
14571 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14572 match-data to unchain markers in match-data.
14573
72f23b85
SM
145742005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14575
14576 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14577 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14578 unnecessary now.
14579
99598737
RS
145802005-06-08 Richard M. Stallman <rms@gnu.org>
14581
14582 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14583 give the variable a doc string that doesn't say don't set it directly.
14584
14585 * textmodes/ispell.el (ispell-check-version):
14586 Use match-string-no-properties.
af71d4c0 14587 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
99598737
RS
14588 (ispell-buffer-local-words): Likewise.
14589
14590 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14591 except on terminals with enough colors to really display it.
14592 (makefile-dependency-regex): Delete spurious `bb'.
14593
14594 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 14595 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 14596
4a29de23
KS
145972005-06-08 Kim F. Storm <storm@cua.dk>
14598
14599 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14600 also when reading directory name.
14601
b978659c
LK
146022005-06-08 Lute Kamstra <lute@gnu.org>
14603
14604 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
14605 (flyspell-mode-line-string): Remove autoload cookie.
14606 (flyspell-mode): Remove defvar.
b978659c 14607
6d64c191
LK
146082005-06-07 Lute Kamstra <lute@gnu.org>
14609
14610 * textmodes/org.el (org-run-mode-hooks): New function.
14611 (org-agenda-mode): Use it.
14612
590bc48b
JB
146132005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14614
99598737 14615 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 14616
3d031334
SM
146172005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14620
a54aae9e
LT
146212005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14622
14623 * font-lock.el (font-lock-add-keywords): Doc fix.
14624
ed975fa6
SM
146252005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14626
29a47b89
SM
14627 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14628 (tex-compile-default): In the absence of any history, use the order in
14629 tex-compile-alist to choose the preferred command.
14630 (tex-compile-commands): Reorder a bit.
14631
7ad04640
SM
14632 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14633 (flyspell-incorrect-face, flyspell-duplicate-face):
14634 Use (X)Emacs-agnostic code.
14635 (flyspell-mode-map): Don't overwrite at each load. Remove code
14636 redundant with the subsequent add-minor-mode. Merge Emacs and
14637 XEmacs code.
14638 (flyspell-word): Minor simplification.
14639 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8511877a
SM
14640 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14641 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14642 Merge the corresponding Emacs code.
14643 (flyspell-correct-word, flyspell-xemacs-popup):
14644 Use flyspell-do-correct.
7ad04640 14645
532c188a
SM
14646 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14647 a dedicated window.
14648
ed975fa6
SM
14649 * international/latexenc.el (latexenc-find-file-coding-system):
14650 Undo part of last patch, to turn off a compiler warning.
14651
e43cbeae
JL
146522005-06-06 Juri Linkov <juri@jurta.org>
14653
14654 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14655 Rename `tmm-inactive-face' to `tmm-inactive'.
14656
4bad17c2
KS
146572005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14658
14659 * iswitchb.el: Rename faces.
14660
c7b96d76
KS
146612005-06-06 Kim F. Storm <storm@cua.dk>
14662
14663 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14664 (cua-global-mark): Remove -face suffix from face names.
14665
ed975fa6
SM
14666 * emulation/cua-gmrk.el (cua--init-global-mark):
14667 Remove cua-global-mark face setup.
c7b96d76 14668
ce6e10af
RS
146692005-06-06 Richard M. Stallman <rms@gnu.org>
14670
14671 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14672 just like other allowed characters.
14673 (makefile-match-dependency): Exclude leading and training whitespace
14674 from the range of regexp subexp 1.
14675 (makefile-macroassign-regex): Don't try to match the body,
14676 just the name of the macro being defined.
14677
14678 * info.el (Info-read-node-name-2): New function.
14679 (Info-read-node-name-1): Use that.
14680 Add a completion-base-size-function property.
14681
14682 * simple.el (completion-setup-function): Look for
8511877a 14683 completion-base-size-function property of minibuffer-completion-table.
ce6e10af
RS
14684
14685 * files.el (locate-file-completion): Doc fix.
14686
14687 * printing.el: Don't call pr-update-menus; user must do that.
14688
14689 * emacs-lisp/debug.el (debugger-window): New variable.
14690 (debug): Use debugger-window if it is set and still alive.
14691 Record debugger-window for next entry.
c7b96d76 14692
ce6e10af
RS
14693 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14694
c7b96d76 146952005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
14696
14697 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14698 (hack-one-local-variable, hack-local-variables)
14699 (hack-local-variables-prop-line): Pass that arg.
14700
9c7f6bb3
KS
147012005-06-06 Kim F. Storm <storm@cua.dk>
14702
14703 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14704 (ido-indicator): Remove -face suffix from face names.
14705
c476bcb0
JL
147062005-06-06 Juri Linkov <juri@jurta.org>
14707
14708 * font-lock.el (font-lock-regexp-backslash)
14709 (font-lock-regexp-backslash-construct): New faces.
14710 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14711 after `('. Add `while-no-input' to control structures.
14712
14713 * faces.el (no-break-space, shadow): New faces.
14714 (escape-glyph): Use less loud colors pink2 and red4.
14715
14716 * diff-mode.el (diff-context-face)
14717 * dired.el (dired-ignored)
14718 * rfn-eshadow.el (file-name-shadow)
14719 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14720
14721 * info.el (Info-title-1-face): Use green instead of yellow because
14722 bold yellow is not readable on light backgrounds.
14723
14724 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14725 before selecting the desired mode to not spend time fontifying
14726 old contents.
14727
f7f17975
JB
147282005-06-06 Juanma Barranquero <lekktu@gmail.com>
14729
b3c70578
JB
14730 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14731 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14732
01f438b9
JB
14733 * ps-print.el (ps-default-fg, ps-default-bg):
14734 Fix typos in docstrings.
14735
f7f17975
JB
14736 * isearchb.el (isearchb): Don't pass a spurious second argument to
14737 `iswitchb-completions'.
14738
c1205dad
NR
147392005-06-05 Nick Roberts <nickrob@snap.net.nz>
14740
14741 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14742 to preserve point.
14743 (gdb-find-file-hook): Add doc string.
14744
14745 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 14746 C dereferenced pointer expression.
32759db5 14747 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
14748
14749 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14750
eb78dfb8
JB
14751 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14752 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14753 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14754 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14755 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
14756 Make background transparent.
14757
bfe5418b
LT
147582005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14759
14760 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14761 (font-lock-remove-keywords): Doc fix.
14762 (font-lock-mode-major-mode): Compiler defvar.
14763 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14764
14765 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14766 (font-lock-mode): Update `font-lock-mode-major-mode'.
14767 (font-lock-set-defaults): Compiler defvar.
14768 (font-lock-default-function): Take `font-lock-mode-major-mode'
14769 into account.
14770
14771 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14772 keep track of which major mode it enabled the minor mode for.
14773 Use find-file-hook again. Update docstring.
14774
14775 * simple.el (eval-expression-print-level)
14776 (eval-expression-print-length, eval-expression-debug-on-error):
14777 Doc fixes.
14778
91018229
EZ
147792005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14780
b6f0a397
EZ
14781 * iswitchb.el (iswitchb-single-match-face)
14782 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14783 (iswitchb-invalid-regexp-face): New faces.
14784 (iswitchb-completions): Use them.
ed975fa6 14785 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
14786 now marked as an obsolete alias.
14787 (iswitchb-read-buffer): Remove check for bound font variables.
14788 (iswitchb-invalid-regexp): New free variable.
14789 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14790 set iswitchb-invalid-regexp.
14791 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14792 invalid regexps.
14793 (iswitchb-completions): Add check for complete match when entering
14794 a regexp.
14795 (iswitchb-completions): Remove require-match argument.
bfe5418b 14796 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
14797 (iswitchb-common-match-inserted): New variable.
14798 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 14799
94d4bafb
EZ
148002005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14801
14802 * url-http.el (url-http-chunked-encoding-after-change-function):
14803 Use `url-http-debug' instead of `message'.
14804
86b21ac3
EZ
148052005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14806
14807 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14808 callback argument.
14809
61e40b6d
KS
148102005-06-04 Kim F. Storm <storm@cua.dk>
14811
555228aa
KS
14812 * simple.el (line-move): Only call sit-for when moving backwards.
14813
61e40b6d
KS
14814 * ido.el (ido-make-merged-file-list-1): New defun split from
14815 ido-make-merged-file-list.
14816 (ido-make-merged-file-list): Bind throw-on-input around call to
14817 ido-make-merged-file-list-1. Return input-pending-p if
14818 interrupted by more input available.
14819 (ido-read-internal): Handle input-pending-p return value from
14820 ido-make-merged-file-list.
14821
10b234c0
SM
148222005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14823
fab31ec3
SM
14824 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14825 compatibility code.
14826
10b234c0
SM
14827 * international/latexenc.el (latexenc-find-file-coding-system):
14828 Don't inherit the EOL part of the coding-system from the
14829 tex-main buffer. Fit within 80 columns.
14830
76668788
NR
148312005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14832
14833 * tmm.el (tmm-inactive-face): New face.
14834 (tmm-remove-inactive-mouse-face): New function.
14835 (tmm-prompt, tmm-add-one-shortcut)
14836 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14837 but not selectable.
14838
6312e5f7
JB
148392005-06-03 Juanma Barranquero <lekktu@gmail.com>
14840
14841 * faces.el (face-equal): Improve argument/docstring consistency.
14842
30edba6e
DP
148432005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14844
14845 * progmodes/make-mode.el (makefile-targets-face)
14846 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14847 (makefile-bsdmake-dependency-regex)
14848 (makefile-makepp-rule-action-regex)
14849 (makefile-bsdmake-rule-action-regex): New constants.
14850 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14851
14852 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14853 Allow (...) within `...' for makepp messages.
14854
899a431b 148552005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 14856
85268d70 14857 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 14858
85268d70
JB
14859 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14860 "." files are deleted from all file lists before comparison.
30edba6e 14861
85268d70
JB
14862 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14863 (viper-ESC-key): Made them customizable.
30edba6e 14864
10b234c0 14865 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 14866
bfadb7ec
LT
148672005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14868
14869 * autorevert.el (auto-revert-buffers): Use save-match-data.
14870
6cb9fac3
SM
148712005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14874 menu items with a nil command binding.
14875
011131fd
JB
148762005-06-01 Juanma Barranquero <lekktu@gmail.com>
14877
358e4d6d
JB
14878 * emacs-lisp/cl-macs.el (defsetf):
14879 Improve argument/docstring consistency.
14880
011131fd
JB
14881 * faces.el (list-faces-display): Improve the formatting by
14882 computing the maximum length required for any face-name (reworked
14883 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14884 (internal-find-face): Remove redundant info in docstring.
14885
7653a3dc
NR
148862005-06-01 Nick Roberts <nickrob@snap.net.nz>
14887
14888 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14889 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14890 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14891 (gdb-assembler-custom): Improve regexps.
ed975fa6 14892 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 14893
9ccee7d0
SM
148942005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14897
ad83e1f4
JB
148982005-05-31 Jay Belanger <belanger@truman.edu>
14899
14900 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14901 to calc-embedded.
14902 (calc-embedded-make-info): Have plain prefix argument select
14903 entire line.
14904
2cd16d74
JB
149052005-05-31 Juanma Barranquero <lekktu@gmail.com>
14906
d0213ee1
JB
14907 * faces.el (list-faces-display): Signal error if passed a regexp
14908 that matches no face name.
14909
2cd16d74
JB
14910 * simple.el (filter-buffer-substring): Fix typo in docstring.
14911
f35aff82
RS
149122005-05-31 Richard M. Stallman <rms@gnu.org>
14913
9ccee7d0 14914 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
14915 (vhdl-emacs-21): Doc fix.
14916 (vhdl-mode): Unconditionally set comment-padding.
14917 (vhdl-fixup-whitespace-region): Insert spaces only where
14918 there are none.
14919 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14920
c7a4ce37
JW
149212005-05-30 John Wiegley <johnw@newartisans.com>
14922
881b07f9
JB
14923 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14924 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14925 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
14926 `directory-sep-char' to ?/, and all uses of `string-to-int' to
14927 `string-to-number'.
14928
e39f3cfe
JB
149292005-05-30 Jay Belanger <belanger@truman.edu>
14930
14931 * calc/calc.el (calc-bug-address): Fix docstring.
14932 (calc-window-hook, calc-trail-window-hook): New variables.
14933 (calc-trail-display): Restore use of calc-trail-window-hook.
14934 (calc): Restore use of calc-window-hook.
14935
6dfa731f
MY
149362005-05-31 Masatake YAMATO <jet@gyve.org>
14937
3c1ebc5a 14938 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 14939
3c1ebc5a 14940 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
14941 `find-function-noselect'.
14942
3c1ebc5a
SM
149432005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14944
14945 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14946 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14947
3f72dc73
GM
149482005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14949
14950 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14951 included diary buffer if it was not already being visited.
14952 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14953
119f6f17 14954 * calendar/icalendar.el (top-level): Do not require appt.
3f72dc73
GM
14955
14956 * mail/supercite.el (sc-select-attribution): Only use a list
14957 element from sc-attrib-selection-list if it returns a string.
14958 Reported by Davide G. M. Salvetti <salve@debian.org>.
14959
0df06447
JB
149602005-05-30 Juanma Barranquero <lekktu@gmail.com>
14961
588c0770 14962 * thumbs.el (thumbs-thumbname): The resulting thumbname now
0df06447
JB
14963 includes a hash value to improve its uniqueness, and has a ".jpg"
14964 extension. Also, it is now a valid filename on all systems.
14965 (thumbs-make-thumb): Use `let', not `let*'.
14966 (thumbs-show-thumbs-list): Check for JPEG availability.
14967
b8caac06
RS
149682005-05-30 Richard M. Stallman <rms@gnu.org>
14969
14970 * filesets.el (filesets-menu-ensure-use-cached):
14971 Prevent warning when emacs-version>= is undefined.
14972
14973 * printing.el (pr-interactive-n-up): Use string-to-number.
14974
14975 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14976
14977 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14978 Warn only when name to be defined is quoted.
14979
4809e59f
NR
149802005-05-30 Nick Roberts <nickrob@snap.net.nz>
14981
14982 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14983 Make regexp more robust.
0df06447 14984 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
14985 Force regeneration of disassembly.
14986
2a1669a2
JB
149872005-05-29 Jay Belanger <belanger@truman.edu>
14988
14989 * calc/calc.el (calc-user-invocation): Check if
14990 calc-invocation-macro is non-nil.
14991
5f43c63c
JL
149922005-05-29 Juri Linkov <juri@jurta.org>
14993
14994 * add-log.el (change-log-font-lock-keywords):
14995 Add `+' to e-mail regexp to accept mail address with keywords.
14996
14997 * man.el (Man-name-regexp): Add `:' to accept qualified names.
14998
7fa9f4eb
LT
149992005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15000
15001 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15002
15003 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15004
cad2b414
RS
150052005-05-29 Richard M. Stallman <rms@gnu.org>
15006
15007 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15008 Undo the change that moves to end of the current word.
15009
8c6fb9d0
NR
150102005-05-29 Nick Roberts <nickrob@snap.net.nz>
15011
15012 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15013 Throw error when count <= 0 to ensure input is a number.
15014 (gdb-read-memory-custom): Pick up address from buffer.
15015 (gdb-memory-mode): Allow user to increment and decrement
15016 memory address from header line.
15017
c16b1394
RS
150182005-05-29 Richard M. Stallman <rms@gnu.org>
15019
a8c453e6
RS
15020 * flyspell.el (flyspell-version): Function deleted.
15021 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 15022
c16b1394
RS
15023 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15024 Do nothing if memory is full.
15025
15026 * font-lock.el (font-lock-fontify-syntactically-region):
15027 Pass t for GREEDY to looking-back.
15028
15029 * saveplace.el (save-place-alist-to-file): Write the file
15030 using write-region.
15031
15032 * subr.el (looking-back): New argument GREEDY.
15033
15034 * progmodes/compile.el (compilation-start): Set the mode
15035 before inserting the initial text.
15036
15037 * progmodes/which-func.el (which-func-update-1): Turn the mode
15038 off in case of error by setting which-func-mode.
7fa9f4eb 15039
52eb0373 150402005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 15041
cad2b414 15042 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 15043 Narrow down to what's on the screen, and recenter overlays
cad2b414 15044 at the end of the next word.
7fa9f4eb 15045
52eb0373 150462005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 15047
a8c453e6 15048 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 15049 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
15050 (flyspell-abbrev-p): Default to nil.
15051 (flyspell-use-global-abbrev-table-p): Doc fix.
15052 (flyspell-large-region): Allow nil as value.
15053 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15054
15055 (mail-mode-flyspell-verify): More robust handling
15056 of `mail-header-separator'. More efficient signature detection.
15057 Allow for regexp metacharacters in message-header-separator.
85be564d 15058 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
15059
15060 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15061 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15062 Bind flyspell-auto-correct-binding.
15063 Bind C-. and C-, .
15064 (flyspell-mode-map): Likewise.
15065 (flyspell-mode): Doc fix.
15066 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15067 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15068 (flyspell-word-cache-result): New var, always local.
15069 (flyspell-check-pre-word-p): Doc fix.
15070 (flyspell-check-changed-word-p): Handle spc like newline.
15071 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15072 (flyspell-word-search-backward, flyspell-word-search-forward):
15073 New functions.
15074 (flyspell-word): Return t if nothing to check.
15075 When parsing TeX code, check for after } or \.
15076 Use flyspell-word-search-backward to find previous word.
15077 Return nil if duplicated word.
15078 For word already checked, return same value as last time.
15079 Set flyspell-word-cache-result after checking.
15080 Don't clobber the return value.
15081 (flyspell-get-word): Major rewrite.
15082 (flyspell-external-point-words): New locals pword, pcount.
15083 Fix size used in progress message.
15084 Find the proper corresponding word in flyspell-large-region-buffer.
15085 (flyspell-region): Check for flyspell-large-region = nil.
15086 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15087 (flyspell-auto-correct-word): Check that WORD is a cons.
15088 (flyspell-correct-word): Likewise.
a8c453e6 15089
adde7693
DP
150902005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15091
15092 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
15093 (makefile-macroassign-regex, makefile-makepp-mode)
15094 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
15095 Reported by Joshua Varner.
15096 (makefile-makepp-font-lock-keywords): Add $(stem).
15097
b5352ff5
KB
150982005-05-28 Karl Berry <karl@gnu.org>
15099
0df06447 15100 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
15101 shell-quote-argument (2005-03-31 change), remove all calls to
15102 shell-quote-argument; they all end up invoking tex-send-command.
15103 The double quoting loses on filenames with non-safe characters,
15104 such as "@". Reported by Frederik Fouvry.
15105
3daabddd
NR
151062005-05-29 Nick Roberts <nickrob@snap.net.nz>
15107
15108 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15109 about preserving point.
15110
1565a620
JB
151112005-05-27 Jay Belanger <belanger@truman.edu>
15112
15113 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15114 Info-goto-node.
15115
05294d63
JB
15116 * calc/calc-embed.el (calc-embed-arg): New variable.
15117 (calc-do-embedded-activate, calc-embedded-activate-formula)
15118 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15119 variable by new variable.
15120 (calc-embedded-make-info): Replace undeclared variable by new
15121 variable. When selecting region with positive prefix
15122 argument, use end of previous line instead of beginning of line.
15123
15124 * calc/calc-aent.el (calc-arg-values): Declare it.
15125
15126 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15127 Declare them.
15128
15129 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15130
15131 * calc/calc.el (calc-alg-map): Declare it.
15132
15133 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15134
f8916156
NR
151352005-05-28 Nick Roberts <nickrob@snap.net.nz>
15136
15137 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15138 (gdb-registers-buffer, toggle-gdb-all-registers):
15139 Toggle display of floating point registers.
15140 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15141
0df06447 15142 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
15143 (toggle-gud-tooltip-dereference):
15144 Rename from gud-toggle-tooltip-dereference.
15145
83040cb0
SM
151462005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15147
15148 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15149
63971eab
JB
151502005-05-27 Jay Belanger <belanger@truman.edu>
15151
15152 * calc/calc-prog.el (calc-kbd-report): Remove.
15153 (calc-kbd-query): Rewrite.
15154
d5e1a786
JB
151552005-05-27 Juanma Barranquero <lekktu@gmail.com>
15156
83040cb0 15157 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
15158 (image-type-available-p): Doc fix.
15159
6c5a38fa
LK
151602005-05-27 Lute Kamstra <lute@gnu.org>
15161
18a8c773 15162 * calc/calc.el (calc):
1f2503a5 15163 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
15164 (outline-5, outline-6, outline-7, outline-8):
15165 * textmodes/dns-mode.el (dns-mode):
15166 * textmodes/sgml-mode.el (sgml-namespace-face):
15167 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 15168 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
15169 * textmodes/texinfo.el (texinfo-heading-face):
15170 Specify customization group.
1f2503a5 15171
6c5a38fa
LK
15172 * longlines.el: Don't require easy-mmode.
15173 (longlines-visible-face): Specify customization group.
15174
7cf49add
KH
151752005-05-27 Kenichi Handa <handa@m17n.org>
15176
15177 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15178 encoding table of windows-1251.
15179
83040cb0
SM
15180 * international/ucs-tables.el (ucs-set-table-for-input):
15181 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
15182 its translation-table property.
15183
15184 * international/code-pages.el: Don't register a coding system into
15185 non-iso-charset-alist more than once.
15186 (cp-make-coding-system): Likewise.
1f2503a5 15187
9c041409
JW
151882005-05-26 John Wiegley <johnw@newartisans.com>
15189
6b6f91b3
JW
15190 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15191 `eshell-resume-eval' is wrapped in a list, it indicates that the
15192 command was run asynchronously. In that case, unwrap the value
15193 before checking the delimiter value.
15194
9c041409 15195 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
15196 character before a space at the end of a line is \, assume the space
15197 is part of the last argument rather than a final argument separator.
9c041409 15198
83040cb0
SM
15199 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15200 is in use, and the target is `t' or `nil' (which are the most common
15201 values), don't assume that the symbol target is a buffer.
9c041409 15202
ddfbe5db
LT
152032005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15204
15205 * calendar/calendar.el (calendar-mode-line-format):
15206 Use mode-line-highlight as mouse-face.
15207
15208 * time.el (display-time-string-forms, display-time-update):
15209 Use mode-line-highlight as mouse-face.
15210
04e9c13c
JB
152112005-05-26 Jay Belanger <belanger@truman.edu>
15212
15213 * calc/calc.el (calc-language-alist): Remove extra defvar.
15214
6441d280
LK
152152005-05-26 Lute Kamstra <lute@gnu.org>
15216
15217 * arc-mode.el (archive-mode):
15218 * bookmark.el (bookmark-read-annotation-mode)
15219 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15220 * bs.el (bs-mode):
15221 * calc/calc-yank.el (calc-edit-mode):
15222 * calc/calc.el (calc-mode, calc-trail-mode):
15223 * calculator.el (calculator-mode):
15224 * chistory.el (command-history-mode):
15225 * comint.el:
15226 * cus-edit.el (custom-mode):
15227 * descr-text.el (describe-text-mode):
15228 * ebuff-menu.el (Electric-buffer-menu-mode):
15229 * ediff-util.el (ediff-mode):
4b66bdf0
LK
15230 * emacs-lisp/re-builder.el (reb-mode):
15231 * emulation/vi.el (vi-mode-setup):
15232 * emulation/ws-mode.el (wordstar-mode):
15233 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
15234 * forms.el (forms-mode):
15235 * help-mode.el (help-mode):
15236 * hexl.el (hexl-mode):
15237 * ibuffer.el (ibuffer-mode):
15238 * ielm.el (inferior-emacs-lisp-mode):
15239 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 15240 * international/swedish.el:
6441d280
LK
15241 * ledit.el (ledit-from-lisp-mode):
15242 * locate.el (locate-mode):
4b66bdf0
LK
15243 * mail/rmail.el (rmail-mode):
15244 * mail/rmailedit.el (rmail-edit-mode):
15245 * mail/rmailsum.el (rmail-summary-mode):
15246 * mail/supercite.el (sc-electric-mode):
15247 * net/eudc.el (eudc-mode):
15248 * net/quickurl.el (quickurl-list-mode):
15249 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15250 * obsolete/ooutline.el (outline-mode):
15251 * obsolete/options.el (Edit-options-mode):
15252 * obsolete/rnews.el (news-mode):
15253 * obsolete/rnewspost.el (news-reply-mode):
15254 * play/5x5.el (5x5-mode):
15255 * play/decipher.el (decipher-mode, decipher-stats-mode):
15256 * play/gomoku.el (gomoku-mode):
15257 * play/snake.el (snake-mode):
15258 * play/solitaire.el (solitaire-mode):
15259 * play/tetris.el (tetris-mode):
681c6a37
LK
15260 * progmodes/ada-mode.el (ada-mode):
15261 * progmodes/antlr-mode.el (antlr-mode):
15262 * progmodes/autoconf.el (autoconf-mode):
15263 * progmodes/dcl-mode.el (dcl-mode):
15264 * progmodes/delphi.el (delphi-mode):
9a969196
LK
15265 * progmodes/ebrowse.el (ebrowse-tree-mode)
15266 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
15267 (ebrowse-electric-position-mode):
15268 * progmodes/f90.el (f90-mode):
15269 * progmodes/fortran.el (fortran-mode):
15270 * progmodes/icon.el (icon-mode):
15271 * progmodes/idlw-help.el (idlwave-help-mode):
15272 * progmodes/idlw-shell.el (idlwave-shell-mode):
15273 * progmodes/idlwave.el (idlwave-mode):
15274 * progmodes/inf-lisp.el (inferior-lisp-mode):
15275 * progmodes/m4-mode.el (m4-mode):
15276 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15277 * progmodes/modula2.el (modula-2-mode):
15278 * progmodes/octave-inf.el (inferior-octave-mode):
15279 * progmodes/octave-mod.el (octave-mode):
15280 * progmodes/pascal.el (pascal-mode):
15281 * progmodes/sh-script.el (sh-mode):
15282 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15283 * progmodes/vhdl-mode.el (vhdl-mode):
15284 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
15285 * replace.el (occur-mode):
15286 * ses.el (ses-mode):
15287 * simple.el (completion-list-mode):
15288 * skeleton.el:
15289 * speedbar.el (speedbar-mode):
48985adc 15290 * term.el (term-mode):
6441d280 15291 * terminal.el (terminal-edit-mode):
681c6a37
LK
15292 * textmodes/reftex-index.el (reftex-index-mode)
15293 (reftex-index-phrases-mode):
15294 * textmodes/reftex-sel.el (reftex-select-label-mode)
15295 (reftex-select-bib-mode):
15296 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 15297 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
15298 * wid-browse.el (widget-browse-mode):
15299 Use run-mode-hooks.
6441d280
LK
15300
15301 * array.el (array-mode):
4b66bdf0
LK
15302 * calendar/todo-mode.el (todo-mode):
15303 * man.el (Man-mode):
15304 * play/landmark.el (lm-mode):
48985adc
KS
15305 * play/mpuz.el (mpuz-mode):
15306 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
15307
15308 * subr.el (delay-mode-hooks): Specify indentation.
15309
4b66bdf0
LK
153102005-05-26 Mark A. Hershberger <mah@everybody.org>
15311
ca19f3f1
AS
15312 * xml.el (xml-substitute-special): Don't die for undefined xml
15313 entities.
4b66bdf0 15314
3e00c50e
JB
153152005-05-26 Jay Belanger <belanger@truman.edu>
15316
15317 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15318 of nil.
15319
8da4dd76
NR
153202005-05-27 Nick Roberts <nickrob@snap.net.nz>
15321
15322 * progmodes/gdb-ui.el (gdb-frame-address):
15323 Rename from gdb-current-address.
15324 (gdb-previous-frame-address): Rename from gdb-previous-address.
15325 (gdb-selected-frame): Rename from gdb-current-frame.
15326 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15327 (gdb-frame-number): Rename from gdb-current-stack-level.
15328 (gdb-ann3): Match new mode-name for disassembly buffer.
588c0770 15329 Extend initialization of variables.
8da4dd76
NR
15330 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15331 (gdb-memory-mode): Use mouse-face in header line.
15332 (gdb-assembler-buffer-name): Call it disassembly and give frame
15333 in mode line.
15334 (gdb-source-spec-regexp, gdb-assembler-custom)
15335 (gdb-invalidate-assembler, gdb-frame-handler):
15336 Make robust to leading zeroes in address format.
15337
8ba93b1c
CD
153382005-05-26 Carsten Dominik <dominik@science.uva.nl>
15339
d5e1a786 15340 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
15341 define `org-mode'.
15342 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15343
83040cb0 153442005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
15345
15346 * log-edit.el (log-edit-changelog-entries): Distinguish between
15347 filenames like xfns.c and fns.c.
04c71a26 15348
dd53d2c8
LT
153492005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15350
15351 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15352 point after reverting.
15353 (Buffer-menu-make-sort-button): Handle the case where
15354 `Buffer-menu-use-header-line' is nil.
15355
214dd398
TTN
153562005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15357
15358 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15359 New funcs. In minibuffer-local-completion-map bind `]', `/'
15360 and `:' to them.
15361
b6666b5f
SM
153622005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15363
15364 * startup.el (normal-top-level): Allow modification of load-path while
15365 we're iterating over it.
15366
f75049fc
JB
153672005-05-25 Juanma Barranquero <lekktu@gmail.com>
15368
15369 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15370 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15371 (thumbs-resize-interactive, thumbs-insert-image)
15372 (thumbs-insert-thumb, thumbs-dired-show-marked)
15373 (thumbs-find-image-at-point, thumbs-delete-images)
15374 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15375 (thumbs-increment-image-size, thumbs-decrement-image-size):
15376 Fix typos in docstrings.
15377
ccc90048
AS
153782005-05-24 Andre Spiegel <spiegel@gnu.org>
15379
83040cb0 15380 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
15381 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15382 (cperl-mode): Use them.
15383
18fde850
JB
153842005-05-24 Juanma Barranquero <lekktu@gmail.com>
15385
15386 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15387 Doc fixes.
15388
86041bae
NR
153892005-05-24 Nick Roberts <nickrob@snap.net.nz>
15390
b6666b5f 15391 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 15392 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
15393
15394 * dired.el (dired-dnd-popup-notice): Use message-box.
15395
359e4563
MY
153962005-05-23 Masatake YAMATO <jet@gyve.org>
15397
b6666b5f
SM
15398 * bindings.el (mode-line-major-mode-keymap):
15399 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
15400
15401 * faces.el (mode-line-highlight): New face.
15402
15403 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15404 as mouse-face.
15405
15406 * bindings.el (top-level, help-echo, mode-line-modified)
15407 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15408 as mouse-face.
15409
28fdc86a
JB
154102005-05-23 Juanma Barranquero <lekktu@gmail.com>
15411
a4632380
JB
15412 * progmodes/cc-engine.el (c-guess-basic-syntax):
15413 Remove spurious call to `zerop'.
15414
28fdc86a
JB
15415 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15416
7c09345f
MS
154172005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15418
15419 CC Mode update to 5.30.10:
15420
83040cb0 15421 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
15422 could go past the limit in decoration level 2, thereby causing
15423 errors during interactive fontification.
15424
83040cb0 15425 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
15426 the file is evaluated interactively.
15427
15428 * cc-engine.el (c-guess-basic-syntax): Handle operator
15429 declarations somewhat better in C++.
15430
15431 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15432 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
15433 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15434 (awk-mode): Use it.
7c09345f
MS
15435 (make-local-hook): Suppress warning about obsoleteness.
15436
15437 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
15438 (c-append-backslashes-forward, c-delete-backslashes-forward)
15439 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
15440 Compensate for return value from `forward-line' when it has moved
15441 but not to a different line due to eob.
15442
83040cb0 15443 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
15444 `objc-method-intro' and `objc-method-args-cont'.
15445
154462005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15447
15448 CC Mode update to 5.30.10:
15449
15450 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15451 in the copyright statement. Incidentally, change "along with GNU
15452 Emacs" to "along with this program" where it occurs.
15453
15454 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15455 so that it is interactive, hence can be found by M-x awk-mode
15456 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15457 <gmorris+emacs@ast.cam.ac.uk>.
15458
15459 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15460 Mode's regexps.
15461
28fdc86a 154622005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
15463
15464 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15465 c-parse-state, to avoid a lisp error (on bad code).
15466
f1e9abb9
LK
154672005-05-23 Lute Kamstra <lute@gnu.org>
15468
15469 * subr.el (font-lock-defaults): Remove defvar as it's already
15470 defined in font-core.el.
15471
83040cb0 15472 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 15473
28fdc86a
JB
154742005-05-23 Nick Roberts <nickrob@snap.net.nz>
15475
15476 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15477 more general and work when GDB variable "print pretty" is on,
15478 as with Emacs, for example.
15479
21178fee
LT
154802005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15481
15482 * font-core.el: Update comment.
15483
83040cb0
SM
15484 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15485 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
15486
15487 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15488
a0e8eaa3
EZ
154892005-05-22 Eli Zaretskii <eliz@gnu.org>
15490
15491 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15492 and `yank-handler' in the doc strings.
15493
6cd0254f
SM
154942005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15497
724e07b9
RS
154982005-05-22 Richard M. Stallman <rms@gnu.org>
15499
1b12fa9d
RS
15500 * help.el (describe-key): Move print-help-return-message call
15501 out of conditional.
15502
724e07b9
RS
15503 * progmodes/etags.el (list-tags): Use with-no-warnings.
15504
15505 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15506 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15507 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15508
15509 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15510
15511 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15512 Add defvar.
15513
15514 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15515 Use defvar, not defconst.
15516
15517 * hexl.el (hexl-follow-line): Use with-no-warnings.
15518
15519 * emulation/tpu-extras.el: Use write-file-functions instead of
15520 write-file-hooks.
15521
15522 * dired.el (dired-font-lock-keywords): Fontify files with junk
15523 extensions even if marked by -F.
15524
2641cc63
JB
155252005-05-22 Juanma Barranquero <lekktu@gmail.com>
15526
3187ba1c
JB
15527 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15528 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15529 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15530 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15531 (concatenate, list-length, get*, getf, cl-remprop):
15532 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15533 (etypecase, progv, lexical-let, lexical-let*)
15534 (multiple-value-bind, multiple-value-setq, shiftf):
15535 Improve argument/docstring consistency.
15536
aa230d94 15537 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
2641cc63 15538
a41c216f
AS
155392005-05-22 Andre Spiegel <spiegel@gnu.org>
15540
15541 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15542 doesn't exist.
15543
83040cb0
SM
15544 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15545 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 15546
fdd55b6a
NR
155472005-05-22 Nick Roberts <nickrob@snap.net.nz>
15548
15549 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15550 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 15551 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
15552 suspend-hooks, comment-indent-hook, meta-flag,
15553 before-change-function, after-change-function,
15554 font-lock-doc-string-face.
15555
71f800cf
LT
155562005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15557
15558 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15559
bb4afd09
EZ
155602005-05-21 Eli Zaretskii <eliz@gnu.org>
15561
15562 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15563 rmail-dont-reply-to.
15564
a2c9aee6
EZ
155652005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15566
15567 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15568 literal blank when splitting new-header-values.
15569
6e50f7e0
EZ
155702005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15571
15572 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15573 string so that tmm doesn't create a completion entry for it.
15574
15575 * textmodes/table.el (table-disable-menu): Ditto.
15576
a527b753
RS
155772005-05-21 Richard M. Stallman <rms@gnu.org>
15578
15579 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15580
15581 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15582
15583 * net/rcompile.el (remote-compile): Use compilation-start.
15584
15585 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15586
774cd454
DP
155872005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15588
15589 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15590 Default to makefile-bsdmake-mode on BSD systems.
15591
15592 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15593 REGEXP may also be a search function now. The part of doc-string
15594 for describing the structure was 95% identical to that of
15595 `imenu--generic-function'. Unify it there.
15596
6cd0254f
SM
15597 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15598 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
15599 it easily goes into an endless loop.
15600 (makefile-makepp-mode): Also add submenu for Perl functions
15601 defined in the makefile.
15602 (makefile-bsdmake-mode): Special imenu-generic-expression no
15603 longer needed, due to function call.
15604 (makefile-match-dependency): Take BOUND into account when checking
15605 if we're through.
15606
ed8060d9
JB
156072005-05-20 Jay Belanger <belanger@truman.edu>
15608
15609 * calc/calc-units.el (calc-invalidate-units-table):
15610 Use inhibit-read-only.
15611 (math-build-units-table-buffer): Use view-mode.
15612
8292be61
DK
156132005-05-20 David Kastrup <dak@gnu.org>
15614
15615 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15616 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15617
0a418fa1
JB
156182005-05-20 Lute Kamstra <lute@gnu.org>
15619
15620 * diff-mode.el (diff-header-face, diff-file-header-face)
15621 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15622 (diff-added-face, diff-changed-face, diff-function-face)
15623 (diff-context-face, diff-nonexistent-face): Put them in the
15624 diff-mode customization group.
15625
156262005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15629
15630 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15631
15632 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15633 Minor regexp-optimization.
15634
24e9a727
CD
156352005-05-20 Carsten Dominik <dominik@science.uva.nl>
15636
15637 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15638 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15639 (org-agenda-add-time-grid-maybe): New function.
15640 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15641 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 15642 (org-xor): Simplify implementation.
24e9a727
CD
15643 (org-agenda): `inhibit-redisplay' turned on.
15644 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15645 a consistent line after a state change.
15646 (org-agenda-remove-times-when-in-prefix): New option.
15647 (org-prefix-has-time): New variable.
15648 (org-parse-time-string): Optional argument NODEFAULT.
15649 (org-format-agenda-item): Parse items for time-of-day
15650 specifications and move these into the prefix if possible.
15651 (org-agenda-priority): Get current heading, not previous heading
15652 during agenda remote editing.
15653
a18ff988
JB
156542005-05-20 Juanma Barranquero <lekktu@gmail.com>
15655
47bc4b3f
JB
15656 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15657 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15658 (remove-duplicates, delete-duplicates, substitute)
15659 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15660 (nsubstitute-if-not, find, find-if, find-if-not, position)
15661 (position-if, position-if-not, count, count-if, count-if-not)
15662 (mismatch, search, sort*, stable-sort, merge, member*)
15663 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15664 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15665 (intersection, nintersection, set-difference, nset-difference)
15666 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15667 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15668 (nsublis, tree-equal): Improve argument/docstring consistency.
15669
aa230d94 15670 * subr.el (send-string, send-region): Remove obsolescence declaration.
a18ff988
JB
15671 (window-dot, set-window-dot, read-input, show-buffer)
15672 (eval-current-buffer, string-to-int):
15673 Add release number to obsolescence declarations.
15674
f4056bf7
KS
156752005-05-19 Kim F. Storm <storm@cua.dk>
15676
15677 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15678 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15679
35a0a8aa
NR
156802005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15681
15682 * faces.el (list-faces-display): Make back button respect optional
15683 regexp arg.
15684
bfd187c8
JB
156852005-05-19 Juanma Barranquero <lekktu@gmail.com>
15686
15687 * calculator.el (calculator-radix-grouping-mode)
15688 (calculator-radix-grouping-digits, calculator-displayer)
15689 (calculator-radix-grouping-separator, calculator-copy-displayer):
15690 * dabbrev.el (dabbrev-search-these-buffers-only):
15691 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15692 (diff-advance-after-apply-hunk, diff-mode-hook)
15693 (diff-minor-mode-prefix):
15694 * imenu.el (imenu-use-popup-menu):
15695 * jit-lock.el (jit-lock-context-time):
15696 * newcomment.el (comment-fill-column, comment-column)
15697 (comment-style, comment-padding, comment-multi-line)
15698 (comment-empty-lines, comment-auto-fill-only-comments):
15699 * reveal.el (reveal-around-mark):
15700 * uniquify.el (uniquify-buffer-name-style)
15701 (uniquify-after-kill-buffer-p)
15702 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15703 (uniquify-min-dir-content, uniquify-separator)
15704 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15705 * w32-vars.el (w32-fixed-font-alist):
15706 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15707 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15708 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15709 * progmodes/perl-mode.el (perl-indent-level)
15710 (perl-continued-statement-offset, perl-continued-brace-offset)
15711 (perl-brace-offset, perl-brace-imaginary-offset)
15712 (perl-label-offset, perl-indent-continued-arguments)
15713 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15714 * progmodes/tcl.el (tcl-indent-level)
15715 (tcl-continued-indent-level, tcl-auto-newline)
15716 (tcl-tab-always-indent, tcl-electric-hash-style)
15717 (tcl-help-directory-list, tcl-use-smart-word-finder)
15718 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15719 (inferior-tcl-source-command):
15720 * textmodes/fill.el (enable-kinsoku):
15721 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15722 * textmodes/table.el (table-yank-handler):
15723 Specify missing group (and type, if simple) in defcustom.
15724
620d3304
LT
157252005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15726
15727 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15728
e1c45277
RS
157292005-05-19 Richard M. Stallman <rms@gnu.org>
15730
15731 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15732
15733 * subr.el (event-basic-type): Don't get an error.
15734 (left-fringe-p): Function deleted.
15735
15736 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 15737 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
15738
15739 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15740 in recursive copy.
15741
15742 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15743
15744 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15745
ca19f3f1 15746 * emacs-lisp/bytecomp.el
aa230d94
SM
15747 (byte-compile-file-form-custom-declare-variable):
15748 Call byte-compile-nogroup-warn if appropriate.
e1c45277
RS
15749
15750 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15751 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 15752
de327926
JB
157532005-05-19 Jay Belanger <belanger@truman.edu>
15754
15755 * calc/calc-graph.el (calc-graph-format-data): Make sure
15756 var-PlotRejects is bound before trying to check its value.
15757
73d5f668
CD
157582005-05-19 Carsten Dominik <dominik@science.uva.nl>
15759
b6666b5f 15760 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
15761 definition of this variable from reftex-global.el to reftex.el,
15762 because it is needed in the menu.
15763
96474944
LK
157642005-05-19 Lute Kamstra <lute@gnu.org>
15765
15766 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15767 years are fixed. Don't insert a space after a dash.
15768
8d9386a1
KS
157692005-05-19 Kim F. Storm <storm@cua.dk>
15770
15771 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15772
dfa89b5d
DP
157732005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15774
15775 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15776 strings, because (eq ... ?\\) is fairly frequent.
15777
15778 * progmodes/make-mode.el (makefile-add-this-line-targets):
15779 Simplify and integrate into `makefile-pickup-targets'.
15780 (makefile-add-this-line-macro): Simplify and integrate into
15781 `makefile-pickup-macros.
15782 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
15783 (makefile-previous-dependency, makefile-match-dependency):
15784 Don't stumble over `::'.
dfa89b5d 15785
2fcd33fe
NR
157862005-05-19 Nick Roberts <nickrob@snap.net.nz>
15787
dfa89b5d 15788 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
15789 Remove obsoletion of post-command-idle-hook and
15790 post-command-idle-delay.
15791
639ec765 15792 * faces.el (list-faces-display): Provide button when describe-face
85be564d 15793 is called to take user back to the list of faces.
639ec765
NR
15794
15795 * help-fns.el (describe-variable): Remove hyperlinks in a
15796 variable's value as these are quite frequently inappropriate.
15797
b6666b5f
SM
15798 * follow.el (follow-submit-feedback, follow-mode):
15799 Remove references to post-command-idle-hook.
2fcd33fe 15800
5c8b5442
DP
158012005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15802
15803 * progmodes/make-mode.el (makefile-previous-dependency)
15804 (makefile-match-dependency): Check for := (and in bsd mode also
15805 !=) to give a better result, even when font-lock is not on.
15806
ec249c71
JB
158072005-05-18 Jay Belanger <belanger@truman.edu>
15808
44a91a68
JB
15809 * calc/calc-help.el (calc-s-prefix-help):
15810 Add `calc-copy-special-constant' to help string.
ec249c71 15811
2e5df9ac
LT
158122005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15813
15814 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15815
73b990b1
JB
158162005-05-18 Jay Belanger <belanger@truman.edu>
15817
15818 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15819 in linear factors are in proper order.
3a1e8128
CD
15820
158212005-05-18 Carsten Dominik <dominik@science.uva.nl>
15822
44a91a68
JB
15823 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15824 Support for jurabib.
3a1e8128
CD
15825
15826 * textmodes/reftex.el (featurep): Define aliases for overlay
15827 commands, for XEmacs compatibility, and use these aliases in
15828 overlay initializations.
15829 (reftex-highlight): Use `reftex-move-overlay'.
15830 (reftex-unhighlight): Use `reftex-delete-overlay'.
588c0770 15831 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3a1e8128
CD
15832 (reftex-access-search-path): Use `reftex-uniquify' instead of
15833 `reftex-uniq'
15834
ca19f3f1
AS
15835 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15836 `before-string' property modification enables for Emacs as well.
3a1e8128
CD
15837 (reftex-select-item): Use `reftex-delete-overlay'.
15838 (reftex-select-mark): Use `reftex-make-overlay' and
15839 `reftex-overlay-put'.
15840 (reftex-select-unmark): Use `reftex-delete-overlay' and
15841 `reftex-overlay-put'.
15842
7bc10886
LK
158432005-05-18 Lute Kamstra <lute@gnu.org>
15844
15845 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15846
d11ad5a7
JB
158472005-05-18 Juanma Barranquero <lekktu@gmail.com>
15848
1902b5b6
JB
15849 * add-log.el (add-change-log-entry):
15850 * array.el (array-make-template, array-reconfigure-rows)
15851 (array-init-max-row, array-init-max-column)
15852 (array-init-columns-per-line, array-init-field-width):
15853 * replace.el (replace-match-maybe-edit, perform-replace):
15854 * textmodes/spell.el (spell-region):
15855 Replace `read-input' by `read-string'.
15856
15857 * forms.el (forms-mode):
15858 * finder.el (finder-compile-keywords):
15859 * shadowfile.el (shadow-read-files):
15860 Replace `eval-current-buffer' by `eval-buffer'.
15861
15862 * terminal.el (te-pass-through):
15863 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15864 (ange-ftp-raw-send-cmd):
15865 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15866 (send-process-next-char, telnet-initial-filter, telnet):
15867 Replace `send-string' by `process-send-string'.
15868
15869 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15870 (prolog-consult-region): Replace `send-string' by
44a91a68 15871 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
15872
15873 * progmodes/delphi.el (delphi-log-msg):
15874 Replace `set-window-dot' by `set-window-point'.
15875
d11ad5a7
JB
15876 * subr.el (window-dot, set-window-dot, read-input, send-string)
15877 (send-region, show-buffer, eval-current-buffer):
15878 Make really obsolete, as the comment says.
15879
77e2c652
KS
158802005-05-17 Kim F. Storm <storm@cua.dk>
15881
15882 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15883 (cua--init-keymaps): Bind C-return instead of S-return to set
15884 rectangle mark.
15885
15886 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15887 instead of S-return to toggle/clear rectangle mark.
15888
0b11ce59
DP
158892005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15890
15891 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
15892 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15893 Also fontify plain strings assigned to variables, mostly so that a
15894 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
15895 (makefile-previous-dependency): Inline the new matcher, because it
15896 is too complex to work in both directions.
15897 (makefile-match-dependency): Eliminate `backward' arg (see above).
15898 Completely reimplemented so as to not sometimes go into an endless
15899 loop. It should also be more efficient, because first it only
15900 searches for `:', instead of applying the very complex regexp.
8ade3c25 15901 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
15902 to be fontified in one piece can be too long for JIT.
15903 Makefiles are never *that* big.
0b11ce59 15904
6ae53dc1
RS
159052005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15906
15907 * dired.el (dired-mode): Simplify.
15908
77777daf
LK
159092005-05-17 Lute Kamstra <lute@gnu.org>
15910
f8d0b769
LK
15911 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15912 defcustom for the mode hook variable.
15913
77777daf
LK
15914 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15915 Emacs Lisp Reference Manual.
15916
430c1c66
JB
159172005-05-17 Juanma Barranquero <lekktu@gmail.com>
15918
213233f0
JB
15919 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15920 (evenp, list*):
15921 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15922 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15923
430c1c66
JB
15924 * net/tramp-smb.el (tramp-smb-open-connection):
15925 Pass `tramp-chunksize' as fifth (required) argument.
15926
71994ae7
DP
159272005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
15928
44a91a68
JB
15929 * font-lock.el (lisp-font-lock-keywords-1):
15930 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
15931 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15932
15933 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15934 a var, and refine it to mask one more level of nested vars.
15935 (makefile-rule-action-regex): Turn it into a var, and refine it so
15936 it recognizes backslashed continuation lines as belonging to the
15937 same command.
15938 (makefile-macroassign-regex): Refine it so it recognizes
15939 backslashed continuation lines as belonging to the same command.
15940 (makefile-var-use-regex): Don't look at the next char, because it
15941 might be the same one to be skipped by the initial [^$], leading
15942 to an overlooked variable use.
15943 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
15944 are now variables that some of the modes set locally.
15945 Handle dependency and rule action matching through functions, because
71994ae7 15946 regexps alone match too often. Dependency matching now comes
44a91a68 15947 last, so it can check, whether a colon already matched something else.
71994ae7
DP
15948 (makefile-mode): Inform that font-lock improves makefile parsing
15949 capabilities.
15950 (makefile-match-dependency, makefile-match-action): New functions.
15951
cc211a0f
JB
159522005-05-16 Juanma Barranquero <lekktu@gmail.com>
15953
1e866943
JB
15954 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15955
027a4b6b
JB
15956 * align.el (align-regexp):
15957 * ansi-color.el (ansi-color-get-face):
15958 * array.el (array-reconfigure-rows, array-init-max-row)
15959 (array-init-max-column, array-init-columns-per-line)
15960 (array-init-field-width):
15961 * dired-aux.el (dired-trample-file-versions):
15962 * dired-x.el (dired-mark-sexp):
15963 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15964 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15965 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15966 * faces.el (face-read-integer):
15967 * files.el (backup-extract-version, insert-directory):
15968 * hexl.el (hexl-insert-decimal-char):
15969 * server.el (server-process-filter):
15970 * shell.el (shell-extract-num):
15971 * startup.el (command-line-1):
15972 * term.el (term-command-hook):
15973 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15974 (time-stamp-do-number):
15975 * time.el (display-time-update):
15976 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15977 (timezone-fix-time):
15978 * vms-patch.el (vms-suspend-resume-hook):
15979 * calendar/appt.el (appt-convert-time):
15980 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15981 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15982 * calendar/cal-islam.el (mark-islamic-diary-entries):
15983 * calendar/calendar.el (calendar-cursor-to-date)
15984 (calendar-star-date):
15985 * calendar/diary-lib.el (diary-attrtype-convert)
15986 (mark-diary-entries, diary-entry-time):
15987 * calendar/solar.el (solar-get-number):
15988 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15989 * emacs-lisp/re-builder.el (reb-display-subexp):
15990 * emulation/edt.el (edt-set-scroll-margins):
15991 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15992 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15993 (vip-get-ex-count):
15994 * emulation/viper-ex.el (viper-get-ex-token)
15995 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15996 * international/fontset.el (fontset-plain-name):
15997 * mail/feedmail.el (feedmail-look-at-queue-directory):
15998 * mail/mailalias.el (mail-get-names):
15999 * mail/rmail.el (rmail-convert-to-babyl-format):
16000 * mail/rmailsum.el (rmail-make-basic-summary-line)
16001 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16002 (rmail-summary-goto-msg):
16003 * mail/smtpmail.el (smtpmail-read-response):
16004 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16005 (ange-ftp-vms-add-file-entry):
16006 * play/gametree.el (gametree-looking-at-ply)
16007 (gametree-current-branch-score):
16008 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16009 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16010 * progmodes/cperl-mode.el (condition-case):
16011 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16012 (ebrowse-set-member-buffer-column-width)
16013 (ebrowse-select-1st-to-9nth):
16014 * progmodes/etags.el (etags-snarf-tag):
16015 * progmodes/flymake.el (flymake-parse-line):
16016 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16017 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16018 (idlwave-shell-menu-def):
16019 * progmodes/ps-mode.el (ps-run-goto-error):
16020 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16021 (vhdl-speedbar-contract-level):
16022 * term/mac-win.el (x-handle-numeric-switch):
16023 * term/sun-mouse.el (sun-get-frame-data):
16024 * term/w32-win.el (x-handle-numeric-switch):
16025 * term/x-win.el (x-handle-numeric-switch):
16026 * textmodes/ispell.el (ispell-parse-output):
16027 * textmodes/nroff-mode.el (nroff-outline-level):
16028 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16029 (reftex-bib-sort-year-reverse, reftex-format-citation):
16030 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16031 (reftex-section-number):
44a91a68
JB
16032 * textmodes/texinfmt.el (texinfo-paragraphindent):
16033 Replace `string-to-int' by `string-to-number'.
027a4b6b 16034
cc211a0f
JB
16035 * international/latexenc.el: Add page marker to force the "Local
16036 Variables:" string out of the last page.
16037
c65a8e73
NR
160382005-05-16 Nick Roberts <nickrob@snap.net.nz>
16039
16040 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16041 tooltip-change-major-mode.
16042 (gud-tooltip-print-command): Remove case where gud-minor-mode
16043 is gdb ("--fullname").
16044 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16045 explain to user.
16046
97c66d74
JB
160472005-05-16 Jay Belanger <belanger@truman.edu>
16048
16049 * calc/calc-store.el (calc-copy-special-constant): New function.
16050
16051 * calc/calc-ext.el (calc-init-extensions): Add binding for
16052 `calc-copy-special-constant'.
16053
16054 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16055 for the `calc-copy-special-constant' command.
16056
0f182ca2
NR
160572005-05-16 Nick Roberts <nickrob@snap.net.nz>
16058
16059 * subr.el (left-fringe-p): New function.
16060
e6467bba
NR
16061 * progmodes/compile.el (compilation-setup): Set local value of
16062 overlay-arrow-string to "" always.
52eb0373
JB
16063 (compilation-set-window): Left fringe then don't scroll.
16064 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
16065 (compilation-context-lines): Adjust doc string accordingly.
16066
bffc3c6e
KS
160672005-05-16 Kim F. Storm <storm@cua.dk>
16068
16069 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16070 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16071 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16072 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16073 (ido-read-file-name): Handle commands with ido property value
16074 equal to find-file as reading a file name, to allow C-d to enter dired.
16075 (ibuffer-find-file): Add ido property with value find-file.
16076
294c599c
KS
160772005-05-15 Kim F. Storm <storm@cua.dk>
16078
16079 * subr.el (open-network-stream-nowait): Remove.
16080 (open-network-stream-server): Remove.
16081
85ddb888
RS
160822005-05-15 Richard M. Stallman <rms@gnu.org>
16083
f1bc6e52
RS
16084 * faces.el (describe-face): Output a definition link button.
16085
16086 * help-mode.el (help-face-def): New button type.
16087
02d9d682
RS
16088 * emacs-lisp/copyright.el (copyright-fix-years):
16089 Match properly if the first year is 2-digit.
16090 Don't mess up the whitespace after the years by filling.
16091
16092 * dired-aux.el (dired-mark-confirm):
16093 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16094
16095 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16096 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16097 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16098
85ddb888
RS
16099 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16100 Set font-lock-comment-start-skip.
16101
16102 * font-lock.el (font-lock-comment-start-skip): New variable.
16103 (font-lock-comment-end-skip): New variable.
16104 (font-lock-fontify-syntactically-region): Use them if non-nil.
16105
fcd6e601
JB
161062005-05-15 Jay Belanger <belanger@truman.edu>
16107
16108 * calc/calc-store.el (calc-store-value): Return a string rather
16109 than display it as a message.
16110 Use calc-var-name for variable name.
16111 (calc-store-into): Add the result of calc-store-value to message.
16112 (calc-copy-variable): Add a message.
16113 (calc-store-exchange): Improve error messages.
16114 (calc-store-binary, calc-store-map): Don't reset the values of
16115 special constants.
16116
af415106
LT
161172005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16118
16119 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16120 manual to docstring.
16121
16122 * files.el (hack-local-variables-confirm): Add STRING argument.
16123 Make the function handle non file visiting buffers correctly.
16124 (hack-local-variables-prop-line, hack-local-variables)
16125 (hack-one-local-variable): Use STRING arg of
16126 `hack-local-variables-confirm'.
16127
7177e2a3
MA
161282005-05-14 Michael Albinus <michael.albinus@gmx.de>
16129
16130 Sync with Tramp 2.0.49.
16131
11948172 16132 * net/tramp.el (tramp-handle-dired-call-process)
7177e2a3
MA
16133 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16134 because the contents of the Tramp buffer is changed before
16135 insertion (`expand-file' and alike).
16136 (tramp-handle-insert-directory): If `localname' has an empty
16137 nondirectory name, it must not be quoted.
16138 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16139 variable `tramp-chunksize'. Change callees.
16140 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
16141 for buggy `send-process-string' implementation.
16142 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
16143 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16144 (tramp-handle-shell-command): `insert-buffer' cannot be used
16145 because the contents of the Tramp buffer is changed before
e0ad342f 16146 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
16147 <frederic.bothamy@free.fr>.
16148 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
16149 handler only. Ange-FTP has its own auto-save mechanism.
16150 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
16151 (tramp-set-auto-save-file-modes): Set file modes of
16152 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16153 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16154 (tramp-bug): Remove obsolete variable.
16155 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 16156 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 16157
39c7eb8a
JPW
161582005-05-14 John Paul Wallington <jpw@pobox.com>
16159
7177e2a3 16160 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
16161 If `dired-directory' is a list, use its car.
16162
161632005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16164
16165 * ibuffer.el (define-ibuffer-column filename):
16166 If `dired-directory' is a list, use its car.
16167
bbf87c29
RS
161682005-05-14 Richard M. Stallman <rms@gnu.org>
16169
e72e5833
RS
16170 * subr.el (symbol-file): Doc fix.
16171
11efeb9b
RS
16172 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16173 (byte-compile-form): Call byte-compile-nogroup-warn.
16174 (byte-compile-warning-types): Doc fix.
16175
d06ba294
RS
16176 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16177
bbf87c29
RS
16178 * progmodes/cc-engine.el (c-literal-faces):
16179 Add font-lock-comment-delimiter-face.
16180
16181 * net/net-utils.el (dig): Use with-no-warnings.
16182
16183 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16184 (sc-recite-frame-alist, sc-default-cite-frame)
16185 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 16186 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
16187 Mark as risky-local-variable.
16188
16189 * international/ogonek.el (ogonek-jak, ogonek-how):
16190 Don't use beginning-of-buffer.
16191
16192 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16193
16194 * calendar/solar.el (solar-data-list): Move definition up.
16195
16196 * dnd.el (dnd-protocol-alist): Add autoload.
16197
16198 * progmodes/sh-script.el: Many doc usage fixes.
16199 (sh-indent-after-do): Change default to match common styles.
16200
043fa787
LT
162012005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16202
16203 * files.el (interpreter-mode-alist)
16204 (auto-mode-interpreter-regexp): Doc fixes.
16205
90713743
NR
162062005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16207
44a91a68 16208 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
16209
16210 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16211
d90b02af
JD
162122005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16213
16214 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 16215 make-local-variable.
d90b02af 16216
5063dbbf
YM
162172005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16218
16219 * term/mac-win.el (mac-select-convert-to-string): Try coding
16220 systems in mac-script-code-coding-systems if specified one cannot
16221 encode string for `com.apple.traditional-mac-plain-text'.
16222
27a7c83f
DP
162232005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16224
16225 * progmodes/make-mode.el (makefile-targets-face)
16226 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16227 (makefile-dependency-regex): Fix it to not make the colon in
16228 $(var:a=b) special.
16229 (makefile-rule-action-regex): New regexp for highlighting embedded
16230 Shell strings.
16231 (makefile-macroassign-regex): Handle != for highlighting as
16232 embedded Shell strings.
16233 (makefile-var-use-regex): New const.
16234 (makefile-statements, makefile-automake-statements)
16235 (makefile-gmake-statements, makefile-makepp-statements)
16236 (makefile-bsdmake-statements): New consts.
16237 (makefile-make-font-lock-keywords): New function.
16238 (makefile-automake-font-lock-keywords)
16239 (makefile-gmake-font-lock-keywords)
16240 (makefile-makepp-font-lock-keywords)
16241 (makefile-bsdmake-font-lock-keywords): New consts.
16242 (makefile-mode-map): Add switchers between the various submodes.
16243 (makefile-mode): Document the availability of the variants.
16244 (makefile-automake-mode, makefile-gmake-mode)
16245 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16246
16247 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16248 new variants of makefile-mode.
16249
3989c3e7
SM
162502005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16251
16252 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16253 the inheritance.
16254
0cc61511
LT
162552005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16256
0de01c28
LT
16257 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16258 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16259
0cc61511
LT
16260 * files.el (normal-mode): Extend the scope of the
16261 `enable-local-variables' binding to include the `set-auto-mode' call.
16262 (magic-mode-alist): Doc fix.
16263
bf2cea1d
SM
162642005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16267 font-lock-comment-face rather than copying its setting.
16268
e94dae7f
AS
162692005-05-12 Andreas Schwab <schwab@suse.de>
16270
16271 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16272
19958124
LK
162732005-05-12 Lute Kamstra <lute@gnu.org>
16274
16275 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16276 defcustom for the mode hook variable. Delete the last argument.
16277 * generic-x.el: Fix callers of define-generic-mode.
16278 (generic-x-modes): Delete group.
16279 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16280 generic-x customization group.
16281
6da4411e
KS
162822005-05-12 Kim F. Storm <storm@cua.dk>
16283
16284 * font-lock.el (font-lock-negation-char-face): Default to "off".
16285
16286 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16287 font-lock-negation-char-face to ! in !=.
16288
218cf475
MY
162892005-05-12 Masatake YAMATO <jet@gyve.org>
16290
16291 * add-log.el (find-change-log): Fix typos in the docstring
16292 of function.
16293
405cb12a
LK
162942005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16295
16296 * international/latexenc.el (latexenc-find-file-coding-system):
16297 Avoid `re-search-forward' when looking for input encoding because
16298 of speed and safety. Better regular expressions for recognizing
16299 input encoding. Limit a search for TeX-master/tex-main-file to
16300 the local variable section.
16301
8cec35c4
DN
163022005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16303
16304 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16305 syntax of $ to "'" (quote).
16306
1ed8284d
RS
163072005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16308
16309 * dnd.el (dnd-protocol-alist): Improve custom type.
16310
16311 * dired.el (dired-dnd-protocol-alist): New variable.
16312 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16313 `dired-mode-hook' to the end.
16314
3989c3e7
SM
163152005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16316
16317 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16318 comment-end if comment-start-skip is not set.
16319 Obey the font-lock-comment-delimiter-face variables.
16320
b71813cb
SM
163212005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16322
ca19f3f1
AS
16323 * files.el (executable-find): Move from executable.el. Use
16324 locate-file.
ba47dcb2
SM
16325 * progmodes/executable.el (executable-find): Move to files.el.
16326
b71813cb
SM
16327 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16328 when trying to ensure forward progress.
16329
1f9d439a
KS
163302005-05-11 Chong Yidong <cyd@stupidchicken.com>
16331
16332 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16333 (mouse-select, mouse-select-internal, mouse-extend-internal):
16334 Use it to implement mouse-1-click-follows-link functionality.
16335
c50089c9
RS
163362005-05-11 Richard M. Stallman <rms@gnu.org>
16337
16338 * font-lock.el (font-lock-fontify-syntactically-region):
16339 Use font-lock-comment-delimiter-face for comment delimiters.
16340
cfb79865
JB
163412005-05-10 Jay Belanger <belanger@truman.edu>
16342
16343 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16344 preserving embedded modes.
16345
d101bf56
RS
163462005-05-10 Richard M. Stallman <rms@gnu.org>
16347
16348 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16349
16350 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 16351 Move from ada-stmt.el.
d101bf56
RS
16352 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16353
16354 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
16355 Move to ada-mode.el.
16356 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
16357
16358 * cus-edit.el (custom-file): Call file-chase-links.
16359
16360 * files.el (read-directory-name): Fix previous change.
af415106
LT
16361 (hack-local-variables-confirm): New function.
16362 (hack-local-variables-prop-line, hack-local-variables)
16363 (hack-one-local-variable): Use it.
d101bf56 16364
0003d2e3
LK
163652005-05-10 Lute Kamstra <lute@gnu.org>
16366
16367 * font-lock.el (font-lock-keywords-alist)
16368 (font-lock-removed-keywords-alist): Clarify docstrings.
16369
556dd15d
NR
163702005-05-10 Nick Roberts <nickrob@snap.net.nz>
16371
16372 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16373 (gdb-source-info): Check for preprocessor info.
52eb0373 16374 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 16375 a macro for a function.
556dd15d 16376 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 16377 found (user might have used GDB dir command).
556dd15d
NR
16378 (gdb-get-location): Update gdb-location-alist correctly for change
16379 to gdb-info-breakpoints-custom.
16380
16381 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16382 (gud-tooltip-print-command): Add gdbmi case.
16383 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16384 preprocessor info.
16385
a8a64bf4
RS
163862005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16387
16388 * startup.el (fancy-splash-insert): Fix typo in doc string.
16389
f1701e65
JB
163902005-05-09 Juanma Barranquero <lekktu@gmail.com>
16391
78640104
JB
16392 * obsolete/float.el (string-to-float):
16393 * obsolete/hilit19.el (hilit-add-pattern):
16394 * obsolete/rnews.el (news-parse-range, news-select-message)
16395 (news-get-pruned-list-of-files): Replace `string-to-int' by
16396 `string-to-number'.
16397
f1701e65
JB
16398 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16399 `find-file-not-found-hooks'; use `add-hook'.
16400 (uncompress-while-visiting): Set `write-file-functions', not
16401 `write-file-hooks'; use `add-hook'.
16402
a0e6f952
KS
164032005-05-09 Kim F. Storm <storm@cua.dk>
16404
16405 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16406 (cua-paste): Handle clipboard action.
16407 (cua--init-keymaps): Remap clipboard-kill-region and
16408 clipboard-kill-ring-save.
16409
c29d24ea
EZ
164102005-05-08 Eli Zaretskii <eliz@gnu.org>
16411
b659edce
SM
16412 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16413 Improve commentary.
906aee93 16414
c29d24ea
EZ
16415 * simple.el (next-error-overlay-arrow-position): Revert the change
16416 made on 2005-04-30.
16417
1d64910f
JB
164182005-05-07 Jay Belanger <belanger@truman.edu>
16419
16420 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16421 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16422 `calc-sel-reselect'.
16423
16424 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16425 Calc is in embedded mode.
16426
55b958f0
EZ
164272005-05-07 Eli Zaretskii <eliz@gnu.org>
16428
b659edce
SM
16429 * progmodes/compile.el (compilation-setup):
16430 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 16431
55b958f0
EZ
16432 * textmodes/ispell.el (ispell-program-name): Try looking for
16433 "aspell" along exec-path, and if found, use it as the default
16434 speller program.
16435
c2c51a11
EZ
164362005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16437
b659edce
SM
16438 * international/mule.el (sgml-xml-auto-coding-function):
16439 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 16440
f1701e65 164412005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
16442
16443 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16444 as well as `interactive', so that defmacro* would recognize
16445 `declare' forms.
16446
e6469973
EZ
164472005-05-07 Eli Zaretskii <eliz@gnu.org>
16448
b659edce
SM
16449 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16450 Explain more about the LIGHTER arg's usage in the doc string.
16451 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
16452 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16453 since it could have characters special to regular expressions.
16454
06df7f87
EZ
164552005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16456
16457 * replace.el (occur-1): Bind inhibit-read-only so that
16458 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 16459 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
16460 (occur-engine): Don't set buffer-read-only here.
16461
5f4d0dd9
SM
164622005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16463
16464 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16465 list-buffers-directory. This caused the *cvs-commit* buffer to be
16466 sometimes mistakenly reused as a *cvs* buffer.
16467
ffdb022f
NR
164682005-05-07 Nick Roberts <nickrob@snap.net.nz>
16469
16470 * tooltip.el: Move code for GUD tooltips into gud.el.
16471 (require): CL no longer needed to compile case.
16472 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 16473 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
16474 gud-tooltip-mode in gud.el.
16475 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16476 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16477 tooltip-gud prefix with gud-tooltip and obsolete.
16478 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16479 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16480 (tooltip-mouse-motion): Mouse movement functions/variable.
16481 Rename in gud.el by adding gud prefix.
16482 (tooltip-gud-original-filter, tooltip-gud-dereference)
16483 (tooltip-gud-event, tooltip-toggle-gud-tips)
16484 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 16485 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
16486 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16487 (gdb-tooltip-print): Move to gdb-ui.el.
16488
16489 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16490 (require): CL needed to compile case.
588c0770 16491 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
52eb0373 16492 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
16493 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16494 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16495 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16496 (gud-tooltip-change-major-mode)
16497 (gud-tooltip-activate-mouse-motions-if-enabled)
16498 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16499 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16500 (gud-tooltip-original-filter, gud-tooltip-dereference)
16501 (gud-tooltip-event, tooltip-toggle-gud-tips)
16502 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 16503 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 16504
5f4d0dd9 16505 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
16506 (gdb-cpp-define-alist-flags): Doc fix.
16507 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16508 gud-tooltip-mode is t.
16509
64981116
SM
165102005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16511
16512 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16513 evaporate if their text is deleted.
16514 (goto-address-at-point): Make it work as a mouse binding as well.
16515 (goto-address-at-mouse): Obsolete it. Update users.
16516
860f2506
GM
165172005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16518
16519 * calendar/appt.el (top-level): No longer activate on load.
16520
19f26a89
JB
165212005-05-06 Juanma Barranquero <lekktu@gmail.com>
16522
16523 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16524 * net/webjump.el (webjump):
16525 * progmodes/idlw-help.el (idlwave-do-context-help1)
16526 (idlwave-highlight-linked-completions):
64981116
SM
16527 * textmodes/po.el (po-find-file-coding-system-guts):
16528 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 16529
6ff95f1d
EZ
165302005-05-06 Eli Zaretskii <eliz@gnu.org>
16531
2c6b25c7
EZ
16532 * files.el (locate-file): Doc fix.
16533
38a300b1
EZ
16534 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16535 Remove the redundant test for ms-dos.
16536
ab3290cb
EZ
16537 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16538 look for the preprocessor with exec-suffixes. If not found in
16539 standard places, look in exec-path. Remove most of the tests that
16540 used system-type.
16541
6ff95f1d
EZ
16542 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16543
16544 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16545
16546 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16547 file-name clash with jka-compr.el on 8+3 filesystems.
16548
17d28d26
YM
165492005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16550
16551 * term/mac-win.el: Don't define or bind scroll bar functions if
16552 x-toolkit-scroll-bars is t.
ca19f3f1
AS
16553 (x-select-text, x-get-selection-value): Clear
16554 x-last-selected-text-clipboard if x-select-enable-clipboard is
16555 nil.
17d28d26
YM
16556 (PRIMARY): Put mac-scrap-name property.
16557 (mac-select-convert-to-file-url): New function.
16558 (public.file-url): New selection target type. Add to
16559 selection-converter-alist.
16560 (x-get-selection, x-selection-value): Handle it.
16561 (x-cut-buffer-or-selection-value): New alias.
16562
b659edce
SM
165632005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16564
16565 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16566 entry to avoid calling bibtex-find-entry with arg global
16567 being t. Remove arg key.
16568 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16569 (bibtex-copy-summary-as-kill): Change accordingly.
16570
165712005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16572
16573 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16574 (org-agenda-date-later): Use with-current-buffer.
16575
643b4cf5
LT
165762005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16577
16578 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16579 (define-obsolete-variable-alias): Doc Fixes.
16580
dc1a7e26
KS
165812005-05-06 Kim F. Storm <storm@cua.dk>
16582
8a370783
KS
16583 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16584 vertical-motion when selective-display is active.
16585
dc1a7e26
KS
16586 * ido.el (ido-setup-hook): New hook.
16587 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16588 (ido-input-stack): New var.
52eb0373 16589 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
16590 ido-next-work-file binding to M-O.
16591 Bind M-f to ido-wide-find-file-or-pop-dir.
16592 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16593 (ido-read-internal): Run ido-setup-hook.
16594 Catch quit in read-file-name and read-string to cancel edit.
16595 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16596 Automatically pop-all when completing a directory name (RET).
16597 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16598 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16599 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
16600 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16601 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
16602 (ido-make-merged-file-list): Catch quit to cancel merge.
16603 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16604 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 16605
dc1a7e26 166062005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 16607
dc1a7e26 16608 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 16609 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 16610 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 16611 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
16612 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16613
dc75b163
JB
166142005-05-05 Juanma Barranquero <lekktu@gmail.com>
16615
64981116
SM
16616 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16617 Fix typo in docstring.
3fe26922 16618
1c1d2dc8
JB
16619 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16620 (ebrowse-print-statistics-line)
16621 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16622
dc75b163
JB
16623 * term/w32-win.el (image-library-alist): Add additional name for
16624 Xpm library.
16625
ae23f980
NR
166262005-05-05 Nick Roberts <nickrob@snap.net.nz>
16627
16628 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16629 use gcc instead of cpp.
16630
16631 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 16632 (gdb-create-define-alist): Use it.
19f26a89 16633 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 16634
02636b9c
NR
166352005-05-04 Nick Roberts <nickrob@snap.net.nz>
16636
588c0770 16637 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
02636b9c 16638
01a50b51
KS
166392005-05-04 Richard M. Stallman <rms@gnu.org>
16640
d101bf56
RS
16641 * help.el (describe-key): No error when UNTRANSLATED is nil.
16642
01a50b51
KS
16643 * simple.el (line-move-1): Fix previous change to signal errors
16644 appropriately.
16645
fa2b23e5 166462005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
16647
16648 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16649 (icalendar-duration-correction): Remove.
16650 (icalendar--get-event-properties): Split result at commas.
16651 (icalendar--decode-isoduration): New optional argument
16652 DURATION-CORRECTION.
fa2b23e5
KS
16653 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16654 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16655 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16656 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
16657 (icalendar--convert-anniversary-to-ical): New functions, extracted
16658 from icalendar-export-region, with bug fixes.
16659 (icalendar-export-region): Use the above functions.
16660 (icalendar-import-buffer): Check before saving diary file.
16661 (icalendar--convert-recurring-to-diary)
16662 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
16663 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16664 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
16665 (icalendar--convert-ical-to-diary): Use the above functions.
16666
be50a727
NR
166672005-05-03 Nick Roberts <nickrob@snap.net.nz>
16668
16669 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16670 Remove these recent additions.
16671 (c-mode): Restore to before 2005-04-28.
16672
16673 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16674 recent addition.
16675
16676 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16677 (gdb-define-alist): New variables.
16678 (gdb-create-define-alist): New function.
16679 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16680 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16681 with string-to-number.
52eb0373 16682 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
16683
16684 * progmodes/gud.el: Replace string-to-int with string-to-number.
16685 (gud-find-file): Handle gdb-define-alist.
16686
16687 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16688
bc446113
JB
166892005-05-02 Jay Belanger <belanger@truman.edu>
16690
fa2b23e5
KS
16691 * calc/calc-aent.el (math-read-token):
16692 * calc/calc-bin.el (calc-word-size):
16693 * calc/calc-ext.el (calc-read-number-fancy):
16694 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 16695 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 16696 * calc/calc-frac.el (calc-over-notation):
bc446113 16697 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 16698 (calc-graph-num-points, calc-graph-init):
bc446113 16699 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
16700 (calc-edit-macro-repeats):
16701 * calc/calc-yank.el (calc-do-grab-rectangle):
16702 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16703 Replace `string-to-int' by `string-to-number'.
bc446113 16704
e40527dc
KS
167052005-05-02 Kim F. Storm <storm@cua.dk>
16706
16707 * kmacro.el: Use executing-kbd-macro-index variable.
16708
9a479835
TTN
167092005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16710
16711 * net/rlogin.el (rlogin-parse-words): Delete func.
16712 (rlogin): Use split-string, not rlogin-parse-words.
16713 Also, if there are option-like elements in the parsed args,
16714 take the host to be the first arg immediately following them.
16715 Suggested by Michael Mauger.
16716
f6b1b15a
LT
167172005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16718
16719 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16720
975e5c47 167212005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 16722
975e5c47
NR
16723 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16724 (cc-mode-cpp-program): Rename to cc-define-list-program and
16725 move to cc-vars.el.
f6b1b15a 16726
975e5c47 16727 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 16728 Change to "gcc -E -dM -". Make customizable.
975e5c47 16729
5c2e5a5e
KS
167302005-05-02 Kim F. Storm <storm@cua.dk>
16731
16732 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16733
95bb5b56
NR
167342005-05-02 Nick Roberts <nickrob@snap.net.nz>
16735
b161ea4e
NR
16736 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16737
95bb5b56
NR
16738 * international/mule-util.el (truncate-string): Remove alias and
16739 obsolete declaration.
16740
16741 * international/mule-cmds.el (update-iso-coding-systems):
16742 Remove alias and obsolete declaration.
16743
16744 * international/mule.el (coding-system-parent): Remove alias and
16745 obsolete declaration.
16746
16747 * subr.el (define-function, sref): Remove aliases and obsolete
16748 declarations.
16749 (chars-in-region): Remove obsolete declaration.
16750
ebbfa918
RS
167512005-05-01 Richard M. Stallman <rms@gnu.org>
16752
16753 * info.el (Info-mode): Set widen-automatically to nil, locally.
16754
16755 * simple.el (widen-automatically): New variable.
16756 (pop-global-mark): Obey widen-automatically.
16757
656c316d
DN
167582005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16759
16760 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 16761 before the keymap size is increased by a lot of define-key calls.
656c316d 16762
b2cfb30b
RS
167632005-05-01 Richard M. Stallman <rms@gnu.org>
16764
5c2e5a5e 16765 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
16766 Rename ARG to ELEMENT. Doc fix.
16767
5c2e5a5e 167682005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 16769
92bedc0e
NR
16770 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16771 Remove references to allout-exposure/change to allout-new-exposure.
16772
9ded0282
NR
16773 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16774 bytecode symbols.
16775
16776 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16777 (compiled-function-p, focus-frame, unfocus-frame):
16778 Remove aliases and obsolete declarations.
52eb0373 16779 Back out inadvertent changes from previous commit.
9ded0282 16780
a87fdbbd
LT
167812005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16782
16783 * files.el (require-final-newline): Make Custom tags consistent
16784 with mode-require-final-newline.
16785 (mode-require-final-newline): Doc fix.
16786
af71d4c0 167872005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
0003d2e3
LK
16788
16789 * international/latexenc.el (latexenc-find-file-coding-system):
16790 Fix regular expressions.
16791
af71d4c0 167922005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
16793
16794 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 16795 Fix regular expressions.
b7f29772 16796
bdf7ae41
NR
167972005-05-01 Nick Roberts <nickrob@snap.net.nz>
16798
16799 * subr.el (string-to-int): Make obsolete.
16800
0b1fc48a
RS
168012005-04-30 Richard M. Stallman <rms@gnu.org>
16802
7e995a23 16803 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
16804
16805 * loadup.el: load jka-comp-hook.
16806
6ff95f1d 16807 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 16808 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
16809 to jka-comp-hook.el.
16810 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 16811 (jka-compr-inhibit): Autoload.
a87fdbbd 16812
0b1fc48a
RS
16813 * jka-comp-hook.el: New file.
16814 Enable the mode by default.
16815
16816 * files.el (backup-buffer-copy): Use copy-file instead
16817 of write-region, and put back the 'excl.
16818
168192005-04-30 Chong Yidong <cyd@stupidchicken.com>
16820
16821 * progmodes/flymake.el (flymake-split-string)
16822 (flymake-split-string, flymake-log, flymake-pid-to-names)
16823 (flymake-reg-names, flymake-get-source-buffer-name)
16824 (flymake-unreg-names, flymake-add-line-err-info)
16825 (flymake-add-err-info): Clarify docstrings.
16826 (flymake-popup-menu, flymake-make-emacs-menu)
16827 (flymake-make-xemacs-menu): Add docstrings.
16828 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16829 Set variables directly throughout.
16830
80b61a0f
NR
168312005-04-30 Nick Roberts <nickrob@snap.net.nz>
16832
16833 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
588c0770 16834 exists. Initialize cc-define-alist.
80b61a0f 16835 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 16836 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 16837
bb9c1f2a
SS
168382005-04-29 Sam Steingold <sds@gnu.org>
16839
16840 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16841 (cc-create-define-alist): Use it instead of the hard-coded string.
16842
2d5e5eb8
SM
168432005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16844
16845 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16846 for latexenc.
16847
57efa539
LK
168482005-04-29 Lute Kamstra <lute@gnu.org>
16849
16850 * emacs-lisp/generic.el: Improve commentary section.
16851 (define-generic-mode): Improve docstring.
16852
56c91423
CD
168532005-04-29 Carsten Dominik <dominik@science.uva.nl>
16854
b67a4e9f 16855 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
16856 (org-prefix-format-compiled): New variable.
16857 (org-compile-prefix-format): New function.
b67a4e9f 16858 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
af71d4c0 16859 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
b67a4e9f
KS
16860 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16861 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 16862 consistency with entries from `org-mode' files.
b67a4e9f 16863 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
16864 (org-non-link-chars): New constant.
16865 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
16866 (org-agenda-day-view): Remove command.
16867 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
16868 (org-follow-bbdb-link, org-store-link): Search also company field.
16869 (org-highlight-overlay): New variable.
16870 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
16871 (org-agenda-mode): Add pre-command-hook to remove highlight.
16872 (org-evaluate-time-range): Behavior depends upon whether time stamp
16873 contains a time or not.
56c91423
CD
16874 (org-show-subtree, org-show-entry): New functions.
16875 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 16876
7eb6ede5
LT
168772005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16878
16879 * comint.el (comint-output-filter-functions): Add autoload cookie.
16880
b7ce4173
KS
168812005-04-28 Kim F. Storm <storm@cua.dk>
16882
16883 * ido.el (ido-everywhere): Fix last change.
16884
0b606bb2
TTN
168852005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16886
16887 * international/latexenc.el: New file.
16888 * international/mule-conf.el (file-coding-system-alist): For .tex,
16889 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16890
d79b6c21
LK
168912005-04-28 Lute Kamstra <lute@gnu.org>
16892
0a20b1dc
LK
16893 * font-lock.el (font-lock-add-keywords)
16894 (font-lock-remove-keywords): Clarify docstring.
16895 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16896 Don't start docstrings with a `*'.
16897 (font-lock-update-removed-keyword-alist): Give it a docstring.
16898
d79b6c21
LK
16899 * generic-x.el: Update commentary section.
16900 Only require font-lock when compiling.
16901 Define all modes conditionally.
16902 Place all generic modes in the generic-x-modes customization group.
16903 (generic-x-modes): New customization group.
16904 (generic-default-modes, generic-mswindows-modes)
16905 (generic-unix-modes, generic-other-modes): New constants.
16906 (generic-define-mswindows-modes, generic-define-unix-modes):
16907 Update docstrings. Make them obsolete.
2d5e5eb8
SM
16908 (generic-extras-enable-list): New default value. Update docstring.
16909 Improve :type. Change :set function.
d79b6c21
LK
16910 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16911 Fix docstring.
16912
2d5e5eb8
SM
16913 * emacs-lisp/generic.el (generic-mode-internal):
16914 Simplify font-lock-defaults.
817edb15 16915 (define-generic-mode): Fix docstring.
d79b6c21
LK
16916
169172005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16918
16919 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16920 font-lock-face property to highlight matches.
16921
8c75afbf
NR
169222005-04-28 Nick Roberts <nickrob@snap.net.nz>
16923
52eb0373 16924 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf 16925 (cc-define-alist): New variable.
588c0770 16926 (c-mode): Make it local and initialize it.
8c75afbf
NR
16927
16928 * progmodes/gdb-ui.el (gdb-active-process): New variable.
16929 (gdb-exited): New function.
16930 (gdb-annotation-rules): Use it.
16931 (gdb-starting): Set gdb-active-process to t.
16932 (gdb-stopping): Amend doc string.
16933 (gdb-reset): Set gdb-active-process to nil.
16934
16935 * tooltip.el (tooltip-gud-tips): Show the associated #define
16936 directives when a C program under GDB is not executing.
16937
b8a04883
SM
169382005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16941 font-lock-fontify-syntactic-keywords.
16942
16943 * font-lock.el (font-lock-default-fontify-region): Don't force
16944 parse-sexp-lookup-properties to nil.
16945
a46f2d6d
EZ
169462005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16947
16948 * man.el (man-mode-syntax-table): Set up `:' to have
16949 word-constituent syntax.
16950
b2b46494
LK
169512005-04-27 Lute Kamstra <lute@gnu.org>
16952
16953 * novice.el (disable-command): Don't add spurious newlines to the
16954 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16955
a715531f
JB
169562005-04-26 Jay Belanger <belanger@truman.edu>
16957
16958 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16959 than one window before deleting window.
16960
85ab9f4e
LT
169612005-04-26 Luc Teirlinck <teirllm@auburn.edu>
16962
16963 * shell.el (shell-prompt-pattern): Doc fix.
16964 (shell-mode): Set paragraph-separate buffer locally to "\\'".
16965
16966 * comint.el (comint-prompt-regexp, comint-get-old-input)
16967 (comint-use-prompt-regexp)
16968 (comint-use-prompt-regexp-instead-of-fields)
16969 (comint-replace-by-expanded-history, comint-send-input)
16970 (comint-output-filter, comint-get-old-input-default)
16971 (comint-line-beginning-position, comint-bol, comint-show-output)
16972 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
16973 (comint-next-prompt, comint-previous-prompt):
16974 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
16975 `comint-use-prompt-regexp'. Keep old name as alias and declare
16976 obsolete.
16977 (comint-use-prompt-regexp): Shorten first line of doc string.
16978
16979 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16980 Set paragraph-separate buffer locally to "\\'".
16981
16982 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16983 Adapt to above name change.
16984
16985 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16986 (smbclient-prompt-regexp): Ditto.
16987
16988 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16989
19475957
NR
169902005-04-27 Nick Roberts <nickrob@snap.net.nz>
16991
16992 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16993 gdb-location-list.
16994 Break lines that are over 80 characters wide.
16995
2231c2bc
SM
169962005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
16997
16998 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16999 New fun and var, to preserve compatibility.
17000
17001 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17002
170032005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17004
17005 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17006 name to file-newer-than-file-p.
17007
68a94f5a
RS
170082005-04-26 Richard M. Stallman <rms@gnu.org>
17009
f03f317a
RS
17010 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17011
68a94f5a
RS
17012 * progmodes/python.el (python-mode):
17013 Use new name eldoc-documentation-function.
17014
17015 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17016
17017 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17018 (eldoc-documentation-function):
2231c2bc 17019 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 17020
c9c1312d
NR
170212005-04-26 Nick Roberts <nickrob@snap.net.nz>
17022
17023 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17024
35b1b8ab
DN
170252005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17026
17027 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 17028 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
17029 {C,S,A,C-S}-{f1-f12}.
17030
bc10bcbd
KH
170312005-04-26 Kenichi Handa <handa@m17n.org>
17032
2231c2bc
SM
17033 * international/mule-cmds.el (select-safe-coding-system):
17034 Fix previous change.
bc10bcbd 17035
ec1e11a9
LK
170362005-04-26 Lute Kamstra <lute@gnu.org>
17037
c25eec81
LK
17038 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17039
17040 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17041 (font-lock-comment-delimiter-face): Ditto.
17042
ec1e11a9
LK
17043 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17044
2b2920a9
JB
170452005-04-25 Jay Belanger <belanger@truman.edu>
17046
17047 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17048 to t while inserting information; use help-mode.
17049
c9b630f7
DN
170502005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17051
17052 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 17053 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 17054
8ba81e93
LK
170552005-04-25 Lute Kamstra <lute@gnu.org>
17056
17057 * font-core.el (font-lock-defaults): Fix docstring.
17058
17059 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17060
901ae597
KH
170612005-04-25 Kenichi Handa <handa@m17n.org>
17062
2231c2bc
SM
17063 * international/mule-cmds.el (select-safe-coding-system):
17064 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
17065 no-conversion was found to be safe.
17066
a6390474
RS
170672005-04-24 Richard M. Stallman <rms@gnu.org>
17068
17069 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17070 citation markers at start of each line.
17071
17072 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17073 citation markers at start of each line.
17074
17075 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17076
17077 * files.el (mode-require-final-newline): Fix previous change.
17078 (require-final-newline): Fix type label.
17079
2538808f
GM
170802005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17081
17082 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17083 statement in buffer (broken by 2004-11-24 change).
17084
456986fd
KS
170852005-04-24 Kim F. Storm <storm@cua.dk>
17086
17087 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17088 and read-file-name-function values. Don't overwrite existing
17089 non-nil values if ido-mode is enabled without ido-everywhere.
17090
e5baf107
LT
170912005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17092
17093 * files.el (mode-require-final-newline): Minor doc fix.
17094
1441edfe
EZ
170952005-04-24 Eli Zaretskii <eliz@gnu.org>
17096
9d1ffd5a 17097 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
17098 (syntax-class): If argument is nil, return nil. Mask off upper 16
17099 bits, not 8 bits.
9d1ffd5a 17100
1441edfe
EZ
17101 * files.el (mode-require-final-newline): Doc fix.
17102 (backup-buffer-copy): Fix last change.
17103
49ed33c7
YM
171042005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17105
17106 * term/mac-win.el: Require select. Set selection-coding-system to
17107 mac-system-coding-system. Call menu-bar-enable-clipboard.
17108 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17109 (x-select-enable-clipboard): New variables.
17110 (x-select-text, x-get-selection, x-selection-value)
17111 (x-get-selection-value, mac-select-convert-to-string)
17112 (mac-services-open-file, mac-services-open-selection)
17113 (mac-services-insert-text): New functions.
17114 (CLIPBOARD, FIND): Put mac-scrap-name property.
17115 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17116 (public.tiff): Put mac-ostype property.
17117 (selection-converter-alist): Add entries for them.
17118 (mac-application-menu-map): New keymap.
17119 (interprogram-cut-function, interprogram-paste-function): Set to
17120 x-select-text and x-get-selection-value, respectively.
17121 (split-window-keep-point): Set to t.
17122
469bc679
RS
171232005-04-23 Richard M. Stallman <rms@gnu.org>
17124
17125 * files.el (read-directory-name): Always pass non-nil
17126 DEFAULT-FILENAME arg to read-file-name.
17127 (backup-buffer-copy, basic-save-buffer-2): Take care against
17128 writing thru an unexpected existing symlink.
17129 (revert-buffer): In indirect buffer, revert the base buffer.
17130 (magic-mode-alist): Doc fix.
17131 (buffer-stale-function): Doc fix.
17132 (minibuffer-with-setup-hook): Avoid warning.
17133 (mode-require-final-newline): Doc and custom fix.
e5baf107 17134
469bc679
RS
17135 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17136
17137 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17138 use the default appearance.
17139 (font-lock-comment-delimiter-face): New face, new variable.
17140
17141 * imenu.el (imenu--generic-function): The official position of a
17142 definition is the start of the line that BEG is in.
17143
17144 * midnight.el (midnight-timer): Move defvar up.
17145
17146 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17147
17148 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17149
17150 * startup.el (command-line): Use with-no-warnings.
17151
17152 * window.el (window-size-fixed): New defvar.
17153
17154 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17155
e5baf107 17156 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
17157 Use font-lock-comment-delimiter-face.
17158
17159 * mail/sendmail.el (mail-font-lock-keywords):
17160 Use font-lock-comment-delimiter-face.
17161
17162 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17163
171642005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17165
e5baf107 17166 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
17167 Specify t for LAXMATCH when matching directories.
17168 Save match data around compilation-compat-error-properties form.
17169
1639cc2e
DK
171702005-04-23 David Kastrup <dak@gnu.org>
17171
17172 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17173 Mention that the autoloaded aliases should be kept for AUCTeX.
17174
d379c558
AS
171752005-04-23 Andreas Schwab <schwab@suse.de>
17176
17177 * isearch.el (isearch-forward): Doc fix.
17178
4739237d
EZ
171792005-04-23 Eli Zaretskii <eliz@gnu.org>
17180
17181 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17182 (jit-lock-stealth-nice): Change default value to 0.5.
17183
71baa28f
EZ
171842005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17185
17186 * abbrev.el (write-abbrev-file): Write table entries in
17187 alphabetical order by table name.
17188
e271742d
KS
171892005-04-22 Kim F. Storm <storm@cua.dk>
17190
17191 * ido.el (ido-read-internal): Fix `list' completion.
17192
9a9c3a4b
KH
171932005-04-22 Kenichi Handa <handa@m17n.org>
17194
17195 * recentf.el (recentf-save-file-coding-system): New variable.
17196 (recentf-save-list): Encode the file by
17197 recentf-save-file-coding-system and add coding: tag.
17198
230e1e80
NR
171992005-04-22 Nick Roberts <nickrob@snap.net.nz>
17200
17201 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17202
e1573595
LK
172032005-04-21 Lute Kamstra <lute@gnu.org>
17204
9721d904
LK
17205 * loadhist.el (unload-feature): Don't remove a function from hooks
17206 if it is about to be restored to an autoload . Remove functions
17207 that will become unbound from auto-mode-alist. Simplify the code.
17208
2c7b5da1
LK
17209 * subr.el (assq-delete-all): New implementation that is linear,
17210 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17211 (rassq-delete-all): New function.
17212
2231c2bc
SM
17213 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17214 Add size-indication-mode.
e1573595 17215
2375e71a
KH
172162005-04-21 Kenichi Handa <handa@m17n.org>
17217
17218 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 17219 eval-when-compile.
2375e71a 17220
8e447172
NR
172212005-04-21 Nick Roberts <nickrob@snap.net.nz>
17222
e271742d 17223 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
17224 Add tooltip-mode.
17225
17226 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17227
fcd9d525
LT
172282005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17229
17230 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17231 (inferior-lisp-filter-regexp, inferior-lisp-program)
17232 (inferior-lisp-load-command, inferior-lisp-prompt)
17233 (inferior-lisp-mode-hook, lisp-source-modes)
17234 (inferior-lisp-load-hook): defvar->defcustom.
17235 (inferior-lisp-program, inferior-lisp-prompt)
17236 (inferior-lisp-load-hook): Doc fixes.
17237 (inferior-lisp-install-letter-bindings): Small change in
17238 introductory comment.
17239
57428691
DN
172402005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17241
17242 * vc.el (vc-annotate-color-map): Change some colors so that text
17243 using them as foreground is readable on both white and black
17244 backgrounds.
17245
c791cb54
SM
172462005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * international/mule-conf.el (translation-table-for-input):
17249 Remove redundant declaration.
17250
396fdf3c
NR
172512005-04-20 Nick Roberts <nickrob@snap.net.nz>
17252
17253 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17254
17255 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17256 (tooltip-toggle-gud-tips): New function.
17257
37c5c4a7
YM
172582005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17259
17260 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17261 right angle brackets.
17262
64cb0f82
NR
172632005-04-20 Nick Roberts <nickrob@snap.net.nz>
17264
17265 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17266
95ed7b42
SM
172672005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17268
b8471a02
SM
17269 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17270 Remove. Update callers to use expand-file-name instead.
17271
95ed7b42
SM
17272 * subr.el (syntax-class): New function.
17273
17274 * simple.el (blink-matching-open): Use it.
17275
17276 * paren.el (show-paren-function): Use it to recognize parens that are
17277 also used in 2-char comment markers.
17278
191652f8
LK
172792005-04-19 Lute Kamstra <lute@gnu.org>
17280
17281 * loadhist.el (unload-feature): Update for new format of
17282 load-history. Simplify the code.
17283
327a3376
YM
172842005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17285
17286 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17287 (mac-add-charset-info): New function. Initialize variable
17288 mac-charset-info-alist using it.
17289 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17290 for translation.
17291 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
17292 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17293 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17294 New CCL programs.
327a3376 17295
5827e9d4
KS
172962005-04-19 Kim F. Storm <storm@cua.dk>
17297
17298 * simple.el (next-buffer, prev-buffer, next-error)
17299 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17300 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17301
17302 * bindings.el (next-buffer, prev-buffer, next-error)
17303 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17304 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17305 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17306 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17307
e5feeb31
SM
173082005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * isearch.el (isearch-edit-string): Make the search-ring available for
17311 minibuffer history commands.
17312 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17313 the default history commands now work just as well.
17314 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17315
77580d18
KS
173162005-04-18 Kim F. Storm <storm@cua.dk>
17317
17318 * emulation/cua-base.el (cua--pre-command-handler): Add more
17319 elaborate check for shift modifier on non-window systems.
17320
adbb89ef
LH
173212005-04-18 Lars Hansen <larsh@math.ku.dk>
17322
17323 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17324
2e764c66
KS
173252005-04-18 Kim F. Storm <storm@cua.dk>
17326
17327 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17328 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
17329 (tooltip-gud-process-output, gdb-tooltip-print):
17330 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 17331 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 17332
3f4413f8
YM
173332005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17334
17335 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17336 `display-graphic-p' may not be bound yet.
17337
742220b6
LT
173382005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17339
17340 * startup.el (command-line): No longer enable Xterm Mouse mode by
17341 default in terminals compatible with xterm.
17342
17343 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17344
01c515bb
NR
173452005-04-18 Nick Roberts <nickrob@snap.net.nz>
17346
17347 * tooltip.el (tooltip-gud-echo-area): Rename from
17348 tooltip-use-echo-area.
17349 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17350 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17351 area independently of where help tooltips are displayed.
17352
bbeb3055
DK
173532005-04-17 David Kastrup <dak@gnu.org>
17354
17355 * cus-theme.el (custom-theme-write-variables): Quote variables
17356 where necessary.
17357
ec0cf966
RS
173582005-04-17 Richard M. Stallman <rms@gnu.org>
17359
9e60c724
RS
17360 * simple.el (yank-excluded-properties): Add follow-link to value.
17361
ec0cf966
RS
17362 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17363
17364 * startup.el (fancy-splash-max-time): Just 30 seconds.
17365 (fancy-splash-delay): Just 7.
17366 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17367
17368 * loadhist.el (unload-feature): Update for new format of load-history.
17369 Simplify the code.
17370
17371 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17372 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17373
17374 * mail/sendmail.el (mail-font-lock-keywords):
17375 Don't fontify subject text.
17376 Don't fontify the text of a citation.
17377
173782005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17379
17380 * comint.el (comint-output-filter): Run comint-output-filter-functions
17381 with point where the user had it.
17382
b72c5a86
SM
173832005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * international/ucs-tables.el (ucs-set-table-for-input):
17386 Disable when using unify-on-decoding.
17387
fbcaad36
DN
173882005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17389
17390 * emulation/cua-base.el (cua-global-mark-face): Add special case
17391 for displays supporting a high number of colors.
17392
ccb9871d
EZ
173932005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17394
b72c5a86 17395 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 17396
3d70f279
EZ
173972005-04-16 Chong Yidong <cyd@stupidchicken.com>
17398
17399 * filesets.el (filesets-add-buffer): If user supplies a name of a
17400 non-existing fileset, create a new fileset.
17401
bf94eed3
CD
174022005-04-16 Carsten Dominik <dominik@science.uva.nl>
17403
b72c5a86 17404 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 17405 `outline-up-heading-all'.
bf94eed3 17406
a35d9075
AS
174072005-04-16 Andreas Schwab <schwab@suse.de>
17408
17409 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17410 /etc/permissions.d/* and /etc/aliases.d/*.
17411
5f400376
KH
174122005-04-16 Kenichi Handa <handa@m17n.org>
17413
b72c5a86
SM
17414 * international/code-pages.el (cp-make-coding-system):
17415 Set `translation-table-for-input' property value to the symbol
5f400376
KH
17416 ucs-mule-to-mule-unicode, not to that value.
17417 (pt154): Escape guillemet by `\'.
17418
9e5b2858
LT
174192005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17420
17421 * loadup.el: Load tooltip if x-show-tip is fboundp.
17422
17423 * startup.el (command-line): Add comment.
17424
17425 * tooltip.el (tooltip-mode): Specify correct standard value for
17426 Custom in init-value.
17427
3698ff2e
NR
174282005-04-15 Nick Roberts <nickrob@snap.net.nz>
17429
17430 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17431 possible.
17432
a9f07b61
CD
174332005-04-15 Carsten Dominik <dominik@science.uva.nl>
17434
fe38e3b0 17435 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
17436 `org-agenda-date-today'.
17437 (org-evaluate-time-range): Insert at point instead of directly
17438 after time range.
17439 (org-first-headline-recenter, org-subtree-end-visible-p)
17440 (org-optimize-window-after-visibility-change): New functions
17441 (org-agenda-post-command-hook): Don't allow point at end of line,
17442 to make sure it always hits the text properties.
b72c5a86
SM
17443 (org-agenda-next-date-line, org-agenda-previous-date-line):
17444 New commands.
a9f07b61 17445 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
17446 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17447 Improve marker positions.
a9f07b61
CD
17448 (org-agenda-new-marker): Argument POS made optional.
17449 (org-agenda-get-timestamps): Deadlines which are done are listed
17450 in org-done-face now.
17451 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
17452 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17453 Set `undone-face' and `done-face' properties.
a9f07b61
CD
17454 (org-last-todo-state-is-todo): New variable.
17455 (org-todo): Set `org-last-todo-state-is-todo'.
17456 (org-agenda-todo): Change face according to
588c0770 17457 `org-last-todo-state-is-todo'. And change other lines referring to
a9f07b61
CD
17458 the same entry.
17459 (org-calendar-goto-agenda): New command.
17460 (org-calendar-to-agenda-key): New option.
17461 (org-startup-folded): New allowed value `content'.
17462 (org-set-regexps-and-options): Accept new value `content' for
17463 `org-startup-folded'.
17464 (org-get-current-options): Handle new value `content' for
17465 `org-startup-folded'.
17466 (org-insert-todo-heading): New command.
17467 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17468 interactively in empty file and option
17469 `org-insert-mode-line-in-empty-file' has been set.
af71d4c0 17470 (org-agenda-todo, org-agenda-priority): Modify to use
a9f07b61 17471 `org-agenda-change-all-lines'.
b72c5a86 17472 (org-warning-face): Change color on dark background
a9f07b61 17473
c6588b4e
YM
174742005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17475
17476 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17477 use preferences AppleLocale and AppleLanguages, and variable
17478 mac-system-locale for default locale. On Mac OS Classic, use
17479 mac-system-coding-system for default coding systems.
17480
b72c5a86
SM
17481 * term/mac-win.el: Don't set file-name-coding-system.
17482 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
17483 user-full-name by mac-system-coding-system on Mac OS Classic.
17484 (mac-system-coding-system): New variable.
17485
b3a623d0
LT
174862005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17487
17488 * startup.el (command-line): Handle `xterm-mouse-mode' before
17489 reading init file.
4d727d1a
LT
17490
17491 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 17492
328fc313
GM
174932005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17494
17495 * progmodes/sh-script.el (sh-here-document-word): Make it a
17496 defcustom. Doc fix.
17497 (sh-add): Bash uses $(( )) for arithmetic.
17498 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17499 (sh-maybe-here-document): Remove quotes and leading whitespace
17500 from heredoc word when closing. Indent heredoc with tabs if word
17501 starts with "-".
17502
0047373b
RS
175032005-04-13 Richard M. Stallman <rms@gnu.org>
17504
17505 * simple.el (undo): Fix previous change.
17506
17507 * custom.el (defface): Doc fix.
17508
a2d66c78
LK
175092005-04-13 Lute Kamstra <lute@gnu.org>
17510
5c156fdf
LK
17511 * Makefile.in (DONTCOMPILE): Remove list.
17512 (compile, compile-always): Don't use DONTCOMPILE.
17513 (update-authors): Load the library in which batch-update-authors
17514 is defined.
17515 * makefile.w32-in (DONTCOMPILE): Remove list.
17516 (compile, compile-always): Fix comments.
17517 (update-authors): Load the library in which batch-update-authors
17518 is defined.
17519
a2d66c78
LK
17520 * generic-x.el (generic-mode-ini-file-find-file-hook):
17521 Rename to ini-generic-mode-find-file-hook.
17522 Keep generic-mode-ini-file-find-file-hook as an alias.
17523 (ini-generic-mode-find-file-hook): Rename from
17524 generic-mode-ini-file-find-file-hook. Fix docstring.
17525 (ini-generic-mode): Docstring change.
17526 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17527
17528 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17529 called from lisp.
17530
17531 * generic.el: Move to the emacs-lisp subdir.
17532
759e9f0c
DN
175332005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17534
17535 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17536 and C-S- function and cursor motion keys.
17537
dc56fc01
LT
175382005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17539
17540 * startup.el (command-line): Enable Xterm Mouse mode by default.
17541 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
17542 for Custom. No longer show "Mouse" in mode line when enabled.
17543 Doc fix.
dc56fc01 17544
d50285de
KS
175452005-04-12 Kim F. Storm <storm@cua.dk>
17546
17547 * emulation/cua-base.el (cua-rectangle-face)
17548 (cua-rectangle-noselect-face): Define face attributes here.
17549
17550 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17551
ed0fb1f1
JD
175522005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17553
17554 * startup.el (command-line): Turn off blinking cursor if
17555 cursorBlink in resources is off or false.
17556
a56e6111
YM
175572005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17558
17559 * term/mac-win.el (dnd): Require dnd.
17560 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
17561 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17562 (kTextEncodingISOLatin2): Remove constants.
17563 (mac-script-code-coding-systems): New constant.
17564 (mac-handle-language-change): New function.
17565 (special-event-map): Bind it to `language-change' event.
17566 (mac-centraleurroman, mac-cyrillic): New coding systems.
17567 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17568 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17569 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17570 encode-mac-cyrillic, respectively.
a56e6111 17571
a1b6a089
NR
175722005-04-12 Nick Roberts <nickrob@snap.net.nz>
17573
17574 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17575 Don't set overlay-arrow-string to "=>" as this is done
17576 globally in C now.
17577
4d88e0ad
LK
175782005-04-12 Lute Kamstra <lute@gnu.org>
17579
b72c5a86
SM
17580 * generic-x.el (rc-generic-mode, rul-generic-mode):
17581 Fix auto-mode-alist entries.
4d88e0ad
LK
17582 (etc-fstab-generic-mode): Tweak fontification.
17583
17584 * generic.el (generic-make-keywords-list): Fix docstring.
17585 (generic-mode-internal): Simplify generic-font-lock-keywords.
17586
df5e8d2c
RV
175872005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17588
b72c5a86 17589 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
17590 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17591 However, fix the highlight area for the leading and
df5e8d2c
RV
17592 trailing whitespaces to show space.
17593
7a15a271
RV
175942005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17595
17596 * whitespace.el (whitespace-version): Bump to 3.5
17597
b72c5a86
SM
17598 (whitespace-buffer-leading, whitespace-buffer-trailing):
17599 Invert sense of the test to highlight the whitespace.
7a15a271 17600
c80b3945
NR
176012005-04-12 Nick Roberts <nickrob@snap.net.nz>
17602
17603 * progmodes/gud.el (gud-display-line): GUD uses its own
17604 overlay arrow now so don't set overlay-arrow-string.
17605 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17606
22c061d6
DN
176072005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17608
17609 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17610 (term-ansi-current-reverse, term-ansi-current-invisible)
17611 (term-ansi-face-already-done): Change to boolean.
17612 (term-reset-terminal, term-handle-colors-array): Handle the above
17613 vars accordingly.
17614 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17615 (term-emulate-terminal): Use the new name.
17616
17617 * faces.el (secondary-selection): Use yellow1, not yellow.
17618 (trailing-whitespace): Use red1, not red.
17619
b438e670
JD
176202005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17621
17622 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17623 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17624 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17625
17626 * cus-edit.el (dnd): New group.
17627
17628 * term/w32-win.el (dnd): Require dnd
17629 (w32-drag-n-drop): Call dnd-handle-one-url.
17630
17631 * x-dnd.el: Require dnd.
b72c5a86
SM
17632 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17633 Call dnd-handle-one-url.
b438e670
JD
17634 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17635 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17636 to dnd-insert-text.
4d88e0ad
LK
17637 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17638 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 17639 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 17640 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
17641
17642 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17643
0047373b 176442005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
17645
17646 * wdired.el: Doc fixes.
17647 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17648 (wdired-use-dired-vertical-movement): Rename from
17649 wdired-always-move-to-filename-beginning.
17650 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17651 (wdired-change-to-wdired-mode): Change mode name.
17652 (wdired-newline): Delete.
17653
713c9020
RS
176542005-04-11 Richard M. Stallman <rms@gnu.org>
17655
7dbe67a4
RS
17656 * whitespace.el (whitespace-highlight-the-space):
17657 Don't call whitespace-unhighlight-the-space here.
17658
713c9020
RS
17659 * simple.el (undo): Record t in undo-equiv-table
17660 for the redo record made by an undo-in-region.
17661
45bd9a1a
NR
176622005-04-12 Nick Roberts <nickrob@snap.net.nz>
17663
17664 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17665 (gdb-frame-inferior-io-buffer): New Functions to control
17666 display of separate IO buffer.
17667 (menu): Add them to menu-bar.
17668 (gdb-display-buffer): Check for buffer another frame.
17669 Protect GUD buffer.
17670 (gdb-setup-windows): Create IO buffer if not already there.
17671 (gdb-memory-mode): Remove purecopy noops.
17672
055e0d88
GM
176732005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17674
17675 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17676 and pass to self-insert-command.
17677
9285b8bc
LK
176782005-04-11 Lute Kamstra <lute@gnu.org>
17679
17680 * generic.el: Commentary section cleanup.
17681 (generic): Delete.
17682 (generic-use-find-file-hook, generic-lines-to-scan)
17683 (generic-find-file-regexp, generic-ignore-files-regexp)
17684 (default-generic-mode, generic-mode-find-file-hook)
17685 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17686 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17687 (generic-use-find-file-hook, generic-lines-to-scan)
17688 (generic-find-file-regexp, generic-ignore-files-regexp)
17689 (default-generic-mode, generic-mode-find-file-hook)
17690 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17691
9552bee8
KF
176922005-04-10 Karl Fogel <kfogel@red-bean.com>
17693
17694 * bookmark.el (bookmark-write-file): Catch errors writing file.
17695 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17696
6695c528
RS
176972005-04-10 Richard M. Stallman <rms@gnu.org>
17698
17699 * startup.el (fancy-splash-tail): Update copyright year.
17700 (command-line): Split part of -Q into -D.
17701 (emacs-basic-display): New defvar.
17702 (fancy-splash-text): Correct name of menu item.
17703
17704 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17705
17706 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17707 lines in one node.
17708
17709 * comint.el (comint-send-input): New arg ARTIFICIAL.
17710 Callers in this file changed.
17711
17712 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17713
17714 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17715
177162005-04-10 Chong Yidong <cyd@stupidchicken.com>
17717
17718 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17719 `ldap-search-internal'.
17720
35f257bb
SM
177212005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17722
f587e30b
SM
17723 * files.el (set-auto-mode-1): Use line-end-position.
17724
35f257bb
SM
17725 * international/latin-1.el:
17726 * international/latin-2.el:
17727 * international/latin-3.el:
17728 * international/latin-4.el:
17729 * international/latin-5.el:
17730 * international/latin-8.el:
17731 * international/latin-9.el: Give punctuation syntax to NBSP.
17732
17733 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17734 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17735 Use char-classes to accept non-ascii letters, accepted in some recent
17736 bibtex implementations.
17737
223bc577
LT
177382005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17739
17740 * custom.el (custom-set-minor-mode): Any non-nil value for the
17741 variable should enable the mode when set through Custom.
17742
4bcb9c95
SM
177432005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17744
17745 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17746 TAB binding so tab-always-indent is obeyed.
17747 (vhdl-minibuffer-local-map): Move initialization into declaration.
17748 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17749 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17750 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17751 (vhdl-current-line): Use line-beginning-position.
17752 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17753 with-output-to-temp-buffer, so the current position can be recorded.
17754
0c9a01ff
MY
177552005-04-10 Masatake YAMATO <jet@gyve.org>
17756
4bcb9c95
SM
17757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17758 Add regexp for gcov.
0c9a01ff 17759
91472578
MB
177602005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17761
4bcb9c95
SM
17762 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17763 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 17764 syntax which Emacs 20 doesn't support.
91472578 17765
6695c528
RS
177662005-04-09 Richard M. Stallman <rms@gnu.org>
17767
b72c5a86
SM
17768 * help.el (describe-key-briefly, describe-key):
17769 Replace strings as event types with "(any string)".
6695c528 17770
941f9778
SM
177712005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17772
17773 * arc-mode.el (archive-mode-map): Move initialization into
17774 the declaration. Override *all* bindings of `undo'.
17775 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17776
1d1bf521
JB
177772005-04-09 Jay Belanger <belanger@truman.edu>
17778
941f9778 17779 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 17780
ce102cb1
DN
177812005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17782
17783 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17784 (xterm-register-default-colors): Update color values computation
17785 to match xterm-200.
17786
2a9e192d
KH
177872005-04-09 Kenichi Handa <handa@m17n.org>
17788
17789 * international/code-pages.el (iso-latin-7): Fix the map.
17790
e790a4a3
LT
177912005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17792
17793 * emacs-lisp/lisp.el (defun-prompt-regexp)
17794 (parens-require-spaces, buffer-end, end-of-defun)
17795 (insert-parentheses): Doc fixes.
17796
3306ed3b
KS
177972005-04-08 Kim F. Storm <storm@cua.dk>
17798
17799 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 17800 * hi-lock.el (hi-green): Likewise.
3306ed3b 17801
099dcdcf
DN
178022005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17803
3306ed3b 17804 * cus-edit.el (custom-modified-face):
099dcdcf
DN
17805 * comint.el (comint-highlight-input): Fix previous changes.
17806 * term.el (term-handle-ansi-escape): Add a comment.
17807
c22c3db0
SM
178082005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17809
17810 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17811 in the buffer and in whitespace-highlighted-space.
17812 (whitespace-unhighlight-the-space): Simplify.
17813 (whitespace-buffer): Simplify.
17814
ea81d57e
DN
178152005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17816
17817 * textmodes/table.el (table-cell-face): Add special case for
17818 displays supporting a high number of colors.
17819 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17820 (vhdl-font-lock-reserved-words-face)
17821 (vhdl-speedbar-architecture-face)
17822 (vhdl-speedbar-instantiation-face)
17823 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
17824 (vhdl-speedbar-instantiation-selected-face): Likewise.
17825 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17826 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
17827 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17828 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
17829 (ebrowse-progress-face): Likewise.
17830 * progmodes/compile.el (compilation-info-face): Likewise.
17831 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17832 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17833 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 17834 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
17835 (woman-unknown-face): Likewise.
17836 * wid-edit.el (widget-button-pressed-face): Likewise.
17837 * whitespace.el (whitespace-highlight-face): Likewise.
17838 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17839 * pcvs-info.el (cvs-marked-face): Likewise.
17840 * info.el (info-xref): Likewise.
17841 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 17842 * hilit-chg.el (highlight-changes-face)
c22c3db0 17843 (highlight-changes-delete-face): Likewise.
ea81d57e 17844 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
17845 (hi-red-b): Likewise.
17846 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 17847 * font-lock.el (font-lock-keyword-face)
c22c3db0 17848 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
17849 * cus-edit.el (custom-invalid-face, custom-modified-face)
17850 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
17851 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17852 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 17853
67b4790b
LK
178542005-04-08 Lute Kamstra <lute@gnu.org>
17855
17856 * font-lock.el (font-lock-keywords): Docstring fixes.
17857
9741224e
KH
178582005-04-08 Kenichi Handa <handa@m17n.org>
17859
17860 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17861 chars are more than a limit, print " and more..." at the tail.
17862
3a10b9ce
KS
178632005-04-08 Kim F. Storm <storm@cua.dk>
17864
17865 * emacs-lisp/authors.el (authors-aliases): Update list.
17866 (authors-ignored-files): New list.
17867 (authors-fixed-entries): Fix typo.
17868 (authors-renamed-files-alist): Update list.
17869 (authors-add): Check authors-ignored-files.
17870
eaf779a7
CD
178712005-04-08 Carsten Dominik <dominik@science.uva.nl>
17872
214e2d48 17873 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
17874 optional, to ensure backward compatibility.
17875
fc2cae59
SE
178762005-04-08 Stephen Eglen <stephen@gnu.org>
17877
17878 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17879
859b8989
KS
178802005-04-08 Kim F. Storm <storm@cua.dk>
17881
b72c5a86 17882 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
17883
17884 * mouse.el (mouse-on-link-p): Doc fix.
17885
709bfdaf
LT
178862005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17887
db648b84
LT
17888 * ielm.el (ielm-prompt-read-only): Doc fix.
17889
709bfdaf
LT
17890 * comint.el (comint-prompt-read-only): Doc fix.
17891
5b523a77
JL
178922005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17893
17894 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17895 ensure dired always handles wildcards passed to ffap.
17896 (find-file-at-point): Use it.
17897 (ffap-dired-wildcards): Doc fix.
17898
34d86208
JL
178992005-04-07 Juri Linkov <juri@jurta.org>
17900
17901 * simple.el (next-error-overlay-arrow-position): New defvar.
17902 Put "=>" on its property `overlay-arrow-string'. Add it to
17903 `overlay-arrow-variable-list'.
17904
17905 * progmodes/compile.el (compilation-setup):
17906 Set `next-error-overlay-arrow-position' to nil. Also set it to
17907 nil in the local hook `kill-buffer-hook'. Make local variable
17908 `overlay-arrow-string' and set it to "=>".
17909 (compilation-goto-locus): Set BOL position to
17910 `next-error-overlay-arrow-position' instead of
17911 `overlay-arrow-position'.
17912
17913 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17914 locally instead of adding it to the global hook.
17915 (Info-kill-buffer): Move up.
17916
9fb518aa
DN
179172005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
17918
17919 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 17920 xterm-200.
9fb518aa 17921
5c8b653b
SM
179222005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17923
797bf075
SM
17924 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17925
5c8b653b
SM
17926 * fast-lock.el:
17927 * lazy-lock.el: Move them to the obsolete subdir.
17928
969ee2ad
SM
179292005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17930
17931 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17932 (wdired-add-replace-advice): Remove.
17933 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17934
73f0d996
KS
179352005-04-06 Kim F. Storm <storm@cua.dk>
17936
17937 * startup.el (command-line): Add --bare-bones alias for -Q.
17938
369f76bb
YM
179392005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17940
17941 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17942 create the startup fontset if a font specification ends with
17943 `mac-roman'.
17944
e0e5f076
LK
179452005-04-06 Lute Kamstra <lute@gnu.org>
17946
9e4b54a0
LK
17947 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17948 change.
17949
e0e5f076
LK
17950 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17951 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17952
ab7bc290
LK
179532005-04-05 Lute Kamstra <lute@gnu.org>
17954
6a8cf883
LK
17955 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17956 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 17957
969ee2ad
SM
17958 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17959 Put them in the generic-x group.
6a8cf883 17960
d9c39305 17961 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 17962
ab7bc290
LK
17963 * generic.el (define-generic-mode): Don't use custom-current-group.
17964 Document default :group value.
17965 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17966 (define-global-minor-mode): Don't use custom-current-group.
17967
39b32c06
GM
179682005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
17969
f4564cfd
GM
17970 * startup.el (command-line-1): Display startup-echo-area-message
17971 when fancy splash screen is in use.
17972
d6d43bde
GM
17973 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17974 (sh-escaped-newline): New face.
17975 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17976 newline, and use sh-escaped-newline face.
17977
39b32c06
GM
17978 * progmodes/tcl.el (tcl-escaped-newline): New face.
17979 (tcl-builtin-list): New variable.
17980 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17981 newlines. Fix keywords subexpression number.
17982
da659ce6
CD
179832005-04-05 Carsten Dominik <dominik@science.uva.nl>
17984
d9c39305 17985 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 17986 `add-to-diary-entry'.
da659ce6 17987
7ed08c01
KS
179882005-04-05 Kim F. Storm <storm@cua.dk>
17989
17990 * ediff-init.el: Use (featurep 'xemacs).
17991
f1c7de69
DP
179922005-04-05 David Ponce <david@dponce.com>
17993
17994 * cus-edit.el (face): Derive from symbol widget. Display sample
17995 of the current face on the fly.
17996 (widget-face-sample-face-get, widget-face-notify): New functions.
17997 (widget-face-value-create): Remove.
17998
17999 * wid-edit.el (widget-field-end): Temporarily remove field
18000 narrowing before to call `get-char-property'.
18001
32503b32
JB
180022005-04-04 Jay Belanger <belanger@truman.edu>
18003
18004 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18005 (math-read-subscripts): New variable.
18006 (math-read-preprocess-string): Process subscripts.
18007
47b143f3
LT
180082005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18009
a9aa7c74
LT
18010 * comint.el (comint-prompt-read-only): Doc fix.
18011
47b143f3
LT
18012 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18013 `-1'. Doc fix.
18014
6eb49472
CD
180152005-04-04 Carsten Dominik <dominik@science.uva.nl>
18016
969ee2ad
SM
18017 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18018 Change default value to nil.
6eb49472 18019
171c707b
LK
180202005-04-04 Lute Kamstra <lute@gnu.org>
18021
8c6ef2ca
LK
18022 * autorevert.el (auto-revert-mode): Specify :group.
18023 * battery.el (display-battery-mode): Specify :group.
18024 * diff-mode.el (diff-minor-mode): Specify :group.
18025 * font-core.el (font-lock-mode): Specify :group.
18026 * hl-line.el (hl-line-mode): Specify :group.
18027 * iimage.el (iimage): New customization group.
18028 (iimage-mode): Specify :group.
18029 * longlines.el (longlines-mode): Specify :group.
18030 * master.el: Don't require easy-mmode.
18031 (master): New customization group.
18032 (master-mode): Specify :group.
18033 * msb.el (msb-mode): Specify :group.
18034 * reveal.el (reveal-mode): Specify :group.
18035 * simple.el (next-error-follow-minor-mode): Specify :group.
18036 * smerge-mode.el (smerge-mode): Specify :group.
18037 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18038 * emulation/cua-base.el (cua-mode): Specify :group.
18039 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18040 * language/thai-util.el (thai-auto-composition-mode)
18041 (thai-word-mode): Specify :group.
18042 * mail/supercite.el (sc-minor-mode): Specify :group.
18043 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18044 * progmodes/flymake.el (flymake-mode): Specify :group.
18045 * progmodes/glasses.el (glasses-mode): Specify :group.
18046 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18047 * textmodes/enriched.el (enriched-mode): Specify :group.
18048 * textmodes/refill.el (refill-mode): Specify :group.
18049
171c707b
LK
18050 * add-log.el (change-log-font-lock-keywords): Names in
18051 parenthesized lists can contain spaces.
18052
e3039e63
TTN
180532005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18054
18055 * startup.el (fancy-splash-text): Shorten default text of
18056 "Emacs Tutorial" line. Also, if the current language env
18057 indicates an available tutorial file other than TUTORIAL,
18058 extract its title and append it to the line in parentheses.
18059 (fancy-splash-insert): If arg is a thunk, funcall it.
18060
1151215a
JB
180612005-04-04 Jay Belanger <belanger@truman.edu>
18062
18063 * calc.el (calc-language-alist): Add tags to customization type.
18064
745986d5
LT
180652005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18066
81fb9e86 18067 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
18068 Doc fix.
18069
28cfe103 180702005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 18071
969ee2ad
SM
18072 * add-log.el (change-log-font-lock-keywords): The manual
18073 describing a Change Log entry, says: (...) "Aside from these
18074 header lines, every line in the change log starts with a space or
52eb0373 18075 a tab.". The font-lock was not highlighting lines started with
969ee2ad 18076 spaces, added support for it.
e9fd21e8 18077
63d516ce
SM
180782005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18079
18080 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 18081 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
18082 complex example in the docstring.
18083 (bibtex-font-lock-url): Use pop.
18084
59bb9410
SM
180852005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18086
4c5113c7
SM
18087 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18088
59bb9410
SM
18089 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18090
6c381cba
GM
180912005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18092
18093 * filesets.el (filesets-set-default): Doc fix.
18094
07e5fb9e
LK
180952005-04-03 Lute Kamstra <lute@gnu.org>
18096
c85465f9
LK
18097 * generic.el (define-generic-mode): Add argument to specify
18098 keywords for defcustom.
18099 (default-generic-mode): Specify :group.
59bb9410 18100
0c0a9c99
LK
18101 * generic-x.el: Specify :group for all generic modes.
18102
07e5fb9e 18103 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 18104 (desktop-after-read-hook): Doc fix.
07e5fb9e 18105
2a0af9db
LT
181062005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18107
18108 * simple.el (visible-mode): Use explicit :group keyword.
18109 This changes the group of `visible-mode-hook' from paren-blinking
18110 to editing-basics.
18111
2f2e2373
EZ
181122005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18113
52eb0373 18114 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
18115 mailbox specifications as well as URLs.
18116 (rmail-insert-inbox-text): Remove unused conditional branches.
18117
1ee49a88
JB
181182005-04-01 Jay Belanger <belanger@truman.edu>
18119
18120 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18121 (calc-gnuplot-print-command): Move definitions to calc.el.
18122
18123 * calc/calc-embed.el (calc-embedded-announce-formula)
18124 (calc-embedded-open-formula, calc-embedded-close-formula)
18125 (calc-embedded-open-word, calc-embedded-close-word)
18126 (calc-embedded-open-plain, calc-embedded-close-plain)
18127 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18128 (calc-embedded-open-mode, calc-embedded-close-mode):
18129 Move definitions to calc.el.
18130
18131 * calc/calc.el (calc-settings-file, calc-language-alist):
18132 Make customizable.
18133 (calc-embedded-announce-formula, calc-embedded-open-formula)
18134 (calc-embedded-close-formula, calc-embedded-open-word)
18135 (calc-embedded-close-word, calc-embedded-open-plain)
18136 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18137 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18138 (calc-embedded-close-mode, calc-gnuplot-name)
18139 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18140 from other files and make customizable.
18141
392fe1b7
SM
181422005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18145 Use buffer-live-p.
18146 (cvs-mode-run): Don't call cvs-update-header here.
18147 (cvs-run-process): Call cvs-update-header.
18148 Use process properties for cvs-postprocess and cvs-buffer so that
18149 the sentinel can behave better if the temp buffer is killed.
18150 Use a pipe rather than a tty, to better handle unexpected prompts.
18151 (cvs-sentinel): Rewrite. Call cvs-update-header.
18152
2e2255f6
AS
181532005-04-01 Andre Spiegel <spiegel@gnu.org>
18154
18155 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18156 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18157
392fe1b7
SM
181582005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * generic.el (define-generic-mode): Add indentation rule.
18161
5e9961be
LT
181622005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18163
18164 * files.el (mode-require-final-newline): Make Custom correctly
18165 report a nil value and allow to set it to nil via Custom.
18166 Doc fix.
18167
9cf97f26
KH
181682005-04-01 Kenichi Handa <handa@m17n.org>
18169
18170 * international/characters.el: Enable the correct case setting for
18171 dotless-i and dotted-I.
18172
81f5c6a3
KS
181732005-04-01 Kim F. Storm <storm@cua.dk>
18174
18175 * ido.el (ido-file-internal): Fall back to non-ido command if
18176 initial directory is on slow ftp (or tramp) host.
18177
39a27f95
RS
181782005-03-31 Richard M. Stallman <rms@gnu.org>
18179
e134f4a8
RS
18180 * emacs-lisp/autoload.el (make-autoload):
18181 Handle define-global-minor-mode.
18182
39a27f95 18183 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 18184 Rename from easy-mmode-define-global-mode.
39a27f95
RS
18185 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18186
392fe1b7
SM
18187 * progmodes/scheme.el (scheme-mode-syntax-table):
18188 Update syntax of | and # for two-character comment syntax.
39a27f95 18189
66e181ad
LK
181902005-03-31 Lute Kamstra <lute@gnu.org>
18191
18192 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18193 (define-minor-mode): Call custom-current-group at load-time.
18194
18195 * generic.el (define-generic-mode): Add debug declaration.
18196 Add defcustom for the mode hook.
18197 (generic-mode-internal): Use run-mode-hooks.
18198
34514f48
KS
181992005-03-31 Kim F. Storm <storm@cua.dk>
18200
18201 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
18202 (mouse-fixup-help-message): New defun called by show_help_echo
18203 to fixup mouse-2 prefix in help messages when applicable.
34514f48 18204
f793f885 18205 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 18206
fafbb99d 182072005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 18208
e5729c6c
KH
18209 * language/thai-word.el (thai-find-word-ends): Pay attention to
18210 the case that we reach the end of buffer.
18211
7c315e1c
KH
18212 * textmodes/fill.el (fill-text-properties-at): New function.
18213 (fill-newline): Use fill-text-properties-at instead of
18214 text-properties-at.
18215
52eb0373 182162005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 18217
d9c39305 18218 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
18219 not comint-quote-filename.
18220
5ee2cf8a
TTN
182212005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18222
18223 * help-fns.el (help-with-tutorial): Revert last change.
18224
7ab4753e
KS
182252005-03-31 Kim F. Storm <storm@cua.dk>
18226
18227 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18228
fffaba77
PE
182292005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18230
18231 * calendar/cal-china.el: Update reference to "Calendrical
18232 Calculations" book; there's a new edition.
18233 * calendar/cal-coptic.el: Likewise.
18234 * calendar/cal-french.el: Likewise.
18235 * calendar/cal-hebrew.el: Likewise.
18236 * calendar/cal-islam.el: Likewise.
18237 * calendar/cal-iso.el: Likewise.
18238 * calendar/cal-julian.el: Likewise.
18239 * calendar/cal-mayan.el: Likewise.
18240 * calendar/cal-persia.el: Likewise.
18241 * calendar/calendar.el: Likewise.
18242 * calendar/holidays.el: Likewise.
18243 * calendar/lunar.el: Likewise.
18244 * calendar/solar.el: Likewise.
18245
18246 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18247 white space from doc string.
18248
0a2bf0fa
JB
182492005-03-30 Jay Belanger <belanger@truman.edu>
18250
18251 * calc/calc-help.el (calc-full-help): Remove email address.
18252
19577b0e
TTN
182532005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18254
18255 * help-fns.el (help-with-tutorial): Delete title line.
18256
4fdb2a6c
GM
182572005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18258
9080baba
GM
18259 * calendar/cal-x.el (calendar-one-frame-setup)
18260 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
119f6f17 18261 rather than `symbol' for set-window-dedicated-p.
9080baba 18262
204451b6
GM
18263 * calendar/appt.el (appt-buffer-name): Make it a constant.
18264 (appt-add): Doc fix.
18265
4fdb2a6c
GM
18266 * filesets.el (filesets-menu-path, filesets-menu-before)
18267 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18268 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18269 (filesets-add-submenu): Delete and use add-submenu instead.
18270
ef943dba
CD
182712005-03-30 Carsten Dominik <dominik@science.uva.nl>
18272
19577b0e 18273 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
18274 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18275 (org-diary-default-entry): New function.
392fe1b7 18276 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
18277 (org-agenda-check-no-diary): New function.
18278 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18279 linking to diary entries.
392fe1b7
SM
18280 (org-agenda-execute-calendar-command): New function.
18281 (org-agenda): Improve visible section in window.
18282 Use `org-fit-agenda-window'.
ef943dba
CD
18283 (org-fit-agenda-window): New option.
18284 (org-move-subtree-down): Better handling of empty lines
18285 at end of subtree.
18286 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18287 levels up.
18288 (org-fontify-done-headline): New option.
18289 (org-headline-done-face): New face.
18290 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
18291 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18292 When current field is non-empty, it is copied to next row.
18293 (org-table-copy-from-above): Fix bug which made it
18294 impossible to copy fields containing only a single non-white character.
ef943dba 18295
c33d06b0
KS
182962005-03-30 Kim F. Storm <storm@cua.dk>
18297
18298 * kmacro.el (kmacro-end-macro): Isearch may store this command
18299 into the macro -- so ignore it when executing keyboard macro.
18300
4f5f7887
NR
183012005-03-30 Nick Roberts <nickrob@snap.net.nz>
18302
18303 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18304
74269806
KH
183052005-03-29 Kenichi Handa <handa@m17n.org>
18306
18307 * language/thai.el ("Thai"): Set setup-function and exit-function
18308 for Thai language environment.
18309
18310 * language/thai-util.el: Require thai-word.
18311 (thai-word-mode-map): New variable.
18312 (thai-word-mode): New minor mode.
18313 (setup-thai-language-environment-internal): New function.
18314 (exit-thai-language-environment-internal): New function.
18315
18316 * language/thai-word.el (thai-word-table): Declare it by defvar,
18317 use dolist to initialize it.
18318 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18319 (thai-fill-find-break-point): New functions.
18320
8e669bbd
RS
183212005-03-29 Richard M. Stallman <rms@gnu.org>
18322
18323 * simple.el (idle-update-delay): Move definition up.
b36a687c 18324 (set-mark): Doc fix.
8e669bbd
RS
18325
183262005-03-29 Chong Yidong <cyd@stupidchicken.com>
18327
18328 * longlines.el: New file.
c33d06b0 18329
8e669bbd
RS
18330 * simple.el (buffer-substring-filters): New variable.
18331 (filter-buffer-substring): New function.
18332 (kill-region, copy-region-as-kill): Use it.
18333
18334 * register.el (copy-to-register, append-to-register)
18335 (prepend-to-register): Use filter-buffer-substring.
18336
5f9ffb03
NR
183372005-03-30 Nick Roberts <nickrob@snap.net.nz>
18338
588c0770 18339 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5f9ffb03
NR
18340 (gud-filter-pending-text): Move in front of gdb.
18341 (gud-overlay-arrow-position): New variable.
18342 (gud-sentinel, gud-display-line): Use it in place of
18343 overlay-arrow-position.
18344
0d6d7be5
GM
183452005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18346
b976213b
GM
18347 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18348 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18349 (fortran-font-lock-keywords-4): New variable.
18350 (fortran-blocks-re, fortran-end-block-re)
18351 (fortran-start-block-re): New constants, for hideshow.
18352 (hs-special-modes-alist): Add a Fortran entry.
18353 (fortran-mode-map): Bind fortran-end-of-block,
18354 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 18355 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
18356 (fortran-looking-at-if-then, fortran-end-of-block)
18357 (fortran-beginning-of-block): New functions, for hideshow.
18358
52eb0373
JB
18359 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18360 Doc fix. Tweak regexp.
0d6d7be5
GM
18361 (f90-beginning-of-block): Push mark first.
18362
bb64248b
JB
183632005-03-29 Jay Belanger <belanger@truman.edu>
18364
18365 * calc/calc.el: Update copyright date.
18366 (calc-version): Increase to 2.1.
18367 (calc-version-date): Remove.
18368
18369 * calc/calc-help.el: Update copyright date.
18370 (calc-full-help): Remove reference to calc-version-date.
18371 Update copyright date.
18372
55ec6b37
SM
183732005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18374
18375 * vc.el (vc-do-command): Use a pipe for async processes, so password
18376 prompts don't show up at places where the user can't reply.
18377
52eb0373 183782005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
18379
18380 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18381 on the file name we pass to the inferior shell.
18382
ef91372a
SM
183832005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18384
18385 * progmodes/which-func.el (which-function): Be robust in the face of an
18386 imenu--make-index-alist failure.
18387
8d194e3e
SM
183882005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18389
18390 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18391
18392 * progmodes/python.el (python-preoutput-filter): Fix last change.
18393
d7029908
LK
183942005-03-29 Lute Kamstra <lute@gnu.org>
18395
18396 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18397 functions and compiled macros.
18398 (debug-convert-byte-code): Handle macros too.
18399 (debug-on-entry-1): Don't signal an error when trying to clear a
18400 function that is not set to debug on entry.
18401
d59ea3ae
JB
184022005-03-29 Jay Belanger <belanger@truman.edu>
18403
18404 * calc/calc-lang.el: Add functions to math-function-table
18405 properties of tex and math.
18406
eab4bb89
KH
184072005-03-29 Kenichi Handa <handa@m17n.org>
18408
18409 * ps-mule.el (ps-mule-plot-string): Translate characters by
18410 ps-print-translation-table.
18411 (ps-mule-begin-job): Call find-charset-region/string with
18412 ps-print-translation-table.
8d194e3e 18413 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
18414
18415 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 18416 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 18417
073fcaf6
JL
184182005-03-29 Juri Linkov <juri@jurta.org>
18419
18420 * simple.el (next-error-highlight-timer): New variable.
18421
18422 * progmodes/compile.el (compilation-goto-locus):
18423 Use `next-error-highlight-timer' instead of `sit-for'.
18424
caf3c78f
SM
184252005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18426
18427 * mail/supercite.el (sc-mail-field): Use assoc-string.
18428 (sc-get-address): Simplify regexps.
18429
18430 * files.el (minibuffer-with-setup-hook): New macro.
18431 (find-file-read-args): Use it to avoid let-binding
18432 minibuffer-with-setup-hook (which breaks turning on/off
18433 file-name-shadow-mode while in the prompt).
18434
e5456e73
SM
18435 * complete.el (PC-read-include-file-name-internal):
18436 Use test-completion.
caf3c78f 18437
2d526287
LT
184382005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18439
18440 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18441
12566797
SM
184422005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18443
ba96f392
SM
18444 * window.el (window-buffer-height): Use count-screen-lines.
18445
12566797
SM
18446 * progmodes/python.el (python-preoutput-leftover): New var.
18447 (python-preoutput-filter): Use it.
18448 (python-send-receive): Loop until all the result has been received.
18449
ba40634b
JL
184502005-03-28 Juri Linkov <juri@jurta.org>
18451
18452 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18453
18454 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18455 "Recover Crashed Session".
18456 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18457 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18458 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18459 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18460 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18461 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18462 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18463 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18464
18465 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18466 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18467 Ediff Sessions", "Toggle use of separate control buffer frame",
18468 "Use separate frame for Ediff control buffer".
18469
18470 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18471 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18472 "Rename Bookmark", "Delete Bookmark".
18473
18474 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18475 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18476 Add `:active Info-index-alternatives' to "Next Matching Item".
18477
18478 * wdired.el (wdired-change-to-wdired-mode):
18479 Mention `wdired-abort-changes' key in the initial message.
18480
18481 * international/mule.el (auto-coding-alist): Associate non-ascii
18482 image filename extensions with `no-conversion'.
18483
8d194e3e
SM
184842005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * international/iso-acc.el:
18487 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18488
468b711f
LT
184892005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18490
73cba75d
LT
18491 * textmodes/sgml-mode.el (html-mode): Doc update.
18492
468b711f
LT
18493 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18494
99a56581
DN
184952005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18496
18497 * term.el (term-move-columns): Fix face after extending a line.
18498 (term-insert-spaces): Likewise.
18499 (term-reset-terminal): Fix off by one error.
18500
54879547
EZ
185012005-03-26 Eli Zaretskii <eliz@gnu.org>
18502
18503 * international/mule.el (auto-coding-alist): Add .xpi files.
18504
18505 * files.el (auto-mode-alist): Add .xpi files.
18506
ee7a5ccb
EZ
185072005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18508
18509 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18510
b2705c8c
EZ
185112005-03-26 Eli Zaretskii <eliz@gnu.org>
18512
18513 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18514
da8612d3
GM
185152005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18516
18517 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18518 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18519
18520 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18521 cursor to Jan 1 when needed.
18522 (calendar-end-of-year): Fix -/+ typo.
18523 Reported by Chong Yidong <cyd@stupidchicken.com>.
18524
be940bc5
SM
185252005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18526
5ffc943b
SM
18527 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18528
be940bc5
SM
18529 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18530 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18531
85df292e
RS
185322005-03-25 Richard M. Stallman <rms@gnu.org>
18533
18534 * filesets.el (filesets-init): Add autoload.
18535
18536 * mail/mailalias.el (mail-directory): Doc fix.
18537
185382005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 18539
85df292e
RS
18540 * mail/mailalias.el (mail-directory-process): Do nothing if
18541 mail-directory-process is an atom.
18542 (mail-get-names): Ignore mail-directory-names if it is an atom.
18543 (mail-directory-process defvar): Doc fix.
18544 (mail-names): Doc fix.
18545
185462005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18547
18548 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18549
ae766e0d
KH
185502005-03-26 Kenichi Handa <handa@m17n.org>
18551
be940bc5
SM
18552 * international/mule-util.el (detect-coding-with-priority):
18553 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 18554
5a049eca
NR
185552005-03-26 Nick Roberts <nickrob@snap.net.nz>
18556
18557 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18558 (gdb-frames-mode-map): Add follow-link property.
18559
bba984aa
JB
185602005-03-25 Jay Belanger <belanger@truman.edu>
18561
18562 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18563 for variables.
18564
13200335
JL
185652005-03-25 Juri Linkov <juri@jurta.org>
18566
18567 * image-mode.el: Optimize image filename extension regexps in
18568 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18569 in `auto-mode-alist'.
18570 (image-mode): Add `image-toggle-display-text' to local hook
18571 `change-major-mode-hook'. Display the image as an image by
18572 default. Set `cursor-type' and `truncate-lines' if the image
18573 is already displayed. Take into account the current mode (image
18574 or text) in message.
18575 (image-minor-mode): New minor mode.
18576 (image-mode-maybe, image-toggle-display-text): New functions.
18577 (image-toggle-display): Use called-interactively-p.
18578 Let-bind `inhibit-read-only' to t.
18579
90d0be7d
JL
18580 * image-mode.el (image-minor-mode): Set `cursor-type' and
18581 `truncate-lines' if the image is already displayed. Add turning
18582 image-minor-mode off to `change-major-mode-hook'. Add message.
18583 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 18584
5341e481
SM
185852005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18586
18587 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18588 Terminal.app, use utf-8.
18589 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18590 (set-locale-environment): Use it.
18591
18592 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18593
18594 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18595
18596 * progmodes/python.el (python-close-block-statement-p)
18597 (python-outdent-p, python-current-defun): Use symbol-end.
18598
126c9dda
TTN
185992005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18600
18601 * files.el (save-some-buffers): Doc fix.
18602
932fb767
WL
186032005-03-25 Werner Lemberg <wl@gnu.org>
18604
18605 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 18606 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 18607 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 18608 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
18609 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18610 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18611 Replace `legal' with `valid'.
18612 * textmodes/reftex-vars.el, textmodes/reftex.el:
18613 Replace `legal' with `valid'.
932fb767 18614
25f72ec0
WL
186152005-03-25 Werner Lemberg <wl@gnu.org>
18616
af71d4c0
JB
18617 * calc/calc-forms.el, calc/calc-sel.el
18618 * midnight.el, vc-cvs.el
18619 * emacs-lisp/cl-macs.el
18620 * emulation/vip.el
18621 * eshell/esh-io.el, eshell/esh-var.el
18622 * mail/supercite.el
881b07f9
JB
18623 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18624 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18625 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
af71d4c0 18626 * progmodes/sh-script.el, progmodes/xscheme.el
881b07f9
JB
18627 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18628 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18629 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
a5b5bf44
JB
18630 * textmodes/reftex.el, textmodes/org.el:
18631 Replace `illegal' with `invalid'.
25f72ec0 18632
781da985
SM
186332005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18634
5341e481
SM
18635 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18636 (flymake-find-buildfile, flymake-find-possible-master-files)
18637 (flymake-check-include, flymake-parse-line): Replace loops over the
18638 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18639
18640 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18641 Substitute file-name-as-directory in the rest of the file.
18642 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18643 (flymake-replace-region): Remove unused arg `buffer'.
18644 (flymake-check-patch-master-file-buffer): Update calls to it.
18645 (flymake-add-err-info): Remove unused var `count'.
18646 (flymake-mode): Use define-minor-mode.
18647
18648 * progmodes/flymake.el: Use with-current-buffer.
18649 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18650 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18651 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18652 Avoid testing for `xemacs'.
18653 (flymake-nop): Move.
18654 (flymake-region-has-flymake-overlays): Return the computed value.
18655 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18656 Remove unused var `endline'.
18657 (flymake-get-line-count): Remove unused function.
18658 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18659
18660 * emulation/vi.el:
18661 * generic.el:
18662 * hilit-chg.el (global-highlight-changes):
18663 * hi-lock.el (hi-lock-mode):
18664 * follow.el: find-file-hooks -> find-file-hook.
18665
781da985
SM
18666 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18667
3659a2b8
JL
186682005-03-24 Juri Linkov <juri@jurta.org>
18669
18670 * dired.el (dired-mode-map): Add menu item "Compare directories"
18671 for dired-compare-directories.
18672
18673 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18674 Doc fix. Replace `read-file-name' with `read-directory-name'.
18675
781da985 186762005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
18677
18678 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18679
0fa1a6b8
JB
186802005-03-24 Jay Belanger <belanger@truman.edu>
18681
fe38e3b0 18682 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
18683 relevant mode settings in calc-embedded-original-modes when modes
18684 are permanently changed.
18685
a702ffbb
SM
186862005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18687
18688 * autoinsert.el: find-file-hooks -> find-file-hook.
18689
fbc5e359
LK
186902005-03-24 Lute Kamstra <lute@gnu.org>
18691
18692 * generic.el (generic-font-lock-defaults): Make it obsolete.
18693 (generic-font-lock-keywords): New variable to replace
18694 generic-font-lock-defaults.
18695 (generic-mode-set-font-lock): Delete it.
18696 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18697 (generic-bracket-support): Add docstring.
18698
16a013c2
LK
18699 * generic-x.el: Rename generic-font-lock-defaults to
18700 generic-font-lock-keywords throughout.
18701 (mailagent-rules-setup-function): Delete it.
18702 (mailagent-rules-generic-mode): Use anonymous function instead.
18703 (show-tabs-generic-mode-font-lock-defaults-1)
18704 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18705 Quote faces.
18706 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18707 not foreground.
18708
48621281
LK
18709 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18710 Recognize define-generic-mode.
18711
a702ffbb
SM
187122005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18713
18714 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18715 if there's no completion table.
18716
c29749e7
MB
187172005-03-23 Miles Bader <miles@gnu.org>
18718
fbc5e359 18719 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
18720 Remove tty-specific variants, as they're no longer needed.
18721
ca2d9ad8
LK
187222005-03-23 Lute Kamstra <lute@gnu.org>
18723
a702ffbb 18724 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
18725 (installshield-statement-keyword-list)
18726 (installshield-system-functions-list)
18727 (installshield-system-variables-list, installshield-types-list)
18728 (installshield-funarg-constants-list): Make them constants.
18729
ef300cff
LK
18730 * generic.el (generic-make-keywords-list): Add autoload cookie.
18731
a702ffbb
SM
18732 * calendar/time-date.el: Add comment on time value formats.
18733 Don't require parse-time.
ca2d9ad8
LK
18734 (with-decoded-time-value): New macro.
18735 (encode-time-value): New function.
18736 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18737 (days-to-time): Return a valid time value when arg is huge.
18738 (time-since): Use time-subtract.
18739 (time-to-number-of-days): Use time-to-seconds.
18740
bbcb3b44
DP
187412005-03-23 David Ponce <david@dponce.com>
18742
af71d4c0 18743 * recentf.el (recentf-keep): New option.
bbcb3b44
DP
18744 (recentf-menu-action): Default to `find-file'.
18745 (recentf-keep-non-readable-files-flag)
18746 (recentf-keep-non-readable-files-p)
18747 (recentf-file-readable-p, recentf-find-file)
18748 (recentf-cleanup-remote): Remove.
18749 (recentf-include-p): More robust.
18750 (recentf-keep-p): New function.
18751 (recentf-remove-if-non-kept): Rename from
52eb0373 18752 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 18753 All callers updated.
bbcb3b44 18754 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
18755 (recentf-track-closed-file): Update. Doc fix.
18756 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 18757
8df0ffbe
KS
187582005-03-23 Kim F. Storm <storm@cua.dk>
18759
18760 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18761 Don't inherit from fringe face (now happens automatically).
18762
eac7d7eb
KS
187632005-03-22 Kim F. Storm <storm@cua.dk>
18764
18765 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18766 position values.
18767
4a4a82d6
SM
187682005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * menu-bar.el (showhide-date-time): Remove.
18771 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18772 (menu-bar-make-mm-toggle): Simplify.
18773
19f26a89 187742005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
18775
18776 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18777 Accept qualified variable and function names.
18778
b9d8ddef
TTN
187792005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18780
18781 * bindings.el (completion-ignored-extensions):
18782 Remove ".lis" for `vax-vms'.
18783
9660f868
AS
187842005-03-22 Andreas Schwab <schwab@suse.de>
18785
18786 * generic-x.el: Revert last change.
18787 * ldefs-boot.el: Update.
18788
948e33b9
JB
187892005-03-22 Jay Belanger <belanger@truman.edu>
18790
99580cde 18791 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
948e33b9
JB
18792 (calc-embedded-save-original-modes)
18793 (calc-embedded-restore-original-modes): New functions.
18794 (calc-do-embedded): Save original modes when entering embedded mode
18795 and restore when leaving embedded mode.
18796 (calc-embedded-modes-change): Change the value of
18797 calc-embedded-original-modes to reflect permanent changes.
18798
e6c901b6
LK
187992005-03-22 Lute Kamstra <lute@gnu.org>
18800
18801 * generic-x.el: Require generic again.
18802
28c22055
MB
188032005-03-22 Miles Bader <miles@gnu.org>
18804
18805 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18806 Tweak details to look good on both ttys and bitmap displays, light
18807 or dark background, etc.
18808
f0ebf1eb
KS
188092005-03-21 Kim F. Storm <storm@cua.dk>
18810
18811 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18812 mouse position.
18813
47fda8fc
SM
188142005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18815
18816 * icomplete.el: Don't forcibly turn on the mode upon load.
18817 (icomplete-mode): Use define-minor-mode.
18818 (icomplete-eoinput): Default to nil.
18819 (icomplete-minibuffer-setup): Remove autoload.
18820 (icomplete-tidy): Simplify.
18821 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18822 in the initial state or if the user has modified the field.
18823 Fix handling of icomplete-max-delay-chars.
18824 Remove code that handles the oddball case where
18825 minibuffer-completion-table is an integer.
18826 Wrap icomplete-completions in while-no-input in case building
18827 completions takes more time than expected.
18828 (icomplete-completions): Simplify.
18829
a775dff4
RS
188302005-03-21 Richard M. Stallman <rms@gnu.org>
18831
18832 * jka-compr.el (jka-compr-really-do-compress):
18833 Make variable buffer-local.
18834
18835 * image-mode.el: Handle .xpm files too.
18836 (image-toggle-display): Preserve modification flag.
18837
18838 * help.el (where-is): Don't mention aliases with no key bindings.
18839
077f7085
LK
188402005-03-21 Lute Kamstra <lute@gnu.org>
18841
ca19f3f1
AS
18842 * generic.el: Fix commentary section. Don't require cl for
18843 compilation.
077f7085
LK
18844 (generic-mode-list): Add autoload cookie.
18845 (generic-use-find-file-hook, generic-lines-to-scan)
18846 (generic-find-file-regexp, generic-ignore-files-regexp)
18847 (generic-mode, generic-mode-find-file-hook)
18848 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18849 (define-generic-mode): Make it a defmacro. Fix docstring.
18850 (generic-mode-internal): Code cleanup. Add autoload cookie.
18851 (generic-mode-set-comments): Code cleanup.
18852 * generic-x.el: Don't prevent compilation. Don't require generic.
18853 Follow coding conventions. Minor code cleanup.
18854 (etc-fstab-generic-mode): Add some keywords.
18855 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18856 define-generic-mode like a function declaration.
18857
51d6d300
JB
188582005-03-21 Jay Belanger <belanger@truman.edu>
18859
18860 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18861 changing modes.
18862
568ec09d
SS
188632005-03-21 Sam Steingold <sds@gnu.org>
18864
18865 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18866
7651545c
TTN
188672005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18868
18869 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18870 Add underscore to "f$ lexicals" regexp.
18871
fe6b1dbd
JL
188722005-03-20 Juri Linkov <juri@jurta.org>
18873
18874 * subr.el (progress-reporter-do-update): When `min-value' is equal
18875 to `max-value', set `percentage' to 0 and prevent division by zero.
18876
340b8d4f
MA
188772005-03-20 Michael Albinus <michael.albinus@gmx.de>
18878
18879 Sync with Tramp 2.0.48.
18880
11948172 18881 * net/tramp.el (all): Change all addresses to .gnu.org.
340b8d4f
MA
18882 (tramp-append-tramp-buffers): New defun.
18883 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18884 Catch `dont-send' signal.
18885 (tramp-set-auto-save-file-modes): Set always permissions, because
18886 there might be an old auto-saved file belonging to another
18887 original file. This could be a security threat. Reported by
18888 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18889 Check for Emacs 21.3.50 removed.
18890
11948172 18891 * net/tramp-smb.el (all): Remove debug construct for
340b8d4f 18892 `with-parsed-tramp-file-name'.
a57e098f 18893 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
18894 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18895 No error message if DIRECTORY or FILENAME doesn't exist.
18896 (tramp-smb-open-connection): Check existence of
18897 `tramp-smb-program'.
18898
a57e098f
SM
188992005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18900
18901 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18902 Properly handle the case where the `m' or `s' command's argument is not
18903 yet terminated.
18904 (perl-indent-new-calculate): New function.
18905 (perl-indent-line): Use it.
18906
e38b967a
MB
189072005-03-20 Miles Bader <miles@gnu.org>
18908
18909 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18910 in text-mode too. Change to new face names.
a57e098f 18911 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 18912 Add `:weight bold' attribute.
a57e098f 18913 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 18914
0ee6e7b7
JL
189152005-03-19 Juri Linkov <juri@jurta.org>
18916
18917 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
18918
18919 * international/mule.el (auto-coding-alist): Sync with
18920 `auto-mode-alist' by adding upper case archive file extensions
18921 and adding ear/war to jar extension.
18922
864f69e9
EZ
189232005-03-19 David Casperson <casper@unbc.ca> (tiny change)
18924
18925 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18926 running, restart it.
18927
580a2a02
EZ
189282005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
18929
a57e098f 18930 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
18931
18932 * man.el (Man-follow-manual-reference): If current-word returns
18933 nil, use "".
18934
09ad1a5b
EZ
189352005-03-19 Matt Hodges <MPHodges@member.fsf.org>
18936
18937 * simple.el (goto-line): Doc fix.
18938
9dce96b5
EZ
189392005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
18940
18941 * files.el (save-buffer): Doc fix.
18942
068f123a
EZ
189432005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18944
18945 * recentf.el (recentf-cleanup-remote): New variable.
588c0770 18946 (recentf-cleanup): Use it to conditionally check availability of
068f123a
EZ
18947 remote files.
18948
19f26a89 189492005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
18950
18951 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18952 function names.
18953
504f06a2
EZ
189542005-03-19 Eli Zaretskii <eliz@gnu.org>
18955
18956 * language/thai-word.el: New file.
18957
79d2d279
EZ
189582005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18959
18960 * files.el (backup-buffer): If the file's directory is not
18961 writable, use copy instead of move to backup the file.
18962
f3b7338c
EZ
189632005-03-19 Eli Zaretskii <eliz@gnu.org>
18964
18965 * obsolete/keyswap.el: Moved to obsolete/ from term/.
18966
5d62baca
VJL
189672005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18968
a57e098f
SM
18969 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18970 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
18971 <darkman_spam@yahoo.fr>.
18972 (ps-print-version): New version 6.6.6.
18973
951f97e6
SM
189742005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
18975
18976 * textmodes/table.el (table--line-column-position): New idiom.
18977 (table--row-column-insertion-point-p): New function to test
18978 validity of row and column insertion operation at a location.
18979 (table-global-menu, table-cell-menu): Use above functions for
18980 deterministic test operation.
18981 (table--editable-cell-p): Behave in deterministic fashion.
18982
1332f1a0
JL
189832005-03-18 Juri Linkov <juri@jurta.org>
18984
18985 * isearch.el (isearch-lazy-highlight-new-loop):
18986 Make arguments beg and end optional.
18987 (isearch-update): Remove optional arguments nil from
18988 isearch-lazy-highlight-new-loop.
18989 (isearch-lazy-highlight-search): Let-bind case-fold-search to
18990 isearch-lazy-highlight-case-fold-search instead of
18991 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
18992 isearch-lazy-highlight-regexp.
18993 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
18994
18995 * replace.el (perform-replace): Remove bindings of global
18996 variables isearch-string, isearch-regexp, isearch-case-fold-search.
18997 Add three new arguments to `replace-highlight'.
18998 (replace-highlight): Add arguments string, regexp, case-fold.
18999 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19000 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 19001 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
19002 variables whose values lazy highlighting will use regardless of
19003 changes to global variables isearch-string, isearch-regexp,
19004 isearch-case-fold-search during lazy highlighting loop.
19005 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19006 to `lazy-highlight-cleanup'.
19007
19008 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19009 (ispell-highlight-face): Set default face to `isearch' when
19010 lazy highlighting is enabled.
19011 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19012 priority to 1. Add lazy highlighting.
19013 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19014 from `isearch-dehighlight'.
19015
42f73fb4
DP
190162005-03-18 David Ponce <david@dponce.com>
19017
19018 * files.el (hack-local-variables): Do a case-insensitive search
19019 for End.
19020
46fe9018
JL
190212005-03-18 Juri Linkov <juri@jurta.org>
19022
19023 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19024 `isearch-lazy-highlight-cleanup', add alias to old name and
19025 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
19026 (isearch-done, isearch-lazy-highlight-new-loop):
19027 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
19028 (lazy-highlight-cleanup) <variable>: Doc fix.
19029 (isearch-lazy-highlight-update): Rename obsolete
19030 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19031
951f97e6 190322005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
19033
19034 * language/thai-util.el: Fix categorization of Thai characters in
19035 thai-category-table.
19036 (thai-composition-pattern): Adjust it for the above change.
19037 (thai-self-insert-command, thai-compose-syllable): New functions.
19038 (thai-compose-region): Use thai-compose-syllable.
19039 (thai-compose-string): Likewise.
19040 (thai-composition-function): Likewise.
19041 (thai-auto-composition): New function.
19042 (thai-auto-composition-mode): New minor mode.
19043
19044 * language/thai.el: Fix patterns to be registered in
19045 composition-function-table.
19046
19047 * international/quail.el (quail-input-method): Locally bind
19048 inhibit-modification-hooks to t.
19049
c7bd5d57
RS
190502005-03-17 Richard M. Stallman <rms@gnu.org>
19051
19052 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19053 (perl-mode): Use run-mode-hooks.
19054
19055 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19056 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19057 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19058
951f97e6 19059 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
19060 to compute resend-to-address and use it.
19061
19062 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19063
19064 * image-mode.el: New file.
19065
19066 * image.el (insert-sliced-image): Add autoload cookie.
19067
19068 * font-lock.el (font-lock-lines-before): New user option.
19069 (font-lock-after-change-function): Obey it.
19070
19071 * bindings.el (esc-map): Make M-g a prefix.
19072 Bind M-g g and M-g M-g to goto-line.
19073
c7bd5d57
RS
19074 * faces.el (face-id): Doc fix.
19075
190762005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19077
19078 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19079 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19080 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19081
19082 * mail/sendmail.el (mail-yank-ignored-headers)
19083 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19084 Add Mail-Followup-To and Mail-Reply-To headers.
19085 (mail-citation-hook): Add autoload cookie.
19086 (mail-mode): Doc fix.
19087 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19088 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19089 (mail-mode-fill-paragraph): Handle those headers.
19090 (mail-mailing-lists): New variable.
19091 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19092
5a1f9fcf
JL
190932005-03-17 Juri Linkov <juri@jurta.org>
19094
19095 * isearch.el (isearch-fallback): Check for `(car previous)'
19096 before calling `isearch-other-end-state'.
19097
0b6ec58d
KS
190982005-03-17 Kim F. Storm <storm@cua.dk>
19099
19100 * simple.el (move-beginning-of-line): Move to beginning of buffer
19101 line, as well as beginning of screen line.
19102
eae4ba2a
GM
191032005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19104
19105 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19106 argument REDRAW rather than calendar-redrawing variable.
19107 * calendar/calendar.el (calendar-redrawing): Delete.
19108 (redraw-calendar): Do not bind calendar-redrawing.
19109
191102005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19111
19112 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19113 diary-file buffer.
19114
b3e484d7
SM
191152005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19116
19117 * help.el (describe-mode): Allow a :minor-mode-function property to
19118 specify a different minor mode toggle function than the variable.
19119 * simple.el (auto-fill-function):
19120 * subr.el (add-minor-mode): Use it.
19121
7bf880c6
KH
191222005-03-16 Kenichi Handa <handa@m17n.org>
19123
19124 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19125 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19126 (ethio-fidel-to-sera-buffer): Likewise.
19127
fe3947c3
JL
191282005-03-16 Juri Linkov <juri@jurta.org>
19129
19130 * emacs-lisp/find-func.el (find-function-regexp):
19131 Add defun-emitting macro `menu-bar-make-toggle'.
19132
19133 * isearch.el: Put `isearch-scroll' property to
19134 `split-window-horizontally'.
19135
19136 * info.el: Update error messages for `debug-ignored-errors'.
19137 (Info-isearch-search): Doc fix.
19138 (Info-find-node): Move up code to go into info buffer before
19139 recording the node to the history.
19140 (Info-fontify-node): Fontify titles only if the next line
19141 has two or more `*', `=', `-', `.'.
19142 Display "go to this node" for empty (match-string 3).
19143
6a3fac90
YM
191442005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19145
19146 * term/mac-win.el: Add mouse pointer shape constants.
19147
bc438588
KS
191482005-03-15 Kim F. Storm <storm@cua.dk>
19149
19150 * simple.el (move-beginning-of-line): Use vertical-motion.
19151
65e7180e
JL
191522005-03-15 Juri Linkov <juri@jurta.org>
19153
19154 * isearch.el (isearch-error): New variable.
19155 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 19156 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
19157 (isearch-within-brackets-state): Remove.
19158 (isearch-case-fold-search-state, isearch-pop-fun-state):
19159 Decrease frame index.
19160 (isearch-mode, isearch-top-state, isearch-push-state)
19161 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19162 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19163 (isearch-search, isearch-lazy-highlight-new-loop):
19164 Replace `isearch-invalid-regexp' with `isearch-error'.
19165 Remove `isearch-within-brackets'.
19166 (isearch-search): Add `search-failed' handler to `condition-case'.
19167 (isearch-lazy-highlight-search): Add `condition-case' to catch
19168 errors and allow `isearch-lazy-highlight-update' to try
19169 highlighting from the beginning of the window.
19170 (isearch-repeat): Move up code to set isearch-wrapped to t
19171 before calling isearch-wrap-function.
19172
19173 * info.el (Info-isearch-initial-node): New internal variable.
19174 (Info-search): Signal an error in isearch mode when search leaves
19175 the initial node. Signal an error when `bound' is non-nil and
19176 nothing was found in the current subfile.
19177 (Info-isearch-search): Remove `condition-case'.
19178 (Info-isearch-wrap): Don't wrap when search failed during leaving
19179 the initial node. If `Info-isearch-search' is nil, wrap around
19180 the current node.
19181 (Info-isearch-start): New fun.
19182 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19183 `isearch-mode-hook'.
19184
a7321976
YM
191852005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19186
19187 * simple.el (normal-erase-is-backspace): Set default to t if
19188 running on Mac.
19189
19190 * term/mac-win.el (function-key-map): Sync with x-win.el.
19191
8dedddd5
KH
191922005-03-15 Kenichi Handa <handa@m17n.org>
19193
19194 * international/mule-cmds.el (locale-language-names): Modify the
19195 format of elements and add more entries.
19196 (locale-preferred-coding-systems): Add more entries.
b3e484d7 19197 (set-locale-environment): Adjust for the change of
8dedddd5
KH
19198 locale-language-names.
19199
8a462381
SM
192002005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19201
19202 * pcvs.el (smerge-ediff): Remove bogus autoload.
19203
43314bf6
LK
192042005-03-14 Lute Kamstra <lute@gnu.org>
19205
dc64809a
LK
19206 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19207 Ignore a `*' at the beginning of a line.
19208
8a462381 19209 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
19210 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19211 subr.el.
19212 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19213 to specify indentation.
19214
43314bf6
LK
19215 * generic.el (define-generic-mode): Let generic-mode-list be a
19216 list of strings; test membership with equal.
19217
40821110
KS
192182005-03-14 Kim F. Storm <storm@cua.dk>
19219
19220 * simple.el (next-line, previous-line): Add optional try-vscroll
19221 arg to recognize interactive use. Pass it on to line-move.
19222 (line-move): Don't perform auto-window-vscroll when defining or
588c0770 19223 executing keyboard macro to ensure consistent behavior.
40821110 19224
b70d9316
SM
192252005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19228
c4fbcb01
LK
192292005-03-13 Lute Kamstra <lute@gnu.org>
19230
19231 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19232 debugger-setup-buffer so that backtrace marks the frames set to
19233 debug-on-exit and we don't have to do it manually. Set an extra
19234 debug-on-exit for macro's.
19235 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 19236
3fdfb09c
LK
192372005-03-12 Lute Kamstra <lute@gnu.org>
19238
19239 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19240 lisp-indent-function throughout.
19241 (with-no-warnings): Set lisp-indent-function property.
19242
09d252f2
TTN
192432005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19244
19245 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19246 Add entry for backslash.
19247
c10d2217
JL
192482005-03-12 Juri Linkov <juri@jurta.org>
19249
19250 * info.el (Info-search): Four fixes for backward search.
19251
0e425a58
JB
192522005-03-11 Jay Belanger <belanger@truman.edu>
19253
19254 * calc/calc.el (calc-language-alist): New variable.
19255 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19256 (calc-embedded-find-modes): Use calc-language-alist instead of
19257 calc-embedded-language-alist.
19258
33873bad
GM
192592005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19260
19261 * calendar/calendar.el (calendar-redrawing): New internal
19262 variable.
19263 (redraw-calendar): Remove bogus save-excursion from previous
19264 change. Bind calendar-redrawing to t for mark-diary-entries.
19265 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19266 calendar if that is why we were called.
19267
fa815b14
KH
192682005-03-11 Kenichi Handa <handa@m17n.org>
19269
19270 * international/mule.el (make-coding-system): Set property
c7bd5d57 19271 coding-system-define-form to nil.
fa815b14
KH
19272 (define-coding-system-alias): Likewise.
19273
ac249c4c
KH
192742005-03-11 Kenichi Handa <handa@m17n.org>
19275
19276 These changes are suggested by Dave Love <fx@gnu.org>.
19277
19278 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19279 coding: tag.
19280 (adaptive-fill-regexp): Add more bullets.
19281 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19282 regexps.
19283
ef75a647
SM
192842005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19285
dd39c336
SM
19286 * help.el (describe-mode): Properly handle non-trivial lighters.
19287 Don't ignore minor modes that are not listed in minor-mode-list.
19288
ef75a647
SM
19289 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19290 feature ON when the user requests to turn it OFF.
19291
449808f7
LK
192922005-03-10 Lute Kamstra <lute@gnu.org>
19293
19294 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 19295 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
19296 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19297 second argument as the 2005-03-07 change makes it obsolete.
19298 (debug-on-entry, cancel-debug-on-entry): Update call to
19299 debug-on-entry-1.
19300 (debug, debugger-setup-buffer): Comment update.
ef75a647 19301 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 19302
134d277e
JB
193032005-03-10 Jay Belanger <belanger@truman.edu>
19304
19305 * calc/calc-embed.el (math-ms-args): Declare it.
19306 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19307 math-ms-args.
19308 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19309 variables.
19310
33c76f5a
NR
193112005-03-10 Nick Roberts <nickrob@snap.net.nz>
19312
19313 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19314 Use message-box.
19315
19316 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19317 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19318 (tooltip-gud-tips): Simplify.
588c0770 19319 (tooltip-gud-tips-p): Remove superfluous :set.
33c76f5a
NR
19320 (tooltip-gud-modes): Add fortran-mode.
19321 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19322
19323 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 19324
7f351d0b
KS
193252005-03-09 Kim F. Storm <storm@cua.dk>
19326
19327 * play/animate.el (animate-place-char): Use forward-line instead
19328 of next-line to improve performance.
19329
e62ecf85
SJ
193302005-03-09 Simon Josefsson <jas@extundo.com>
19331
19332 * net/browse-url.el (browse-url-default-browser): Doc fix.
19333
f1953880
MB
193342005-03-09 Miles Bader <miles@gnu.org>
19335
19336 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19337 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19338
ca8d88cd
KH
193392005-03-09 Kenichi Handa <handa@m17n.org>
19340
ec4e909a
KH
19341 * international/latin-1.el: Set case and syntax for 255 only if
19342 set-case-syntax-set-multibyte is nil.
19343
7f351d0b 19344 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 19345 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 19346 (ispell-process-line): Likewise.
ca8d88cd
KH
19347 (ispell-complete-word): Likewise.
19348
9839760a
GM
193492005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19350
19351 * calendar/calendar.el (redraw-calendar): Preserve point.
19352 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19353 (calendar-week-start-day): Move after definition of
19354 redraw-calendar. Delete buffer test, since redraw-calendar has
19355 that now.
19356
19357 * calendar/diary-lib.el (mark-diary-entries): Only call
19358 redraw-calendar in the first of any recursive calls.
19359 Reported by Alan Shutko <ats@acm.org>.
19360
9553cf63
JL
193612005-03-08 Juri Linkov <juri@jurta.org>
19362
19363 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19364 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19365 (html-radio-buttons): Add a space before the trailing `/>' where
19366 sgml-xml-mode is non-nil.
19367 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19368 the subsequent tag of the empty XML tag.
19369 (html-href-anchor): Don't set initial input to "http:".
19370 (html-image): Ask for the image URL and set point inside alt="".
19371 (html-name-anchor): Duplicate the name in the `id' attribute when
19372 sgml-xml-mode is non-nil.
19373 (html-paragraph): Remove \n before <p>.
19374 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19375 instead of `checked' when sgml-xml-mode is non-nil.
19376
19377 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19378 Remove 1 space before #RRGGBB to not truncate it on terminal
19379 windows w/o fringes. Remove 1 space between bg and fg examples
19380 to get more space.
19381 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19382 avoid byte-compile warnings.
19383
19384 * image-file.el (image-file-handler): Put `safe-magic' property to
19385 `image-file-handler'.
19386
19387 * info.el (Info-isearch-search): Emulate word search in
19388 isearching through multiple Info nodes with Info-search.
19389 (Info-isearch-wrap): Allow isearch-word.
19390
9b54d453
LK
193912005-03-08 Lute Kamstra <lute@gnu.org>
19392
19393 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19394 stepping into the debugger's code is not possible.
19395 (debugger-jumping-flag): Docstring update.
19396
41d4eedc
JB
193972005-03-08 Jay Belanger <belanger@truman.edu>
19398
19399 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19400 embedded mode begins.
19401 (calc-embedded-language-alist): New variable.
19402 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19403 set default language mode.
19404
c68f7e21
KH
194052005-03-08 Kenichi Handa <handa@m17n.org>
19406
19407 * international/ccl.el (define-ccl-program): Fix docstring about
19408 extra 256 bytes assured for the output buffer.
19409
19410 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19411 Fix BUFFER_MAGNIFICATION to 2.
19412 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19413
3ee9f6ac
JW
194142005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19415
19416 * align.el (align-rules-list): Added an alignment rule for CSS
19417 declarations (applies to css-mode and html-mode buffers).
19418
a29cf450
SM
194192005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19420
19421 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19422
2f8cd1ce
KS
194232005-03-07 Kim F. Storm <storm@cua.dk>
19424
a54595d4
KS
19425 * simple.el (move-beginning-of-line): New command.
19426
19427 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19428
19429 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19430
19431 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19432 and move-beginning-of-line.
19433
2f8cd1ce
KS
19434 * apropos.el (apropos-print): Omit command from M-x ... RET.
19435
7a2306d9
NR
194362005-03-07 Nick Roberts <nickrob@snap.net.nz>
19437
19438 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19439 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19440
aaf2cff2
RS
194412005-03-06 Richard M. Stallman <rms@gnu.org>
19442
19443 * bindings.el (esc-map): Bind M-g to goto-line.
19444
19445 * facemenu.el (global-map): Bind M-o, not M-g.
19446
bf7970c5
JD
194472005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19448
19449 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19450 "Open Directory" as for "Open File".
19451
0251bafb
RS
194522005-03-06 Chong Yidong <cyd@stupidchicken.com>
19453
19454 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19455 (push-mark-command): Run activate-mark-hook.
19456
194572005-03-06 Richard M. Stallman <rms@gnu.org>
19458
19459 * help-mode.el (help-mode-finish): Don't alter the element
19460 in view-return-to-alist if there already is one.
19461
19462 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19463 make sure the current buffer is the expected one.
19464
19465 * novice.el (disabled-command-function): Output in *Disabled Command*.
19466 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19467
19468 * textmodes/flyspell.el (flyspell-large-region):
19469 Pass args differently for aspell.
19470
19471 * files.el (mode-require-final-newline): Doc fix.
19472
52eb0373 194732005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 19474
2f8cd1ce 19475 * progmodes/which-func.el (which-function):
0251bafb
RS
19476 Specify NOERROR when calling imenu--make-index-alist.
19477
55d0f066
SM
194782005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19479
a3194d03
SM
19480 * simple.el (normal-erase-is-backspace): Define default value.
19481
ca19f3f1
AS
19482 * custom.el (custom-theme-set-variables): Remove unused var
19483 `immediate'.
19484 (custom-reevaluate-setting): Simple function to handle variables
19485 that are defined before their default value can really be
19486 computed.
a3194d03
SM
19487
19488 * startup.el (command-line): Use it for temporary-file-directory,
19489 small-emporary-file-directory, auto-save-file-name-transforms,
19490 blink-cursor-mode, and normal-erase-is-backspace.
19491
55d0f066
SM
19492 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19493 progress, even with buggy anchored keywords.
19494
f38c52df
LT
194952005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19496
be6e87e5 19497 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 19498
bb96021a
RS
194992005-03-05 Richard M. Stallman <rms@gnu.org>
19500
19501 * simple.el (goto-line): Use a number at point as the default.
19502 With C-u as arg, switch buffers.
19503
3ff96c81
JL
195042005-03-05 Juri Linkov <juri@jurta.org>
19505
19506 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19507 with `no-blinking-cursor'.
19508
19509 * startup.el (no-blinking-cursor): New defvar.
19510 (command-line): Add `--no-blinking-cursor' to longopts.
19511 Set `no-blinking-cursor' to t for command line arguments
19512 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19513 with `no-blinking-cursor' in the condition for calling
19514 `blink-cursor-mode'.
19515
c3a52675
LT
195162005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19517
19518 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19519 (menu-bar-options-save): Add blink-cursor-mode.
19520 (menu-bar-options-menu): Add blink-cursor-mode.
19521
77b94af3
GM
195222005-03-04 Ulf Jasper <ulf.jasper@web.de>
19523
19524 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19525 (icalendar-export-file, icalendar-export-region)
a29cf450 19526 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
19527 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19528
524352d6
LK
195292005-03-04 Lute Kamstra <lute@gnu.org>
19530
a29cf450 19531 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
19532 (debug-function-list): Ditto.
19533
b12e59fd
RC
195342005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19535
19536 * textmodes/texinfmt.el (texinfo-append-refill):
19537 Redefine the types of line to which @refill
19538 is not appended by replacing a search for `@refill\\|@bye' with
19539 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19540 itemize@refill' bug and the unfilled long lines bug.
a29cf450 19541 (texinfmt-version): Update number and date.
b12e59fd 19542
518d3637
RS
195432005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19544
19545 * international/code-pages.el (windows-1250, windows-125[2-8])
19546 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19547
d245ff23
SM
195482005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19551 bound yet.
19552
b8210c6e
JPW
195532005-03-02 Romain Francoise <romain@orebokech.com>
19554
19555 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19556 buffer after removing limits.
19557 (ibuffer-pop-filter): Ditto.
19558 Update copyright.
19559
aad1926a
MB
195602005-03-02 Miles Bader <miles@gnu.org>
19561
19562 * button.el (make-text-button): If the user doesn't specify a
19563 type, use the default. Rewrite to use `add-text-properties' and
19564 plist functions.
19565
284f0680
LK
195662005-03-01 Lute Kamstra <lute@gnu.org>
19567
19568 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19569 (debugger-jumping-flag): New var.
19570 (debug-entry-code): Use it.
19571 (debugger-jump): Use debugger-jumping-flag and add
19572 debugger-reenable to post-command-hook.
19573 (debugger-reenable): Use debugger-jumping-flag and remove itself
19574 from post-command-hook.
19575 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19576 debugger-reenable.
19577
43e7d00a
RC
195782005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19579
284f0680 19580 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
19581 inclusion of "itemize\\|", which may be unnecessary, is certainly
19582 inelegant, and stops refilling in itemize lists when formatting
19583 Japanese Texinfo files to Info.
19584 Update copyright to 2005.
19585
911ba5f8
NR
195862005-03-01 Nick Roberts <nickrob@snap.net.nz>
19587
19588 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19589 of an error if GDB can't find the source file.
19590
f830b09e
GM
195912005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19592
19593 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19594 not just the calendar.
19595
19596 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19597 first.
19598 (diary-redraw-calendar): New function.
19599 (make-diary-entry): Add diary-redraw-calendar to local
19600 write-contents-functions. Turn off selective display before
19601 inserting in diary.
19602
5582d76d
KS
196032005-03-01 Kim F. Storm <storm@cua.dk>
19604
19605 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19606
a9ee5cac
LK
196072005-03-01 Lute Kamstra <lute@gnu.org>
19608
19609 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19610 that debug-entry-code can be safely removed from a function while
19611 this code is being evaluated. Revert the 2005-02-27 change as the
19612 new implementation no longer requires it. Make sure that a
dd39c336 19613 function body containing just a string is not mistaken for a docstring.
439368ed
LK
19614 (debug): Skip one more frame in case of debug on entry.
19615 (debugger-setup-buffer): Delete one more frame line in case of
19616 debug on entry.
19617 (debugger-frame-number): Update to use the new text introduced by
d245ff23 19618 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 19619
77032434
KS
196202005-02-28 Kim F. Storm <storm@cua.dk>
19621
19622 * double.el (double-translate-key): Call force-window-update after
19623 read-event to avoid crash in redisplay.
19624
c4d5a8a1
SM
196252005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19626
19627 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19628 (debug): Use it. Move the inhibit-trace earlier.
19629 (debug-entry-code): New const.
19630 (debug-on-entry-1): Use it.
19631
4c23089d 196322005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 19633
c4d5a8a1
SM
19634 * international/utf-16.el (ccl-encode-mule-utf-16le):
19635 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
19636 (ccl-encode-mule-utf-16be): Likewise.
19637
196382005-02-28 Kenichi Handa <handa@m17n.org>
19639
19640 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19641 Fix BUFFER_MAGNIFICATION to 4.
19642 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19643
0f468ead
NR
196442005-02-28 Nick Roberts <nickrob@snap.net.nz>
19645
19646 * speedbar.el (speedbar-update-flag): Doc fix.
19647 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19648 argument.
19649
35c5f5d3
SM
196502005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19651
fc88c288
SM
19652 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19653 have a non-nil `invisible' property but are actually visible.
19654
35c5f5d3
SM
19655 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19656 for perldoc sections.
19657 (perl-outline-regexp, perl-outline-level): New var and function.
19658 (perl-mode): Use them.
19659
f43ae016
GM
196602005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19661
19662 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19663 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19664
04c9dde8
LT
196652005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19666
19667 * cus-edit.el: Comment change.
19668 (custom-buffer-create-internal): Slightly reword text at top of
19669 Custom buffers. Mention there that saving an option edits the
19670 init file. Add link to Emacs manual node on `custom-file'.
19671 (custom-magic-alist): Rewrite individual State messages to use
19672 capitalized keywords. Doc fix.
19673
261b7f30
GM
196742005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19675
19676 * calendar/calendar.el (calendar-buffer): Move above
19677 calendar-week-start-day.
19678 (calendar-week-start-day): Doc fix. Add :set function.
19679 (calendar-minimum-window-height): New variable.
19680 (generate-calendar-window): Only resize window if selected-window
19681 is displaying the calendar buffer. Use new variable
19682 calendar-minimum-window-height.
19683 (generate-calendar): Reword error message.
19684 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19685
b71c9e75
AS
196862005-02-27 Andreas Schwab <schwab@suse.de>
19687
c58447fd
AS
19688 * vc.el (vc-do-command): Don't run command asynchronously when
19689 operating in a remote directory.
19690
b71c9e75
AS
19691 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19692 change from sync with Tramp 2.0.47.
19693
aa5c6b3e
RS
196942005-02-27 Richard M. Stallman <rms@gnu.org>
19695
19696 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19697
19698 * textmodes/flyspell.el (flyspell-mode-on):
19699 Call ispell-change-dictionary only if necessary.
19700
19701 * emacs-lisp/re-builder.el (regexp-builder): New function.
19702
19703 * register.el (describe-register-1): Explicitly handle
19704 yank-excluded-properties = t.
19705
19706 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19707 (custom-magic-alist): Change the status descriptions again.
19708 (face widget-type): Total rewrite based on `restricted-sexp'
19709 to eliminate the confusing double hiding levels.
19710
19711 * emacs-lisp/debug.el (debug-on-entry-1):
19712 If function body is empty, add nil as body form.
19713
5f8a82e1
SM
197142005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * emacs-lisp/trace.el (inhibit-trace): New var.
19717 (trace-make-advice): Use it.
19718
19719 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19720
c6f4488c
KS
197212005-02-26 Kim F. Storm <storm@cua.dk>
19722
19723 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19724 (mouse-on-link-p, mouse-drag-region-1): Use it.
19725
a0b497c5
LK
197262005-02-25 Lute Kamstra <lute@gnu.org>
19727
19728 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19729
ffa8d0ef
LT
197302005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19731
19732 * frame.el (blink-cursor-mode): Add :group keyword.
19733
1a951b51
GM
197342005-02-24 Ulf Jasper <ulf.jasper@web.de>
19735
78d54dee
SM
19736 * calendar/icalendar.el (icalendar--decode-isodatetime):
19737 New optional argument DAY-SHIFT.
1a951b51
GM
19738 (icalendar-export-region): Fix coding-system-for-write.
19739 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19740 events by one.
19741
6ecedb40
SM
197422005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19743
19744 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19745
1749aa90
KS
197462005-02-24 Kim F. Storm <storm@cua.dk>
19747
19748 * international/iso-acc.el (iso-accents-compose): Fix crash
19749 during redisplay. Call force-window-update after read-event
19750 and delete-region to signal that window is not accurate.
19751
78d54dee
SM
197522005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19753
19754 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19755 Remove unused and inexistent var `inhibit-trace'.
19756 (debugger-mode): Use run-mode-hooks.
19757 (debugger-list-functions): Add buttons; setup xref stack.
19758
a98ac7ae
RS
197592005-02-23 Richard M. Stallman <rms@gnu.org>
19760
19761 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19762 appointment says it was explicitly made.
19763 (appt-add): Set the 3rd element.
19764 (appt-make-list): Preserve explicit appointments.
19765
19766 * subr.el (find-tag-default): Catch errors in forward-sexp.
19767
91c66262
JL
197682005-02-23 Juri Linkov <juri@jurta.org>
19769
19770 * info.el (Info-isearch-search): New defcustom.
19771 (Info-isearch-search): Call the default isearch function
19772 when Info-isearch-search is nil.
19773 (Info-isearch-wrap): Use variable Info-isearch-search.
19774
01d746be
LT
197752005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19776
19777 * cus-edit.el: Comment change.
19778
b686dd59
KS
197792005-02-22 Kim F. Storm <storm@cua.dk>
19780
6ecedb40
SM
19781 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19782 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 19783
fe77c061
SJ
197842005-02-22 Simon Josefsson <jas@extundo.com>
19785
6ecedb40
SM
19786 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19787 New variable.
fe77c061
SJ
19788 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19789 Oskarsson" <myrkraverk@users.sourceforget.net>.
19790
baf70a02
KS
197912005-02-22 Kim F. Storm <storm@cua.dk>
19792
19793 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19794 check that window of that event is the selected window.
19795 (mouse-drag-region-1): Compare mouse event window to selected
19796 window before setting point.
19797
19798 * tooltip.el (tooltip-show-help-function): Pass event to
19799 mouse-on-link-p so it can check selected window.
19800
ca69e8aa
KH
198012005-02-22 Kenichi Handa <handa@m17n.org>
19802
19803 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19804 (ps-mule-show-warning): New function.
19805 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19806 characters are found.
19807
19808 * ps-print.el (ps-header-footer-string): Return a list of header
19809 and footer strings.
19810
dae3211d
SM
198112005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19812
19813 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19814
198152005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 19816
9df747e1
SM
19817 * frame.el (blink-cursor-mode): Use define-minor-mode.
19818
2c75eddf
SM
19819 * term/mac-win.el (function-key-map): Use char-names more consistently.
19820 (file-name-coding-system): Only set it for MacOS-9. The other case is
19821 already handled in mule-cmds.el (where it also works when mac-win.el
19822 is not used).
19823
c4a166f1
KH
198242005-02-21 Kenichi Handa <handa@m17n.org>
19825
002dc239
KH
19826 * international/mule.el (ctext-pre-write-conversion): Always use
19827 " *code-converting-work*" buffer for work.
19828
c4a166f1
KH
19829 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19830
22071507
TTN
198312005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19832
19833 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19834
50d9c396
JY
198352005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19836
2c75eddf 19837 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
19838 allows changes outside the restricted area of the buffer.
19839
0fba9f25
KS
198402005-02-20 Kim F. Storm <storm@cua.dk>
19841
19842 * simple.el (line-move): Add fourth optional arg try-vscroll which
19843 must be set to perform auto-window-vscroll.
19844 When moving backwards and doing auto-window-vscroll, automatically
19845 vscroll to the last part of lines which are taller than the window.
19846 (next-line, previous-line): Set try-vscroll arg on line-move.
19847
ac010fca
DN
198482005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19849
f79bdb3a
DN
19850 * replace.el (query-replace, query-replace-regexp)
19851 (replace-string, replace-regexp): When operating on region, make
19852 the minibuffer prompt say so.
19853
ac010fca
DN
19854 * isearch.el (isearch-forward): Document isearch-query-replace and
19855 isearch-query-replace-regexp keybindings.
0fba9f25 19856
fa64fa22
JB
198572005-02-19 Jay Belanger <belanger@truman.edu>
19858
19859 * calc/calc-aent.el (math-read-token): Add local variable.
19860
19861 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19862 (calc-edit-top): Move declaration to earlier in file.
19863 (calc-edit-macro-repeats): Add local variables.
19864
19865 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19866 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19867 calcFunc-tanh.
19868 Adjust integration rule for calcFunc-tan.
19869
3f9526a3 198702005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
19871
19872 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19873 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19874 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19875 (viper-skip-separators): Bug fix.
19876 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 19877 particular major mode.
0fba9f25 19878 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 19879 kill ring.
0fba9f25
KS
19880
19881 * viper-ex.el (viper-color-display-p): New function.
19882 (viper-has-face-support-p): Use viper-color-display-p.
19883
19884 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19885
19886 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19887
19888 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19889 (viper-file-remote-p): Make equivalent to file-remote-p.
19890
78d54dee
SM
19891 * viper.el (viper-major-mode-modifier-list):
19892 Use viper-gnus-modifier-map.
0fba9f25 19893
c761fd55
DK
198942005-02-19 David Kastrup <dak@gnu.org>
19895
19896 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19897 quoting.
19898
7ca4e8a1
JB
198992005-02-19 Jay Belanger <belanger@truman.edu>
19900
19901 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 19902 Remove extra definitions.
7ca4e8a1
JB
19903 (calc-coth): New function.
19904 (calcFunc-cot): Fix `let'.
19905
0e0d5683
EZ
199062005-02-19 Eli Zaretskii <eliz@gnu.org>
19907
19908 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19909 the reasons we use "type pc" in these faces.
19910
19911 * button.el (button): Ditto.
19912
2511035d
EZ
199132005-02-19 Michael Mauger <mmaug@yahoo.com>
19914
19915 * replace.el (query-replace-read-from): Set the value of
19916 query-replace-from-history-variable to handle the case of an empty
19917 string entered to accept the suggested default.
74f69b93 19918
78d54dee
SM
19919 * net/tramp.el (tramp-file-name-for-operation):
19920 Use dired-call-process instead of dired-call-process-command.
74f69b93 19921
7182a9a6
JB
199222005-02-19 Jay Belanger <belanger@truman.edu>
19923
19924 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19925 (math-div-non-trig): New variables.
19926 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19927 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19928 (math-combine-prod, math-div-symb-fancy): Add simplifications for
19929 trig expressions.
19930
8c4e7434
NR
199312005-02-19 Nick Roberts <nickrob@snap.net.nz>
19932
19933 * progmodes/gdb-ui.el (gdb-var-update-handler)
19934 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19935 for watch expressions,
19936 (gdb-var-create-handler): Don't set speedbar-update-flag.
19937 (gdb-post-prompt): Simplify test for speedbar.
19938
17561e4f 199392005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 19940
78d54dee 19941 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
af71d4c0 19942 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
17561e4f 19943 we use the syntax table of the correct buffer.
af71d4c0 19944 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
17561e4f 19945 Felix Gatzemeier.
0fba9f25 19946
78d54dee
SM
19947 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19948 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 19949 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 19950
78d54dee
SM
19951 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19952 ediff-recurse-to-subdirectories.
19953 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 19954 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 19955
78d54dee 19956 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 19957 nil.
0fba9f25 19958
9be92b96
SM
199592005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19960
19961 * log-view.el (log-view-message-re): Fix up Subversion regexp.
19962
3a51abf1
DK
199632005-02-18 David Kastrup <dak@gnu.org>
19964
19965 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19966 use `mark-active' when defined.
19967
92dc83a9
KH
199682005-02-18 Kenichi Handa <handa@m17n.org>
19969
19970 * ps-print.el (ps-font-info-database): New entry
19971 ZapfChancery-MediumItalic with correct font name. Fix font name
19972 of the entry Zapf-Chancery-MediumItalic.
19973
6dbbc01d
LT
199742005-02-16 Luc Teirlinck <teirllm@auburn.edu>
19975
19976 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19977
4aed6e1e
KS
199782005-02-16 Kim F. Storm <storm@cua.dk>
19979
19980 * ido.el (ido-fallback-command): Pass user input to fallback command.
19981
199822005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
19983
19984 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19985 (gdb-find-file-hook): Add server prefix.
19986
a29c9707
RS
199872005-02-16 Richard M. Stallman <rms@gnu.org>
19988
19989 * replace.el (perform-replace): Pass new args to replace-highlight.
19990 (replace-highlight): Take region args,
19991 and pass them to isearch-lazy-highlight-new-loop.
19992
19993 * novice.el (disabled-command-hook): Autoload the defalias
19994 and the make-obsolete-variable call.
19995
19996 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19997
19998 * isearch.el (isearch-lazy-highlight-start-limit)
19999 (isearch-lazy-highlight-end-limit): New variables limit
20000 the region for highlighting.
20001 (isearch-lazy-highlight-new-loop): New args BEG and END.
20002 (isearch-lazy-highlight-search): Use the new vars.
20003 (isearch-lazy-highlight-update): Likewise.
20004
20005 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20006
20007 * cus-start.el (all): Use default-boundp.
20008
4aed6e1e 200092005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
20010
20011 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20012
e1c9f939
LT
200132005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20014
20015 * autorevert.el (auto-revert-stop-on-user-input)
20016 (auto-revert-verbose): Doc fixes.
20017
52c7f9ee
JR
200182005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20019
20020 * international/mule-cmds.el (set-locale-environment): Remove call
20021 to set-selection-coding-system on Windows.
20022
6ec30302
JB
200232005-02-15 Jay Belanger <belanger@truman.edu>
20024
20025 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 20026 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
20027 calcFunc-coth.
20028 (math-simplify-sqrt): Add simplifications.
20029
20030 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20031 to list.
20032
20033 * calc/calc-ext.el: Add functions to autoloads.
20034
20035 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20036 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20037 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20038 (math-csc-raw, math-cot-raw): New functions.
20039
20040 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20041
20042 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20043 the variable name in a message.
20044
20045 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20046 calcFunc-csc, calcFunc-cot.
20047
20048 * calc/calcalg2.el: Add derivative and integration rules for
20049 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20050 calcFunc-csch, calcFunc-coth.
20051 (math-do-integral-methods): Add to checks for when to use
20052 substitutions.
20053
20054 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20055
43817a75
LK
200562005-02-15 Lute Kamstra <lute@gnu.org>
20057
9be92b96
SM
20058 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20059 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
20060 <monnier@iro.umontreal.ca>
20061 (lisp-outline-level): Improve efficiency. Suggested by David
20062 Kastrup <dak@gnu.org>.
20063
34093ed7
NR
200642005-02-15 Nick Roberts <nickrob@snap.net.nz>
20065
20066 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20067 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20068 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 20069 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
20070 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20071
0f014aa1
LT
200722005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20073
20074 * cus-start.el (all): Comment change.
20075
23e8c095
LK
200762005-02-14 Lute Kamstra <lute@gnu.org>
20077
20078 * cus-start.el (all): Check if symbol is void.
20079
a4869139
CD
200802005-02-14 Carsten Dominik <dominik@science.uva.nl>
20081
20082 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20083 optional argument to \cite.
20084
134948fc
RS
200852005-02-14 Richard M. Stallman <rms@gnu.org>
20086
20087 * cus-edit.el (custom-buffer-create-internal): Update help message.
20088 (custom-magic-alist): Update help messages.
20089
20090 * cus-start.el (all): Allow a var to specify a standard value.
20091
5e2087b8
LT
200922005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20093
20094 * custom.el (custom-theme-set-variables): Handle variable aliases.
20095
20096 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
20097 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20098 declare obsolete.
03e38499
LT
20099 (blink-cursor-mode): Define with defcustom and use correct
20100 standard expression in that defcustom.
5e2087b8
LT
20101 * startup.el (command-line): Adapt to above changes in frame.el.
20102
b7a2a696
LK
201032005-02-11 Lute Kamstra <lute@gnu.org>
20104
20105 * apropos.el (apropos-score-doc): Prevent division by zero.
20106
ea66d5e0
GM
201072005-02-11 Ulf Jasper <ulf.jasper@web.de>
20108
20109 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20110 (icalendar--get-event-property-attributes)
20111 (icalendar--get-event-properties)
20112 (icalendar--datetime-to-diary-date): New functions.
20113 (icalendar--split-value): Doc fix.
20114 (icalendar--datetime-to-noneuropean-date)
20115 (icalendar--datetime-to-european-date): New optional argument
20116 SEPARATOR. Return result as a string instead of a list.
20117 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20118 (icalendar--convert-string-for-export): Rename arg S to STRING.
20119 (icalendar-export-region): Doc fix. Change name of error buffer.
20120 Save output buffer.
20121 (icalendar-import-file): Add blank at end of prompt.
20122 (icalendar-import-buffer): Doc fix. Do not switch to error
20123 buffer. Indicate status in return value.
20124 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20125 buffer. Save output buffer. Handle exception from recurrence
20126 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20127 events. Fix problems with weekly all-day events.
20128
44291460
RS
201292005-02-10 Richard M. Stallman <rms@gnu.org>
20130
20131 * simple.el (eval-expression-print-format):
20132 Avoid warning about edebug-active.
20133
9be92b96 20134 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
20135 (help-for-help): Define with defalias.
20136
20137 * font-core.el (font-lock-default-function): Use with-no-warnings.
20138
20139 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20140
20141 * custom.el (defface): Doc fix.
20142
37956fd5
NR
201432005-02-10 Nick Roberts <nickrob@snap.net.nz>
20144
20145 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20146 width 0" to prevent word wrapping problems.
20147
44042fe7
KS
201482005-02-09 Kim F. Storm <storm@cua.dk>
20149
20150 * ido.el (ido-file-extensions-order): New defcustom.
20151 (ido-file-extension-lessp, ido-file-extension-aux)
20152 (ido-file-extension-order): New advanced file ordering.
20153 (ido-file-lessp): New simple file ordering.
20154 (ido-sort-list): Remove.
20155 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20156 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20157
e7eaabae
DN
201582005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20159
20160 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20161 that some versions of grep produce.
20162 (grep-mode-font-lock-keywords): Likewise.
20163
76f8cd56
NR
201642005-02-09 Nick Roberts <nickrob@snap.net.nz>
20165
20166 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 20167 (gdb-cdir): Delete.
76f8cd56
NR
20168 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20169 (gdb-source-info): Treat case when source file is in another
20170 directory properly.
20171 (gdb-get-location): New function.
20172
519b13cd
JB
201732005-02-07 Jay Belanger <belanger@truman.edu>
20174
20175 * calc/calc-prog.el (calc-write-parse-table-part)
20176 (calc-fix-token-name): Fix a check for language type.
20177
9be92b96 20178 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 20179
009bb5d2
AS
201802005-02-07 Andre Spiegel <spiegel@gnu.org>
20181
20182 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20183 as directory not writable.
20184
82ec225b
KS
201852005-02-07 Kim F. Storm <storm@cua.dk>
20186
20187 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20188 (cua--standard-movement-commands): Remove list.
20189 Instead, set CUA property value to move for movement commands.
20190 (cua-movement-commands): Remove. Users must set CUA prop instead.
20191 (cua--pre-command-handler): Check CUA property.
20192 (cua--init-keymaps): Don't remap undo commands.
20193 (cua-mode): Don't call cua--rectangle-on-off.
20194
20195 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20196 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20197 (cua--rect-undo-set-point): New var.
20198 (cua--rectangle-undo-boundary): Setup undo apply entry.
20199 (cua--rect-undo-handler): New function for rectangle undo.
20200 (cua--rect-start-position, cua--rect-end-position): Add.
20201 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20202 for restored rectangle. Set point if cua--rect-undo-set-point.
20203
c529f7f7
JB
202042005-02-06 Jay Belanger <belanger@truman.edu>
20205
20206 * calc/calc-lang.el (calc-tex-language): Display more information
20207 in messages.
20208
20209 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20210 in TeX mode.
20211
ba2c991c
RS
202122005-02-06 Richard M. Stallman <rms@gnu.org>
20213
20214 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20215
6d61d855
EZ
202162005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20217
20218 * net/ldap.el (ldap-search-internal): Support attributes with
20219 optional descriptions separated by a semi-colon, as in
20220 "userCertificate;binary".
20221
18daafed
JD
202222005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20223
20224 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20225 isn't a cons (i.e. the version is 0).
20226
cb602754
EZ
202272005-02-05 Eli Zaretskii <eliz@gnu.org>
20228
20229 * help.el (help-for-help): Doc fix.
20230
a0079e58
NR
202312005-02-05 Nick Roberts <nickrob@snap.net.nz>
20232
52eb0373 20233 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
20234 GDB-Windows on the menu-bar as this works better.
20235
e67d06eb
JB
202362005-02-04 Jay Belanger <belanger@truman.edu>
20237
20238 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 20239 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
20240
20241 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20242 (math-latex-parse-two-args): New function.
20243
02f244c8
LK
202442005-02-03 Lute Kamstra <lute@gnu.org>
20245
20246 * help-fns.el (help-with-tutorial): Make sure that users cannot
20247 remove the entire text of the tutorial by means of `undo'.
20248
ca97010c
SM
202492005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20250
20251 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20252 in recent changes, where the ispell process was repeatedly
20253 killed & restarted.
a41118cc
SM
20254
20255 * international/mule-cmds.el (set-locale-environment): Set file-name
20256 coding system to utf-8 on Darwin systems.
20257 (set-default-coding-systems): Don't set default-file-name-coding-system
20258 on Darwin systems.
20259
4e07258f
RS
202602005-02-03 Richard M. Stallman <rms@gnu.org>
20261
20262 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20263
202642005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20265
20266 * faces.el (list-faces-display): Add optional argument.
20267
30b940a7
SM
202682005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20269
20270 * font-core.el (font-lock-default-function): Handle the rare case where
20271 only font-lock-keywords is set.
20272
4e07258f 202732005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 20274
30b940a7 20275 * international/characters.el: Cancel previous change for
fbbde29a
KH
20276 I-WITH-DOT-ABOVE and DOTLESS-i.
20277
20278 * international/latin-5.el: Cancel previous change.
20279
87c366c1
NR
202802005-02-02 Nick Roberts <nickrob@snap.net.nz>
20281
20282 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20283
56072160
KH
202842005-02-02 Kenichi Handa <handa@m17n.org>
20285
20286 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20287 DOTLESS-i.
20288
20289 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20290 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20291
394dff57 20292 * case-table.el (get-upcase-table): New function.
56072160
KH
20293 (copy-case-table): Copy upcaes table too if non-nil.
20294 (set-case-syntax-delims): Maintain upcase table too.
20295 (set-case-syntax-pair): Likewise.
20296 (set-upcase-syntax, set-downcase-syntax): New functions.
20297 (set-case-syntax): Maintain upcase table too.
20298
dd8e8b27
NR
202992005-02-02 Nick Roberts <nickrob@snap.net.nz>
20300
52eb0373 20301 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
20302
20303 * progmodes/gud.el (gud-goto-info): New function.
20304 (gud-tool-bar-map): Use correct icon.
20305
cc08f5b2
TTN
203062005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20307
20308 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20309 When delegating, order args in the funcall correctly.
20310
b961eb0e
TTN
203112005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20312
20313 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20314
2fdf4457
CD
203152005-02-01 Carsten Dominik <dominik@science.uva.nl>
20316
20317 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20318 buffer not visiting a file.
20319
a214f7ba
JB
203202005-01-31 Jay Belanger <belanger@truman.edu>
20321
20322 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20323 bound on the line with the formula.
20324
fb89c330
KS
203252005-01-31 Kim F. Storm <storm@cua.dk>
20326
20327 * ses.el (ses-create-cell-variable-range)
20328 (ses-destroy-cell-variable-range, ses-reset-header-string)
20329 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20330 (ses-insert-row): Fix format of apply undo entries.
20331
998858ae
JB
203322005-01-31 Jay Belanger <belanger@truman.edu>
20333
20334 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20335 parts.
20336
20337 * calc/calc-embed.el (calc-embedded-open-formula)
20338 (calc-embedded-close-formula): Ignore matrix environments.
20339
20340 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20341 TeX mode.
20342
20343 * calc/calc-lang.el (math-function-table, math-oper-table)
20344 (math-variable-table): Adjust the LaTeX portions.
20345
20346 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20347 (math-latex-ignore-words): New constant.
20348
a6e7a34b
RS
203492005-01-31 Richard M. Stallman <rms@gnu.org>
20350
20351 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20352 (ispell-local-dictionary): Doc fix.
20353 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20354 Don't reinitialize at run time. Don't defcustom.
20355 All uses changed to append ispell-local-dictionary-alist,
20356 or check it first.
20357 (ispell-current-dictionary): New variable for dictionary in use.
20358 (ispell-dictionary): Now used only for global default.
20359 (ispell-start-process): Set ispell-current-dictionary,
20360 not ispell-dictionary.
20361 (ispell-change-dictionary): Use this only for setting
20362 user preferences.
20363 (ispell-internal-change-dictionary): New function
20364 to change the current dictionary in use.
fb89c330
KS
20365 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20366 Use ispell-current-dictionary.
a6e7a34b
RS
20367 Handle ispell-local-dictionary-overridden.
20368 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20369
1be70c61
JB
203702005-01-31 Jay Belanger <belanger@truman.edu>
20371
20372 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20373
20374 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20375 (calc-mode-map): Add calc-latex-language.
20376
20377 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20378 (math-latex-print-frac): New functions.
20379 (math-oper-table, math-function-table, math-variable-table)
20380 (math-complex-format, math-input-filter): Add latex properties.
20381 (calc-set-language): Set math-expr-special-function-mapping.
20382
20383 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 20384 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
20385
20386 * calc/calc.el (calc-language): Adjust docstring.
20387 (calc-set-mode-line): Add LaTeX support.
20388 (math-expr-special-function-mapping): New variable.
e09d97e8 20389 (math-tex-ignore-words): Add to list.
fb89c330 20390
1be70c61
JB
20391 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20392 Add LaTeX support.
20393 (math-compose-expr): Add support for special functions.
20394
20395 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20396
2d08f307
NR
203972005-01-31 Nick Roberts <nickrob@snap.net.nz>
20398
20399 * progmodes/gdb-ui.el (gdb-memory-address)
20400 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20401 (gdb-memory-mode-map, gdb-memory-format-keymap)
20402 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20403 (gdb-memory-unit-menu): New variables for a buffer
20404 that lets the user examine program memory.
20405 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20406 (gdb-memory-format-binary, gdb-memory-format-octal)
20407 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20408 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20409 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20410 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20411 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20412 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20413 (gdb-memory-mode, gdb-memory-buffer-name)
20414 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20415 New functions for above buffer.
20416
ce406543
RS
204172005-01-30 Richard M. Stallman <rms@gnu.org>
20418
20419 * cus-edit.el (custom-bury-buffer): Function deleted.
20420 (custom-buffer-done-function): Option deleted.
30c02925 20421 (custom-buffer-done-kill): New replacement option.
ce406543
RS
20422 (Custom-buffer-done): Call quit-window.
20423 (custom-buffer-create-internal): Update for above changes.
20424
03c64f2e
LT
204252005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20426
20427 * simple.el (undo-ask-before-discard): New var.
20428 (undo-outer-limit-truncate): Implement it.
20429 (undo-extra-outer-limit): Doc update.
20430
5a92a9eb
RS
204312005-01-29 Richard M. Stallman <rms@gnu.org>
20432
394dff57 20433 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
20434 (ses-begin-change): Doc fix.
20435
20436 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20437 instead of rebinding C-x u and C-_.
20438
20439 * files.el (normal-backup-enable-predicate): Return nil for files
20440 in /tmp, regardless of temporary-file-directory.
20441
20442 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20443
20444 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20445 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 20446 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
20447 for move-to-column's 2nd arg.
20448
20449 * simple.el (undo): Fix the test for continuing a series of undos.
20450 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 20451 (pending-undo-list): Move up defvar.
5a92a9eb
RS
20452
20453 * wid-edit.el (widget-button-click):
20454 Shorten the range of the track-mouse binding.
20455
20456 * comint.el (comint-insert-input): Undo previous changes;
20457 use last-input-event in interactive spec.
20458
28d986b9
EZ
204592005-01-29 Eli Zaretskii <eliz@gnu.org>
20460
cf63e6fa
EZ
20461 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20462 to nil before invoking call-process. Reset buffer's modified flag
20463 after fontifying it in the no-async branch.
20464
28d986b9
EZ
20465 * wid-edit.el (widget-specify-button): If mouse pointer shape
20466 cannot be changed, use mouse face instead.
20467
c7c87573
NR
204682005-01-29 Nick Roberts <nickrob@snap.net.nz>
20469
20470 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20471 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7 20472 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
588c0770 20473 (gdb-assembler-custom): Update to recognize breakpoint information
88cc5da7 20474 added on 2005-01-19.
c7c87573 20475
394dff57
SM
204762005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20477
20478 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20479 (dsssl-mode): Use define-derived-mode.
20480 (scheme-mode-initialize): Remove.
20481 (scheme-mode): Use run-mode-hooks.
20482
20483 * cus-edit.el (customize-group-other-window)
20484 (custom-buffer-create-other-window): Don't override special-display-*.
20485 (custom-mode-map): Make it dense.
20486
20487 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20488 sets the default value.
20489
2d65673f
EZ
204902005-01-28 Eli Zaretskii <eliz@gnu.org>
20491
20492 * descr-text.el: Add more keywords.
20493
6b626913
SM
204942005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20495
b9fbc167
SM
20496 * speedbar.el: Avoid unnecessary use of locate-library.
20497
6b626913
SM
20498 * international/mule-cmds.el (standard-display-european-internal):
20499 Don't fiddle with latin-1 non-break space any more since it's now
20500 special cased in the C code.
20501 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20502
3bf93f74
LT
205032005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20504
20505 * cus-start.el (all): Add `undo-outer-limit'.
20506
31df23f5
LK
205072005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20508
6b626913
SM
20509 * textmodes/bibtex.el (bibtex-format-entry):
20510 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
20511 field lines.
20512 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20513 not on part of a buffer.
20514
205152005-01-25 Lute Kamstra <lute@gnu.org>
20516
20517 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20518 nonempty field text strings like "{letters\\macro{}more letters}".
20519 Clarify docstring.
20520 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20521 (bibtex-entry-offset, bibtex-parse-association)
20522 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 20523 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 20524
19f26a89 205252005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 20526
60fc9395 20527 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 20528 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
20529 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20530 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20531
20532 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20533 isearch minor mode.
20534
fe860842
LT
205352005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20536
20537 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20538
2fc3738c
LK
205392005-01-24 Lute Kamstra <lute@gnu.org>
20540
20541 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20542 CASECHARS and NOT-CASECHARS regular expressions of the
20543 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20544 striding over charsets" error.
20545
dacb2f70
JB
205462005-01-24 Jay Belanger <belanger@truman.edu>
20547
20548 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20549 display variable name.
20550
e1a050dc
KH
205512005-01-24 Kenichi Handa <handa@m17n.org>
20552
20553 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20554 Fix setting of the element of encoded-kbd-iso2022-invocations.
20555
ac94d5f4
NR
205562005-01-24 Nick Roberts <nickrob@snap.net.nz>
20557
20558 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20559 (gdb-threads-select): Change to also accept mouse events.
20560 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20561 (gdb-threads-mouse-select): Delete.
20562
9bb99df6
LT
205632005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20564
20565 * files.el (insert-directory): Take care of empty directory,
20566 listed without -a switch.
20567
bd6a8278
SM
205682005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20569
04138be8
SM
20570 * textmodes/refill.el (refill-post-command-function):
20571 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20572 to the list of functions that we should be careful not to undo.
20573 (refill-late-fill-paragraph-function): Remove.
20574 (refill-saved-state): New var.
20575 (refill-mode): Use it to save fill-paragraph-function.
20576 Save also the value of auto-fill-function.
20577
bd6a8278
SM
20578 * term/w32-win.el: Simplify code.
20579
5c20cae2
KS
205802005-01-23 Kim F. Storm <storm@cua.dk>
20581
8f958b40
KS
20582 * simple.el (line-move): Adapt to new return value from
20583 pos-visible-in-window-p.
20584
5c20cae2
KS
20585 * simple.el (line-move): Fix last change. Check partial
20586 visibility at point rather than at window-start.
20587
e1c7e69a
JR
205882005-01-22 Jason Rumney <jasonr@gnu.org>
20589
20590 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20591
3d4d788a
DK
205922005-01-22 David Kastrup <dak@gnu.org>
20593
20594 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20595
1a8461d3
EZ
205962005-01-22 Eli Zaretskii <eliz@gnu.org>
20597
20598 * type-break.el (type-break-mode): Add a test for
20599 type-break-file-name being non-nil.
20600
1da1887d
EZ
206012005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20602
20603 * net/eudc.el (top level): Call (message "") via progn, so that
20604 eudc-options-file is loaded.
20605
d00e399a
KS
206062005-01-22 Kim F. Storm <storm@cua.dk>
20607
20608 * simple.el (line-move-1): Rename from line-move.
20609 (line-move): New function that adjusts vscroll for partially
20610 visible rows, and calls line-move-1 otherwise.
20611
2ff1dec9
JW
206122005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20613
623f1465 20614 * pcomplete.el: Define pcomplete-read-event instead of read-event,
2ff1dec9
JW
20615 since it's not a complete read-event implementation
20616
7ec35700
JB
206172005-01-20 Jay Belanger <belanger@truman.edu>
20618
20619 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20620 for called function.
20621
a15252fd
ST
206222005-01-20 Steven Tamm <steventamm@mac.com>
20623
6b626913 20624 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
20625 Controlled now by s/darwin.h:PTY_ITERATION.
20626
66c226bf
SM
206272005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20628
20629 * window.el (handle-select-window): Don't switch window when we're
20630 in the minibuffer.
20631
7c018923
SM
206322005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20633
20634 * subr.el (dotimes-with-progress-reporter): New macro.
20635
20636 * ses.el (ses-dotimes-msg): Remove macro.
20637 Use `dotimes-with-progress-reporter' instead.
20638
8db8a5cf
ST
206392005-01-19 Steven Tamm <steventamm@mac.com>
20640
20641 * term/mac-win.el (process-connection-type): Use new
588c0770 20642 operating-system-release variable to use ptys on Darwin 7 (OS X
8db8a5cf
ST
20643 10.3) when using carbon build.
20644
7679290d
JB
206452005-01-19 Jay Belanger <belanger@truman.edu>
20646
20647 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20648 flags if the last command was a tab or M-tab.
20649
17c90a9e
JB
20650 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20651 in formula editing buffer.
20652
2c60b6d3
NR
206532005-01-19 Nick Roberts <nickrob@snap.net.nz>
20654
20655 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20656 breakpoint image symbol in margin.
20657
1ff85beb
JB
206582005-01-19 Jay Belanger <belanger@truman.edu>
20659
20660 * calc/calc-prog.el (calc-execute-kbd-macro):
20661 Ignore calc-keep-arg-flag.
20662
664ca704
KH
206632005-01-19 Kenichi Handa <handa@m17n.org>
20664
20665 * textmodes/ispell.el (ispell-looking-at): New function.
20666 (ispell-process-line): Use ispell-looking-at to compare the ispell
20667 output and the buffer contents.
20668
926787be
JB
206692005-01-18 Jay Belanger <belanger@truman.edu>
20670
20671 * calc/calc.el (calc-display-raw): Fix docstring.
20672
67b9b71f
SM
206732005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20674
7c018923
SM
20675 * simple.el (blink-matching-open): Strip extra info from syntax.
20676
67b9b71f
SM
20677 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20678 funny chars in the end-of-here-doc marker.
20679
83c7f806
NR
206802005-01-19 Nick Roberts <nickrob@snap.net.nz>
20681
20682 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20683 that enable/disabled state of breakpoints is shown correctly in
20684 fringe and on ttys.
20685 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20686 Add breakpoint information as text properties.
67b9b71f 20687 (gdb-mouse-toggle-breakpoint):
83c7f806 20688 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 20689 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
20690 breakpoints in the margin.
20691 (gdb-remove-strings): Simplify.
20692
538a5f8b
JB
206932005-01-17 Jay Belanger <belanger@truman.edu>
20694
20695 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20696 erasing buffer.
20697
444919be
RS
206982005-01-17 Richard M. Stallman <rms@gnu.org>
20699
20700 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20701 for calling grep-compute-defaults.
20702
20703 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20704 if buffer is empty.
20705
20706 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20707
67476fca
SM
207082005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20709
20710 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20711
20712 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20713 non-preloaded variables.
20714
4042dc25
ST
207152005-01-17 Steven Tamm <steventamm@mac.com>
20716
20717 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20718 tex-shell cause to force interactivity when using pipes.
20719
aea3bdb1
KS
207202005-01-17 Kim F. Storm <storm@cua.dk>
20721
20722 * simple.el (just-one-space): Make arg optional.
20723
41774623
NR
207242005-01-17 Nick Roberts <nickrob@snap.net.nz>
20725
20726 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 20727 posn-at-x-y to t to access left-margin.
41774623 20728
01917a18
MA
207292005-01-16 Michael Albinus <michael.albinus@gmx.de>
20730
20731 Sync with Tramp 2.0.47.
20732
11948172 20733 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
01917a18
MA
20734 catching keep-date problems in cp/scp operations.
20735 (tramp-handle-copy-file): Don't call `set-file-modes'
20736 unconditionally. Specialized functions should know better what is
20737 necessary. This improves performance a little bit, and the
20738 functions could catch errors with `cp -p' and `scp -p'.
20739 (tramp-do-copy-or-rename-file-via-buffer)
20740 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20741 when appropriate.
67476fca
SM
20742 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20743 Call `set-file-modes' when appropriate.
01917a18
MA
20744 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20745 Johnsson <isak@hypergene.com>
20746 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20747 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20748 <joakim@verona.se>
20749 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20750 Emacs only.
20751
11948172 20752 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
01917a18
MA
20753 `find-file-hooks' and `dired-mode-hook'.
20754 (tramp-minor-mode-map): Respective map. Add remapping for
20755 `compile' and `recompile'.
20756 (tramp-remap-command, tramp-recompile): New defuns.
20757 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20758 in buffer "*Compilation*". Call the commands asynchronously.
20759
11948172 20760 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
01917a18
MA
20761 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20762 `shell-command', because it isn't magic in XEmacs. Reported by
20763 Adrian Aichner <adrian@xemacs.org>.
20764
11948172 20765 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
01917a18
MA
20766 `substitute-in-file-name.
20767 (tramp-smb-handle-substitute-in-file-name): New defun.
20768 (tramp-smb-advice-PC-do-completion): Delete advice.
20769
207702005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20771
11948172 20772 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
01917a18
MA
20773 Fix error in deleting region.
20774
d4b6c2e3
RS
207752005-01-15 Richard M. Stallman <rms@gnu.org>
20776
20777 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20778 In non-temp buffer, switch syntax table temporarily.
20779
20780 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20781
20782 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20783
20784 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20785
20786 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20787 (imenu--generic-function): Use START, not BEG, as pos of definition.
20788
20789 * simple.el (just-one-space): Argument specifies number of spaces.
20790
20791 * simple.el (eval-expression-print-format): Avoid warning
20792 about edebug-active.
20793
c85465f9 207942005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
20795
20796 * progmodes/sh-script.el: Code copied from make-mode.el
20797 with small changes,
20798 (sh-mode-map): Bind C-c C-\.
20799 (sh-backslash-column, sh-backslash-align): New variables.
20800 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 20801
43805352
EZ
208022005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20803
20804 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 20805 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 20806 rmail-obsolete group.
67476fca 20807 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 20808 All callers updated.
67476fca 20809 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
20810 Take an argument specifying whether it is POP or IMAP mailbox we
20811 are using. All callers updated.
67476fca
SM
20812 (rmail-pop-password-error): Rename to
20813 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
20814 (rmail-movemail-search-path)
20815 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
20816 (rmail-remote-password, rmail-remote-password-required):
20817 New customization variables.
af71d4c0 20818 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 20819 (rmail-parse-url): New function.
67476fca 20820 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
20821 with GNU mailutils movemail.
20822
5754a69e
EZ
208232005-01-15 Kevin Ryde <user42@zip.com.au>
20824
20825 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20826 suffix to space, $ or '$, to correctly position point when going
20827 to @table style constants like DBL_MAX.
20828
a7ed85f0
EZ
208292005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20830
20831 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
20832 (type-break-file-keystroke-count, type-break-choose-file):
20833 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
20834 is nil.
20835 (type-break-file-name): Doc update as per the above.
20836
f79b331a
EZ
208372005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20838
20839 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20840 lookup-key might return nil; handle that.
20841
8b3a75ac
EZ
208422005-01-15 Alan Mackenzie <acm@muc.de>
20843
20844 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 20845 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 20846
791d856f
CD
208472005-01-14 Carsten Dominik <dominik@science.uva.nl>
20848
20849 * textmodes/org.el (org-show-following-heading): New option.
20850 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 20851 (org-cycle): Documentation fix.
791d856f
CD
20852
20853 * textmodes/org.el (orgtbl-optimized): New option
20854 (orgtbl-mode): New command, a minor mode.
20855 (orgtbl-mode-map): New variable.
20856 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20857 (orgtbl-error, orgtbl-self-insert-command)
20858 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20859
20860 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20861 a local variable in each org-mode buffer.
20862
67476fca 20863 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 20864 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 20865 (org-get-current-options): Add STARTUP options.
1bef8597 20866 (org-table-insert-row): Make mode intelligent about when
791d856f 20867 realignment is needed.
67476fca
SM
20868 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20869 New commands.
20870 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
20871 (org-table-blank-field): Support blanking regions if active.
20872
af41e141
CD
208732005-01-14 Carsten Dominik <dominik@science.uva.nl>
20874
099fc2c9
CD
20875 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20876 if the year is not given.
af41e141 20877
67476fca
SM
20878 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20879 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 20880 save-match-data.
67476fca
SM
20881 (reftex-reference): Remove ?. from list of spaces.
20882 (reftex-label-info): Add automatic label prefix recognition.
20883
20884 * textmodes/reftex-index.el (reftex-index-next-phrase):
20885 Add slave parameter to call of `reftex-index-this-phrase'.
20886 (reftex-index-this-phrase): New optional argument.
20887 (reftex-index-region-phrases): Add slave parameter to call of
20888 `reftex-index-this-phrase'.
20889 (reftex-display-index): New argument redo.
119f6f17 20890 (reftex-index-rescan): Add `redo' to arguments of
67476fca 20891 `reftex-display-index'.
af41e141 20892 (reftex-index-Rescan, reftex-index-revert)
119f6f17 20893 (reftex-index-switch-index-tag): Add `redo' to arguments of
67476fca
SM
20894 `reftex-display-index'.
20895 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20896 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
20897 after the word.
20898
67476fca
SM
20899 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20900 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
20901 (reftex-citation): Prefix argument no longer rescans the document,
20902 but forces prompting for optional arguments of cite macros.
67476fca 20903 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 20904
67476fca
SM
20905 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20906 Add optional arguments to most cite commands.
af41e141
CD
20907 (reftex-cite-cleanup-optional-args): New option
20908 (reftex-cite-prompt-optional-args): New option.
67476fca 20909 (reftex-trust-label-prefix): New option.
af41e141 20910
67476fca
SM
20911 * textmodes/reftex-toc.el (reftex-toc-find-section):
20912 Add push-mark before changing the position in the buffer.
af41e141 20913
67476fca
SM
20914 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20915 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 20916
5ca75c83
NR
209172005-01-14 Nick Roberts <nickrob@snap.net.nz>
20918
20919 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20920 more carefully.
20921
ed8031f2
SM
209222005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
20923
20924 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20925 (sgml-mode): Use it.
20926 (sgml-get-context): Better keep track of implicitly closed tags.
20927
7573e36d
KH
209282005-01-13 Kenichi Handa <handa@m17n.org>
20929
20930 * textmodes/ispell.el: These changes are to fix misalignment error
20931 caused by equivalent characters of different Emacs charsets.
20932 (ispell-unified-chars-table): New variable.
20933 (ispell-get-decoded-string): New function.
20934 (ispell-get-casechars, ispell-get-not-casechars)
20935 (ispell-get-otherchars): Call ispell-get-decoded-string.
20936
80888260
JPW
209372005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20938
20939 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 20940 of (defvar . symbol) in `current-load-list'.
80888260 20941
9deb0aba
RS
209422005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20943
20944 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20945
f5340eb7
JB
209462005-01-12 Jay Belanger <belanger@truman.edu>
20947
20948 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20949 to create a Calc summary.
20950
1e801ac3
KS
209512005-01-12 Kim F. Storm <storm@cua.dk>
20952
20953 * mouse.el (mouse-on-link-p): Change functionality and doc
20954 string to comply with latest description in lisp ref.
20955
a1c9fd19
NR
209562005-01-12 Nick Roberts <nickrob@snap.net.nz>
20957
ed8031f2
SM
20958 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20959 Enable mouse clicks on mode-line, header-line and margin.
119f6f17
RS
20960 (event-type): Give mouse event symbols an `event-kind' property
20961 with value `mouse-click'.
a1c9fd19 20962
066a23af
JL
209632005-01-12 Juri Linkov <juri@jurta.org>
20964
20965 * facemenu.el (list-colors-display): Add new arg buffer-name.
20966 Use it. Fix docstring. Replace code for identifying duplicate
20967 colors by the name with call to `list-colors-duplicates' which
20968 identifies duplicate colors by the value unless the color
20969 is one of special Windows colors. Set truncate-lines to t.
20970 Print sorted duplicate color names on each line. Indent to 22
20971 \(the longest color name in rgb.txt) instead of 20. Optimize.
20972 (list-colors-duplicates): New function.
20973 (facemenu-color-name-equal): Delete function.
20974
987d1819
JL
20975 * facemenu.el (list-colors-print): New function created from code
20976 in list-colors-display. Print #RRGGBB at the window right edge.
20977 (list-colors-display): When temp-buffer-show-function is not
20978 defined, call list-colors-print from temp-buffer-show-hook
20979 to get the right value of window-width in list-colors-print
20980 after the buffer is displayed.
20981
aac42a1b
JL
20982 * simple.el (pop-mark): Move deactivate-mark out of conditional
20983 part to deactivate the active mark regardless of the state of the
20984 mark ring.
20985
20986 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20987 variables line in desktop files.
20988
afd33362
JL
209892005-01-12 Juri Linkov <juri@jurta.org>
20990
20991 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20992 Bring together isearch highlight related options.
20993 (lazy-highlight): Replace group `replace' by `matching'.
20994 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20995 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20996 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20997 and declare them obsolete.
20998 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20999 (isearch-faces): Remove defgroup.
21000 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21001 Move isearch highlighting code closer to lazy highlighting code.
21002
21003 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21004 (query-replace-highlight, query-replace-lazy-highlight)
21005 (query-replace): Move definitions to the beginning of the file.
21006
424b9d3e
JL
210072005-01-11 Juri Linkov <juri@jurta.org>
21008
881b07f9
JB
21009 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21010 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
21011 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21012
21013 * info.el (Info-history-forward): New variable.
21014 (Info-select-node): Reset Info-history-forward to nil.
21015 (Info-last): Turn into defalias.
21016 (Info-history-back): Rename from Info-last.
21017 Add current node to Info-history-forward.
21018 (Info-history-forward): New fun.
21019 (Info-mode-map): Replace Info-last by Info-history-back.
21020 Bind Info-history-forward to "r".
21021 (Info-mode-menu): Replace Info-last by Info-history-back.
21022 Fix menu item text. Add menu item for Info-history-forward.
21023 (info-tool-bar-map): Replace Info-last by Info-history-back.
21024 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21025 for Info-history-forward.
21026 (Info-mode): Replace Info-last by Info-history-back in docstring.
21027 Add local variable Info-history-forward.
21028 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21029
fbd8dc8a
SM
210302005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21031
21032 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21033 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21034 Ignore select-window events rather than fiddle with
21035 mouse-autoselect-window.
21036
28f94a34
RS
210372005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21038
21039 * type-break.el (type-break-mode): Fix previous change.
21040
b748957a
JB
210412005-01-10 Jay Belanger <belanger@truman.edu>
21042
10907497 21043 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
21044 calculator; only reset when point is inside a calculator.
21045 Don't adjust the window height if the window takes up the whole height
10907497 21046 of the frame.
b748957a 21047
e4edc5cd
TTN
210482005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21049
21050 * ebuff-menu.el (Electric-buffer-menu-mode):
21051 Preserve value of buffer-local var header-line-format.
21052
3579f0c2
JB
210532005-01-09 Jay Belanger <belanger@truman.edu>
21054
21055 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21056 Make sure settings file exists before accessing it.
21057
7f72c3db
JB
21058 * calc/calc-embed.el (calc-embedded-subst):
21059 Replace math-multi-subst-rec, which is only supposed to be called
21060 by math-multi-subst, by math-multi-subst.
21061
5fbf7903
AS
210622005-01-09 Andre Spiegel <spiegel@gnu.org>
21063
21064 * vc.el (vc-allow-async-revert): New user option.
21065 (vc-disable-async-diff): New internal variable.
21066 (vc-revert-buffer): Use them to disable asynchronous diff.
21067
fbd8dc8a
SM
21068 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21069 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
21070 asynchronously if vc-disable-async-diff is t.
21071
809c26be
JB
210722005-01-09 Jay Belanger <belanger@truman.edu>
21073
21074 * calc/calc.el (defcalcmodevar): New macro.
21075 (calc-mode-var-list-restore-default-values)
21076 (calc-mode-var-list-restore-saved-values): New functions.
21077 (calc-mode-var-list): Use defcalcmodevar to define it.
21078 (calc-always-load-extensions, calc-line-numbering)
21079 (calc-line-breaking, calc-display-just, calc-display-origin)
21080 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21081 (calc-group-char, calc-point-char, calc-frac-format)
21082 (calc-prefer-frac, calc-hms-format, calc-date-format)
21083 (calc-float-format, calc-full-float-format, calc-complex-format)
21084 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21085 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21086 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21087 (calc-matrix-brackets, calc-language, calc-language-option)
21088 (calc-left-label, calc-right-label, calc-word-size)
21089 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21090 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21091 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21092 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21093 (calc-window-height, calc-display-trail, calc-show-selections)
21094 (calc-use-selections, calc-assoc-selections)
21095 (calc-display-working-message, calc-auto-why, calc-timing)
21096 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21097 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21098 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21099 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21100 (calc-gnuplot-geometry, calc-graph-default-resolution)
21101 (calc-graph-default-resolution-3d, calc-invocation-macro)
21102 (calc-show-banner): Use defcalcmodevar to declare them and set
21103 their default values.
21104
21105 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21106 instead of default values (but restore default values if there is
21107 an argument of 0).
21108
0ba9bc53
DK
211092005-01-09 David Kastrup <dak@gnu.org>
21110
21111 * desktop.el (desktop-restore-eager): Fix typo in type.
21112
03e31a1a
RS
211132005-01-08 Richard M. Stallman <rms@gnu.org>
21114
21115 * cus-edit.el (customize): Delete :link.
21116
3aba853a
JB
211172005-01-08 Jay Belanger <belanger@truman.edu>
21118
21119 * calc/calc.el (calc-mode): Remove the extension from the
21120 `calc-settings-file' file name when loading it.
21121
1f387600
KS
211222005-01-08 Kim F. Storm <storm@cua.dk>
21123
21124 * info.el (Info-mode-map, Info-next-link-keymap)
21125 (Info-prev-link-keymap, Info-up-link-keymap):
21126 Map follow-link to mouse-face.
21127 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21128
a4dfc830
JB
211292005-01-08 Jay Belanger <belanger@truman.edu>
21130
21131 * calc/calc.el (calc-settings-file): Change default value.
21132 Suggested by cgw in a comment in calc-mode.el.
21133
21134 * calc/calc-mode.el (calc-settings-file-name):
21135 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21136 Replace ~/.emacs in a prompt by calc-settings-file.
21137
9abb41eb
LH
211382005-01-07 Lars Hansen <larsh@math.ku.dk>
21139
7716b93b
KS
21140 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21141 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
21142 (desktop-buffer-args-list): New variable.
21143 (desktop-append-buffer-args): New function.
21144 (desktop-save): Call desktop-append-buffer-args for some buffers.
21145 (desktop-lazy-create-buffer): New function.
21146 (desktop-idle-create-buffers): New function.
21147 (desktop-read): Add message about buffers to restore lazily.
21148 (desktop-lazy-abort): New command.
21149 (desktop-clear): Call desktop-lazy-abort.
21150 (desktop-lazy-complete): New command.
21151
c7ce7fc4
RS
211522005-01-06 Richard M. Stallman <rms@gnu.org>
21153
21154 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 21155 Rename from find-face.
c7ce7fc4 21156
c35b0c6b
KS
211572005-01-06 Kim F. Storm <storm@cua.dk>
21158
21159 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21160
21161 * man.el (Man-xref-man-page, Man-xref-header-file)
21162 (Man-xref-normal-file): Add follow-link property.
21163
4c07596d
JB
211642005-01-06 Jay Belanger <belanger@truman.edu>
21165
21166 * calc/calc-units.el: Make sure the proper macro definitions are
21167 available when compiling.
21168
b49018ff
JL
211692005-01-06 Juri Linkov <juri@jurta.org>
21170
fbd8dc8a
SM
21171 * isearch.el (isearch-lazy-highlight-update):
21172 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 21173
e3cde0c7
MB
211742005-01-06 Miles Bader <miles@gnu.org>
21175
fbd8dc8a 21176 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
21177 (isearch-lazy-highlight-face): Use new name.
21178
4dbbcb46
SM
211792005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21180
2eec3e8e
SM
21181 * uniquify.el (uniquify-rationalize-file-buffer-names):
21182 Re-add an interactive spec.
9890ec7d
SM
21183 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21184 to the same name.
2eec3e8e 21185
4dbbcb46
SM
21186 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21187 (isearch-update, isearch-done): Adjust calls accordingly.
21188
436c08c2
RS
211892005-01-05 Richard M. Stallman <rms@gnu.org>
21190
c7ce7fc4
RS
21191 * custom.el (custom-set-variables, custom-theme-set-variables):
21192 Clarify documentation.
21193
436c08c2 21194 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 21195 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
21196 Fix the TYPE args to find-function-read and find-function-do-it.
21197 (find-function): Doc fix.
21198 (find-function-at-point): Replace function-at-point alias.
21199
4829145a
RS
212002005-01-04 Richard M. Stallman <rms@gnu.org>
21201
21202 * cus-face.el (custom-declare-face):
21203 Record defface in current-load-list.
21204
21205 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21206
21207 * emacs-lisp/find-func.el: Doc fixes.
21208 (find-face-regexp): New variable.
21209 (find-function-regexp-alist): New variable.
21210 (find-function-C-source): Third arg is now TYPE.
21211 (find-function-search-for-symbol): Handle general TYPE.
21212 (find-function-read, find-function-do-it): Handle general TYPE.
21213 (find-definition-noselect, find-face): New functions.
21214 (function-at-point): Alias deleted.
21215
73a6a972
SM
212162005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21217
21218 * battery.el (display-battery-mode): Rename from display-battery.
21219 Handle the case where it gets turned off.
21220
60d1a807
RS
212212005-01-04 Richard M. Stallman <rms@gnu.org>
21222
dd496df6
RS
21223 * cus-edit.el (customize): Make :link point to user doc.
21224
21225 * man.el (Man-fontify-manpage): Turn off undo generation.
21226
60d1a807
RS
21227 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21228
d198dfaa
AS
212292005-01-04 Andreas Schwab <schwab@suse.de>
21230
21231 * files.el (insert-directory): Only look for error lines in
73a6a972 21232 inserted text. Don't move too far after processing --dired markers.
d198dfaa 21233
69ba53f7
RS
212342005-01-04 Richard M. Stallman <rms@gnu.org>
21235
21236 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21237 Don't expand if the character is @, period, dash, etc.
21238 (define-mail-abbrev): Quote names that contain problem characters.
21239
d4bb7735
TTN
212402005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21241
21242 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21243
d57c7572
RS
212442005-01-03 Richard M. Stallman <rms@gnu.org>
21245
21246 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21247 (query-replace-highlight, query-replace-lazy-highlight)
21248 (query-replace): Definitions moved up. Doc fix.
21249
212502005-01-03 Richard M. Stallman <rms@gnu.org>
21251
21252 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21253 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21254 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 21255 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
21256 Change all references to them.
21257
985a8e0f
LT
212582005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21259
21260 * cus-edit.el (custom-file): Doc fix for defcustom.
21261 (custom-file): The function no longer sets the variable
21262 `custom-file' to its return value.
21263
21264 * startup.el (command-line): No longer load `custom-file'.
21265
8a525646
SM
212662005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21267
1b60b25a
SM
21268 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21269
8a525646
SM
21270 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21271 Don't confuse module-prefixed identifiers for labels.
21272 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21273
c45c149c
RS
212742005-01-02 Richard M. Stallman <rms@gnu.org>
21275
969be033
RS
21276 * files.el (basic-save-buffer-1): Fix previous change.
21277
19996af4
RS
21278 * loadhist.el (file-loadhist-lookup): New function.
21279 (file-provides, file-requires): Use it.
21280
c45c149c
RS
21281 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21282 instead of calculating the right size.
21283
d57c7572 212842005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 21285
3625f6b7 21286 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 21287
d101bf56 212882005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 21289
5e39b98a
SM
21290 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21291
50292b6e
SM
21292 * files.el (hack-local-variables): Fix last change.
21293
731da695
JB
212942005-01-02 Jay Belanger <belanger@truman.edu>
21295
21296 * calc/calc-yank.el (calc-edit-top): New variable.
21297 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21298 object. Change header properties.
21299 (calc-edit-finish, calc-edit-finish-stack-object)
21300 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21301 edited object.
21302 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21303 for the beginning of the edited object.
21304 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21305 for the beginning of the edited object.
21306 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21307 (calc-finish-formula-edit, calc-macro-repeats)
21308 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21309 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21310 beginning of the edited object.
21311 (calc-user-define-edit): Change the header for editing macros.
21312 Remove unnecessary variable.
21313
227c9573
JB
213142005-01-01 Jay Belanger <belanger@truman.edu>
21315
731da695 21316 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 21317 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 21318 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 21319 header.
42a797de 21320 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
21321 mode to match new header.
21322 (calc-user-define-edit): Change titles to include names of commands.
42a797de 21323 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 21324 (calc-finish-macro-edit): Remove.
227c9573
JB
21325 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21326 (calc-edit-macro-command, calc-edit-macro-command-type)
21327 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21328 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21329 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21330 (calc-edit-macro-finish-edit): New functions.
21331 (calc-user-define-edit): Use new functions to edit named calc macros.
21332
4c6af0f6
SM
213332005-01-01 Stefan <monnier@iro.umontreal.ca>
21334
21335 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21336
21337 * ses.el (copy-region-as-kill): Deactivate mark.
21338
3f68d7c8
RS
213392005-01-01 Richard M. Stallman <rms@gnu.org>
21340
f42a241b
RS
21341 * replace.el (occur-1): If the output buffer is also an input,
21342 don't kill it, rename it.
21343
21344 * faces.el (set-face-background, set-face-foreground): Doc fix.
21345
3f68d7c8
RS
21346 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21347 for :foreground and :background.
21348
3f68d7c8 21349 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 21350 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
21351 Delete the code to use it.
21352
41d0b092
KS
213532005-01-01 Kim F. Storm <storm@cua.dk>
21354
21355 * image.el (insert-sliced-image): Use t for line-height property.
21356
aea6ad3d 21357See ChangeLog.11 for earlier changes.
55115079
PA
21358
21359;; Local Variables:
21360;; coding: iso-2022-7bit
21361;; End:
21362
aaef169d 21363 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
55115079
PA
21364 Copying and distribution of this file, with or without modification,
21365 are permitted provided the copyright notice and this notice are preserved.
21366
21367;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1